-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSGExpandable.css
More file actions
102 lines (95 loc) · 3.26 KB
/
SGExpandable.css
File metadata and controls
102 lines (95 loc) · 3.26 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.SGExpandable:before {
content: "";
float: left;
background: url("./img/expand.png") 0 center no-repeat;
width: 30px;
height: 30px;
}
.expanded:before {
content: "";
float: left;
background: url("./img/expanded.png") 0 center no-repeat;
width: 30px;
height: 30px;
}
.SGExpandable {
float: left;
width: 55%;
height: 30px;
line-height: 30px;
/*margin-left: 10px;*/
margin-bottom: 10px;
/*margin-left: 30px;*/
text-align: center;
/*padding: 0px 10px 0px 0px;*/
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;
color: #ffffff;
/*background: -moz-linear-gradient(
top,
#a3a3a3 0%,
#3b3b3b 50%,
#242424 50%,
#000000);
background: -webkit-gradient(
linear, left top, left bottom,
from(#a3a3a3),
color-stop(0.50, #3b3b3b),
color-stop(0.50, #242424),
to(#000000));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #6b6b6b;
-moz-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(255,255,255,0.6);
-webkit-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(255,255,255,0.6);
box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(255,255,255,0.6);
text-shadow:
0px -1px 0px rgba(000,000,000,1),
0px 1px 0px rgba(255,255,255,0.2);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(0,0,0,0.25);
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
*/
color: #ffffff;
background: -moz-linear-gradient(
top,
#a3a3a3 0%,
#3b3b3b 50%,
#242424 50%,
#000000);
background: -webkit-gradient(
linear, left top, left bottom,
from(#a3a3a3),
color-stop(0.50, #3b3b3b),
color-stop(0.50, #242424),
to(#000000));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #6b6b6b;
-moz-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(255,255,255,0.6);
-webkit-box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(255,255,255,0.6);
box-shadow:
0px 1px 3px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(255,255,255,0.6);
text-shadow:
0px -1px 0px rgba(000,000,000,1),
0px 1px 0px rgba(255,255,255,0.2);
}