1 | 1 | simandl | body |
2 | | | { |
3 | | | font-family: verdana, sans-serif; |
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 | | | { |
33 | | | text-decoration: underline; |
34 | | | } |
35 | | | .HdrClmn, |
36 | | | .HdrClmnEnd |
37 | | | { |
38 | | | border: black 1px solid; |
39 | | | font-weight: bold; |
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; |
59 | | | } |
60 | | | .row0, .light |
61 | | | { |
62 | | | background-color: #f0f0f0; |
63 | | | } |
64 | | | .row1, .dark |
65 | | | { |
66 | | | background-color: #e0e0e0; |
67 | | | } |
68 | | | |
69 | | | .blameTbl tbody th { |
70 | | | font-weight: normal; |
71 | | | text-align: right; |
72 | | | } |
73 | | | |
74 | | | .CatClmn0, .blameTbl tbody .light th |
75 | | | { |
76 | | | border-right: black 1px solid; |
77 | | | background-color: #e0e0ff |
78 | | | } |
79 | | | |
80 | | | .CatClmn1, .blameTbl tbody .dark th |
81 | | | { |
82 | | | border-right: black 1px solid; |
83 | | | background-color: #d0d0ee |
84 | | | } |
85 | | | |
86 | | | table.outline |
87 | | | { |
88 | | | border-collapse:collapse; |
89 | | | border: 1px black solid; |
90 | | | } |
91 | | | |
92 | | | td.diffdeleted |
93 | | | { |
94 | | | font-size: 11px; |
95 | | | background-color: #ff8888; |
96 | | | } |
97 | | | |
98 | | | td.diffchanged |
99 | | | { |
100 | | | font-size: 11px; |
101 | | | background-color: #ffff88; |
102 | | | } |
103 | | | |
104 | | | td.diffadded |
105 | | | { |
106 | | | font-size: 11px; |
107 | | | background-color: #88ff88; |
108 | | | } |
109 | | | |
110 | | | td.diff |
111 | | | { |
112 | | | font-size: 11px; |
113 | | | background-color: #F0F0F0; |
114 | | | } |
115 | | | |
116 | | | div.newpath |
117 | | | { |
118 | | | padding: 10px; |
119 | | | background-color: #d0d0ee |
120 | | | } |
121 | | | |
122 | | | div.difflines |
123 | | | { |
124 | | | } |
125 | | | |
126 | | | .icon { |
127 | | | vertical-align: middle; |
128 | | | } |
129 | | | |
130 | | | .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; } |
131 | | | .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; } |
132 | | | |
133 | | | .groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;} |
134 | | | .switchcontent { margin: 3px 0 0 20px; } |
135 | | | .project { padding: 2px; } |
136 | | | |
137 | | | code { white-space: pre; white-space: pre-wrap; } |
138 | | | |
139 | | | div.blame-popup |
140 | | | { |
141 | | | position: absolute; |
142 | | | text-align: left; |
143 | | | background-color: white; |
144 | | | border: solid 2px #809cc8; |
145 | | | padding: 5px; |
146 | | | } |
147 | | | |
148 | | | div.blame-popup .date |
149 | | | { |
150 | | | font-weight: bold; |
151 | | | } |