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