equal
deleted
inserted
replaced
8 body { |
8 body { |
9 font-family: sans-serif; |
9 font-family: sans-serif; |
10 background-color: #9cb2cd; |
10 background-color: #9cb2cd; |
11 color: #ffffff; |
11 color: #ffffff; |
12 padding: 0 8px; |
12 padding: 0 8px; |
|
13 background-image: url(images/playbar-shadow.gif); |
|
14 background-repeat: repeat-x; |
13 } |
15 } |
14 |
16 |
15 div.tblholder { |
17 div.tblholder { |
16 padding: 1px; |
18 padding: 1px; |
17 background-color: #ffffff; |
19 background-color: #ffffff; |
37 tr.current td { |
39 tr.current td { |
38 background-color: #495072; |
40 background-color: #495072; |
39 color: #ffff00; |
41 color: #ffff00; |
40 } |
42 } |
41 |
43 |
|
44 div#playbar { |
|
45 position: fixed; |
|
46 top: 0; |
|
47 left: 0; |
|
48 width: 100%; |
|
49 height: 32px; |
|
50 padding: 0; |
|
51 margin: 0; |
|
52 background-image: url(images/playbar.gif); |
|
53 background-repeat: repeat-x; |
|
54 background-color: #383f61; |
|
55 border-bottom: 1px solid #000000; |
|
56 } |
|
57 |
|
58 div.playbar-inner { |
|
59 padding: 5px; |
|
60 } |
|
61 |
|
62 a img { |
|
63 border-width: 0; |
|
64 } |
|
65 |
42 div#playlist { |
66 div#playlist { |
43 margin-top: 42px; |
67 margin-top: 48px; |
44 } |
68 } |
|
69 |
|
70 a.tracklink { |
|
71 text-decoration: none; |
|
72 color: white; |
|
73 } |
|
74 |