themes: remove obsolete css (memorybar etc.)
[project/luci.git] / themes / freifunk-hannover / htdocs / luci-static / freifunk-hannover / cascade.css
1 @charset "utf-8";\r
2 \r
3 @media all {\r
4 \r
5 html {\r
6         min-height: 100%;\r
7         height: auto;\r
8 }\r
9 \r
10 body {\r
11         color: #ffffff;\r
12         background-color: #fff;\r
13         background-image: url(bg.jpg);\r
14         background-position: bottom center;\r
15         background-repeat: repeat-x;\r
16         font-family: Verdana, Arial, sans-serif;\r
17         font-size: 101%;\r
18         line-height: 100%;\r
19         padding-bottom: 1.5em;\r
20 }\r
21 \r
22 * {\r
23         margin: 0;\r
24         padding: 0;\r
25 }\r
26 \r
27 abbr,\r
28 acronym {\r
29         font-style: normal;\r
30         font-variant: normal;\r
31 }\r
32 \r
33 abbr[title],\r
34 acronym[title] {\r
35         border-bottom: 1px dotted;\r
36         cursor: help;\r
37 }\r
38 \r
39 a:link abbr[title],\r
40 a:visited abbr[title],\r
41 a:link acronym[title],\r
42 a:visited acronym[title] {\r
43         cursor: pointer;\r
44 }\r
45 \r
46 code {\r
47         font-family: monospace;\r
48         white-space: pre;\r
49 }\r
50 \r
51 #maincontent ul {\r
52         margin-left: 2em;\r
53 }\r
54 \r
55 .warning {\r
56         color: red;\r
57         background-color: white;\r
58         font-weight: bold;\r
59         text-decoration: blink;\r
60 }\r
61 \r
62 .clear {\r
63         clear: both;\r
64 }\r
65 \r
66 .skiplink,\r
67 .navigation,\r
68 .hidden {\r
69         position: absolute;\r
70         left: -1000px;\r
71         top: -1000px;\r
72         width: 0px;\r
73         height: 0px;\r
74         overflow: hidden;\r
75         display: inline;\r
76 }\r
77 \r
78 .error {\r
79         color: #ff0000;\r
80         background-color: white;\r
81 }\r
82 \r
83 #header {\r
84         min-height: 98px;\r
85         background-image: url(header.jpg);\r
86         background-repeat: no-repeat;\r
87         background-position: left bottom;\r
88         background-color: #FFFFFF;\r
89         color: #fff;\r
90         text-align: right;\r
91         font-weight: bold;\r
92 }\r
93 \r
94 #header h1 {\r
95         padding: 1em 1em 0 1em;\r
96 }\r
97 \r
98 #header p {\r
99         padding: 0 1em 1em 1em;\r
100 }\r
101 \r
102 #header h1,\r
103 #header p {\r
104         font-size: 70%;\r
105         font-weight: normal;\r
106         line-height: 160%;\r
107         text-align: right;\r
108 }\r
109 \r
110 ul.dropdowns {\r
111         float: left;\r
112         margin: 0;\r
113         padding: 0;\r
114         width: auto;\r
115         list-style: none;\r
116 }\r
117 \r
118 html>body ul.dropdowns {\r
119         position: relative;\r
120 }\r
121 \r
122 ul.dropdowns li,\r
123 ul.dropdowns ul {\r
124         margin: 0;\r
125         padding: 0;\r
126         list-style: none;\r
127 }\r
128 \r
129 ul.dropdowns li {\r
130         float: left;\r
131         position: relative;\r
132         white-space: nowrap;\r
133 }\r
134 \r
135 ul.dropdowns li ul {\r
136         position: absolute;\r
137         z-index: 1000;\r
138         top: auto;\r
139         min-width: 10em;\r
140 }\r
141 \r
142 ul.dropdowns li li {\r
143         float: none;\r
144         position: relative;\r
145 }\r
146 \r
147 ul.dropdowns li a {\r
148         display: block;\r
149 }\r
150 \r
151 ul.dropdowns ul li ul {\r
152         top: 0;\r
153 }\r
154 \r
155 ul.dropdowns li ul,\r
156 ul.dropdowns li.over ul ul,\r
157 ul.dropdowns li.focus ul ul,\r
158 ul.dropdowns li:hover ul ul,\r
159 ul.dropdowns li.over ul ul ul,\r
160 ul.dropdowns li.focus ul ul ul,\r
161 ul.dropdowns li:hover ul ul ul,\r
162 ul.dropdowns li.over ul ul ul ul,\r
163 ul.dropdowns li.focus ul ul ul ul,\r
164 ul.dropdowns li:hover ul ul ul ul {\r
165         left: -3000px;\r
166 }\r
167 \r
168 ul.dropdowns li.over ul,\r
169 ul.dropdowns li.focus ul,\r
170 ul.dropdowns li:hover ul {\r
171         left: 0;\r
172 }\r
173 \r
174 ul.dropdowns ul li.over ul,\r
175 ul.dropdowns ul li.focus ul,\r
176 ul.dropdowns ul li:hover ul,\r
177 ul.dropdowns ul ul li.over ul,\r
178 ul.dropdowns ul ul li.focus ul,\r
179 ul.dropdowns ul ul li:hover ul,\r
180 ul.dropdowns ul ul ul li.over ul,\r
181 ul.dropdowns ul ul ul li.focus ul,\r
182 ul.dropdowns ul ul ul li:hover ul {\r
183         left: 100%;\r
184 }\r
185 \r
186 #menubar {\r
187         position: relative;\r
188         width: 100%;\r
189         background: #FFF;\r
190         color: #004a9c;\r
191 }\r
192 \r
193 #menubar .warning {\r
194         color: red;\r
195         background-color: #FFF;\r
196 }\r
197 \r
198 #menubar ul.dropdowns {\r
199         min-height: 1.8em;\r
200         background: #FFF;\r
201         color: #004a9c;\r
202 }\r
203 \r
204 #menubar ul.dropdowns li ul {\r
205         background: #FFF;\r
206         color: #004a9c;\r
207         border-width: 0 1px 1px 1px;\r
208         border-style: dashed;\r
209         border-color: #5a5a5a;\r
210 }\r
211 \r
212 #menubar ul.dropdowns ul li ul {\r
213         border-width: 1px;\r
214 }\r
215 \r
216 html #menubar a:link,\r
217 html #menubar a:visited {\r
218         position: relative;\r
219         display: block;\r
220         padding: 0.5em;\r
221         background: #FFF;\r
222         color: #004a9c;\r
223         text-decoration: none;\r
224         font-size: 80%;\r
225         font-weight: normal;\r
226 }\r
227 \r
228 \r
229 html #menubar a:link:hover,\r
230 html #menubar a:visited:hover,\r
231 html #menubar a:link:active,\r
232 html #menubar a:visited:active,\r
233 #menubar a:link:focus,\r
234 #menubar a:visited:focus {\r
235         background: #F2F2F2;\r
236         color: #e60076;\r
237 }\r
238 \r
239 html #menubar a:link.active,\r
240 html #menubar a:visited.active,\r
241 html #menubar a:link.preactive,\r
242 html #menubar a:visited.preactive {\r
243         background: #FFF;\r
244         color: #e60076;\r
245 }\r
246 \r
247 html #menubar a:link.warning,\r
248 html #menubar a:visited.warning {\r
249         background: #FFF;\r
250         color: red;\r
251         font-weight: bold;\r
252         text-decoration: blink;\r
253 }\r
254 \r
255 #menubar ul.dropdowns li.over>a,\r
256 #menubar ul.dropdowns li.focus>a,\r
257 #menubar ul.dropdowns li:hover>a {\r
258 }\r
259 \r
260 .lang_de #submenu_mini_system { min-width: 13.3em; }\r
261 * html .lang_de #submenu_mini_system { width: 13.3em; }\r
262 \r
263 .lang_pt-br #submenu_mini_network { min-width: 14em; }\r
264 * html .lang_pt-br #submenu_mini_network { width: 14em; }\r
265 \r
266 .lang_pt-br #submenu_mini_system { min-width: 11.5em; }\r
267 * html .lang_pt-br #submenu_mini_system { width: 11.5em; }\r
268 \r
269 .lang_ru #submenu_mini_system { min-width: 18em; }\r
270 * html .lang_ru #submenu_mini_system { width: 18em; }\r
271 \r
272 .lang_pt-br #submenu_admin_index { min-width: 11em; }\r
273 * html .lang_pt-br #submenu_admin_index { width: 11em; }\r
274 \r
275 .lang_ru #submenu_admin_index { min-width: 15.5em; }\r
276 * html .lang_ru #submenu_admin_index { width: 15.5em; }\r
277 \r
278 .lang_ru #submenu_admin_status { min-width: 10.5em; }\r
279 * html .lang_ru #submenu_admin_status { width: 10.5em; }\r
280 \r
281 .lang_de #submenu_admin_system { min-width: 13.3em; }\r
282 * html .lang_de #submenu_admin_system { width: 13.3em; }\r
283 \r
284 .lang_fr #submenu_admin_system { min-width: 14.5em; }\r
285 * html .lang_fr #submenu_admin_system { width: 14.5em; }\r
286 \r
287 .lang_pt-br #submenu_admin_system { min-width: 11.5em; }\r
288 * html .lang_pt-br #submenu_admin_system { width: 11.5em; }\r
289 \r
290 .lang_ru #submenu_admin_system { min-width: 18em; }\r
291 * html .lang_ru #submenu_admin_system { width: 18em; }\r
292 \r
293 #submenu_admin_services_chillispot { min-width: 15.5em; }\r
294 * html #submenu_admin_services_chillispot { width: 15.5em; }\r
295 \r
296 #submenu_admin_services_coovachilli { min-width: 15em; }\r
297 * html #submenu_admin_services_coovachilli { width: 15em; }\r
298 \r
299 .lang_ru #submenu_admin_network_routes { min-width: 15.3em; }\r
300 * html .lang_ru #submenu_admin_network_routes { width: 15.3em; }\r
301 \r
302 #submenu_admin_network_firewall { min-width: 14em; }\r
303 * html #submenu_admin_network_firewall { width: 14em; }\r
304 \r
305 .lang_de #submenu_admin_network_firewall { min-width: 16.5em; }\r
306 * html .lang_de #submenu_admin_network_firewall { width: 16.5em; }\r
307 \r
308 .lang_pt-br #submenu_admin_network_firewall { min-width: 15em; }\r
309 * html .lang_pt-br #submenu_admin_network_firewall { width: 15em; }\r
310 \r
311 #modemenu {\r
312         width: auto;\r
313         background: #000000;\r
314         color: #ffffff;\r
315         list-style: none;\r
316         margin-right: 1px;\r
317 }\r
318 \r
319 #modemenu li {\r
320         float: right;\r
321         list-style: none;\r
322 }\r
323 \r
324 #savemenu {\r
325         float: right;\r
326         margin-right: 2em;\r
327 }\r
328 \r
329 .lang_de #submenu_admin_uci {\r
330         width: 12em;\r
331 }\r
332 \r
333 .lang_ru #submenu_admin_uci {\r
334         width: 11.5em;\r
335 }\r
336 \r
337 textarea#syslog {\r
338         width: 98%;\r
339         min-height: 500px;\r
340         border: 3px solid #cccccc;\r
341         padding: 5px;\r
342         font-family: monospace;\r
343 }\r
344 \r
345 #maincontent {\r
346         clear: both;\r
347         width: 80%;\r
348         margin: 0 auto;\r
349         padding: 0.5em;\r
350         color: #000000;\r
351         font-size: 80%;\r
352         background-color: #fff;\r
353         background-image: url(bg.jpg);\r
354         background-repeat: repeat-x;\r
355         background-position: center bottom;\r
356         border: 1px dashed #CCCCCC;\r
357 }\r
358 \r
359 #maincontent h2 {\r
360         font-size: 150%;\r
361         font-family: "Trebuchet MS", Verdana, sans-serif;\r
362         font-weight: bold;\r
363         margin: 0.25em 0 0.7em 0;\r
364         border-bottom: 1px solid;\r
365         padding-top: 10px;\r
366         padding-bottom: 4px;\r
367         color: #004d9e;\r
368 }\r
369 \r
370 #maincontent h3 {\r
371         margin: 0.5em 0 1.1em 0;\r
372         font-size: 125%;\r
373         font-weight: bold;\r
374         font-style: italic;\r
375         font-family: "Trebuchet MS", Verdana, sans-serif;\r
376         color: #004d9e;\r
377 }\r
378 \r
379 #maincontent p {\r
380         margin-bottom: 1em;\r
381 }\r
382 \r
383 .cbi-section {\r
384         margin-bottom: 0.5em;\r
385         padding: 0.5em 1em;\r
386         border: 1px dotted #555555;\r
387         background-color: #ffffff;\r
388         color: #000000;\r
389 }\r
390 \r
391 .cbi-section legend {\r
392         font-size: 110%;\r
393         font-weight: bold;\r
394         height: 1em;\r
395         padding: 0 0.25em;\r
396         background-color: transparent;\r
397         color: #394d9e;\r
398 }\r
399 \r
400 .cbi-section h2 {\r
401         margin: 0em 0 0.5em -0.5em !important;\r
402 }\r
403 \r
404 .cbi-section h3 {\r
405         text-decoration: none !important;\r
406         font-weight: bold !important;\r
407         color: #555555 !important;\r
408         margin: 0.25em !important;\r
409         font-size: 100% !important;\r
410 }\r
411 \r
412 .cbi-section-descr {\r
413         margin-bottom: 0.5em;\r
414         font-size: 95%;\r
415 }\r
416 \r
417 .cbi-title-ref {\r
418         color: inherit;\r
419         text-decoration: none;\r
420         padding-right: 18px;\r
421         background: url('../resources/cbi/link.gif') no-repeat scroll right center;\r
422         background-color: inherit;\r
423 }\r
424 \r
425 ul.cbi-apply {\r
426         font-size: 90%;\r
427 }\r
428 \r
429 input[type=submit],\r
430 input[type=reset],\r
431 input[type=image] {\r
432         cursor: pointer;\r
433 }\r
434 \r
435 \r
436 select,\r
437 input,\r
438 textarea {\r
439         background: #eeeeee;\r
440         color: #000000;\r
441         border: none;\r
442 }\r
443 \r
444 input[type=image] {\r
445         border: none;\r
446 }\r
447 \r
448 input:focus,\r
449 input:hover,\r
450 select:focus,\r
451 select:hover,\r
452 textarea:focus,\r
453 textarea:hover {\r
454         background-color: #ffffff;\r
455         color: #000000;\r
456 }\r
457 \r
458 select,\r
459 input[type=text],\r
460 input[type=password] {\r
461         width: 20em;\r
462 }\r
463 \r
464 td select,\r
465 td input[type=text],\r
466 td input[type=password] {\r
467         width: 99%;\r
468 }\r
469 \r
470 input.cbi-input-user {\r
471         background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;\r
472         background-color: inherit;\r
473         color: #000000;\r
474         text-indent: 17px;\r
475 }\r
476 \r
477 input.cbi-input-password {\r
478         background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;\r
479         background-color: inherit;\r
480         color: #000000;\r
481         text-indent: 17px;\r
482 }\r
483 \r
484 input.cbi-input-find {\r
485         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;\r
486         background-color: inherit;\r
487         color: #000000;\r
488         padding-left: 17px;\r
489 }\r
490 \r
491 input.cbi-input-reload {\r
492         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;\r
493         background-color: inherit;\r
494         color: #000000;\r
495         padding-left: 17px;\r
496 }\r
497 \r
498 input.cbi-input-add,\r
499 input.cbi-button-add {\r
500         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;\r
501         background-color: inherit;\r
502         color: #000000;\r
503         padding-left: 17px;\r
504         padding-right: 1px;\r
505         border: 1px solid #FFF; \r
506 }\r
507 \r
508 input.cbi-input-fieldadd,\r
509 input.cbi-button-fieldadd {\r
510         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;\r
511         background-color: inherit;\r
512         color: #000000;\r
513         padding-left: 17px;\r
514         padding-right: 1px;\r
515 }\r
516 \r
517 input.cbi-input-reset,\r
518 input.cbi-button-reset {\r
519         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;\r
520         background-color: inherit;\r
521         color: #000000;\r
522         padding-left: 17px;\r
523         padding-right: 1px;\r
524         border: none;\r
525 }\r
526 \r
527 input.cbi-input-save,\r
528 input.cbi-button-save {\r
529         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;\r
530         background-color: inherit;\r
531         color: #000000;\r
532         padding-left: 17px;\r
533         padding-right: 1px;\r
534         border: none;   \r
535 }\r
536 \r
537 input.cbi-input-apply,\r
538 input.cbi-button-apply {\r
539         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;\r
540         background-color: inherit;\r
541         color: #000000; \r
542         padding-left: 17px;\r
543         padding-right: 1px;\r
544         border: none;   \r
545 }\r
546 \r
547 input.cbi-input-remove,\r
548 div.cbi-section-remove input {\r
549         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;\r
550         background-color: inherit;\r
551         color: #000000;\r
552         padding-left: 17px;\r
553         padding-right: 1px;\r
554                 border: 1px solid #fff;\r
555 }\r
556 \r
557 div.cbi-section-remove input {\r
558         border-bottom: none;\r
559 }\r
560 \r
561 textarea {\r
562         margin-left: -1px;\r
563         margin-bottom: 0.5em;\r
564 }\r
565 \r
566 form > div > input[type=submit],\r
567 form > div > input[type=reset] {\r
568         float: right;\r
569         margin-left: 0.5em;\r
570 }\r
571 \r
572 table td,\r
573 table th {\r
574         color: #000000;\r
575 }\r
576 \r
577 table.smalltext {\r
578         background: #f5f5f5;\r
579         color: #000000;\r
580         border-top: 1px solid #666666;\r
581         border-right: 1px solid #666666;\r
582         border-bottom: 1px solid #666666;\r
583         font-size: 90%;\r
584         width: 80%;\r
585         margin-left: auto;\r
586         margin-right: auto;\r
587         border-collapse: collapse;\r
588 }\r
589 \r
590 table.smalltext tr:hover td {\r
591         background-color: #bbddee;\r
592         color: #000000;\r
593 }\r
594 \r
595 table.smalltext tr th {\r
596         padding: 0 0.25em;\r
597         border-left: 1px solid #666666;\r
598         text-align: left;\r
599 }\r
600 \r
601 table.smalltext tr td {\r
602         padding: 0 0.25em;\r
603         border-top: 1px solid #666666;\r
604         border-left: 1px solid #666666;\r
605 }\r
606 \r
607 table.cbi-section-table .cbi-rowstyle-1,\r
608 table.cbi-section-table .cbi-rowstyle-1 * {\r
609         background-color: #f1f6fa;\r
610         color: #000000;\r
611 }\r
612 \r
613 .cbi-section .cbi-rowstyle-1 h3 {\r
614         background-color: #f1f6fa;\r
615         color: #555555;\r
616 }\r
617 \r
618 .cbi-rowstyle-2 {\r
619         color: #000000;\r
620 }\r
621 \r
622 div.cbi-value {\r
623         clear: left;\r
624         vertical-align: middle;\r
625         padding-left: 0.25em;\r
626         border-bottom: 1px dashed #bbbbbb;\r
627 }\r
628 \r
629 div.cbi-value:hover {\r
630         background: #f8f8f8;\r
631         color: #000000;\r
632 }\r
633 \r
634 .cbi-value-title {\r
635         float: left;\r
636         width: 40%;\r
637         line-height: 1.8em;\r
638 }\r
639 \r
640 div.cbi-value-field {\r
641         width: 58%;\r
642         margin-left: 40%;\r
643         padding: 0.25em 0;\r
644 }\r
645 \r
646 div.cbi-value-description {\r
647         font-size: 90%;\r
648         display: inline;\r
649 }\r
650 \r
651 div.cbi-section-create {\r
652         clear: left;\r
653         white-space: nowrap;\r
654         vertical-align: top;\r
655 }\r
656 \r
657 div.cbi-tblsection-create {\r
658         border-bottom: 1px dotted #bbbbbb;\r
659 }\r
660 \r
661 div.cbi-section-create .cbi-button {\r
662         margin: 0.25em;\r
663 }\r
664 \r
665 input.cbi-section-create-name {\r
666     border: ;\r
667         margin-right: -0.25em;\r
668         border-top-width: 1px;\r
669         border-right-width: 1px;\r
670         border-bottom-width: 1px;\r
671         border-left-width: 1px;\r
672         border-top-color: #999999;\r
673         border-right-color: #999999;\r
674         border-bottom-color: #999999;\r
675         border-left-color: #999999;\r
676 }\r
677 \r
678 div.cbi-map-descr {\r
679         margin-bottom: 1em;\r
680 }\r
681 \r
682 div.cbi-optionals {\r
683         padding: 0.25em;\r
684         border-bottom: 1px dotted #bbbbbb;\r
685 }\r
686 \r
687 div.cbi-section-remove {\r
688         float: right;\r
689 }\r
690 \r
691 .cbi-section-node {\r
692         clear: both;\r
693         border-top: 1px dotted #bbbbbb;\r
694         border-left: 1px dotted #bbbbbb;\r
695         border-right: 1px dotted #bbbbbb;\r
696         border-bottom: none;\r
697         padding-bottom: 0;\r
698 }\r
699 \r
700 .cbi-section-node table div {\r
701         padding-bottom: 0;\r
702         border-bottom: none;\r
703 }\r
704 \r
705 .cbi-section-node div.cbi-section-table-row {\r
706         margin: 0.25em;\r
707 }\r
708 \r
709 table.cbi-section-table {\r
710         width: 100%;\r
711         font-size: 95%;\r
712 }\r
713 \r
714 table.cbi-section-table th,\r
715 table.cbi-section-table td {\r
716         text-align: center;\r
717 }\r
718 \r
719 tr.cbi-section-table-descr th {\r
720         font-weight: normal;\r
721         font-size: 90%;\r
722 }\r
723 \r
724 td.cbi-section-table-optionals {\r
725         text-align: left !important;\r
726         padding-top: 1em;\r
727 }\r
728 \r
729 .cbi-value-helpicon img {\r
730         vertical-align: bottom;\r
731 }\r
732 \r
733 div.cbi-error {\r
734         font-size: 95%;\r
735         font-weight: bold;\r
736         color: #ff0000;\r
737         background-color: #ffffff;\r
738 }\r
739 \r
740 td.cbi-value-error {\r
741         border-color: red;\r
742 }\r
743 \r
744 .cbi-value-error input,\r
745 .cbi-value-error select {\r
746         color: red;\r
747         background-color: #ffcccc;\r
748 }\r
749 \r
750 .cbi-section-error {\r
751         color: red;\r
752         background-color: white;\r
753         font-size: 95%;\r
754         border: 1px dotted red;\r
755         margin: 3px;\r
756         padding: 3px;\r
757 }\r
758 \r
759 .right {\r
760         text-align: right;\r
761 }\r
762 \r
763 .luci {\r
764         position: fixed;\r
765         bottom: 0;\r
766         left: 0;\r
767         text-align: right;\r
768 }\r
769 \r
770 .luci a:link,\r
771 .luci a:visited {\r
772         background-color: transparent;\r
773         color: #666666;\r
774         text-decoration: none;\r
775         font-size: 70%;\r
776 }\r
777 \r
778 .inline {\r
779         display: inline;\r
780 }\r
781 \r
782 .error500 {\r
783         white-space: normal;\r
784         border: 1px dotted #ff0000;\r
785         background-color: #ffffff;\r
786         color: #000000;\r
787         padding: 0.5em;\r
788 }\r
789 \r
790 \r
791 }\r