equal
deleted
inserted
replaced
27 |
27 |
28 tr th { |
28 tr th { |
29 background-color: #697092; |
29 background-color: #697092; |
30 } |
30 } |
31 |
31 |
32 tr.row1 td { |
32 tr.row1 td, td.row1 { |
33 background-color: #394062; |
33 background-color: #394062; |
34 } |
34 } |
35 |
35 |
36 tr.row2 td { |
36 tr.row2 td, td.row2 { |
37 background-color: #202050; |
37 background-color: #202050; |
|
38 } |
|
39 |
|
40 tr.row3 td, td.row3 { |
|
41 background-color: #293052; |
38 } |
42 } |
39 |
43 |
40 tr.current td { |
44 tr.current td { |
41 background-color: #495072; |
45 background-color: #495072; |
42 color: #ffff00; |
46 color: #ffff00; |
109 background-image: url(images/playbar.gif); |
113 background-image: url(images/playbar.gif); |
110 background-repeat: repeat-x; |
114 background-repeat: repeat-x; |
111 text-align: center; |
115 text-align: center; |
112 margin-top: 10px; |
116 margin-top: 10px; |
113 padding: 5px; |
117 padding: 5px; |
|
118 } |
|
119 |
|
120 div#offlinemode { |
|
121 position: absolute; |
|
122 top: 4px; |
|
123 right: 4px; |
114 } |
124 } |
115 |
125 |
116 /* Position slider (playhead) */ |
126 /* Position slider (playhead) */ |
117 |
127 |
118 div#playhead { |
128 div#playhead { |
159 } |
169 } |
160 |
170 |
161 div.poweredby a { |
171 div.poweredby a { |
162 color: #57608a; |
172 color: #57608a; |
163 } |
173 } |
|
174 |
|
175 p.success, p.error { |
|
176 text-align: center; |
|
177 font-weight: bold; |
|
178 } |
|
179 |
|
180 p.success { |
|
181 color: #23a600; |
|
182 } |
|
183 |
|
184 p.error { |
|
185 color: #c71700; |
|
186 } |
|
187 |
|
188 a.backlink { |
|
189 display: block; |
|
190 max-width: 135px; |
|
191 color: #2c425d; |
|
192 background-color: #bcd2ed; |
|
193 padding: 5px; |
|
194 margin: 10px 0 5px 0; |
|
195 text-decoration: none; |
|
196 } |
|
197 |
|
198 a.backlink:active { |
|
199 color: #4c627d; |
|
200 background-color: #dcf2ff; |
|
201 } |
|
202 |
|
203 a.backlink.inline { |
|
204 max-width: none; |
|
205 background-color: #7c92ad; |
|
206 margin: 5px 10px; |
|
207 } |
|
208 |
|
209 a.backlink.inline:hover { |
|
210 background-color: #9cb2cd; |
|
211 } |
|
212 |
|
213 span.clearer { |
|
214 display: block; |
|
215 clear: both; |
|
216 } |
|
217 |
|
218 div.greylogo { |
|
219 width: 120px; |
|
220 height: 33px; |
|
221 background-image: url(images/greylogo.png); |
|
222 background-repeat: no-repeat; |
|
223 float: right; |
|
224 margin: 5px 0; |
|
225 } |
|
226 |
|
227 div.clearer { |
|
228 clear: both; |
|
229 } |
|
230 |