]>
Commit | Line | Data |
---|---|---|
1 | /* top right bottom left */ | |
2 | body { | |
3 | font-size: 12.0px; | |
4 | font-family: "Bitstream Vera Sans","Verdana"; | |
5 | background-color: #0a0b0e; | |
6 | } | |
7 | ||
8 | select, input, a, body { | |
9 | color: #eee; | |
10 | } | |
11 | ||
12 | select, input { | |
13 | font-size: 0.95em; | |
14 | line-height: 1.2em; | |
15 | background: #111111; | |
16 | border: 1px solid #333333; | |
17 | } | |
18 | ||
19 | .main_container { | |
20 | border: 1px solid #e2e2e2; | |
21 | background: #0a0b0e; | |
22 | } | |
23 | ||
24 | div.moving_box { | |
25 | background-color: #808080; | |
26 | border: 1px solid #65869E; | |
27 | } | |
28 | ||
29 | li[dirtype=file] { background-image: url(images/audio_li.png); } | |
30 | li[dirtype=directory] { background-image: url(images/folder_li.png); } | |
31 | li[dirtype=artist] { background-image: url(images/media-artist_li.png); } | |
32 | li[dirtype=album] { background-image: url(images/media-album_li.png); } | |
33 | li[dirtype=playlist] { background-image: url(images/playlist_li.png); } | |
34 | ||
35 | /* used to select the filename */ | |
36 | li[btype=search] > span { | |
37 | color: #999; | |
38 | } | |
39 | ||
40 | ||
41 | div.slider_pointer { | |
42 | border: 1px solid #333333; | |
43 | background-color: #305050; | |
44 | } | |
45 | ||
46 | [slider_moving] { | |
47 | cursor: move; | |
48 | } | |
49 | ||
50 | img.act_button { | |
51 | height: 25px; | |
52 | width: 25px; | |
53 | opacity: 0.70; | |
54 | } | |
55 | img.act_button:hover { | |
56 | opacity: 1.0; | |
57 | } | |
58 | ||
59 | hr.server_settings { | |
60 | color: #333333; | |
61 | background-color: #333333; | |
62 | } | |
63 | ||
64 | div.overlay, div.selection_menu, #status_bar, div.slider_main, | |
65 | div#pagination, div#pagination_options, input#quickadd | |
66 | { | |
67 | border: 1px solid #333333; | |
68 | background-color: #111111; | |
69 | } | |
70 | ||
71 | div.settings_container, div.settings_header, | |
72 | div#qa_suggestions, div#sidebar_header, | |
73 | div#streaming_display, div.player_control, | |
74 | div.popup | |
75 | { | |
76 | border: 1px solid #333333; | |
77 | background-color: black; | |
78 | } | |
79 | ||
80 | div.settings_header { | |
81 | border-bottom: 0px; | |
82 | } | |
83 | ||
84 | input#quickadd { | |
85 | font-size: 12px; | |
86 | color: #999; | |
87 | } | |
88 | input#quickadd:hover, input#quickadd:focus { | |
89 | background-color: black; | |
90 | color: #eee; | |
91 | } | |
92 | ||
93 | div.big_albumart { | |
94 | background-color: black; | |
95 | } | |
96 | ||
97 | div#sidebar_header { | |
98 | font-size: 0.8em; | |
99 | } | |
100 | ||
101 | div#sidebar_display { | |
102 | border: 1px solid black; | |
103 | background-color: #111111; | |
104 | border: 1px solid #333333; | |
105 | font-size: 0.992em; | |
106 | line-height: 1.3em; | |
107 | } | |
108 | ||
109 | /* for browser action buttons */ | |
110 | ||
111 | /* match add buttons */ | |
112 | li.browser_button_add { | |
113 | background: url(images/add_15.png) no-repeat top left; | |
114 | } | |
115 | ||
116 | /* current page on the pagination list */ | |
117 | li[cpage] { | |
118 | background-color: #800000; | |
119 | } | |
120 | ||
121 | span.plse { | |
122 | background-image: url(images/audio_li.png); | |
123 | } | |
124 | ||
125 | span.plse:hover, | |
126 | ul.recommended > li > ul > li:hover , | |
127 | [selected], | |
128 | li.menuitem:hover, | |
129 | #streaming_display li:hover, | |
130 | span.qa_element[qa_selected] | |
131 | { | |
132 | background-color: #333333; | |
133 | } | |
134 | ||
135 | li.playlist_popup, | |
136 | span.playlist_popup, | |
137 | ul#pagination_list > li, | |
138 | .browse_type, | |
139 | ul.browser_field, | |
140 | #playlist | |
141 | { | |
142 | border: 1px solid #333333; | |
143 | } | |
144 | ||
145 | li.menuitem { | |
146 | border: 1px solid #555555; | |
147 | border-top: none; | |
148 | background: #111111; | |
149 | } | |
150 | ||
151 | tr.playlist { | |
152 | border: 0px; | |
153 | } | |
154 | ||
155 | tr.moving { | |
156 | border-top: 1px solid #b0bdec; | |
157 | color: gray; | |
158 | } | |
159 |