-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsugar.css
More file actions
79 lines (79 loc) · 1.44 KB
/
Copy pathsugar.css
File metadata and controls
79 lines (79 loc) · 1.44 KB
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
69
70
71
72
73
74
75
76
77
78
79
div.gallery-box{
position: relative;
overflow: hidden;
-webkit-box-shadow: 0px 2px 3px #4C4C4C;
-moz-box-shadow: 0px 2px 3px #4C4C4C;
}
ul.sugar-gallery{
list-style: none;
position: relative;
left: 0px;
margin: 0px;
padding: 0px;
}
ul.sugar-gallery li{
position: absolute;
left: 0;
}
div.listBox{
position: absolute;
height: 11px;
overflow: hidden;
bottom: 5px;
z-index: 9999;
}
div.listBox a.listA{
display: block;
width: 10px;
height: 11px;
margin-left: 5px;
float: left;
background: url("img/bullets.png") no-repeat 0 0px;
}
a.listButton{
display: block;
overflow: hidden;
width: 43px;
height: 43px;
position: absolute;
z-index: 9999;
}
a.preButton{
background: url("img/prev_next.png") no-repeat 0px 0px;
left: 20px;
}
a.preButton:hover{
background: url("img/prev_next.png") no-repeat 0px -44px;
}
a.nextButton{
background: url("img/prev_next.png") no-repeat -43px 0px;
right: 20px;
}
a.nextButton:hover{
background: url("img/prev_next.png") no-repeat -43px -44px;
}
div.sugar-tooltips{
position: absolute;
left: 0px;
top: 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 100%;
height: 100%;
padding: 10px;
box-shadow: 0px 1px 3px #363636;
}
div.sugar-overgray{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
background: #030303;
opacity: 0.6;
filter: alpha(opacity: 60);
box-shadow: 0px 1px 3px #363636;
}
div.sugar-toolInfo{
padding: 10px;
}