themes/freifunk-generic: Fix typo introduced with last commit
[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         background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
637         background-color: inherit;
638         color: #000;
639         padding-left: 17px;
640         border: none;
641 }
642
643 input.cbi-input-reload {
644         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
645         background-color: inherit;
646         color: #000;
647         padding-left: 17px;
648 }
649
650 input.cbi-button{
651         margin-top: 1.3em;
652 }
653
654 input.cbi-input-add,
655 input.cbi-button-add {
656         background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
657         background-color: inherit;
658         color: #000;
659         padding: 0 1px 0 17px;
660         border: 1px solid #FFF; 
661 }
662
663 input.cbi-input-fieldadd,
664 input.cbi-button-fieldadd {
665         background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
666         background-color: inherit;
667         color: #000;
668         padding: 0 1px 0 17px;
669 }
670
671 input.cbi-input-reset,
672 input.cbi-button-reset {
673         background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
674         background-color: inherit;
675         color: #000;
676         padding: 0 1px 0 17px;
677 }
678
679
680 }
681
682 input.cbi-input-save,
683 input.cbi-button-save {
684         background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
685         background-color: inherit;
686         color: #000;
687         padding: 0 1px 0 17px;
688 }
689
690 input.cbi-input-apply,
691 input.cbi-button-apply {
692         background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
693         background-color: inherit; 
694         color: #000; 
695         padding: 0 1px 0 17px;
696
697
698 input.cbi-input-link, 
699         input.cbi-button-link { 
700         background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; 
701         background-color: inherit;
702         color: #000;    
703         padding: 0 1px 0 17px;
704         border: none;   
705 }
706
707 input.cbi-input-remove,
708 div.cbi-section-remove input {
709         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
710         background-color: inherit;
711         color: #000;
712         padding: 0 1px 0 17px;
713         border: 1px solid #fff;
714 }
715
716 input.cbi-button-up {
717         background-image: url('../resources/cbi/up.gif');
718         padding: 0 1px 0 11px;
719 }
720
721 input.cbi-button-down {
722         background-image: url('../resources/cbi/down.gif');
723         padding: 0 1px 0 11px;
724 }
725
726 input.cbi-button-edit {
727         background: url('../resources/cbi/edit.gif') no-repeat scroll 1px center;
728         color: #000000;
729         padding: 0 1px 0 17px;
730 }
731
732 input.cbi-button-reload {
733         background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
734         color: #000000;
735         padding: 0 1px 0 17px;
736 }
737
738 input.cbi-button-remove {
739         background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
740         color: #000000;
741         padding: 0 1px 0 17px;
742 }
743
744 .cbi-input-invalid {
745         background-image: url('../resources/cbi/reset.gif');
746         background-repeat: no-repeat;
747         background-position: right;
748         color: #FF0000 !important;
749         border-color: #FF0000;
750 }
751
752 div.cbi-section-remove input {
753         border-bottom: none;
754 }
755
756 textarea {
757         margin-left: -1px;
758         margin-bottom: 0.5em;
759 }
760
761 form > div > input[type=submit],
762 form > div > input[type=reset] {
763         float: right;
764         margin-left: 0.5em;
765 }
766
767 table td,
768 table th {
769         color: #000;
770 }
771
772 table.smalltext {
773         background: #f5f5f5;
774         color: #000;
775         border: 1px solid #666;
776         font-size: 90%;
777         width: 80%;
778         margin-left: auto;
779         margin-right: auto;
780         border-collapse: collapse;
781 }
782
783 table.smalltext tr:hover td {
784         background-color: #bbddee;
785         color: #000;
786 }
787
788 table.smalltext tr th {
789         padding: 0 0.25em;
790         border-left: 1px dotted #666;
791         text-align: left;
792 }
793
794 table.smalltext tr td {
795         padding: 0.2em;
796         border-top: 1px dotted #666;
797         border-left: 1px dotted #666;
798 }
799
800 table.cbi-section-table .cbi-rowstyle-1 {
801         background-color: #f1f6fa;
802         color: #000;
803 }
804
805 table.cbi-section-table .cbi-rowstyle-1:hover,
806 table.cbi-section-table .cbi-rowstyle-2:hover {
807         background-color: #b2c8d4;
808         color: #000000;
809 }
810
811 table.cbi-section-table .cbi-section-table-cell {
812         padding: 3px;
813         white-space: nowrap;
814 }
815
816 .cbi-section .cbi-rowstyle-1 h3 {
817         background-color: #f1f6fa;
818         color: #555;
819 }
820
821 .cbi-rowstyle-2 {
822         color: #000;
823 }
824
825 div.cbi-value {
826         clear: left;
827         vertical-align: middle;
828         padding-left: 0.25em;
829         border-bottom: 1px dotted #bbb;
830 }
831
832 div.cbi-value:hover {
833         background: #f8f8f8;
834         color: #000;
835 }
836
837 .cbi-value-title {
838         float: left;
839         width: 40%;
840         line-height: 1.8em;
841 }
842
843 div.cbi-value-field {
844         width: 58%;
845         margin-left: 40%;
846         padding: 0.25em 0;
847 }
848
849 div.cbi-value-description {
850         font-size: 90%;
851         display: inline;
852 }
853
854 div.cbi-section-create {
855         clear: left;
856         white-space: nowrap;
857         vertical-align: top;
858 }
859
860 div.cbi-tblsection-create {
861         border-bottom: 1px dotted #bbb;
862 }
863
864 div.cbi-section-create .cbi-button {
865         margin: 0.25em;
866 }
867
868 input.cbi-section-create-name {
869         margin-right: -0.25em;
870         border: 1px solid #999;
871 }
872
873 div.cbi-map-descr {
874         margin-bottom: 1em;
875 }
876
877 div.cbi-optionals {
878         padding: 0.25em;
879         border-bottom: 1px dotted #bbb;
880 }
881
882 div.cbi-section-remove {
883         float: right;
884 }
885
886 .cbi-section-node {
887         clear: both;
888         border: 1px dotted #bbb;
889         border-bottom: none;
890         padding-bottom: 0;
891 }
892
893 .cbi-section-node table div {
894         padding-bottom: 0;
895         border-bottom: none;
896 }
897
898 .cbi-section-node div.cbi-section-table-row {
899         margin: 0.25em;
900 }
901
902 table.cbi-section-table {
903         width: 100%;
904         font-size: 95%;
905 }
906
907 table.cbi-section-table th,
908 table.cbi-section-table td {
909         text-align: center;
910 }
911
912 tr.cbi-section-table-descr th {
913         font-weight: bold;
914         font-size: 90%;
915 }
916
917 td.cbi-section-table-optionals {
918         text-align: left !important;
919         padding-top: 1em;
920 }
921
922 .cbi-value-helpicon img {
923         vertical-align: bottom;
924 }
925
926 div.cbi-error {
927         font-size: 95%;
928         font-weight: bold;
929         color: #f00;
930         background-color: #fff;
931 }
932
933 td.cbi-value-error {
934         border-color: red;
935 }
936
937 .cbi-value-error input,
938 .cbi-value-error select {
939         color: red;
940         background-color: #fcc;
941 }
942
943 .cbi-section-error {
944         color: red;
945         background-color: white;
946         font-size: 95%;
947         border: 1px dotted red;
948         margin: 3px;
949         padding: 3px;
950 }
951
952 .left {
953         text-align: left !important;
954 }
955
956 .right {
957         text-align: right !important;
958 }
959
960 .footer, .push {
961         height: 2em;
962 }
963
964 .footer {
965         width: 99%;
966         padding: 0.3em;
967 }
968
969 .wrapper {
970         min-height: 100%;
971         height: auto !important;
972         height: 100%;
973         margin: 0 auto -2em;
974 }
975
976 .luci a:link,
977 .luci a:visited,
978 .exectime {
979         color: #666;
980         text-decoration: none;
981         font-size: 70%;
982 }
983
984 .inline {
985         display: inline;
986 }
987
988 .error500 {
989         white-space: normal;
990         border: 1px dotted #f00;
991         background-color: #fff;
992         color: #000;
993         padding: 0.5em;
994 }
995
996 .uci-change-list {                 
997         font-family: monospace;    
998 }                                  
999                                    
1000 .uci-change-list ins,              
1001 .uci-change-legend-label ins {     
1002         text-decoration: none;     
1003         border: 1px solid #00FF00; 
1004         background-color: #CCFFCC; 
1005         display: block;            
1006         padding: 2px;              
1007 }                                 
1008                                            
1009 .uci-change-list del,               
1010 .uci-change-legend-label del {                  
1011         text-decoration: none;    
1012         border: 1px solid #FF0000;
1013         background-color: #FFCCCC;
1014         display: block;           
1015         font-style: normal;       
1016         padding: 2px;             
1017 }                                 
1018                                   
1019 .uci-change-list var,             
1020 .uci-change-legend-label var {    
1021         text-decoration: none;    
1022         border: 1px solid #CCCCCC;
1023         background-color: #EEEEEE;
1024         display: block;           
1025         font-style: normal;       
1026         padding: 2px;             
1027 }                                 
1028                                   
1029 .uci-change-list var ins,         
1030 .uci-change-list var del {        
1031         /*display: inline;*/      
1032         border: none;             
1033         white-space: pre;         
1034         font-style: normal;       
1035         padding: 0px;             
1036 }                                 
1037                                   
1038 .uci-change-legend {              
1039         padding: 5px;             
1040 }                                 
1041                                          
1042 .uci-change-legend-label {          
1043         width: 150px;             
1044         float: left;              
1045         font-size: 80%;           
1046 }                                 
1047
1048 .uci-change-legend-label>ins,     
1049 .uci-change-legend-label>del,     
1050 .uci-change-legend-label>var {    
1051         float: left;              
1052         margin-right: 4px;        
1053         width: 10px;              
1054         height: 10px;             
1055         display: block;           
1056 }                                        
1057                                     
1058 .uci-change-legend-label var ins, 
1059 .uci-change-legend-label var del {
1060         line-height: 6px;         
1061         border: none;             
1062 }
1063
1064