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