98490ced76180dee7cea24b729817d15f2f9fdce
[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 }
428
429 ul.cbi-tabmenu {
430         padding: 3px 0;
431         margin-left: 0 !important;
432         margin-bottom: -1px;
433         list-style-type: none;
434 }
435
436 ul.cbi-tabmenu li.cbi-tab,
437 ul.cbi-tabmenu li.cbi-tab-disabled {
438         display: inline;
439         margin: 0;
440 }
441
442 ul.cbi-tabmenu li.cbi-tab a,
443 ul.cbi-tabmenu li.cbi-tab-disabled a {
444         text-decoration: none;
445         padding: 3px 7px;
446         margin-right: 3px;
447         border: 1px outset #000;
448         border-bottom: none;
449         background-color: #eee;
450         color: #bbb;
451 }
452
453 ul.cbi-tabmenu li.cbi-tab-highlighted a {
454         color: #000;
455         background-color: #FFEEAA;
456 }
457
458 ul.cbi-tabmenu li a:hover {
459         color: #000;
460 }
461
462 ul.cbi-tabmenu li.cbi-tab a {
463         position: relative;
464         top: 1px;
465         padding-top: 4px;
466         color: #000;
467         background-color: #fff;
468 }
469
470 div.cbi-tab-descr {
471         background-image: url(/luci-static/resources/cbi/help.gif);
472         background-position: 0.25em 50%;
473         background-repeat: no-repeat;
474         border-bottom: 1px solid #ccc;
475         margin: 0.25em 0.25em 2em;
476         padding: 0.5em 0.5em 0.5em 2em;
477 }
478
479
480 input[type=submit],\r
481 input[type=reset],\r
482 input[type=image] {\r
483         cursor: pointer;\r
484 }\r
485 \r
486 \r
487 select,\r
488 input,\r
489 textarea {\r
490         background: #eeeeee;\r
491         color: #000000;\r
492         border: none;\r
493 }\r
494 \r
495 input[type=image] {\r
496         border: none;\r
497 }\r
498 \r
499 input:focus,\r
500 input:hover,\r
501 select:focus,\r
502 select:hover,\r
503 textarea:focus,\r
504 textarea:hover {\r
505         background-color: #ffffff;\r
506         color: #000000;\r
507 }\r
508 \r
509 select,\r
510 input[type=text],\r
511 input[type=password] {\r
512         width: 20em;\r
513 }\r
514 \r
515 td select,\r
516 td input[type=text],\r
517 td input[type=password] {\r
518         width: 99%;\r
519 }\r
520 \r
521 img.cbi-image-button {\r
522         cursor: pointer;\r
523         margin: 0 2px;\r
524         vertical-align: middle;\r
525 }\r
526 \r
527 input.cbi-input-user {\r
528         background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;\r
529         background-color: inherit;\r
530         color: #000000;\r
531         text-indent: 17px;\r
532 }\r
533 \r
534 input.cbi-input-password {\r
535         background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;\r
536         background-color: inherit;\r
537         color: #000000;\r
538         text-indent: 17px;\r
539 }\r
540 \r
541 input.cbi-input-find {\r
542         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;\r
543         background-color: inherit;\r
544         color: #000000;\r
545         padding-left: 17px;\r
546 }\r
547 \r
548 input.cbi-input-reload {\r
549         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;\r
550         background-color: inherit;\r
551         color: #000000;\r
552         padding-left: 17px;\r
553 }\r
554 \r
555 input.cbi-input-add,\r
556 input.cbi-button-add {\r
557         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;\r
558         background-color: inherit;\r
559         color: #000000;\r
560         padding-left: 17px;\r
561         padding-right: 1px;\r
562         border: 1px solid #FFF; \r
563 }\r
564 \r
565 input.cbi-input-fieldadd,\r
566 input.cbi-button-fieldadd {\r
567         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;\r
568         background-color: inherit;\r
569         color: #000000;\r
570         padding-left: 17px;\r
571         padding-right: 1px;\r
572 }\r
573 \r
574 input.cbi-input-reset,\r
575 input.cbi-button-reset {\r
576         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;\r
577         background-color: inherit;\r
578         color: #000000;\r
579         padding-left: 17px;\r
580         padding-right: 1px;\r
581         border: none;\r
582 }\r
583 \r
584 input.cbi-input-save,\r
585 input.cbi-button-save {\r
586         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;\r
587         background-color: inherit;\r
588         color: #000000;\r
589         padding-left: 17px;\r
590         padding-right: 1px;\r
591         border: none;   \r
592 }\r
593 \r
594 input.cbi-input-apply,\r
595 input.cbi-button-apply {\r
596         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;\r
597         background-color: inherit;\r
598         color: #000000; \r
599         padding-left: 17px;\r
600         padding-right: 1px;\r
601         border: none;   \r
602 }\r
603 \r
604 input.cbi-input-remove,\r
605 div.cbi-section-remove input {\r
606         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;\r
607         background-color: inherit;\r
608         color: #000000;\r
609         padding-left: 17px;\r
610         padding-right: 1px;\r
611                 border: 1px solid #fff;\r
612 }\r
613 \r
614 div.cbi-section-remove input {\r
615         border-bottom: none;\r
616 }\r
617 \r
618 textarea {\r
619         margin-left: -1px;\r
620         margin-bottom: 0.5em;\r
621 }\r
622 \r
623 form > div > input[type=submit],\r
624 form > div > input[type=reset] {\r
625         float: right;\r
626         margin-left: 0.5em;\r
627 }\r
628 \r
629 table td,\r
630 table th {\r
631         color: #000000;\r
632 }\r
633 \r
634 table.smalltext {\r
635         background: #f5f5f5;\r
636         color: #000000;\r
637         border-top: 1px solid #666666;\r
638         border-right: 1px solid #666666;\r
639         border-bottom: 1px solid #666666;\r
640         font-size: 90%;\r
641         width: 80%;\r
642         margin-left: auto;\r
643         margin-right: auto;\r
644         border-collapse: collapse;\r
645 }\r
646 \r
647 table.smalltext tr:hover td {\r
648         background-color: #bbddee;\r
649         color: #000000;\r
650 }\r
651 \r
652 table.smalltext tr th {\r
653         padding: 0 0.25em;\r
654         border-left: 1px solid #666666;\r
655         text-align: left;\r
656 }\r
657 \r
658 table.smalltext tr td {\r
659         padding: 0 0.25em;\r
660         border-top: 1px solid #666666;\r
661         border-left: 1px solid #666666;\r
662 }\r
663 \r
664 table.cbi-section-table .cbi-rowstyle-1,\r
665 table.cbi-section-table .cbi-rowstyle-1 * {\r
666         background-color: #f1f6fa;\r
667         color: #000000;\r
668 }\r
669 \r
670 .cbi-section .cbi-rowstyle-1 h3 {\r
671         background-color: #f1f6fa;\r
672         color: #555555;\r
673 }\r
674 \r
675 .cbi-rowstyle-2 {\r
676         color: #000000;\r
677 }\r
678 \r
679 div.cbi-value {\r
680         clear: left;\r
681         vertical-align: middle;\r
682         padding-left: 0.25em;\r
683         border-bottom: 1px dashed #bbbbbb;\r
684 }\r
685 \r
686 div.cbi-value:hover {\r
687         background: #f8f8f8;\r
688         color: #000000;\r
689 }\r
690 \r
691 .cbi-value-title {\r
692         float: left;\r
693         width: 40%;\r
694         line-height: 1.8em;\r
695 }\r
696 \r
697 div.cbi-value-field {\r
698         width: 58%;\r
699         margin-left: 40%;\r
700         padding: 0.25em 0;\r
701 }\r
702 \r
703 div.cbi-value-description {\r
704         font-size: 90%;\r
705         display: inline;\r
706 }\r
707 \r
708 div.cbi-section-create {\r
709         clear: left;\r
710         white-space: nowrap;\r
711         vertical-align: top;\r
712 }\r
713 \r
714 div.cbi-tblsection-create {\r
715         border-bottom: 1px dotted #bbbbbb;\r
716 }\r
717 \r
718 div.cbi-section-create .cbi-button {\r
719         margin: 0.25em;\r
720 }\r
721 \r
722 input.cbi-section-create-name {\r
723     border: ;\r
724         margin-right: -0.25em;\r
725         border-top-width: 1px;\r
726         border-right-width: 1px;\r
727         border-bottom-width: 1px;\r
728         border-left-width: 1px;\r
729         border-top-color: #999999;\r
730         border-right-color: #999999;\r
731         border-bottom-color: #999999;\r
732         border-left-color: #999999;\r
733 }\r
734 \r
735 div.cbi-map-descr {\r
736         margin-bottom: 1em;\r
737 }\r
738 \r
739 div.cbi-optionals {\r
740         padding: 0.25em;\r
741         border-bottom: 1px dotted #bbbbbb;\r
742 }\r
743 \r
744 div.cbi-section-remove {\r
745         float: right;\r
746 }\r
747 \r
748 .cbi-section-node {\r
749         clear: both;\r
750         border-top: 1px dotted #bbbbbb;\r
751         border-left: 1px dotted #bbbbbb;\r
752         border-right: 1px dotted #bbbbbb;\r
753         border-bottom: none;\r
754         padding-bottom: 0;\r
755 }\r
756 \r
757 .cbi-section-node table div {\r
758         padding-bottom: 0;\r
759         border-bottom: none;\r
760 }\r
761 \r
762 .cbi-section-node div.cbi-section-table-row {\r
763         margin: 0.25em;\r
764 }\r
765 \r
766 table.cbi-section-table {\r
767         width: 100%;\r
768         font-size: 95%;\r
769 }\r
770 \r
771 table.cbi-section-table th,\r
772 table.cbi-section-table td {\r
773         text-align: center;\r
774 }\r
775 \r
776 tr.cbi-section-table-descr th {\r
777         font-weight: normal;\r
778         font-size: 90%;\r
779 }\r
780 \r
781 td.cbi-section-table-optionals {\r
782         text-align: left !important;\r
783         padding-top: 1em;\r
784 }\r
785 \r
786 .cbi-value-helpicon img {\r
787         vertical-align: bottom;\r
788 }\r
789 \r
790 div.cbi-error {\r
791         font-size: 95%;\r
792         font-weight: bold;\r
793         color: #ff0000;\r
794         background-color: #ffffff;\r
795 }\r
796 \r
797 td.cbi-value-error {\r
798         border-color: red;\r
799 }\r
800 \r
801 .cbi-value-error input,\r
802 .cbi-value-error select {\r
803         color: red;\r
804         background-color: #ffcccc;\r
805 }\r
806 \r
807 .cbi-section-error {\r
808         color: red;\r
809         background-color: white;\r
810         font-size: 95%;\r
811         border: 1px dotted red;\r
812         margin: 3px;\r
813         padding: 3px;\r
814 }\r
815 \r
816 .right {\r
817         text-align: right;\r
818 }\r
819 \r
820 .luci {\r
821         position: fixed;\r
822         bottom: 0;\r
823         left: 0;\r
824         text-align: right;\r
825 }\r
826 \r
827 .luci a:link,\r
828 .luci a:visited {\r
829         background-color: transparent;\r
830         color: #666666;\r
831         text-decoration: none;\r
832         font-size: 70%;\r
833 }\r
834 \r
835 .inline {\r
836         display: inline;\r
837 }\r
838 \r
839 .error500 {\r
840         white-space: normal;\r
841         border: 1px dotted #ff0000;\r
842         background-color: #ffffff;\r
843         color: #000000;\r
844         padding: 0.5em;\r
845 }\r
846 \r
847 \r
848 }\r