luci-0.10: Merge r6986
[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 input.cbi-input-user {
283         background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
284         background-color: inherit;
285         padding-left: 17px;
286 }
287
288 input.cbi-input-password {
289         background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
290         background-color: inherit;
291         padding-left: 17px;
292 }
293
294 input.cbi-input-find {
295         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
296         background-color: inherit;
297         padding-left: 17px;
298 }
299
300 input.cbi-input-reload {
301         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
302         background-color: inherit;
303         padding-left: 17px;
304 }
305
306 input.cbi-input-add,
307 input.cbi-button-add {
308         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
309         background-color: inherit;
310         padding-left: 17px;
311         padding-right: 1px;
312 }
313
314 input.cbi-input-fieldadd,
315 input.cbi-button-fieldadd {
316         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
317         background-color: inherit;
318         padding-left: 17px;
319         padding-right: 1px;
320 }
321
322 input.cbi-input-reset,
323 input.cbi-button-reset {
324         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
325         background-color: inherit;
326         padding-left: 17px;
327         padding-right: 1px;
328 }
329
330 input.cbi-input-save,
331 input.cbi-button-save {
332         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
333         background-color: inherit;
334         padding-left: 17px;
335         padding-right: 1px;
336 }
337
338 input.cbi-input-apply,
339 input.cbi-button-apply {
340         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
341         background-color: inherit;
342         padding-left: 17px;
343         padding-right: 1px;
344 }
345
346 input.cbi-input-remove,
347 div.cbi-section-remove input {
348         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
349         background-color: inherit;
350         padding-left: 17px;
351         padding-right: 1px;
352 }
353
354 div.cbi-section-remove input {
355         border-bottom: none;
356 }
357
358 textarea {
359         margin-left: -1px;
360         margin-bottom: 0.5em;
361 }
362
363 form > div > input[type=submit],
364 form > div > input[type=reset] {
365         float: right;
366         margin-left: 0.5em;
367 }
368
369 table.smalltext {
370         background: #f5f5f5;
371         border-top: 1px solid #666666;
372         border-right: 1px solid #666666;
373         border-bottom: 1px solid #666666;
374         font-size: 90%;
375         width: 80%;
376         margin-left: auto;
377         margin-right: auto;
378         border-collapse: collapse;
379 }
380
381 table.smalltext tr:hover td {
382         background-color: #bbddee;
383 }
384
385 table.smalltext tr th {
386         padding: 0 0.25em;
387         border-left: 1px solid #666666;
388         text-align: left;
389 }
390
391 table.smalltext tr td {
392         padding: 0 0.25em;
393         border-top: 1px solid #666666;
394         border-left: 1px solid #666666;
395 }
396
397 .cbi-rowstyle-1 {
398         background-color: #eeeeff;
399 }
400
401 .cbi-rowstyle-2 {
402
403 }
404
405 div.cbi-value {
406         clear: left;
407         vertical-align: middle;
408         padding-left: 0.25em;
409         border-bottom: 1px dotted #bbbbbb;
410 }
411
412 div.cbi-value:hover {
413         background: #f8f8f8;
414 }
415
416 div.cbi-value:last-child {
417         border: none;
418 }
419
420 .cbi-value-title {
421         float: left;
422         width: 40%;
423 }
424
425 div.cbi-value-field {
426         width: 58%;
427         margin: 0.25em 0 0.25em 40%;
428 }
429
430 div.cbi-value-description {
431         font-size: 90%;
432 }
433
434 div.cbi-section-create {
435         clear: left;
436         white-space: nowrap;
437 }
438
439 div.cbi-map-descr {
440         margin-bottom: 1em;
441 }
442
443 div.cbi-optionals {
444         margin: 0.5em 0;
445         padding: 0 0.25em;
446 }
447
448 div.cbi-section-remove {
449         float: right;
450 }
451
452 .cbi-section-node {
453         clear: both;
454         border: 1px dotted #bbbbbb;
455         padding-bottom: 0;
456 }
457
458 .cbi-section-node div.cbi-section-table-row {
459         margin: 0.25em;
460 }
461
462 table.cbi-section-table {
463         width: 100%;
464         font-size: 95%;
465 }
466
467 table.cbi-section-table th,
468 table.cbi-section-table td {
469         text-align: center;
470 }
471
472 tr.cbi-section-table-descr th {
473         font-weight: normal;
474         font-size: 90%;
475 }
476
477 td.cbi-section-table-optionals {
478         text-align: left !important;
479         padding-top: 1em;
480 }
481
482 .cbi-value-helpicon img {
483         vertical-align: bottom;
484 }
485
486 div.cbi-error {
487         font-size: 95%;
488         font-weight: bold;
489         color: #FF0000;
490 }
491
492 td.cbi-value-error {
493         border-color: red !important;
494 }
495
496 .cbi-value-error input,
497 .cbi-value-error select {
498         color: red !important;
499         background-color: #FFCCCC;
500 }
501
502 .cbi-section-error {
503         color: red;
504         font-size: 95%;
505         border: 1px dotted red;
506         margin: 3px;
507         padding: 3px;
508 }
509
510 ul.cbi-apply {
511         font-size: 90%;
512 }
513
514 ul.cbi-tabmenu {
515         padding: 3px 0;
516         margin-left: 0 !important;
517         margin-bottom: -1px;
518         list-style-type: none;
519 }
520
521 ul.cbi-tabmenu li.cbi-tab,
522 ul.cbi-tabmenu li.cbi-tab-disabled {
523         display: inline;
524         margin: 0;
525 }
526
527 ul.cbi-tabmenu li.cbi-tab a,
528 ul.cbi-tabmenu li.cbi-tab-disabled a {
529         text-decoration: none;
530         padding: 3px 7px;
531         margin-right: 3px;
532         border: 1px outset #000000;
533         border-bottom: none;
534         background-color: #EEEEEE;
535         color: #BBBBBB;
536 }
537
538 ul.cbi-tabmenu li.cbi-tab-highlighted a {
539         color: #000000;
540         background-color: #FFEEAA;
541 }
542
543 ul.cbi-tabmenu li a:hover {
544         color: #000000;
545 }
546
547 ul.cbi-tabmenu li.cbi-tab a {
548         position: relative;
549         top: 1px;
550         padding-top: 4px;
551         color: #000000;
552         background-color: #FFFFFF;
553 }
554
555 div.cbi-tab-descr {
556         background-image: url(/luci-static/resources/cbi/help.gif);
557         background-position: 0.25em 50%;
558         background-repeat: no-repeat;
559         border-bottom: 1px solid #CCCCCC;
560         margin: 0.25em 0.25em 2em;
561         padding: 0.5em 0.5em 0.5em 2em;
562 }
563
564 .right {
565         text-align: right;
566 }
567
568 .luci {
569         position: fixed;
570         bottom: 0;
571         left: 0;
572         text-align: right;
573 }
574
575 .luci a {
576         color: #666666;
577         text-decoration: none;
578         font-size: 70%;
579 }
580
581 .inline {
582         display: inline;
583 }
584
585 .error500 {
586         white-space: normal;
587         border: 1px dotted #FF0000;
588         background-color: #FFFFFF;
589         padding: 0.5em;
590 }
591
592 /* obligatory IE6 Voodoo Code */
593 * html body {
594         padding-left: 50% !important;
595 }
596
597 * html div#header {
598         margin-left: -100% !important;
599 }
600
601 * html div.menubar {
602         margin-left: -100% !important;
603         width: 200% !important;
604 }
605
606 * html div#maincontent {
607         margin-left: -80% !important;
608         width: 160% !important;
609 }
610
611 * html div.mainmenu div.hover ul,
612 * html div.mainmenu div li.hover ul,
613 * html div.mainmenu div li li.hover ul,
614 * html div.mainmenu div li li li.hover ul,
615 * html div.mainmenu div li li li li.hover ul {
616         display: block !important;
617         margin-left: 3em;
618 }
619
620 * html div.mainmenu div.hover ul {
621         margin-left: 0;
622 }
623
624 * html div.mainmenu .hover ul ul,
625 * html div.mainmenu .hover ul ul ul,
626 * html div.mainmenu .hover ul ul ul ul,
627 * html div.mainmenu .hover ul ul ul ul ul {
628         display: none !important;
629 }
630
631 * html div.mainmenu li {
632         height: 1em !important;
633         width: 10em !important;
634 }
635
636 * html .mainmenu {
637         height: 1.8em;
638 }
639
640 * html div.cbi-value-description {
641         margin-left: 40%;
642 }