Rev 130 Rev 139
Line 1... Line 1...
1 BODY 1 body
2 { 2 {
3 COLOR: black; -  
4 FONT-FAMILY: verdana, sans-serif; 3 font-family: verdana, sans-serif;
-   4 color: black;
5 BACKGROUND-COLOR: white 5 background-color: white
6 } 6 }
7 HR 7 body *
8 { 8 {
9 BORDER-RIGHT: 0px; -  
10 PADDING-RIGHT: 0px; -  
11 BORDER-TOP: 0px; -  
12 PADDING-LEFT: 0px; -  
13 PADDING-BOTTOM: 0px; -  
14 BORDER-LEFT: 0px; -  
15 PADDING-TOP: 0px; -  
16 BORDER-BOTTOM: 0px; -  
17 HEIGHT: 1px; 9 font-size: 10pt;
18 BACKGROUND-COLOR: #808080 -  
19 } 10 }
20 A 11 h1
21 { 12 {
22 TEXT-DECORATION: none 13 font-size: 150%;
23 } 14 }
24 A:hover 15 h2
25 { 16 {
26 TEXT-DECORATION: underline 17 font-size: 125%;
27 } 18 }
28 .HdrClmn 19 hr
29 { 20 {
30 BORDER-RIGHT: black 1px solid; 21 border: 0px;
31 FONT-WEIGHT: bold; 22 padding: 0px;
32 COLOR: white; 23 height: 1px;
33 BORDER-BOTTOM: black 1px solid; -  
34 BACKGROUND-COLOR: #809cc8 24 background-color: #808080
35 } 25 }
-   26 a:link, a:visited
-   27 {
-   28 color: #004080;
-   29 text-decoration: none;
-   30 }
-   31 a:hover, a:active
-   32 {
-   33 text-decoration: underline;
-   34 }
-   35 .HdrClmn,
36 .HdrClmnEnd 36 .HdrClmnEnd
37 { 37 {
-   38 border: black 1px solid;
38 FONT-WEIGHT: bold; 39 font-weight: bold;
39 COLOR: white; 40 color: white;
-   41 background-color: #809cc8
-   42 }
-   43 table
-   44 {
-   45 border-width:0px;
40 BORDER-BOTTOM: black 1px solid; 46 border-collapse:collapse;
-   47 }
-   48 .row0,
-   49 .row1
-   50 {
-   51 height:22px;
-   52 border-width:0px;
-   53 }
-   54 .row0 img,
-   55 .row1 img {
-   56 padding: 0px;
-   57 margin: 0px;
41 BACKGROUND-COLOR: #809cc8 58 vertical-align:middle;
42 } 59 }
43   -  
44 .row0 60 .row0
45 { 61 {
46 background-color: #F0F0F0; 62 background-color: #f0f0f0;
47 } 63 }
48   -  
49 .row1 64 .row1
50 { 65 {
51 background-color: #E0E0E0; 66 background-color: #e0e0e0;
-   67 }
-   68  
-   69 .CatClmn0
-   70 {
-   71 border-right: black 1px solid;
-   72 background-color: #e0e0ff
52 } 73 }
53   74  
54 .CatClmn1 75 .CatClmn1
55 { 76 {
56 BORDER-RIGHT: black 1px solid; 77 border-right: black 1px solid;
57 BACKGROUND-COLOR: #d0d0ee 78 background-color: #d0d0ee
58 } 79 }
59   80  
60 .CatClmn0 81 table.outline
61 { 82 {
62 BORDER-RIGHT: black 1px solid; 83 border-collapse:collapse;
63 BACKGROUND-COLOR: #e0e0ff 84 border: 1px black solid;
64 } 85 }
65   86  
66 TD.diffdeleted 87 td.diffdeleted
67 { 88 {
68 font-size: 11px; 89 font-size: 11px;
69 background-color: #ff8888; 90 background-color: #ff8888;
70 } 91 }
71   92  
72 TD.diffchanged 93 td.diffchanged
73 { 94 {
74 font-size: 11px; 95 font-size: 11px;
75 background-color: #ffff88; 96 background-color: #ffff88;
76 } 97 }
77   98  
78 TD.diffadded 99 td.diffadded
79 { 100 {
80 font-size: 11px; 101 font-size: 11px;
81 background-color: #88ff88; 102 background-color: #88ff88;
82 } 103 }
83   104  
84 TD.diff 105 td.diff
85 { 106 {
86 font-size: 11px; 107 font-size: 11px;
87 background-color: #F0F0F0; 108 background-color: #F0F0F0;
88 } 109 }
89   110  
90 DIV.newpath 111 div.newpath
91 { 112 {
92 PADDING: 10px 10px 10px 10px; 113 padding: 10px;
93 BACKGROUND-COLOR: #d0d0ee 114 background-color: #d0d0ee
94 } 115 }
95   116  
96 DIV.difflines 117 div.difflines
97 { 118 {
98 } 119 }
99   120  
100 .plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } 121 .plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; }
101 .minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } 122 .minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; }
102   123  
103 .groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;} 124 .groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;}
104 .switchcontent { margin: 3px 0 0 20px; } 125 .switchcontent { margin: 3px 0 0 20px; }
105 .project { padding: 2px; } 126 .project { padding: 2px; }
106   127  
-   128 code
-   129 {
107 code { white-space: pre-wrap; } 130 white-space: pre-wrap;
-   131 }
108 132