d83733ff307b2354c21fd50472185901d102e763
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
1 @charset "utf-8";
2
3 @media all {
4
5 html,
6 body {
7 background-color: #4a6b7c;
8 background-image: url(bg.jpg);
9 background-position: bottom center;
10 background-attachment: fixed;
11 background-repeat: repeat-x;
12 color: #ffffff;
13 }
14
15 body {
16 font-family: Verdana, Arial, sans-serif;
17 font-size: 101%;
18 line-height: 100%;
19 }
20
21 * {
22 margin: 0;
23 padding: 0;
24 }
25
26 abbr,
27 acronym {
28 font-style: normal;
29 font-variant: normal;
30 }
31
32 abbr[title],
33 acronym[title] {
34 border-bottom: 1px dotted;
35 cursor: help;
36 }
37
38 a:link abbr[title],
39 a:visited abbr[title],
40 a:link acronym[title],
41 a:visited acronym[title] {
42 cursor: pointer;
43 }
44
45 code {
46 font-family: monospace;
47 white-space: pre;
48 }
49
50 #maincontent ul {
51 margin-left: 2em;
52 }
53
54 .warning {
55 color: red;
56 background-color: white;
57 font-weight: bold;
58 }
59
60 .clear {
61 clear: both;
62 }
63
64 .skiplink,
65 .navigation,
66 .hidden {
67 position: absolute;
68 left: -1000px;
69 top: -1000px;
70 width: 0px;
71 height: 0px;
72 overflow: hidden;
73 display: inline;
74 }
75
76 .error {
77 color: #ff0000;
78 background-color: white;
79 }
80
81 #header {
82 min-height: 98px;
83 background-image: url(header.png);
84 background-repeat: no-repeat;
85 background-position: left center;
86 background-color: #557788;
87 color: #ffffff;
88 text-align: right;
89 }
90
91 #header h1 {
92 padding: 1em 1em 0 1em;
93 }
94
95 #header p {
96 padding: 0 1em 1em 1em;
97 }
98
99 #header h1,
100 #header p {
101 font-size: 70%;
102 font-weight: normal;
103 line-height: 160%;
104 text-align: right;
105 }
106
107 ul.dropdowns {
108 float: left;
109 margin: 0;
110 padding: 0;
111 width: auto;
112 list-style: none;
113 }
114
115 html>body ul.dropdowns {
116 position: relative;
117 }
118
119 ul.dropdowns li,
120 ul.dropdowns ul {
121 margin: 0;
122 padding: 0;
123 list-style: none;
124 }
125
126 ul.dropdowns li {
127 float: left;
128 position: relative;
129 white-space: nowrap;
130 }
131
132 ul.dropdowns li ul {
133 position: absolute;
134 z-index: 1000;
135 top: auto;
136 min-width: 10em;
137 }
138
139 ul.dropdowns li li {
140 float: none;
141 position: relative;
142 }
143
144 ul.dropdowns li a {
145 display: block;
146 }
147
148 ul.dropdowns ul li ul {
149 top: 0;
150 }
151
152 ul.dropdowns li ul,
153 ul.dropdowns li.over ul ul,
154 ul.dropdowns li.focus ul ul,
155 ul.dropdowns li:hover ul ul,
156 ul.dropdowns li.over ul ul ul,
157 ul.dropdowns li.focus ul ul ul,
158 ul.dropdowns li:hover ul ul ul,
159 ul.dropdowns li.over ul ul ul ul,
160 ul.dropdowns li.focus ul ul ul ul,
161 ul.dropdowns li:hover ul ul ul ul {
162 left: -3000px;
163 }
164
165 ul.dropdowns li.over ul,
166 ul.dropdowns li.focus ul,
167 ul.dropdowns li:hover ul {
168 left: 0;
169 }
170
171 ul.dropdowns ul li.over ul,
172 ul.dropdowns ul li.focus ul,
173 ul.dropdowns ul li:hover ul,
174 ul.dropdowns ul ul li.over ul,
175 ul.dropdowns ul ul li.focus ul,
176 ul.dropdowns ul ul li:hover ul,
177 ul.dropdowns ul ul ul li.over ul,
178 ul.dropdowns ul ul ul li.focus ul,
179 ul.dropdowns ul ul ul li:hover ul {
180 left: 100%;
181 }
182
183 #menubar {
184 position: relative;
185 width: 100%;
186 background: #000000;
187 color: #ffffff;
188 }
189
190 #menubar .warning {
191 color: red;
192 background-color: #557788;
193 }
194
195 #menubar ul.dropdowns {
196 min-height: 1.8em;
197 background: #000000;
198 color: #ffffff;
199 }
200
201 #menubar ul.dropdowns li ul {
202 background: #000000;
203 color: #ffffff;
204 border-width: 0 1px 1px 1px;
205 border-style: solid;
206 border-color: #444444;
207 }
208
209 #menubar ul.dropdowns ul li ul {
210 border-width: 1px;
211 }
212
213 html #menubar a:link,
214 html #menubar a:visited {
215 position: relative;
216 display: block;
217 padding: 0.5em;
218 background: #000000;
219 color: #ffffff;
220 text-decoration: none;
221 font-size: 80%;
222 font-weight: normal;
223 }
224
225
226 html #menubar a:link:hover,
227 html #menubar a:visited:hover,
228 html #menubar a:link:active,
229 html #menubar a:visited:active,
230 #menubar a:link:focus,
231 #menubar a:visited:focus {
232 background: #000000;
233 color: #ffff00;
234 font-weight: bold;
235 }
236
237 html #menubar a:link.active,
238 html #menubar a:visited.active,
239 html #menubar a:link.preactive,
240 html #menubar a:visited.preactive {
241 background: #000000;
242 color: #ffff00;
243 font-weight: bold;
244 }
245
246 html #menubar a:link.warning,
247 html #menubar a:visited.warning {
248 background: #000000;
249 color: red;
250 font-weight: bold;
251 }
252
253 #menubar ul.dropdowns li.over>a,
254 #menubar ul.dropdowns li.focus>a,
255 #menubar ul.dropdowns li:hover>a {
256 font-weight: bold;
257 }
258
259 .lang_de #submenu_mini_system { min-width: 13.3em; }
260 * html .lang_de #submenu_mini_system { width: 13.3em; }
261
262 .lang_pt-br #submenu_mini_network { min-width: 14em; }
263 * html .lang_pt-br #submenu_mini_network { width: 14em; }
264
265 .lang_pt-br #submenu_mini_system { min-width: 11.5em; }
266 * html .lang_pt-br #submenu_mini_system { width: 11.5em; }
267
268 .lang_ru #submenu_mini_system { min-width: 18em; }
269 * html .lang_ru #submenu_mini_system { width: 18em; }
270
271 .lang_pt-br #submenu_admin_index { min-width: 11em; }
272 * html .lang_pt-br #submenu_admin_index { width: 11em; }
273
274 .lang_ru #submenu_admin_index { min-width: 15.5em; }
275 * html .lang_ru #submenu_admin_index { width: 15.5em; }
276
277 .lang_ru #submenu_admin_status { min-width: 10.5em; }
278 * html .lang_ru #submenu_admin_status { width: 10.5em; }
279
280 .lang_de #submenu_admin_system { min-width: 13.3em; }
281 * html .lang_de #submenu_admin_system { width: 13.3em; }
282
283 .lang_fr #submenu_admin_system { min-width: 14.5em; }
284 * html .lang_fr #submenu_admin_system { width: 14.5em; }
285
286 .lang_pt-br #submenu_admin_system { min-width: 11.5em; }
287 * html .lang_pt-br #submenu_admin_system { width: 11.5em; }
288
289 .lang_ru #submenu_admin_system { min-width: 18em; }
290 * html .lang_ru #submenu_admin_system { width: 18em; }
291
292 #submenu_admin_services_chillispot { min-width: 15.5em; }
293 * html #submenu_admin_services_chillispot { width: 15.5em; }
294
295 #submenu_admin_services_coovachilli { min-width: 15em; }
296 * html #submenu_admin_services_coovachilli { width: 15em; }
297
298 .lang_ru #submenu_admin_network_routes { min-width: 15.3em; }
299 * html .lang_ru #submenu_admin_network_routes { width: 15.3em; }
300
301 #submenu_admin_network_firewall { min-width: 14em; }
302 * html #submenu_admin_network_firewall { width: 14em; }
303
304 .lang_de #submenu_admin_network_firewall { min-width: 16.5em; }
305 * html .lang_de #submenu_admin_network_firewall { width: 16.5em; }
306
307 .lang_pt-br #submenu_admin_network_firewall { min-width: 15em; }
308 * html .lang_pt-br #submenu_admin_network_firewall { width: 15em; }
309
310 #modemenu {
311 width: auto;
312 background: #000000;
313 color: #ffffff;
314 list-style: none;
315 margin-right: 1px;
316 }
317
318 #modemenu li {
319 float: right;
320 list-style: none;
321 }
322
323 #savemenu {
324 float: right;
325 margin-right: 2em;
326 }
327
328 .lang_de #submenu_admin_uci {
329 width: 12em;
330 }
331
332 .lang_ru #submenu_admin_uci {
333 width: 11.5em;
334 }
335
336 #maincontent {
337 clear: both;
338 width: 80%;
339 margin: 0 auto;
340 padding: 0.5em;
341 background: #f5f5f5;
342 color: #000000;
343 border-width: 0 1px 1px 1px;
344 border-style: solid;
345 border-color: #444444;
346 font-size: 80%;
347 }
348
349 #maincontent h2 {
350 margin: 0.25em 0 0.5em 0;
351 font-size: 150%;
352 font-weight: normal;
353 }
354
355 #maincontent h3 {
356 margin: 0.5em 0;
357 font-size: 120%;
358 font-weight: normal;
359 text-decoration: underline;
360 }
361
362 #maincontent p {
363 margin-bottom: 1em;
364 }
365
366 .cbi-section {
367 margin-bottom: 0.5em;
368 padding: 0.5em 1em;
369 border: 1px dotted #555555;
370 background-color: #ffffff;
371 color: #000000;
372 }
373
374 .cbi-section legend {
375 font-size: 110%;
376 font-weight: bold;
377 height: 1em;
378 padding: 0 0.25em;
379 background-color: transparent;
380 color: #555555;
381 }
382
383 .cbi-section h2 {
384 margin: 0em 0 0.5em -0.5em !important;
385 }
386
387 .cbi-section h3 {
388 text-decoration: none !important;
389 font-weight: bold !important;
390 color: #555555 !important;
391 margin: 0.25em !important;
392 font-size: 100% !important;
393 }
394
395 .cbi-section-descr {
396 margin-bottom: 0.5em;
397 font-size: 95%;
398 }
399
400 .cbi-title-ref {
401 color: inherit;
402 text-decoration: none;
403 padding-right: 18px;
404 background: url('../resources/cbi/link.gif') no-repeat scroll right center;
405 background-color: inherit;
406 }
407
408 ul.cbi-apply {
409 font-size: 90%;
410 }
411
412 input[type=submit],
413 input[type=reset],
414 input[type=image] {
415 cursor: pointer;
416 }
417
418
419 select,
420 input,
421 textarea {
422 background: #eeeeee;
423 color: #000000;
424 border-width: 1px;
425 border-color: #000000;
426 }
427
428 input[type=image] {
429 border: none;
430 }
431
432 input:focus,
433 input:hover,
434 select:focus,
435 select:hover,
436 textarea:focus,
437 textarea:hover {
438 background-color: #ffffff;
439 color: #000000;
440 }
441
442 select,
443 input[type=text],
444 input[type=password] {
445 width: 20em;
446 }
447
448 td select,
449 td input[type=text],
450 td input[type=password] {
451 width: 99%;
452 }
453
454 input.cbi-input-user {
455 background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
456 background-color: inherit;
457 color: #000000;
458 padding-left: 17px;
459 }
460
461 input.cbi-input-password {
462 background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
463 background-color: inherit;
464 color: #000000;
465 padding-left: 17px;
466 }
467
468 input.cbi-input-find {
469 background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
470 background-color: inherit;
471 color: #000000;
472 padding-left: 17px;
473 }
474
475 input.cbi-input-reload {
476 background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
477 background-color: inherit;
478 color: #000000;
479 padding-left: 17px;
480 }
481
482 input.cbi-input-add,
483 input.cbi-button-add {
484 background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
485 background-color: inherit;
486 color: #000000;
487 padding-left: 17px;
488 padding-right: 1px;
489 }
490
491 input.cbi-input-fieldadd,
492 input.cbi-button-fieldadd {
493 background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
494 background-color: inherit;
495 color: #000000;
496 padding-left: 17px;
497 padding-right: 1px;
498 }
499
500 input.cbi-input-reset,
501 input.cbi-button-reset {
502 background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
503 background-color: inherit;
504 color: #000000;
505 padding-left: 17px;
506 padding-right: 1px;
507 }
508
509 input.cbi-input-save,
510 input.cbi-button-save {
511 background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
512 background-color: inherit;
513 color: #000000;
514 padding-left: 17px;
515 padding-right: 1px;
516 }
517
518 input.cbi-input-apply,
519 input.cbi-button-apply {
520 background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
521 background-color: inherit;
522 color: #000000;
523 padding-left: 17px;
524 padding-right: 1px;
525 }
526
527 input.cbi-input-remove,
528 div.cbi-section-remove input {
529 background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
530 background-color: inherit;
531 color: #000000;
532 padding-left: 17px;
533 padding-right: 1px;
534 }
535
536 div.cbi-section-remove input {
537 border-bottom: none;
538 }
539
540 textarea {
541 margin-left: -1px;
542 margin-bottom: 0.5em;
543 }
544
545 form > div > input[type=submit],
546 form > div > input[type=reset] {
547 float: right;
548 margin-left: 0.5em;
549 }
550
551 table td,
552 table th {
553 color: #000000;
554 }
555
556 table.smalltext {
557 background: #f5f5f5;
558 color: #000000;
559 border-top: 1px solid #666666;
560 border-right: 1px solid #666666;
561 border-bottom: 1px solid #666666;
562 font-size: 90%;
563 width: 80%;
564 margin-left: auto;
565 margin-right: auto;
566 border-collapse: collapse;
567 }
568
569 table.smalltext tr:hover td {
570 background-color: #bbddee;
571 color: #000000;
572 }
573
574 table.smalltext tr th {
575 padding: 0 0.25em;
576 border-left: 1px solid #666666;
577 text-align: left;
578 }
579
580 table.smalltext tr td {
581 padding: 0 0.25em;
582 border-top: 1px solid #666666;
583 border-left: 1px solid #666666;
584 }
585
586 table.cbi-section-table .cbi-rowstyle-1,
587 table.cbi-section-table .cbi-rowstyle-1 * {
588 background-color: #eeeeff;
589 color: #000000;
590 }
591
592 .cbi-section .cbi-rowstyle-1 h3 {
593 background-color: #eeeeff;
594 color: #555555;
595 }
596
597 .cbi-rowstyle-2 {
598 color: #000000;
599 }
600
601 div.cbi-value {
602 clear: left;
603 vertical-align: middle;
604 padding-left: 0.25em;
605 border-bottom: 1px dotted #bbbbbb;
606 }
607
608 div.cbi-value:hover {
609 background: #f8f8f8;
610 color: #000000;
611 }
612
613 .cbi-value-title {
614 float: left;
615 width: 40%;
616 line-height: 1.8em;
617 }
618
619 div.cbi-value-field {
620 width: 58%;
621 margin-left: 40%;
622 padding: 0.25em 0;
623 }
624
625 div.cbi-value-description {
626 font-size: 90%;
627 display: inline;
628 }
629
630 div.cbi-section-create {
631 clear: left;
632 white-space: nowrap;
633 vertical-align: top;
634 }
635
636 div.cbi-tblsection-create {
637 border-bottom: 1px dotted #bbbbbb;
638 }
639
640 div.cbi-section-create .cbi-button {
641 margin: 0.25em;
642 }
643
644 input.cbi-section-create-name {
645 margin-right: -0.25em;
646 }
647
648 div.cbi-map-descr {
649 margin-bottom: 1em;
650 }
651
652 div.cbi-optionals {
653 padding: 0.25em;
654 border-bottom: 1px dotted #bbbbbb;
655 }
656
657 div.cbi-section-remove {
658 float: right;
659 }
660
661 .cbi-section-node {
662 clear: both;
663 border-top: 1px dotted #bbbbbb;
664 border-left: 1px dotted #bbbbbb;
665 border-right: 1px dotted #bbbbbb;
666 border-bottom: none;
667 padding-bottom: 0;
668 }
669
670 .cbi-section-node table div {
671 padding-bottom: 0;
672 border-bottom: none;
673 }
674
675 .cbi-section-node div.cbi-section-table-row {
676 margin: 0.25em;
677 }
678
679 table.cbi-section-table {
680 width: 100%;
681 font-size: 95%;
682 }
683
684 table.cbi-section-table th,
685 table.cbi-section-table td {
686 text-align: center;
687 }
688
689 tr.cbi-section-table-descr th {
690 font-weight: normal;
691 font-size: 90%;
692 }
693
694 td.cbi-section-table-optionals {
695 text-align: left !important;
696 padding-top: 1em;
697 }
698
699 .cbi-value-helpicon img {
700 vertical-align: bottom;
701 }
702
703 div.cbi-error {
704 font-size: 95%;
705 font-weight: bold;
706 color: #ff0000;
707 background-color: #ffffff;
708 }
709
710 td.cbi-value-error {
711 border-color: red;
712 }
713
714 .cbi-value-error input,
715 .cbi-value-error select {
716 color: red;
717 background-color: #ffcccc;
718 }
719
720 .cbi-section-error {
721 color: red;
722 background-color: white;
723 font-size: 95%;
724 border: 1px dotted red;
725 margin: 3px;
726 padding: 3px;
727 }
728
729 .right {
730 text-align: right;
731 }
732
733 .luci {
734 position: fixed;
735 bottom: 0;
736 left: 0;
737 text-align: right;
738 }
739
740 .luci a:link,
741 .luci a:visited {
742 background-color: transparent;
743 color: #666666;
744 text-decoration: none;
745 font-size: 70%;
746 }
747
748 .inline {
749 display: inline;
750 }
751
752 .error500 {
753 white-space: normal;
754 border: 1px dotted #ff0000;
755 background-color: #ffffff;
756 color: #000000;
757 padding: 0.5em;
758 }
759
760 #memorybar {
761 width: 200px;
762 height: 8px;
763 border: 1px solid #bbb;
764 color: black;
765 background-color: red;
766 }
767
768 #memfree, #membuffers, #memcached {
769 float: right;
770 border: 1px solid #bbb;
771 height: 6px;
772 }
773
774 #memfree {
775 background-color: green;
776 color: black;
777 }
778
779 #membuffers {
780 background-color: yellow;
781 color: black;
782 }
783
784 #memcached {
785 background-color: #ffa500;
786 color: black;
787 }
788
789 }