themes: add cbi-button-download class, whitespace cleanup
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
1 @charset "utf-8";
2
3 @media all {
4
5 html {
6         min-height: 100%;
7         height: auto;
8 }
9
10 body {
11         color: #ccc;
12         background:#e5eef5 url(bg.jpg) repeat-x top left;
13         font-family: Verdana, Arial, sans-serif;
14         font-size: 100%;
15         line-height: 100%;
16         padding-bottom: 1.5em;
17 }
18
19 html, body {
20         height: 99%;
21 }
22
23 * {
24         margin: 0;
25         padding: 0;
26 }
27
28 abbr,
29 acronym {
30         font-style: normal;
31         font-variant: normal;
32 }
33
34 abbr[title],
35 acronym[title] {
36         border-bottom: 1px dotted;
37         cursor: help;
38 }
39
40 a:link abbr[title],
41 a:visited abbr[title],
42 a:link acronym[title],
43 a:visited acronym[title] {
44         cursor: pointer;
45 }
46
47 code {
48         font-family: monospace;
49         white-space: pre;
50 }
51
52 #maincontent ul {
53         margin-left: 2em;
54 }
55
56 .warning {
57         color: red;
58         background-color: white;
59         font-weight: bold;
60         text-decoration: blink;
61 }
62
63 .clear {
64         clear: both;
65 }
66
67 a img {
68         border: 0;
69 }
70
71 .skiplink,
72 .navigation,
73 .hidden {
74         position: absolute;
75         left: -1000px;
76         top: -1000px;
77         width: 0px;
78         height: 0px;
79         overflow: hidden;
80         display: inline;
81 }
82
83 .error {
84         color: #f00;
85         background-color: white;
86 }
87
88 .errorbox {
89         border: 1px solid #F00;
90         background-color: #FCC;
91         padding: 5px;
92 }
93
94
95 .ifacebox {
96         background-color: #FFFFFF;
97         border: 1px solid #CCCCCC;
98         margin: 0 10px;
99         text-align: center;
100         white-space: nowrap;
101 }
102
103 .ifacebox .ifacebox-head {
104         border-bottom: 1px solid #CCCCCC;
105         padding: 2px;
106 }
107
108 .ifacebox .ifacebox-body {
109         padding: 2px;
110 }
111
112
113 .ifacebadge {
114         background-color: #FFFFFF;
115         border: 1px solid #CCCCCC;
116         padding: 2px;
117         margin-left: 2px;
118         display: inline-block;
119 }
120
121 .ifacebadge-active {
122         border-color: #000000;
123         font-weight: bold;
124 }
125
126
127 .zonebadge {
128         padding: 2px;
129         display: inline-block;
130         white-space: nowrap;
131         cursor: pointer;
132 }
133
134 .zonebadge em,
135 .zonebadge strong {
136         margin: 3px;
137         display: inline-block;
138 }
139
140 .zonebadge input {
141         width: 6em;
142         height: 1.5em;
143 }
144
145 .zonebadge-empty {
146         border: 1px dashed #AAAAAA;
147         color: #AAAAAA;
148         font-style: italic;
149         font-size: smaller;
150 }
151
152
153 #header {
154         height: auto;
155         background: #FFF url(header.jpg) repeat-x left bottom;
156         color: #ccc;
157         font-weight: bold;
158         text-align:right;
159 }
160
161 .header_left img {
162         padding: 10px 10px 0px 10px;
163 }
164
165 .header_banner {
166         overflow:hidden;
167         padding-bottom: 6px;
168         text-align:left;
169 }
170
171 .header_banner img{
172         padding: 0px;
173 }
174
175 .header_left{
176         text-align:left;
177 }
178
179 .header_left a{
180         color: #dc0067;
181         font: bold 36px Helvetica;
182         text-decoration: none;
183 }
184
185 .header_left .spacer {
186 height: 12px;
187 min-height:12px;
188 width:99%;
189 }
190
191 #header h1,
192 .header_right {
193         position: absolute;
194         text-align: right;
195         top: 10px;
196         right: 10px;
197         font-size: 70%;
198         font-weight: normal;
199         line-height: 160%;
200 }
201
202 ul.dropdowns {
203         float: left;
204         margin: 0;
205         padding: 0;
206         width: auto;
207         list-style: none;
208 }
209
210 html>body ul.dropdowns {
211         position: relative;
212 }
213
214 ul.dropdowns li,
215 ul.dropdowns ul {
216         margin: 0;
217         padding: 0;
218         list-style: none;
219 }
220
221 ul.dropdowns li {
222         float: left;
223         position: relative;
224         white-space: nowrap;
225 }
226
227 ul.dropdowns li ul {
228         position: absolute;
229         z-index: 1000;
230         top: auto;
231         min-width: 10em;
232 }
233
234 ul.dropdowns li li {
235         float: none;
236         position: relative;
237 }
238
239 ul.dropdowns li a {
240         display: block;
241 }
242
243 ul.dropdowns ul li ul {
244         top: 0;
245 }
246
247 ul.dropdowns li ul,
248 ul.dropdowns li.over ul ul,
249 ul.dropdowns li.focus ul ul,
250 ul.dropdowns li:hover ul ul,
251 ul.dropdowns li.over ul ul ul,
252 ul.dropdowns li.focus ul ul ul,
253 ul.dropdowns li:hover ul ul ul,
254 ul.dropdowns li.over ul ul ul ul,
255 ul.dropdowns li.focus ul ul ul ul,
256 ul.dropdowns li:hover ul ul ul ul {
257         left: -3000px;
258 }
259
260 ul.dropdowns li.over ul,
261 ul.dropdowns li.focus ul,
262 ul.dropdowns li:hover ul {
263         left: 0;
264 }
265
266 ul.dropdowns ul li.over ul,
267 ul.dropdowns ul li.focus ul,
268 ul.dropdowns ul li:hover ul,
269 ul.dropdowns ul ul li.over ul,
270 ul.dropdowns ul ul li.focus ul,
271 ul.dropdowns ul ul li:hover ul,
272 ul.dropdowns ul ul ul li.over ul,
273 ul.dropdowns ul ul ul li.focus ul,
274 ul.dropdowns ul ul ul li:hover ul {
275         left: 100%;
276 }
277
278 #xhr_poll_status {
279         cursor: pointer;
280 }
281
282 #xhr_poll_status #xhr_poll_status_off {
283         font-weight: bold;
284         color: #FF0000;
285 }
286
287 #xhr_poll_status #xhr_poll_status_on {
288         font-weight: bold;
289         color: #00FF00;
290 }
291
292 #menubar {
293         position: relative;
294         width: 100%;
295         background: #FFF;
296         color: #004a9c;
297         border-bottom: 1px dotted #5A5A5A;
298 }
299
300 #menubar .warning {
301         color: red;
302         background-color: #FFF;
303 }
304
305 #menubar ul.dropdowns {
306         min-height: 1.8em;
307         background: #FFF;
308         color: #004a9c;
309 }
310
311 #menubar ul.dropdowns li ul {
312         background: #FFF;
313         color: #004a9c;
314         border-width: 0 1px 1px 1px;
315         border-style: dotted;
316         border-color: #5a5a5a;
317 }
318
319 #menubar ul.dropdowns ul li ul {
320         border-width: 1px;
321 }
322
323 html #menubar a:link,
324 html #menubar a:visited {
325         position: relative;
326         display: block;
327         padding: 0.5em;
328         background: #FFF;
329         color: #004a9c;
330         text-decoration: none;
331         font-size: 80%;
332         font-weight: normal;
333 }
334
335 html #menubar a:link:hover,
336 html #menubar a:visited:hover,
337 html #menubar a:link:active,
338 html #menubar a:visited:active,
339 #menubar a:link:focus,
340 #menubar a:visited:focus {
341         background: #F2F2F2;
342         color: #e60076;
343 }
344
345 html #menubar a:link.active,
346 html #menubar a:visited.active,
347 html #menubar a:link.preactive,
348 html #menubar a:visited.preactive {
349         background: #FFF;
350         color: #e60076;
351 }
352
353 html #menubar a:link.warning,
354 html #menubar a:visited.warning {
355         background: #FFF;
356         color: red;
357         font-weight: bold;
358         text-decoration: blink;
359 }
360
361 #menubar ul.dropdowns li.over>a,
362 #menubar ul.dropdowns li.focus>a,
363 #menubar ul.dropdowns li:hover>a {
364 }
365
366 .lang_de #submenu_mini_system { min-width: 13.3em; }
367 * html .lang_de #submenu_mini_system { width: 13.3em; }
368
369 .lang_pt-br #submenu_mini_network { min-width: 14em; }
370 * html .lang_pt-br #submenu_mini_network { width: 14em; }
371
372 .lang_pt-br #submenu_mini_system { min-width: 11.5em; }
373 * html .lang_pt-br #submenu_mini_system { width: 11.5em; }
374
375 .lang_ru #submenu_mini_system { min-width: 18em; }
376 * html .lang_ru #submenu_mini_system { width: 18em; }
377
378 .lang_pt-br #submenu_admin_index { min-width: 11em; }
379 * html .lang_pt-br #submenu_admin_index { width: 11em; }
380
381 .lang_ru #submenu_admin_index { min-width: 15.5em; }
382 * html .lang_ru #submenu_admin_index { width: 15.5em; }
383
384 .lang_ru #submenu_admin_status { min-width: 10.5em; }
385 * html .lang_ru #submenu_admin_status { width: 10.5em; }
386
387 .lang_de #submenu_admin_system { min-width: 13.3em; }
388 * html .lang_de #submenu_admin_system { width: 13.3em; }
389
390 .lang_fr #submenu_admin_system { min-width: 14.5em; }
391 * html .lang_fr #submenu_admin_system { width: 14.5em; }
392
393 .lang_pt-br #submenu_admin_system { min-width: 11.5em; }
394 * html .lang_pt-br #submenu_admin_system { width: 11.5em; }
395
396 .lang_ru #submenu_admin_system { min-width: 18em; }
397 * html .lang_ru #submenu_admin_system { width: 18em; }
398
399 #submenu_admin_services_chillispot { min-width: 15.5em; }
400 * html #submenu_admin_services_chillispot { width: 15.5em; }
401
402 #submenu_admin_services_coovachilli { min-width: 15em; }
403 * html #submenu_admin_services_coovachilli { width: 15em; }
404
405 .lang_ru #submenu_admin_network_routes { min-width: 15.3em; }
406 * html .lang_ru #submenu_admin_network_routes { width: 15.3em; }
407
408 #submenu_admin_network_firewall { min-width: 14em; }
409 * html #submenu_admin_network_firewall { width: 14em; }
410
411 .lang_de #submenu_admin_network_firewall { min-width: 16.5em; }
412 * html .lang_de #submenu_admin_network_firewall { width: 16.5em; }
413
414 .lang_pt-br #submenu_admin_network_firewall { min-width: 15em; }
415 * html .lang_pt-br #submenu_admin_network_firewall { width: 15em; }
416
417 #modemenu {
418         width: auto;
419         background: #000;
420         color: #fff;
421         list-style: none;
422         margin-right: 1px;
423 }
424
425 #modemenu li {
426         float: right;
427         list-style: none;
428 }
429
430 #savemenu {
431         float: right;
432         margin-right: 2em;
433 }
434
435 .lang_de #submenu_admin_uci {
436         width: 12em;
437 }
438
439 .lang_ru #submenu_admin_uci {
440         width: 11.5em;
441 }
442
443 textarea#syslog {
444         width: 98%;
445         min-height: 500px;
446         border: 3px solid #ccc;
447         padding: 5px;
448         font-family: monospace;
449 }
450
451 #maincontent {
452         clear: both;
453         width: 90%;
454         margin: 0 auto;
455         padding: 0.5em;
456         color: #000;
457         font-size: 80%;
458 }
459
460 #maincontent h2 {
461         font:normal bold 150% "Trebuchet MS", Verdana, sans-serif;
462         margin: 0.25em 0 0.7em 0;
463         border-bottom: 1px solid;
464         padding: 10px 0 4px 0;
465         color: #404040;
466 }
467
468 #maincontent h3 {
469         margin: 0.5em 0 1.1em 0;
470         font:italic bold 125% "Trebuchet MS", Verdana, sans-serif;
471         color: #404040;
472 }
473
474 #maincontent p {
475         margin-bottom: 1em;
476 }
477
478 .cbi-section {
479         margin-bottom: 0.5em;
480         padding: 0.5em 1em;
481         border: 1px dotted #555;
482         background-color: #fff;
483         color: #000;
484 }
485
486 .cbi-section legend {
487         font-size: 110%;
488         font-weight: bold;
489         height: 1em;
490         padding: 0.5em 0.25em;
491         background-color: transparent;
492         color: #404040 ;
493 }
494
495 .cbi-section h2 {
496         margin: 0em 0 0.5em -0.5em !important;
497 }
498
499 .cbi-section h3 {
500         text-decoration: none !important;
501         font-weight: bold !important;
502         color: #555 !important;
503         margin: 0.25em !important;
504         font-size: 100% !important;
505 }
506
507 .cbi-section-descr {
508         margin-bottom: 0.5em;
509         font-size: 95%;
510 }
511
512 .cbi-title-ref {
513         color: inherit;
514         text-decoration: none;
515         padding-right: 18px;
516         background: url('../resources/cbi/link.gif') no-repeat scroll right center;
517         background-color: inherit;
518 }
519
520 ul.cbi-apply {
521         font-size: 90%;
522 }
523
524 ul.cbi-tabmenu {
525         padding: 3px 0;
526         margin-left: 0 !important;
527         margin-bottom: -1px;
528         list-style-type: none;
529 }
530
531 ul.cbi-tabmenu li.cbi-tab,
532 ul.cbi-tabmenu li.cbi-tab-disabled {
533         display: inline;
534         margin: 0;
535 }
536
537 ul.cbi-tabmenu li.cbi-tab a,
538 ul.cbi-tabmenu li.cbi-tab-disabled a {
539         text-decoration: none;
540         padding: 3px 7px;
541         margin-right: 3px;
542         border: 1px dotted #bbb;
543         border-bottom: none;
544         background-color: #eee;
545         color: #bbb;
546 }
547
548 ul.cbi-tabmenu li.cbi-tab-highlighted a {
549         color: #000;
550         background-color: #FFEEAA;
551 }
552
553 ul.cbi-tabmenu li a:hover {
554         color: #000;
555 }
556
557 ul.cbi-tabmenu li.cbi-tab a {
558         position: relative;
559         top: 1px;
560         padding-top: 4px;
561         color: #000;
562         background-color: #fff;
563 }
564
565 div.cbi-tab-descr {
566         background-image: url(/luci-static/resources/cbi/help.gif);
567         background-position: 0.25em 50%;
568         background-repeat: no-repeat;
569         border-bottom: 1px solid #ccc;
570         margin: 0.25em 0.25em 2em;
571         padding: 0.5em 0.5em 0.5em 2em;
572 }
573
574 input[type=submit],
575 input[type=reset],
576 input[type=image],
577 input[type=button] {
578         cursor: pointer;
579 }
580
581 select,
582 input,
583 textarea {
584         background: #fff;
585         color: #000;
586         border: 1px solid #cccccc;
587 }
588
589 input[type=image] {
590         border: none;
591 }
592
593 input:focus,
594 input:hover,
595 select:focus,
596 select:hover,
597 textarea:focus,
598 textarea:hover {
599         background-color: #fff;
600         color: #000;
601 }
602
603 select,
604 input[type=text],
605 input[type=password] {
606         width: 20em;
607 }
608
609 td select,
610 td input[type=text],
611 td input[type=password] {
612         width: 99%;
613 }
614
615 img.cbi-image-button {
616         cursor: pointer;
617         margin: 0 2px;
618         vertical-align: middle;
619 }
620
621 input.cbi-input-user {
622         background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
623         background-color: inherit;
624         color: #000;
625         text-indent: 17px;
626 }
627
628 input.cbi-input-password {
629         background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
630         background-color: inherit;
631         color: #000;
632         text-indent: 17px;
633 }
634
635 input.cbi-input-find,
636 input.cbi-button-find {
637         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
638         background-color: inherit;
639         color: #000;
640         padding-left: 17px;
641         border: none;
642 }
643
644 input.cbi-input-reload {
645         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
646         background-color: inherit;
647         color: #000;
648         padding-left: 17px;
649 }
650
651 input.cbi-button{
652         margin-top: 1.3em;
653 }
654
655 input.cbi-input-add,
656 input.cbi-button-add {
657         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
658         background-color: inherit;
659         color: #000;
660         padding: 0 1px 0 17px;
661         border: 1px solid #FFF;
662 }
663
664 input.cbi-input-fieldadd,
665 input.cbi-button-fieldadd {
666         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
667         background-color: inherit;
668         color: #000;
669         padding: 0 1px 0 17px;
670 }
671
672 input.cbi-input-reset,
673 input.cbi-button-reset {
674         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
675         background-color: inherit;
676         color: #000;
677         padding: 0 1px 0 17px;
678 }
679
680
681 }
682
683 input.cbi-input-save,
684 input.cbi-button-save {
685         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
686         background-color: inherit;
687         color: #000;
688         padding: 0 1px 0 17px;
689 }
690
691 input.cbi-input-apply,
692 input.cbi-button-apply {
693         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
694         background-color: inherit;
695         color: #000;
696         padding: 0 1px 0 17px;
697 }
698
699 input.cbi-input-link,
700 input.cbi-button-link {
701         background: url('../resources/cbi/link.gif') no-repeat scroll 1px center;
702         background-color: inherit;
703         color: #000;
704         padding: 0 1px 0 17px;
705         border: none;
706 }
707
708 input.cbi-input-download,
709 input.cbi-button-download {
710         background: url('../resources/cbi/download.gif') no-repeat scroll 1px center;
711         background-color: inherit;
712         color: #000;
713         padding: 0 1px 0 17px;
714         border: none;
715 }
716
717 input.cbi-input-remove,
718 div.cbi-section-remove input {
719         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
720         background-color: inherit;
721         color: #000;
722         padding: 0 1px 0 17px;
723         border: 1px solid #fff;
724 }
725
726 input.cbi-button-up {
727         background-image: url('../resources/cbi/up.gif');
728         padding: 0 1px 0 11px;
729 }
730
731 input.cbi-button-down {
732         background-image: url('../resources/cbi/down.gif');
733         padding: 0 1px 0 11px;
734 }
735
736 input.cbi-button-edit {
737         background: url('../resources/cbi/edit.gif') no-repeat scroll 1px center;
738         color: #000000;
739         padding: 0 1px 0 17px;
740 }
741
742 input.cbi-button-reload {
743         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
744         color: #000000;
745         padding: 0 1px 0 17px;
746 }
747
748 input.cbi-button-remove {
749         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
750         color: #000000;
751         padding: 0 1px 0 17px;
752 }
753
754 .cbi-input-invalid {
755         background-image: url('../resources/cbi/reset.gif');
756         background-repeat: no-repeat;
757         background-position: right;
758         color: #FF0000 !important;
759         border-color: #FF0000;
760 }
761
762 div.cbi-section-remove input {
763         border-bottom: none;
764 }
765
766 textarea {
767         margin-left: -1px;
768         margin-bottom: 0.5em;
769 }
770
771 form > div > input[type=submit],
772 form > div > input[type=reset] {
773         float: right;
774         margin-left: 0.5em;
775 }
776
777 table td,
778 table th {
779         color: #000;
780 }
781
782 table.smalltext {
783         background: #f5f5f5;
784         color: #000;
785         border: 1px solid #666;
786         font-size: 90%;
787         width: 80%;
788         margin-left: auto;
789         margin-right: auto;
790         border-collapse: collapse;
791 }
792
793 table.smalltext tr:hover td {
794         background-color: #bbddee;
795         color: #000;
796 }
797
798 table.smalltext tr th {
799         padding: 0 0.25em;
800         border-left: 1px dotted #666;
801         text-align: left;
802 }
803
804 table.smalltext tr td {
805         padding: 0.2em;
806         border-top: 1px dotted #666;
807         border-left: 1px dotted #666;
808 }
809
810 table.cbi-section-table .cbi-rowstyle-1 {
811         background-color: #f1f6fa;
812         color: #000;
813 }
814
815 table.cbi-section-table .cbi-rowstyle-1:hover,
816 table.cbi-section-table .cbi-rowstyle-2:hover {
817         background-color: #b2c8d4;
818         color: #000000;
819 }
820
821 table.cbi-section-table .cbi-section-table-cell {
822         padding: 3px;
823         white-space: nowrap;
824 }
825
826 .cbi-section .cbi-rowstyle-1 h3 {
827         background-color: #f1f6fa;
828         color: #555;
829 }
830
831 .cbi-rowstyle-2 {
832         color: #000;
833 }
834
835 div.cbi-value {
836         clear: left;
837         vertical-align: middle;
838         padding-left: 0.25em;
839         border-bottom: 1px dotted #bbb;
840 }
841
842 div.cbi-value:hover {
843         background: #f8f8f8;
844         color: #000;
845 }
846
847 .cbi-value-title {
848         float: left;
849         width: 40%;
850         line-height: 1.8em;
851 }
852
853 div.cbi-value-field {
854         width: 58%;
855         margin-left: 40%;
856         padding: 0.25em 0;
857 }
858
859 div.cbi-value-description {
860         font-size: 90%;
861         display: inline;
862 }
863
864 div.cbi-section-create {
865         clear: left;
866         white-space: nowrap;
867         vertical-align: top;
868 }
869
870 div.cbi-tblsection-create {
871         border-bottom: 1px dotted #bbb;
872 }
873
874 div.cbi-section-create .cbi-button {
875         margin: 0.25em;
876 }
877
878 input.cbi-section-create-name {
879         margin-right: -0.25em;
880         border: 1px solid #999;
881 }
882
883 div.cbi-map-descr {
884         margin-bottom: 1em;
885 }
886
887 div.cbi-optionals {
888         padding: 0.25em;
889         border-bottom: 1px dotted #bbb;
890 }
891
892 div.cbi-section-remove {
893         float: right;
894 }
895
896 .cbi-section-node {
897         clear: both;
898         border: 1px dotted #bbb;
899         border-bottom: none;
900         padding-bottom: 0;
901 }
902
903 .cbi-section-node table div {
904         padding-bottom: 0;
905         border-bottom: none;
906 }
907
908 .cbi-section-node div.cbi-section-table-row {
909         margin: 0.25em;
910 }
911
912 table.cbi-section-table {
913         width: 100%;
914         font-size: 95%;
915 }
916
917 table.cbi-section-table th,
918 table.cbi-section-table td {
919         text-align: center;
920 }
921
922 tr.cbi-section-table-descr th {
923         font-weight: bold;
924         font-size: 90%;
925 }
926
927 td.cbi-section-table-optionals {
928         text-align: left !important;
929         padding-top: 1em;
930 }
931
932 .cbi-value-helpicon img {
933         vertical-align: bottom;
934 }
935
936 div.cbi-error {
937         font-size: 95%;
938         font-weight: bold;
939         color: #f00;
940         background-color: #fff;
941 }
942
943 td.cbi-value-error {
944         border-color: red;
945 }
946
947 .cbi-value-error input,
948 .cbi-value-error select {
949         color: red;
950         background-color: #fcc;
951 }
952
953 .cbi-section-error {
954         color: red;
955         background-color: white;
956         font-size: 95%;
957         border: 1px dotted red;
958         margin: 3px;
959         padding: 3px;
960 }
961
962 .left {
963         text-align: left !important;
964 }
965
966 .right {
967         text-align: right !important;
968 }
969
970 .footer, .push {
971         height: 2em;
972 }
973
974 .footer {
975         width: 99%;
976         padding: 0.3em;
977 }
978
979 .wrapper {
980         min-height: 100%;
981         height: auto !important;
982         height: 100%;
983         margin: 0 auto -2em;
984 }
985
986 .luci a:link,
987 .luci a:visited,
988 .exectime {
989         color: #666;
990         text-decoration: none;
991         font-size: 70%;
992 }
993
994 .inline {
995         display: inline;
996 }
997
998 .error500 {
999         white-space: normal;
1000         border: 1px dotted #f00;
1001         background-color: #fff;
1002         color: #000;
1003         padding: 0.5em;
1004 }
1005
1006 .uci-change-list {
1007         font-family: monospace;
1008 }
1009
1010 .uci-change-list ins,
1011 .uci-change-legend-label ins {
1012         text-decoration: none;
1013         border: 1px solid #00FF00;
1014         background-color: #CCFFCC;
1015         display: block;
1016         padding: 2px;
1017 }
1018
1019 .uci-change-list del,
1020 .uci-change-legend-label del {
1021         text-decoration: none;
1022         border: 1px solid #FF0000;
1023         background-color: #FFCCCC;
1024         display: block;
1025         font-style: normal;
1026         padding: 2px;
1027 }
1028
1029 .uci-change-list var,
1030 .uci-change-legend-label var {
1031         text-decoration: none;
1032         border: 1px solid #CCCCCC;
1033         background-color: #EEEEEE;
1034         display: block;
1035         font-style: normal;
1036         padding: 2px;
1037 }
1038
1039 .uci-change-list var ins,
1040 .uci-change-list var del {
1041         /*display: inline;*/
1042         border: none;
1043         white-space: pre;
1044         font-style: normal;
1045         padding: 0px;
1046 }
1047
1048 .uci-change-legend {
1049         padding: 5px;
1050 }
1051
1052 .uci-change-legend-label {
1053         width: 150px;
1054         float: left;
1055         font-size: 80%;
1056 }
1057
1058 .uci-change-legend-label>ins,
1059 .uci-change-legend-label>del,
1060 .uci-change-legend-label>var {
1061         float: left;
1062         margin-right: 4px;
1063         width: 10px;
1064         height: 10px;
1065         display: block;
1066 }
1067
1068 .uci-change-legend-label var ins,
1069 .uci-change-legend-label var del {
1070         line-height: 6px;
1071         border: none;
1072 }
1073
1074 }