]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - html/html/themes/maniac/include/upxlr.css
Merge remote-tracking branch 'amarx/10352' into next
[people/teissler/ipfire-2.x.git] / html / html / themes / maniac / include / upxlr.css
1 span[id^=ledgr],li#liledgr,label#lbledgr
2 {
3 background-position:0 0;
4 }
5
6 span[id^=ledbl],li#liledbl,label#lbledbl
7 {
8 background-position:0 -20px;
9 }
10
11 span[id^=ledye],li#liledye,label#lbledye
12 {
13 background-position:0 -40px;
14 }
15
16 span[id^=ledrd],li#liledrd,label#lbledrd
17 {
18 background-position:0 -60px;
19 }
20
21 span[id^=ledgy],li#liledgy,label#lbledgy
22 {
23 background-position:0 -80px;
24 }
25
26 span#rel,li#lirel
27 {
28 background-position:0 -100px;
29 }
30
31 span#glo,li#liglo
32 {
33 background-position:0 -120px;
34 }
35
36 span#del,li#lidel,label#lbdel,button[id^=del]
37 {
38 background-position:0 -140px;
39 }
40
41 span#blo,li#liblo
42 {
43 background-position:0 -160px;
44 }
45
46 #stat
47 {
48 background-position:0 -180px;
49 }
50
51 #wrench
52 {
53 background-position:0 -200px;
54 }
55
56 #set
57 {
58 background-position:0 -220px;
59 }
60
61 #oview
62 {
63 background-position:0 -240px;
64 }
65
66 .symbols
67 {
68 background:transparent url(/themes/maniac/images/updxl-icons.gif) no-repeat;
69 height:20px;
70 width:20px;
71 }
72
73 .vendimg
74 {
75 background-repeat:no-repeat;
76 height:18px;
77 width:18px;
78 }
79
80 .noborder
81 {
82 border:none;
83 }
84
85 fieldset
86 {
87 padding: 0 0 .5em;
88 margin-bottom: .5em;
89 border: 1px dotted #E1E1E1;
90 border-top: none;
91 border-left: none;
92 border-right: none;
93 }
94
95 legend
96 {
97 margin-left:0;
98 padding-left:0;
99 padding-right:.5em;
100 font-weight: bolder;
101 }
102
103 label
104 {
105 cursor:pointer;
106 padding-right:1em;
107 }
108
109 label[for^=text],label[for^=select]
110 {
111 padding-right:.2em;
112 }
113
114 label.symbols
115 {
116 display:inline-block;
117 min-height:20px;
118 padding-left:25px;
119 width:auto;
120 }
121
122 button[id^=del]
123 {
124 border-style:none;
125 }
126
127 input:invalid
128 {
129 border:2px solid red;
130 }
131
132 input#text01
133 {
134 height:1em;
135 max-width:120px;
136 }
137
138 input#text02
139 {
140 width:7em;
141 }
142
143 input[type=submit]
144 {
145 border:1px solid #2941BC;
146 margin-right: 3em;
147 margin-left: 3em;
148 }
149
150 output#duval
151 {
152 display:inline-block;
153 min-width:2em;
154 text-align:right;
155 }
156
157 .frmshow
158 {
159 position:absolute;
160 right:0;
161 top:0;
162 }
163
164 .frmshow fieldset
165 {
166 display:inline-block;
167 position:relative;
168 }
169
170 .frmshow legend
171 {
172 display:inline-block;
173 }
174
175 .frmshow legend span
176 {
177 left:-100px;
178 position:absolute;
179 top:.2em;
180 }
181
182 .frmshow button
183 {
184 background-color:#CA2F2F;
185 border:1px solid #2941BC;
186 color:#000;
187 display:inline;
188 height:22px;
189 padding-left:25px;
190 padding-right:5px;
191 width:auto;
192 cursor: pointer;
193 }
194
195 .frmshow button:disabled
196 {
197 border:1px solid #fff;
198 color:#F1F1F1;
199 cursor: default;
200 }
201
202 span.symbols,span.vendimg
203 {
204 display:inline-block;
205 }
206
207 caption
208 {
209 margin-top:.5em;
210 font-weight:bolder;
211 }
212
213 table
214 {
215 width:100%;
216 }
217
218 #diskusage td
219 {
220 text-align:center;
221 }
222
223 #summary
224 {
225 background-color:none!important;
226 }
227
228 [id^=list] thead tr th
229 {
230 border-bottom:1px dotted #fff;
231 }
232
233 th
234 {
235 text-align:center;
236 }
237
238 td,th
239 {
240 padding:3px;
241 }
242
243 tbody tr:nth-child(even)
244 {
245 background:#1C1C1C;
246 }
247
248 tbody tr:nth-child(odd)
249 {
250 background:#4F4F4F;
251 }
252
253 th span.symbols,th span.vendimg
254 {
255 vertical-align:middle!important;
256 }
257
258 th span[id^=vd].vendimg
259 {
260 display:block;
261 padding-left:27px;
262 text-align:left!important;
263 width:auto;
264 }
265
266 tbody tr td
267 {
268 text-align:right;
269 }
270
271 tfoot tr td
272 {
273 border-top:1px dotted #E1E1E1;
274 }
275
276 tfoot ul
277 {
278 list-style-type:none;
279 margin-left:1em;
280 padding-left:0;
281 }
282
283 li.symbols
284 {
285 padding-left:23px;
286 }
287
288 li.vendimg
289 {
290 padding-left:25px;
291 }
292
293 tfoot ul li
294 {
295 background-repeat:no-repeat;
296 display:inline;
297 margin-bottom:.3em;
298 padding-right:1em;
299 }
300
301 li.symbols,li.vendimg
302 {
303 display:inline-block;
304 width:auto;
305 }
306
307 td[id^=legend] h5
308 {
309 font-size:.9em;
310 }
311
312 div#pbar
313 {
314 background-color:#90EE90;
315 border:1px solid #a0a0a0;
316 color:#000;
317 font-weight:bolder;
318 height:15px;
319 min-width:100px;
320 padding-right:2px;
321 position:relative;
322 text-align:left;
323 width:auto;
324 }
325
326 div[id^=bar]
327 {
328 background-color:red;
329 border:1px solid #e2e2e2;
330 border-left:none;
331 border-right:none;
332 float:left;
333 height:13px;
334 }
335
336 div#bar1
337 {
338 background-color:orange;
339 }
340
341 div#bar2
342 {
343 background-color:blue;
344 }
345
346 div#bar3
347 {
348 background-color:#FF0;
349 }
350
351 span#duused
352 {
353 color: red;
354 font-weight: bolder;
355 }
356
357 span#free
358 {
359 color: green;
360 font-weight: bolder;
361 }
362
363 span#percent
364 {
365 font-weight:bolder;
366 position:relative;
367 }
368
369 span#max
370 {
371 position:absolute;
372 right:2px;
373 }
374
375 span#used
376 {
377 color: orange;
378 font-weight: bolder;
379 }
380
381 hr
382 {
383 margin-bottom:1em;
384 }
385
386 #errors
387 {
388 color:#CA2F2F;
389 font-weight:bolder;
390 }