-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadd_on.css
68 lines (57 loc) · 1.19 KB
/
add_on.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.logo {
position: relative;
top: 40px;
}
#logo {
}
#moz-reflect-logo{
width:100%;
}
#moz-reflect-logo:after {
content: "";
display: none;
}
#moz-reflect-logo.enableMozReflection:after {
display: block;
position:relative;
width: auto;
height: 175px;
margin-bottom: 0px;
-moz-transform: scaleY(-1);
}
#visual {
margin-bottom: 30%;
}
.spectrum {
top: -20px;
left: 265px;
-webkit-box-reflect: below 1px -webkit-linear-gradient(top, transparent, transparent 50%, rgba(255,255,255,0.4));
}
#spectrum {
-moz-transform: translateX(-150px) translateY(-580px) translateZ(-500px) rotateX(-50deg) rotateY(40deg);
}
#moz-reflect-spectrum:after {
content: "";
display: none;
}
#moz-reflect-spectrum.enableMozReflection:after {
display: block;
background: -moz-linear-gradient(top, white, white 30%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0.3)) -60px,
-moz-element(#moz-reflect-spectrum) 0px -27px no-repeat;
position:relative;
top: 0px;
width: 100%;
height: 100%;
margin-bottom: 0px;
-moz-transform: scaleY(-1);
}
.drop {
position: absolute;
width:100%;
height:100%;
}
#drop {
position: absolute;
width:100%;
height:100%;
}