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