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