Rev 130 Rev 139
Line 1... Line 1...
1 BODY 1 body
2 { 2 {
-   3 font-family: verdana, sans-serif;
3 COLOR: black; 4 color: black;
-   5 background-color: white
-   6 }
-   7 body *
-   8 {
-   9 font-size: 10pt;
-   10 }
-   11 h1
-   12 {
-   13 font-size: 150%;
-   14 }
-   15 h2
-   16 {
-   17 font-size: 125%;
-   18 }
-   19 hr
-   20 {
-   21 border: 0px;
-   22 padding: 0px;
-   23 height: 1px;
-   24 background-color: #808080
-   25 }
-   26 a:link, a:visited
-   27 {
-   28 color: #004080;
-   29 text-decoration: none;
-   30 }
-   31 a:hover, a:active
-   32 {
4 FONT-FAMILY: verdana, sans-serif; 33 text-decoration: underline;
-   34 }
-   35 .HdrClmn,
-   36 .HdrClmnEnd
-   37 {
-   38 border: black 1px solid;
-   39 font-weight: bold;
5 BACKGROUND-COLOR: white 40 color: white;
-   41 background-color: #809cc8
-   42 }
-   43 table
-   44 {
-   45 border-width:0px;
-   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;
-   58 vertical-align:middle;
6 } 59 }
7 HR -  
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; -  
18 BACKGROUND-COLOR: #808080 -  
19 } -  
20 A -  
21 { -  
22 TEXT-DECORATION: none -  
23 } -  
24 A:hover -  
25 { -  
26 TEXT-DECORATION: underline -  
27 } -  
28 .HdrClmn -  
29 { -  
30 BORDER-RIGHT: black 1px solid; -  
31 FONT-WEIGHT: bold; -  
32 COLOR: white; -  
33 BORDER-BOTTOM: black 1px solid; -  
34 BACKGROUND-COLOR: #809cc8 -  
35 } -  
36 .HdrClmnEnd -  
37 { -  
38 FONT-WEIGHT: bold; -  
39 COLOR: white; -  
40 BORDER-BOTTOM: black 1px solid; -  
41 BACKGROUND-COLOR: #809cc8 -  
42 } -  
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;
52 } 67 }
53   68  
54 .CatClmn1 69 .CatClmn0
55 { 70 {
56 BORDER-RIGHT: black 1px solid; 71 border-right: black 1px solid;
57 BACKGROUND-COLOR: #d0d0ee 72 background-color: #e0e0ff
58 } 73 }
59   74  
60 .CatClmn0 75 .CatClmn1
61 { 76 {
62 BORDER-RIGHT: black 1px solid; 77 border-right: black 1px solid;
63 BACKGROUND-COLOR: #e0e0ff 78 background-color: #d0d0ee
64 } 79 }
65   80  
-   81 table.outline
-   82 {
-   83 border-collapse:collapse;
-   84 border: 1px black solid;
-   85 }
-   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