-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstable.css
183 lines (181 loc) · 4.11 KB
/
stable.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
.stable {
border: 1px solid;
border-color: #333333 #181818 #181818 #333333;
}
.stable td {
padding: 2px;
}
.stable-head td div {
padding: 4px 16px 4px 6px !important;
}
.stable-head {
background: #2a2a2a none repeat scroll 0 0;
border: medium none;
color: #999;
font-family: inherit;
text-shadow: none;
}
div#tdcont .stable-head {
border: none;
}
div#tdcont .stable {
border: none;
}
.stable-head table tr {
background: transparent;
border: none;
}
.stable-head table tr td {
background: transparent none no-repeat scroll right center;
border-color: #222;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
font-family: Open Sans;
font-size: 12px;
font-weight: 600;
line-height: 16px;
text-transform: uppercase;
white-space: nowrap;
}
.stable-head div.resz {
border: 1px solid #FF0000;
background: transparent url(./images/s.gif) no-repeat scroll left center;
}
.stable-body {
background: window;
text-shadow: none;
color: #ccc;
}
.stable-body td {
border-bottom: 1px solid #2a2a2a;
}
.stable-body td div {
font-family: Open Sans !important;
font-size: 11px;
height: 21px !important;
line-height: 21px;
}
.stable-body tr.odd td {
background: #222;
}
.stable-body tr.odd:hover td {
background: #333;
}
.stable-body tr.even td {
background: #2a2a2a;
}
.stable-body tr {
height: 22px;
}
.stable-body {
background: #222 none repeat scroll 0 0
}
.stable-body tr.selected td {
background: #343434 none repeat scroll 0 0;
color: #009ddd;
text-shadow: 0 0 4px #000;
}
div.stable-body table {
padding-bottom: 12px;
}
div.stable-body table tbody tr.even td {
background: #2a2a2a none repeat scroll 0 0;
}
div.stable-body table tbody tr.even:hover td {
background: #333 none repeat scroll 0 0;
}
div.stable-body table tbody tr.even td:nth-child(2n+1) {
color: #aaa;
}
div.stable-body table tbody tr.even:nth-child(2n+1) td {
background: #2a2a2a none repeat scroll 0 0;
}
div.stable-body table tbody tr.even:hover:nth-child(2n+1) td {
background: #333 none repeat scroll 0 0;
}
.stable-move-header {
background: transparent url(./images/header_move.gif) repeat-x scroll center top;
border: 1px solid #0099FF;
}
.stable-move-header {
background: transparent url(./images/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7);
border: 1px solid #0099FF;
}
.gecko .stable-move-header {
background: rgba(128, 128, 128, 0.7);
-moz-opacity: 0.7;
}
.ie .stable-move-header {
background: rgba(128, 128, 128, 0.7);
filter: alpha(opacity=70)
}
.webkit .stable-move-header {
background: rgba(128, 128, 128, 0.7);
}
.stable-active-header {
border-color: threedface !important
}
.stable-separator-header {
background: #181818;
}
.stable-scrollpos {
background: #181818 url(./images/headers.png) repeat-x 0px -37px;
height: 17px;
line-height: 17px;
border-bottom: 1px solid #333333;
}
.stable-scrollpos:nth-child(2n+1) {
background: #181818 url(./images/headers.png) repeat-x 0px -64px;
}
.meter-value {
float: left;
border: 0px inset #1b1b1b;
border-bottom: none;
background: transparent;
border-radius: 12px;
}
.stable-body tr.selected span.meter-value {
color: #fff;
}
.meter-text {
font-family: Open Sans;
font-size: 11px;
font-weight: 400;
color: #fff;
text-shadow: 0 0 2px #6c7a89;
position: relative;
text-align: left;
float: left;
width: 0px;
height: 0px;
overflow: visible;
left: 40%;
top: -1px;
line-height: 23px;
z-index: 1;
}
.stable-icon {
background-position: center center;
float: left;
height: 21px;
margin: 0 5px;
padding: 0 !important;
width: 18px;
}
.stable-List-col-3 div {
position: relative;
left: -4px;
}
.stable-List-col-6 div {
font-weight: 400;
text-align: right;
text-shadow: 0 0 2px #000;
}
.stable-FileList-col-3 div {
position: relative;
left: -4px;
}
.stable-PeerList-col-4 div {
position: relative;
left: -4px;
}