themes: remove obsolete css (memorybar etc.)
[project/luci.git] / themes / openwrt.org-oxygen / htdocs / luci-static / openwrt.org-oxygen / 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 textarea#syslog {
337         width: 98%;
338         min-height: 500px;
339         border: 3px solid #cccccc;
340         padding: 5px;
341         font-family: monospace;
342 }
343
344 #maincontent {
345         clear: both;
346         width: 80%;
347         margin: 0 auto;
348         padding: 0.5em;
349         background: #f5f5f5;
350         color: #000000;
351         border-width: 0 1px 1px 1px;
352         border-style: solid;
353         border-color: #444444;
354         font-size: 80%;
355 }
356
357 #maincontent h2 {
358         font-size: 150%;
359         font-family: Trebuchet MS, Verdana, sans-serif;
360         font-weight: bold;
361         margin: 0.25em 0 0.7em 0;
362         border-bottom: 1px solid;
363         padding-top: 10px;
364         padding-bottom: 4px;
365 }
366
367 #maincontent h3 {
368         margin: 0.5em 0 1.1em 0;
369         font-size: 125%;
370         font-weight: bold;
371         font-style: italic;
372         font-family: Trebuchet MS, Verdana, sans-serif;
373         color: #27408B;
374 }
375
376 #maincontent p {
377         margin-bottom: 1em;
378 }
379
380 .cbi-section {
381         margin-bottom: 0.5em;
382         padding: 0.5em 1em;
383         border: 1px dotted #555555;
384         background-color: #ffffff;
385         color: #000000;
386 }
387
388 .cbi-section legend {
389         font-size: 110%;
390         font-weight: bold;
391         height: 1em;
392         padding: 0 0.25em;
393         background-color: transparent;
394         color: #555555;
395 }
396
397 .cbi-section h2 {
398         margin: 0em 0 0.5em -0.5em !important;
399 }
400
401 .cbi-section h3 {
402         text-decoration: none !important;
403         font-weight: bold !important;
404         color: #555555 !important;
405         margin: 0.25em !important;
406         font-size: 100% !important;
407 }
408
409 .cbi-section-descr {
410         margin-bottom: 0.5em;
411         font-size: 95%;
412 }
413
414 .cbi-title-ref {
415         color: inherit;
416         text-decoration: none;
417         padding-right: 18px;
418         background: url('../resources/cbi/link.gif') no-repeat scroll right center;
419         background-color: inherit;
420 }
421
422 ul.cbi-apply {
423         font-size: 90%;
424 }
425
426 input[type=submit],
427 input[type=reset],
428 input[type=image] {
429         cursor: pointer;
430 }
431
432
433 select,
434 input,
435 textarea {
436         background: #eeeeee;
437         color: #000000;
438         border-width: 1px;
439         border-color: #000000;
440 }
441
442 input[type=image] {
443         border: none;
444 }
445
446 input:focus,
447 input:hover,
448 select:focus,
449 select:hover,
450 textarea:focus,
451 textarea:hover {
452         background-color: #ffffff;
453         color: #000000;
454 }
455
456 select,
457 input[type=text],
458 input[type=password] {
459         width: 20em;
460 }
461
462 td select,
463 td input[type=text],
464 td input[type=password] {
465         width: 99%;
466 }
467
468 input.cbi-input-user {
469         background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
470         background-color: inherit;
471         color: #000000;
472         text-indent: 17px;
473 }
474
475 input.cbi-input-password {
476         background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
477         background-color: inherit;
478         color: #000000;
479         text-indent: 17px;
480 }
481
482 input.cbi-input-find {
483         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
484         background-color: inherit;
485         color: #000000;
486         padding-left: 17px;
487 }
488
489 input.cbi-input-reload {
490         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
491         background-color: inherit;
492         color: #000000;
493         padding-left: 17px;
494 }
495
496 input.cbi-input-add,
497 input.cbi-button-add {
498         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
499         background-color: inherit;
500         color: #000000;
501         padding-left: 17px;
502         padding-right: 1px;
503 }
504
505 input.cbi-input-fieldadd,
506 input.cbi-button-fieldadd {
507         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
508         background-color: inherit;
509         color: #000000;
510         padding-left: 17px;
511         padding-right: 1px;
512 }
513
514 input.cbi-input-reset,
515 input.cbi-button-reset {
516         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
517         background-color: inherit;
518         color: #000000;
519         padding-left: 17px;
520         padding-right: 1px;
521 }
522
523 input.cbi-input-save,
524 input.cbi-button-save {
525         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
526         background-color: inherit;
527         color: #000000;
528         padding-left: 17px;
529         padding-right: 1px;
530 }
531
532 input.cbi-input-apply,
533 input.cbi-button-apply {
534         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
535         background-color: inherit;
536         color: #000000;
537         padding-left: 17px;
538         padding-right: 1px;
539 }
540
541 input.cbi-input-remove,
542 div.cbi-section-remove input {
543         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
544         background-color: inherit;
545         color: #000000;
546         padding-left: 17px;
547         padding-right: 1px;
548 }
549
550 div.cbi-section-remove input {
551         border-bottom: none;
552 }
553
554 textarea {
555         margin-left: -1px;
556         margin-bottom: 0.5em;
557 }
558
559 form > div > input[type=submit],
560 form > div > input[type=reset] {
561         float: right;
562         margin-left: 0.5em;
563 }
564
565 table td,
566 table th {
567         color: #000000;
568 }
569
570 table.smalltext {
571         background: #f5f5f5;
572         color: #000000;
573         border-top: 1px solid #666666;
574         border-right: 1px solid #666666;
575         border-bottom: 1px solid #666666;
576         font-size: 90%;
577         width: 80%;
578         margin-left: auto;
579         margin-right: auto;
580         border-collapse: collapse;
581 }
582
583 table.smalltext tr:hover td {
584         background-color: #bbddee;
585         color: #000000;
586 }
587
588 table.smalltext tr th {
589         padding: 0 0.25em;
590         border-left: 1px solid #666666;
591         text-align: left;
592 }
593
594 table.smalltext tr td {
595         padding: 0 0.25em;
596         border-top: 1px solid #666666;
597         border-left: 1px solid #666666;
598 }
599
600 table.cbi-section-table .cbi-rowstyle-1,
601 table.cbi-section-table .cbi-rowstyle-1 * {
602         background-color: #eeeeff;
603         color: #000000;
604 }
605
606 .cbi-section .cbi-rowstyle-1 h3 {
607         background-color: #eeeeff;
608         color: #555555;
609 }
610
611 .cbi-rowstyle-2 {
612         color: #000000;
613 }
614
615 div.cbi-value {
616         clear: left;
617         vertical-align: middle;
618         padding-left: 0.25em;
619         border-bottom: 1px dotted #bbbbbb;
620 }
621
622 div.cbi-value:hover {
623         background: #f8f8f8;
624         color: #000000;
625 }
626
627 .cbi-value-title {
628         float: left;
629         width: 40%;
630         line-height: 1.8em;
631 }
632
633 div.cbi-value-field {
634         width: 58%;
635         margin-left: 40%;
636         padding: 0.25em 0;
637 }
638
639 div.cbi-value-description {
640         font-size: 90%;
641         display: inline;
642 }
643
644 div.cbi-section-create {
645         clear: left;
646         white-space: nowrap;
647         vertical-align: top;
648 }
649
650 div.cbi-tblsection-create {
651         border-bottom: 1px dotted #bbbbbb;
652 }
653
654 div.cbi-section-create .cbi-button {
655         margin: 0.25em;
656 }
657
658 input.cbi-section-create-name {
659         margin-right: -0.25em;
660 }
661
662 div.cbi-map-descr {
663         margin-bottom: 1em;
664 }
665
666 div.cbi-optionals {
667         padding: 0.25em;
668         border-bottom: 1px dotted #bbbbbb;
669 }
670
671 div.cbi-section-remove {
672         float: right;
673 }
674
675 .cbi-section-node {
676         clear: both;
677         border-top: 1px dotted #bbbbbb;
678         border-left: 1px dotted #bbbbbb;
679         border-right: 1px dotted #bbbbbb;
680         border-bottom: none;
681         padding-bottom: 0;
682 }
683
684 .cbi-section-node table div {
685         padding-bottom: 0;
686         border-bottom: none;
687 }
688
689 .cbi-section-node div.cbi-section-table-row {
690         margin: 0.25em;
691 }
692
693 table.cbi-section-table {
694         width: 100%;
695         font-size: 95%;
696 }
697
698 table.cbi-section-table th,
699 table.cbi-section-table td {
700         text-align: center;
701 }
702
703 tr.cbi-section-table-descr th {
704         font-weight: normal;
705         font-size: 90%;
706 }
707
708 td.cbi-section-table-optionals {
709         text-align: left !important;
710         padding-top: 1em;
711 }
712
713 .cbi-value-helpicon img {
714         vertical-align: bottom;
715 }
716
717 div.cbi-error {
718         font-size: 95%;
719         font-weight: bold;
720         color: #ff0000;
721         background-color: #ffffff;
722 }
723
724 td.cbi-value-error {
725         border-color: red;
726 }
727
728 .cbi-value-error input,
729 .cbi-value-error select {
730         color: red;
731         background-color: #ffcccc;
732 }
733
734 .cbi-section-error {
735         color: red;
736         background-color: white;
737         font-size: 95%;
738         border: 1px dotted red;
739         margin: 3px;
740         padding: 3px;
741 }
742
743 .right {
744         text-align: right;
745 }
746
747 .luci {
748         position: fixed;
749         bottom: 0;
750         left: 0;
751         text-align: right;
752 }
753
754 .luci a:link,
755 .luci a:visited {
756         background-color: transparent;
757         color: #666666;
758         text-decoration: none;
759         font-size: 70%;
760 }
761
762 .inline {
763         display: inline;
764 }
765
766 .error500 {
767         white-space: normal;
768         border: 1px dotted #ff0000;
769         background-color: #ffffff;
770         color: #000000;
771         padding: 0.5em;
772 }
773
774 }