Merged themes/fledermaus and themes/openwrt-light
[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#content 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 #content {
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 #content h1 {
178         margin: 0.25em 0 0.5em 0;
179         font-size: 150%;
180         font-weight: normal;
181 }
182
183 #content h2 {
184         margin: 0.5em 0;
185         font-size: 120%;
186         font-weight: normal;
187         text-decoration: underline;
188 }
189
190 #content p {
191         margin-bottom: 1em;
192 }
193
194 .cbi-section {
195         margin-bottom: 0.5em;
196         padding: 0.5em 1em;
197         border: 1px dotted #555555;
198         background-color: #f2f3f9;
199 }
200
201 .cbi-section legend {
202         font-size: 110%;
203         font-weight: bold;
204         height: 1em;
205         padding: 0 0.25em;
206         color: #555555;
207 }
208
209 .cbi-section h2 {
210         margin: 0em 0 0.5em -0.5em !important;
211 }
212
213 .cbi-section h3 {
214         height: 1.5em;
215         font-size: 90%;
216         color: #555555;
217 }
218
219 .cbi-section-descr {
220         margin-bottom: 0.5em;
221         font-size: 95%;
222 }
223
224 input[type=submit],
225 input[type=reset],
226 input[type=image],
227 label {
228         cursor: pointer;
229 }
230
231 select,
232 input,
233 textarea {
234         background: #eeeeee;
235         color: #000000;
236         border-width: 1px;
237         border-color: #000000;
238 }
239
240 input[type=image] {
241         border: none;
242 }
243
244
245 input:focus,
246 input:hover,
247 select:focus,
248 select:hover,
249 textarea:focus,
250 textarea:hover {
251         background: #f2f3f9;
252 }
253
254 select,
255 input[type=text],
256 input[type=password] {
257         width: 20em;
258 }
259
260 td select,
261 td input[type=text],
262 td input[type=password] {
263         width: 99%;
264 }
265
266 input.cbi-button {
267         padding-left: 17px;
268         padding-right: 1px;
269 }
270
271 input.cbi-button-add {
272         background: transparent url('../resources/cbi/add.gif') no-repeat scroll 1px center;
273 }
274
275 input.cbi-button-fieldadd {
276         background: transparent url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
277 }
278
279 input.cbi-button-reset {
280         background: transparent url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
281 }
282
283 input.cbi-button-save {
284         background: transparent url('../resources/cbi/save.gif') no-repeat scroll 1px center;
285 }
286
287 input.cbi-button-apply {
288         background: transparent url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
289 }
290
291 div.cbi-section-remove input {
292         background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
293         padding-left: 17px;
294         padding-right: 1px;
295         border-bottom: none;
296 }
297
298 textarea {
299         margin-left: -1px;
300         margin-bottom: 0.5em;
301 }
302
303 form > div > input[type=submit],
304 form > div > input[type=reset] {
305         float: right;
306         margin-left: 0.5em;
307 }
308
309 table.smalltext {
310         background: #f5f5f5;
311         border-top: 1px solid #666666;
312         border-right: 1px solid #666666;
313         border-bottom: 1px solid #666666;
314         font-size: 90%;
315         width: 80%;
316         margin-left: auto;
317         margin-right: auto;
318         border-collapse: collapse;
319 }
320
321 table.smalltext tr:hover td {
322         background-color: #bbddee;
323 }
324
325 table.smalltext tr th {
326         padding: 0 0.25em;
327         border-left: 1px solid #666666;
328         text-align: left;
329 }
330
331 table.smalltext tr td {
332         padding: 0 0.25em;
333         border-top: 1px solid #666666;
334         border-left: 1px solid #666666;
335 }
336
337 .cbi-rowstyle-1 {
338         background-color: #eeeeff;
339 }
340
341 .cbi-rowstyle-2 {
342
343 }
344
345 div.cbi-value {
346         clear: left;
347         vertical-align: middle;
348         padding-left: 0.25em;
349         border-bottom: 1px dotted #bbbbbb;
350 }
351
352 div.cbi-value:hover {
353         background: #f8f8f8;
354 }
355
356 div.cbi-value:last-child {
357         border: none;
358 }
359
360 .cbi-value-title {
361         float: left;
362         width: 40%;
363 }
364
365 div.cbi-value-field {
366         width: 58%;
367         margin: 0.25em 0 0.25em 40%;
368 }
369
370 div.cbi-value-description {
371         font-size: 90%;
372 }
373
374 div.cbi-value-field > div.cbi-value-description {
375         display: none;
376 }
377
378 div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
379         display: block;
380 }
381
382 div.cbi-section-create {
383         clear: left;
384 }
385
386 div.cbi-map-descr {
387         margin-bottom: 1em;
388 }
389
390 div.cbi-optionals {
391         margin: 0.5em 0;
392         padding: 0 0.25em;
393 }
394
395 div.cbi-section-remove {
396         float: right;
397 }
398
399 .cbi-section-node {
400         clear: both;
401         border: 1px dotted #bbbbbb;
402         padding-bottom: 0;
403 }
404
405 .cbi-section-node div.cbi-section-table-row {
406         margin: 0.25em;
407 }
408
409 table.cbi-section-table {
410         width: 100%;
411         font-size: 95%;
412 }
413
414 table.cbi-section-table th,
415 table.cbi-section-table td {
416         text-align: center;
417 }
418
419 tr.cbi-section-table-descr th {
420         font-weight: normal;
421         font-size: 90%;
422 }
423
424 td.cbi-section-table-optionals {
425         text-align: left !important;
426         padding-top: 1em;
427 }
428
429 .cbi-value-helpicon img {
430         vertical-align: bottom;
431 }
432
433 div.cbi-error {
434         font-size: 95%;
435         font-weight: bold;
436         color: #FF0000;
437 }
438
439 .right {
440         text-align: right;
441 }
442
443 .luci {
444         position: fixed;
445         bottom: 0;
446         left: 0;
447         text-align: right;
448 }
449
450 .luci a {
451         color: #666666;
452         text-decoration: none;
453         font-size: 70%;
454 }
455
456 .inline {
457         display: inline;
458 }
459
460 .error500 {
461         white-space: normal;
462         border: 1px dotted #FF0000;
463         background-color: #FFFFFF;
464         padding: 0.5em;
465 }
466
467 #memorybar {
468         width:200px;
469         height:8px;
470         border:1px solid #bbb;
471         background-color:red
472 }
473
474 #memfree, #membuffers, #memcached {
475         float:right;
476         border:1px solid #bbb;
477         height:6px;
478 }
479
480 #memfree {
481         background-color:green;
482 }
483
484 #membuffers {
485         background-color:yellow;
486 }
487
488 #memcached {
489         background-color:orange;
490 }
491
492
493 /* obligatory IE6 Voodoo Code */
494 * html body {
495         padding-left: 50% !important;
496 }
497
498 * html div#header {
499         margin-left: -100% !important;
500 }
501
502 * html div.menubar {
503         margin-left: -100% !important;
504         width: 200% !important;
505 }
506
507 * html div#content {
508         margin-left: -80% !important;
509         width: 160% !important;
510 }
511
512 * html div.mainmenu div.hover ul,
513 * html div.mainmenu div li.hover ul,
514 * html div.mainmenu div li li.hover ul,
515 * html div.mainmenu div li li li.hover ul,
516 * html div.mainmenu div li li li li.hover ul {
517         display: block !important;
518         margin-left: 3em;
519 }
520
521 * html div.mainmenu div.hover ul {
522         margin-left: 0;
523 }
524
525 * html div.mainmenu .hover ul ul,
526 * html div.mainmenu .hover ul ul ul,
527 * html div.mainmenu .hover ul ul ul ul,
528 * html div.mainmenu .hover ul ul ul ul ul {
529         display: none !important;
530 }
531
532 * html div.mainmenu li {
533         height: 1em !important;
534         width: 10em !important;
535 }
536
537 * html .mainmenu {
538         height: 1.8em;
539 }
540
541 * html div.cbi-value-description {
542         margin-left: 40%;
543 }