equal
deleted
inserted
replaced
|
1 /** |
|
2 * Based upon the AmaroK WebControl interface by: |
|
3 * Jonas Christian Drewsen ( kde at xspect dot dk ) |
|
4 * André Kelpe ( fs111 at web dot de ) |
|
5 * Peter C. Ndikuwera ( pndiku at gmail dot com ) |
|
6 */ |
|
7 |
|
8 body { |
|
9 font-family: sans-serif; |
|
10 background-color: #9cb2cd; |
|
11 color: #ffffff; |
|
12 padding: 0 8px; |
|
13 } |
|
14 |
|
15 div.tblholder { |
|
16 padding: 1px; |
|
17 background-color: #ffffff; |
|
18 border: 1px solid #000000; |
|
19 } |
|
20 |
|
21 div.tblholder table { |
|
22 background-color: #596082; |
|
23 } |
|
24 |
|
25 tr th { |
|
26 background-color: #697092; |
|
27 } |
|
28 |
|
29 tr.row1 td { |
|
30 background-color: #394062; |
|
31 } |
|
32 |
|
33 tr.row2 td { |
|
34 background-color: #202050; |
|
35 } |
|
36 |
|
37 tr.current td { |
|
38 background-color: #495072; |
|
39 color: #ffff00; |
|
40 } |
|
41 |
|
42 div#playlist { |
|
43 margin-top: 42px; |
|
44 } |