07218f24fa7c35c098262b34d515d99981569057
[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 ul.cbi-tabmenu {\r
430         padding: 3px 0;\r
431         margin-left: 0 !important;\r
432         margin-bottom: -1px;\r
433         list-style-type: none;\r
434 }\r
435 \r
436 ul.cbi-tabmenu li.cbi-tab,\r
437 ul.cbi-tabmenu li.cbi-tab-disabled {\r
438         display: inline;\r
439         margin: 0;\r
440 }\r
441 \r
442 ul.cbi-tabmenu li.cbi-tab a,\r
443 ul.cbi-tabmenu li.cbi-tab-disabled a {\r
444         text-decoration: none;\r
445         padding: 3px 7px;\r
446         margin-right: 3px;\r
447         border: 1px outset #000;\r
448         border-bottom: none;\r
449         background-color: #eee;\r
450         color: #bbb;\r
451 }\r
452 \r
453 ul.cbi-tabmenu li.cbi-tab-highlighted a {\r
454         color: #000;\r
455         background-color: #FFEEAA;\r
456 }\r
457 \r
458 ul.cbi-tabmenu li a:hover {\r
459         color: #000;\r
460 }\r
461 \r
462 ul.cbi-tabmenu li.cbi-tab a {\r
463         position: relative;\r
464         top: 1px;\r
465         padding-top: 4px;\r
466         color: #000;\r
467         background-color: #fff;\r
468 }\r
469 \r
470 div.cbi-tab-descr {\r
471         background-image: url(/luci-static/resources/cbi/help.gif);\r
472         background-position: 0.25em 50%;\r
473         background-repeat: no-repeat;\r
474         border-bottom: 1px solid #ccc;\r
475         margin: 0.25em 0.25em 2em;\r
476         padding: 0.5em 0.5em 0.5em 2em;\r
477 }\r
478 \r
479 \r
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 .cbi-input-invalid {\r
615         background-image: url('../resources/cbi/reset.gif');\r
616         background-repeat: no-repeat;\r
617         background-position: right;\r
618         color: #FF0000 !important;\r
619         border-color: #FF0000;\r
620 }\r
621 \r
622 div.cbi-section-remove input {\r
623         border-bottom: none;\r
624 }\r
625 \r
626 textarea {\r
627         margin-left: -1px;\r
628         margin-bottom: 0.5em;\r
629 }\r
630 \r
631 form > div > input[type=submit],\r
632 form > div > input[type=reset] {\r
633         float: right;\r
634         margin-left: 0.5em;\r
635 }\r
636 \r
637 table td,\r
638 table th {\r
639         color: #000000;\r
640 }\r
641 \r
642 table.smalltext {\r
643         background: #f5f5f5;\r
644         color: #000000;\r
645         border-top: 1px solid #666666;\r
646         border-right: 1px solid #666666;\r
647         border-bottom: 1px solid #666666;\r
648         font-size: 90%;\r
649         width: 80%;\r
650         margin-left: auto;\r
651         margin-right: auto;\r
652         border-collapse: collapse;\r
653 }\r
654 \r
655 table.smalltext tr:hover td {\r
656         background-color: #bbddee;\r
657         color: #000000;\r
658 }\r
659 \r
660 table.smalltext tr th {\r
661         padding: 0 0.25em;\r
662         border-left: 1px solid #666666;\r
663         text-align: left;\r
664 }\r
665 \r
666 table.smalltext tr td {\r
667         padding: 0 0.25em;\r
668         border-top: 1px solid #666666;\r
669         border-left: 1px solid #666666;\r
670 }\r
671 \r
672 table.cbi-section-table .cbi-rowstyle-1,\r
673 table.cbi-section-table .cbi-rowstyle-1 * {\r
674         background-color: #f1f6fa;\r
675         color: #000000;\r
676 }\r
677 \r
678 .cbi-section .cbi-rowstyle-1 h3 {\r
679         background-color: #f1f6fa;\r
680         color: #555555;\r
681 }\r
682 \r
683 .cbi-rowstyle-2 {\r
684         color: #000000;\r
685 }\r
686 \r
687 div.cbi-value {\r
688         clear: left;\r
689         vertical-align: middle;\r
690         padding-left: 0.25em;\r
691         border-bottom: 1px dashed #bbbbbb;\r
692 }\r
693 \r
694 div.cbi-value:hover {\r
695         background: #f8f8f8;\r
696         color: #000000;\r
697 }\r
698 \r
699 .cbi-value-title {\r
700         float: left;\r
701         width: 40%;\r
702         line-height: 1.8em;\r
703 }\r
704 \r
705 div.cbi-value-field {\r
706         width: 58%;\r
707         margin-left: 40%;\r
708         padding: 0.25em 0;\r
709 }\r
710 \r
711 div.cbi-value-description {\r
712         font-size: 90%;\r
713         display: inline;\r
714 }\r
715 \r
716 div.cbi-section-create {\r
717         clear: left;\r
718         white-space: nowrap;\r
719         vertical-align: top;\r
720 }\r
721 \r
722 div.cbi-tblsection-create {\r
723         border-bottom: 1px dotted #bbbbbb;\r
724 }\r
725 \r
726 div.cbi-section-create .cbi-button {\r
727         margin: 0.25em;\r
728 }\r
729 \r
730 input.cbi-section-create-name {\r
731     border: ;\r
732         margin-right: -0.25em;\r
733         border-top-width: 1px;\r
734         border-right-width: 1px;\r
735         border-bottom-width: 1px;\r
736         border-left-width: 1px;\r
737         border-top-color: #999999;\r
738         border-right-color: #999999;\r
739         border-bottom-color: #999999;\r
740         border-left-color: #999999;\r
741 }\r
742 \r
743 div.cbi-map-descr {\r
744         margin-bottom: 1em;\r
745 }\r
746 \r
747 div.cbi-optionals {\r
748         padding: 0.25em;\r
749         border-bottom: 1px dotted #bbbbbb;\r
750 }\r
751 \r
752 div.cbi-section-remove {\r
753         float: right;\r
754 }\r
755 \r
756 .cbi-section-node {\r
757         clear: both;\r
758         border-top: 1px dotted #bbbbbb;\r
759         border-left: 1px dotted #bbbbbb;\r
760         border-right: 1px dotted #bbbbbb;\r
761         border-bottom: none;\r
762         padding-bottom: 0;\r
763 }\r
764 \r
765 .cbi-section-node table div {\r
766         padding-bottom: 0;\r
767         border-bottom: none;\r
768 }\r
769 \r
770 .cbi-section-node div.cbi-section-table-row {\r
771         margin: 0.25em;\r
772 }\r
773 \r
774 table.cbi-section-table {\r
775         width: 100%;\r
776         font-size: 95%;\r
777 }\r
778 \r
779 table.cbi-section-table th,\r
780 table.cbi-section-table td {\r
781         text-align: center;\r
782 }\r
783 \r
784 tr.cbi-section-table-descr th {\r
785         font-weight: normal;\r
786         font-size: 90%;\r
787 }\r
788 \r
789 td.cbi-section-table-optionals {\r
790         text-align: left !important;\r
791         padding-top: 1em;\r
792 }\r
793 \r
794 .cbi-value-helpicon img {\r
795         vertical-align: bottom;\r
796 }\r
797 \r
798 div.cbi-error {\r
799         font-size: 95%;\r
800         font-weight: bold;\r
801         color: #ff0000;\r
802         background-color: #ffffff;\r
803 }\r
804 \r
805 td.cbi-value-error {\r
806         border-color: red;\r
807 }\r
808 \r
809 .cbi-value-error input,\r
810 .cbi-value-error select {\r
811         color: red;\r
812         background-color: #ffcccc;\r
813 }\r
814 \r
815 .cbi-section-error {\r
816         color: red;\r
817         background-color: white;\r
818         font-size: 95%;\r
819         border: 1px dotted red;\r
820         margin: 3px;\r
821         padding: 3px;\r
822 }\r
823 \r
824 .right {\r
825         text-align: right;\r
826 }\r
827 \r
828 .luci {\r
829         position: fixed;\r
830         bottom: 0;\r
831         left: 0;\r
832         text-align: right;\r
833 }\r
834 \r
835 .luci a:link,\r
836 .luci a:visited {\r
837         background-color: transparent;\r
838         color: #666666;\r
839         text-decoration: none;\r
840         font-size: 70%;\r
841 }\r
842 \r
843 .inline {\r
844         display: inline;\r
845 }\r
846 \r
847 .error500 {\r
848         white-space: normal;\r
849         border: 1px dotted #ff0000;\r
850         background-color: #ffffff;\r
851         color: #000000;\r
852         padding: 0.5em;\r
853 }\r
854 \r
855 \r
856 }\r