equal
deleted
inserted
replaced
8 body { |
8 body { |
9 font-family: sans-serif; |
9 font-family: sans-serif; |
10 background-color: #262626; |
10 background-color: #262626; |
11 color: #ffffff; |
11 color: #ffffff; |
12 padding: 0 8px; |
12 padding: 0 8px; |
|
13 } |
|
14 |
|
15 body.playlist { |
13 background-image: url(images/playbar-shadow.gif); |
16 background-image: url(images/playbar-shadow.gif); |
14 background-repeat: repeat-x; |
17 background-repeat: repeat-x; |
15 } |
18 } |
16 |
19 |
17 div.tblholder { |
20 div.tblholder { |
18 padding: 1px; |
21 padding: 1px; |
19 background-color: #b0b0b0; |
22 background-color: #b0b0b0; |
20 border: 1px solid #000000; |
23 border: 1px solid #000000; |
|
24 color: #c6c6c6; |
21 } |
25 } |
22 |
26 |
23 div.tblholder table { |
27 div.tblholder table { |
24 background-color: #606060; |
28 background-color: #606060; |
25 } |
29 } |
26 |
30 |
27 tr th { |
31 tr th { |
28 background-color: #505050; |
32 background-color: #505050; |
29 } |
33 } |
30 |
34 |
31 tr.row1 td { |
35 tr.row1 td, td.row1 { |
32 background-color: #383838; |
36 background-color: #383838; |
33 } |
37 } |
34 |
38 |
35 tr.row2 td { |
39 tr.row2 td, td.row2 { |
36 background-color: #424242; |
40 background-color: #424242; |
|
41 } |
|
42 |
|
43 tr.row3 td, td.row3 { |
|
44 background-color: #3d3d3d; |
37 } |
45 } |
38 |
46 |
39 tr.current td { |
47 tr.current td { |
40 background-color: #303030; |
48 background-color: #303030; |
41 color: #ffff00; |
49 color: #ffff00; |
142 } |
150 } |
143 |
151 |
144 div.poweredby a { |
152 div.poweredby a { |
145 color: #57608a; |
153 color: #57608a; |
146 } |
154 } |
|
155 |
|
156 ul#userlist a { |
|
157 color: #ffff00; |
|
158 } |
|
159 |
|
160 p.success, p.error { |
|
161 text-align: center; |
|
162 font-weight: bold; |
|
163 } |
|
164 |
|
165 p.success { |
|
166 color: #23a600; |
|
167 } |
|
168 |
|
169 p.error { |
|
170 color: #c71700; |
|
171 } |
|
172 |
|
173 a.backlink { |
|
174 display: block; |
|
175 width: 150px; |
|
176 color: #a0a0a0; |
|
177 background-color: #404040; |
|
178 padding: 5px; |
|
179 margin: 10px 0 5px 0; |
|
180 text-decoration: none; |
|
181 } |
|
182 |
|
183 a.backlink:hover { |
|
184 color: #c0c0c0; |
|
185 background-color: #505050; |
|
186 } |
|
187 |
|
188 div.greylogo { |
|
189 width: 120px; |
|
190 height: 33px; |
|
191 background-image: url(images/greylogo.png); |
|
192 background-repeat: no-repeat; |
|
193 float: right; |
|
194 margin: 5px 0; |
|
195 } |
|
196 |
|
197 div.clearer { |
|
198 clear: both; |
|
199 } |