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