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