8f8dc693981a1d98d756a6052b6806eaa9d6fe45
[project/luci.git] / themes / freifunk / htdocs / luci-static / freifunk / 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#content 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 #content {
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 #content h1 {
275         margin: 0.25em 0 0.5em 0;
276         font-size: 150%;
277         font-weight: normal;
278 }
279
280 #content h2 {
281         margin: 0.5em 0;
282         font-size: 120%;
283         font-weight: normal;
284         text-decoration: underline;
285 }
286
287 #content 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 input.cbi-input-user {
372         background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
373         background-color: inherit;
374         padding-left: 17px;
375 }
376
377 input.cbi-input-key {
378         background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
379         background-color: inherit;
380         padding-left: 17px;
381 }
382
383 input.cbi-input-find {
384         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
385         background-color: inherit;
386         padding-left: 17px;
387 }
388
389 input.cbi-input-reload {
390         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
391         background-color: inherit;
392         padding-left: 17px;
393 }
394
395 input.cbi-input-add,
396 input.cbi-button-add {
397         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
398         background-color: inherit;
399         padding-left: 17px;
400         padding-right: 1px;
401 }
402
403 input.cbi-input-fieldadd,
404 input.cbi-button-fieldadd {
405         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
406         background-color: inherit;
407         padding-left: 17px;
408         padding-right: 1px;
409 }
410
411 input.cbi-input-reset,
412 input.cbi-button-reset {
413         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
414         background-color: inherit;
415         padding-left: 17px;
416         padding-right: 1px;
417 }
418
419 input.cbi-input-save,
420 input.cbi-button-save {
421         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
422         background-color: inherit;
423         padding-left: 17px;
424         padding-right: 1px;
425 }
426
427 input.cbi-input-apply,
428 input.cbi-button-apply {
429         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
430         background-color: inherit;
431         padding-left: 17px;
432         padding-right: 1px;
433 }
434
435 input.cbi-input-remove,
436 div.cbi-section-remove input {
437         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
438         background-color: inherit;
439         padding-left: 17px;
440         padding-right: 1px;
441 }
442
443 div.cbi-section-remove input {
444         border-bottom: none;
445 }
446
447 textarea {
448         margin-left: -1px;
449         margin-bottom: 0.5em;
450 }
451
452 form > div > input[type=submit],
453 form > div > input[type=reset] {
454         float: right;
455         margin-left: 0.5em;
456 }
457
458 table.smalltext {
459 background-color: #FFCB05;
460         border-top: 1px solid #666666;
461         border-right: 1px solid #666666;
462         border-bottom: 1px solid #666666;
463         font-size: 90%;
464         width: 80%;
465         margin-left: auto;
466         margin-right: auto;
467         border-collapse: collapse;
468 }
469
470 table.smalltext tr:hover td {
471 background-color: #FFE990;
472 }
473
474 table.smalltext tr th {
475         padding: 0 0.25em;
476         border-left: 1px solid #666666;
477         text-align: left;
478 }
479
480 table.smalltext tr td {
481         padding: 0 0.25em;
482         border-top: 1px solid #666666;
483         border-left: 1px solid #666666;
484 }
485
486 .cbi-rowstyle-1 {
487         background-color: #FFF4BE;
488 }
489
490 .cbi-rowstyle-2 {
491 }
492
493 div.cbi-value {
494         clear: left;
495         vertical-align: middle;
496         padding-left: 0.25em;
497         border-bottom: 1px dotted #FFCB05;
498 }
499
500 div.cbi-value:hover {
501         background: #FFF4BE;
502 }
503
504 div.cbi-value:last-child {
505         border: none;
506 }
507
508 .cbi-value-title {
509         float: left;
510         width: 40%;
511 }
512
513 div.cbi-value-field {
514         width: 58%;
515         margin: 0.25em 0 0.25em 40%;
516 }
517
518 div.cbi-value-description {
519         font-size: 90%;
520 }
521
522 div.cbi-value-field > div.cbi-value-description {
523         display: none;
524 }
525
526 div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
527         display: block;
528         color: #ffffff;
529         background-color: #FFCB05;
530 }
531
532 option:active,
533 option:before,
534 option:after,
535 option:focus,
536 option:hover {
537         color: #ffffff;
538         background-color: #EEBA00;
539         background: url(images/bgoption.png);
540 }
541
542 div.cbi-section-create {
543         clear: left;
544         white-space: nowrap;
545 }
546
547 div.cbi-map-descr {
548         margin-bottom: 1em;
549 }
550
551 div.cbi-optionals {
552         margin: 0.5em 0;
553         padding: 0 0.25em;
554 }
555
556 div.cbi-section-remove {
557         float: right;
558 }
559
560 .cbi-section-node {
561         clear: both;
562         border: 1px dotted #FFCB05;
563         padding-bottom: 0;
564 }
565
566 .cbi-section-node div.cbi-section-table-row {
567         margin: 0.25em;
568 }
569
570 table.cbi-section-table {
571         width: 100%;
572         font-size: 95%;
573 }
574
575 table.cbi-section-table th,
576 table.cbi-section-table td {
577         text-align: center;
578 }
579
580 tr.cbi-section-table-descr th {
581         font-weight: normal;
582         font-size: 90%;
583 }
584
585 td.cbi-section-table-optionals {
586         text-align: left !important;
587         padding-top: 1em;
588 }
589
590 .cbi-value-helpicon img {
591         vertical-align: bottom;
592 }
593
594 div.cbi-error {
595         font-size: 95%;
596         font-weight: bold;
597         color: #FF0000;
598 }
599
600 td.cbi-value-error {
601         border-color: red !important;
602 }
603
604 .cbi-value-error input,
605 .cbi-value-error select {
606         color: red !important;
607         background-color: #FFCCCC;
608 }
609
610 .cbi-section-error {
611         color: red;
612         font-size: 95%;
613         border: 1px dotted red;
614         margin: 3px;
615         padding: 3px;
616 }
617
618 ul.cbi-apply {
619         font-size: 90%;
620 }
621
622 .right {
623         text-align: right;
624 }
625
626 .luci {
627         position: fixed;
628         bottom: 0;
629         left: 0;
630         text-align: right;
631 }
632
633 .luci a {
634         color: #666666;
635         text-decoration: none;
636         font-size: 70%;
637 }
638
639 .inline {
640         display: inline;
641 }
642
643 .error500 {
644         white-space: normal;
645         border: 1px dotted #FF0000;
646         background-color: #FFFFFF;
647         padding: 0.5em;
648 }
649
650 #memorybar {
651         width:200px;
652         height:8px;
653         border:1px solid #bbb;
654         background-color:red
655 }
656
657 #memfree, #membuffers, #memcached {
658         float:right;
659         border:1px solid #bbb;
660         height:6px;
661 }
662
663 #memfree {
664         background-color:green;
665 }
666
667 #membuffers {
668         background-color:yellow;
669 }
670
671 #memcached {
672         background-color:orange;
673 }
674
675
676 /* obligatory IE6 Voodoo Code */
677 * html body {
678         padding-left: 50% !important;
679 }
680
681 * html div#header {
682         margin-left: -100% !important;
683 }
684
685 * html div.menubar {
686         margin-left: -100% !important;
687         width: 200% !important;
688 }
689
690 * html div#content {
691         margin-left: -80% !important;
692         width: 160% !important;
693 }
694
695 * html div.mainmenu div.hover ul,
696 * html div.mainmenu div li.hover ul,
697 * html div.mainmenu div li li.hover ul,
698 * html div.mainmenu div li li li.hover ul,
699 * html div.mainmenu div li li li li.hover ul {
700         display: block !important;
701         margin-left: 3em;
702 }
703
704 * html div.mainmenu div.hover ul {
705         margin-left: 0;
706 }
707
708 * html div.mainmenu .hover ul ul,
709 * html div.mainmenu .hover ul ul ul,
710 * html div.mainmenu .hover ul ul ul ul,
711 * html div.mainmenu .hover ul ul ul ul ul {
712         display: none !important;
713 }
714
715 * html div.mainmenu li {
716         height: 1em !important;
717         width: 10em !important;
718 }
719
720 * html .mainmenu {
721         height: 1.8em;
722 }
723
724 * html div.cbi-value-description {
725         margin-left: 40%;
726 }