1 body {
2 font-family: sans-serif;
3 font-size: 12px;
4 border: solid #d9d8d1;
5 border-width: 1px;
6 margin: 10px;
7 background-color: #ffffff;
8 color: #000000;
9 }
11 a {
12 color: #0000cc;
13 }
15 a:hover, a:visited, a:active {
16 color: #880000;
17 }
19 div.page_header {
20 height: 25px;
21 padding: 8px;
22 font-size: 18px;
23 font-weight: bold;
24 background-color: #d9d8d1;
25 }
27 div.page_header a:visited, a.header {
28 color: #0000cc;
29 }
31 div.page_header a:hover {
32 color: #880000;
33 }
35 div.page_nav {
36 padding: 8px;
37 }
39 div.page_nav a:visited {
40 color: #0000cc;
41 }
43 div.page_path {
44 padding: 8px;
45 font-weight: bold;
46 border: solid #d9d8d1;
47 border-width: 0px 0px 1px;
48 }
50 div.page_footer {
51 height: 17px;
52 padding: 4px 8px;
53 background-color: #d9d8d1;
54 }
56 div.page_footer_text {
57 float: left;
58 color: #555555;
59 font-style: italic;
60 }
62 div.page_body {
63 padding: 8px;
64 font-family: monospace;
65 }
67 div.title, a.title {
68 display: block;
69 padding: 6px 8px;
70 font-weight: bold;
71 background-color: #edece6;
72 text-decoration: none;
73 color: #000000;
74 }
76 a.title:hover {
77 background-color: #d9d8d1;
78 }
80 div.title_text {
81 padding: 6px 0px;
82 border: solid #d9d8d1;
83 border-width: 0px 0px 1px;
84 font-family: monospace;
85 }
87 div.log_body {
88 padding: 8px 8px 8px 150px;
89 }
91 span.age {
92 position: relative;
93 float: left;
94 width: 142px;
95 font-style: italic;
96 }
98 div.page_body span.signoff {
99 color: #888888;
100 }
102 div.log_link {
103 padding: 0px 8px;
104 font-size: 10px;
105 font-family: sans-serif;
106 font-style: normal;
107 position: relative;
108 float: left;
109 width: 136px;
110 }
112 div.list_head {
113 padding: 6px 8px 4px;
114 border: solid #d9d8d1;
115 border-width: 1px 0px 0px;
116 font-style: italic;
117 }
119 div.author_date {
120 padding: 8px;
121 border: solid #d9d8d1;
122 border-width: 0px 0px 1px 0px;
123 font-style: italic;
124 }
126 a.list {
127 text-decoration: none;
128 color: #000000;
129 }
131 a.subject, a.name {
132 font-weight: bold;
133 }
135 table.tags a.subject {
136 font-weight: normal;
137 }
139 a.list:hover {
140 text-decoration: underline;
141 color: #880000;
142 }
144 a.text {
145 text-decoration: none;
146 color: #0000cc;
147 }
149 a.text:visited {
150 text-decoration: none;
151 color: #880000;
152 }
154 a.text:hover {
155 text-decoration: underline;
156 color: #880000;
157 }
159 table {
160 padding: 8px 4px;
161 }
163 table.project_list {
164 border-spacing: 0;
165 }
167 table.diff_tree {
168 border-spacing: 0;
169 font-family: monospace;
170 }
172 table.blame {
173 border-collapse: collapse;
174 }
176 th {
177 padding: 2px 5px;
178 font-size: 12px;
179 text-align: left;
180 }
182 tr.light:hover {
183 background-color: #edece6;
184 }
186 tr.dark {
187 background-color: #f6f6f0;
188 }
190 tr.dark2 {
191 background-color: #f6f6f0;
192 }
194 tr.dark:hover {
195 background-color: #edece6;
196 }
198 td {
199 padding: 2px 5px;
200 font-size: 12px;
201 vertical-align: top;
202 }
204 td.link, td.selflink {
205 padding: 2px 5px;
206 font-family: sans-serif;
207 font-size: 10px;
208 }
210 td.selflink {
211 padding-right: 0px;
212 }
214 td.sha1 {
215 font-family: monospace;
216 }
218 td.error {
219 color: red;
220 background-color: yellow;
221 }
223 td.current_head {
224 text-decoration: underline;
225 }
227 table.diff_tree span.file_status.new {
228 color: #008000;
229 }
231 table.diff_tree span.file_status.deleted {
232 color: #c00000;
233 }
235 table.diff_tree span.file_status.moved,
236 table.diff_tree span.file_status.mode_chnge {
237 color: #777777;
238 }
240 table.diff_tree span.file_status.copied {
241 color: #70a070;
242 }
244 /* age2: 60*60*24*2 <= age */
245 table.project_list td.age2, table.blame td.age2 {
246 font-style: italic;
247 }
249 /* age1: 60*60*2 <= age < 60*60*24*2 */
250 table.project_list td.age1 {
251 color: #009900;
252 font-style: italic;
253 }
255 table.blame td.age1 {
256 color: #009900;
257 background: transparent;
258 }
260 /* age0: age < 60*60*2 */
261 table.project_list td.age0 {
262 color: #009900;
263 font-style: italic;
264 font-weight: bold;
265 }
267 table.blame td.age0 {
268 color: #009900;
269 background: transparent;
270 font-weight: bold;
271 }
273 td.pre, div.pre, div.diff {
274 font-family: monospace;
275 font-size: 12px;
276 white-space: pre;
277 }
279 td.mode {
280 font-family: monospace;
281 }
283 div.diff a.list {
284 text-decoration: none;
285 }
287 div.diff a.list:hover {
288 text-decoration: underline;
289 }
291 div.diff.to_file a.list,
292 div.diff.to_file,
293 div.diff.add {
294 color: #008800;
295 }
297 div.diff.from_file a.list,
298 div.diff.from_file,
299 div.diff.rem {
300 color: #cc0000;
301 }
303 div.diff.chunk_header {
304 color: #990099;
305 }
307 div.diff.incomplete {
308 color: #cccccc;
309 }
311 div.diff_info {
312 font-family: monospace;
313 color: #000099;
314 background-color: #edece6;
315 font-style: italic;
316 }
318 div.index_include {
319 border: solid #d9d8d1;
320 border-width: 0px 0px 1px;
321 padding: 12px 8px;
322 }
324 div.search {
325 margin: 4px 8px;
326 position: absolute;
327 top: 56px;
328 right: 12px
329 }
331 td.linenr {
332 text-align: right;
333 }
335 a.linenr {
336 color: #999999;
337 text-decoration: none
338 }
340 a.rss_logo {
341 float: right;
342 padding: 3px 0px;
343 width: 35px;
344 line-height: 10px;
345 border: 1px solid;
346 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
347 color: #ffffff;
348 background-color: #ff6600;
349 font-weight: bold;
350 font-family: sans-serif;
351 font-size: 10px;
352 text-align: center;
353 text-decoration: none;
354 }
356 a.rss_logo:hover {
357 background-color: #ee5500;
358 }
360 span.refs span {
361 padding: 0px 4px;
362 font-size: 10px;
363 font-weight: normal;
364 border: 1px solid;
365 background-color: #ffaaff;
366 border-color: #ffccff #ff00ee #ff00ee #ffccff;
367 }
369 span.refs span.ref {
370 background-color: #aaaaff;
371 border-color: #ccccff #0033cc #0033cc #ccccff;
372 }
374 span.refs span.tag {
375 background-color: #ffffaa;
376 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
377 }
379 span.refs span.head {
380 background-color: #aaffaa;
381 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
382 }
384 span.atnight {
385 color: #cc0000;
386 }
388 span.match {
389 color: #e00000;
390 }