a34881be06020a758db8f2133ebae38994babdc1
[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 div.cbi-section-remove input {
361         border-bottom: none;
362 }
363
364 textarea {
365         margin-left: -1px;
366         margin-bottom: 0.5em;
367 }
368
369 form > div > input[type=submit],
370 form > div > input[type=reset] {
371         float: right;
372         margin-left: 0.5em;
373 }
374
375 table.smalltext {
376         background: #f5f5f5;
377         border-top: 1px solid #666666;
378         border-right: 1px solid #666666;
379         border-bottom: 1px solid #666666;
380         font-size: 90%;
381         width: 80%;
382         margin-left: auto;
383         margin-right: auto;
384         border-collapse: collapse;
385 }
386
387 table.smalltext tr:hover td {
388         background-color: #bbddee;
389 }
390
391 table.smalltext tr th {
392         padding: 0 0.25em;
393         border-left: 1px solid #666666;
394         text-align: left;
395 }
396
397 table.smalltext tr td {
398         padding: 0 0.25em;
399         border-top: 1px solid #666666;
400         border-left: 1px solid #666666;
401 }
402
403 .cbi-rowstyle-1 {
404         background-color: #eeeeff;
405 }
406
407 .cbi-rowstyle-2 {
408
409 }
410
411 div.cbi-value {
412         clear: left;
413         vertical-align: middle;
414         padding-left: 0.25em;
415         border-bottom: 1px dotted #bbbbbb;
416 }
417
418 div.cbi-value:hover {
419         background: #f8f8f8;
420 }
421
422 div.cbi-value:last-child {
423         border: none;
424 }
425
426 .cbi-value-title {
427         float: left;
428         width: 40%;
429 }
430
431 div.cbi-value-field {
432         width: 58%;
433         margin: 0.25em 0 0.25em 40%;
434 }
435
436 div.cbi-value-description {
437         font-size: 90%;
438 }
439
440 div.cbi-section-create {
441         clear: left;
442         white-space: nowrap;
443 }
444
445 div.cbi-map-descr {
446         margin-bottom: 1em;
447 }
448
449 div.cbi-optionals {
450         margin: 0.5em 0;
451         padding: 0 0.25em;
452 }
453
454 div.cbi-section-remove {
455         float: right;
456 }
457
458 .cbi-section-node {
459         clear: both;
460         border: 1px dotted #bbbbbb;
461         padding-bottom: 0;
462 }
463
464 .cbi-section-node div.cbi-section-table-row {
465         margin: 0.25em;
466 }
467
468 table.cbi-section-table {
469         width: 100%;
470         font-size: 95%;
471 }
472
473 table.cbi-section-table th,
474 table.cbi-section-table td {
475         text-align: center;
476 }
477
478 tr.cbi-section-table-descr th {
479         font-weight: normal;
480         font-size: 90%;
481 }
482
483 td.cbi-section-table-optionals {
484         text-align: left !important;
485         padding-top: 1em;
486 }
487
488 .cbi-value-helpicon img {
489         vertical-align: bottom;
490 }
491
492 div.cbi-error {
493         font-size: 95%;
494         font-weight: bold;
495         color: #FF0000;
496 }
497
498 td.cbi-value-error {
499         border-color: red !important;
500 }
501
502 .cbi-value-error input,
503 .cbi-value-error select {
504         color: red !important;
505         background-color: #FFCCCC;
506 }
507
508 .cbi-section-error {
509         color: red;
510         font-size: 95%;
511         border: 1px dotted red;
512         margin: 3px;
513         padding: 3px;
514 }
515
516 ul.cbi-apply {
517         font-size: 90%;
518 }
519
520 .right {
521         text-align: right;
522 }
523
524 .luci {
525         position: fixed;
526         bottom: 0;
527         left: 0;
528         text-align: right;
529 }
530
531 .luci a {
532         color: #666666;
533         text-decoration: none;
534         font-size: 70%;
535 }
536
537 .inline {
538         display: inline;
539 }
540
541 .error500 {
542         white-space: normal;
543         border: 1px dotted #FF0000;
544         background-color: #FFFFFF;
545         padding: 0.5em;
546 }
547
548 /* obligatory IE6 Voodoo Code */
549 * html body {
550         padding-left: 50% !important;
551 }
552
553 * html div#header {
554         margin-left: -100% !important;
555 }
556
557 * html div.menubar {
558         margin-left: -100% !important;
559         width: 200% !important;
560 }
561
562 * html div#maincontent {
563         margin-left: -80% !important;
564         width: 160% !important;
565 }
566
567 * html div.mainmenu div.hover ul,
568 * html div.mainmenu div li.hover ul,
569 * html div.mainmenu div li li.hover ul,
570 * html div.mainmenu div li li li.hover ul,
571 * html div.mainmenu div li li li li.hover ul {
572         display: block !important;
573         margin-left: 3em;
574 }
575
576 * html div.mainmenu div.hover ul {
577         margin-left: 0;
578 }
579
580 * html div.mainmenu .hover ul ul,
581 * html div.mainmenu .hover ul ul ul,
582 * html div.mainmenu .hover ul ul ul ul,
583 * html div.mainmenu .hover ul ul ul ul ul {
584         display: none !important;
585 }
586
587 * html div.mainmenu li {
588         height: 1em !important;
589         width: 10em !important;
590 }
591
592 * html .mainmenu {
593         height: 1.8em;
594 }
595
596 * html div.cbi-value-description {
597         margin-left: 40%;
598 }