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 img.logo {
20 float: right;
21 border-width: 0px;
22 }
24 div.page_header {
25 height: 25px;
26 padding: 8px;
27 font-size: 18px;
28 font-weight: bold;
29 background-color: #d9d8d1;
30 }
32 div.page_header a:visited, a.header {
33 color: #0000cc;
34 }
36 div.page_header a:hover {
37 color: #880000;
38 }
40 div.page_nav {
41 padding: 8px;
42 }
44 div.page_nav a:visited {
45 color: #0000cc;
46 }
48 div.page_path {
49 padding: 8px;
50 font-weight: bold;
51 border: solid #d9d8d1;
52 border-width: 0px 0px 1px;
53 }
55 div.page_footer {
56 height: 17px;
57 padding: 4px 8px;
58 background-color: #d9d8d1;
59 }
61 div.page_footer_text {
62 float: left;
63 color: #555555;
64 font-style: italic;
65 }
67 div.page_body {
68 padding: 8px;
69 font-family: monospace;
70 }
72 div.title, a.title {
73 display: block;
74 padding: 6px 8px;
75 font-weight: bold;
76 background-color: #edece6;
77 text-decoration: none;
78 color: #000000;
79 }
81 a.title:hover {
82 background-color: #d9d8d1;
83 }
85 div.title_text {
86 padding: 6px 0px;
87 border: solid #d9d8d1;
88 border-width: 0px 0px 1px;
89 font-family: monospace;
90 }
92 div.log_body {
93 padding: 8px 8px 8px 150px;
94 }
96 span.age {
97 position: relative;
98 float: left;
99 width: 142px;
100 font-style: italic;
101 }
103 div.page_body span.signoff {
104 color: #888888;
105 }
107 div.log_link {
108 padding: 0px 8px;
109 font-size: 10px;
110 font-family: sans-serif;
111 font-style: normal;
112 position: relative;
113 float: left;
114 width: 136px;
115 }
117 div.list_head {
118 padding: 6px 8px 4px;
119 border: solid #d9d8d1;
120 border-width: 1px 0px 0px;
121 font-style: italic;
122 }
124 div.author_date {
125 padding: 8px;
126 border: solid #d9d8d1;
127 border-width: 0px 0px 1px 0px;
128 font-style: italic;
129 }
131 a.list {
132 text-decoration: none;
133 color: #000000;
134 }
136 a.subject, a.name {
137 font-weight: bold;
138 }
140 table.tags a.subject {
141 font-weight: normal;
142 }
144 a.list:hover {
145 text-decoration: underline;
146 color: #880000;
147 }
149 a.text {
150 text-decoration: none;
151 color: #0000cc;
152 }
154 a.text:visited {
155 text-decoration: none;
156 color: #880000;
157 }
159 a.text:hover {
160 text-decoration: underline;
161 color: #880000;
162 }
164 table {
165 padding: 8px 4px;
166 }
168 table.project_list {
169 border-spacing: 0;
170 }
172 table.diff_tree {
173 border-spacing: 0;
174 font-family: monospace;
175 }
177 table.blame {
178 border-collapse: collapse;
179 }
181 table.blame td {
182 padding: 0px 5px;
183 font-size: 12px;
184 vertical-align: top;
185 }
187 th {
188 padding: 2px 5px;
189 font-size: 12px;
190 text-align: left;
191 }
193 tr.light:hover {
194 background-color: #edece6;
195 }
197 tr.dark {
198 background-color: #f6f6f0;
199 }
201 tr.dark2 {
202 background-color: #f6f6f0;
203 }
205 tr.dark:hover {
206 background-color: #edece6;
207 }
209 td {
210 padding: 2px 5px;
211 font-size: 12px;
212 vertical-align: top;
213 }
215 td.link, td.selflink {
216 padding: 2px 5px;
217 font-family: sans-serif;
218 font-size: 10px;
219 }
221 td.selflink {
222 padding-right: 0px;
223 }
225 td.sha1 {
226 font-family: monospace;
227 }
229 td.error {
230 color: red;
231 background-color: yellow;
232 }
234 td.current_head {
235 text-decoration: underline;
236 }
238 table.diff_tree span.file_status.new {
239 color: #008000;
240 }
242 table.diff_tree span.file_status.deleted {
243 color: #c00000;
244 }
246 table.diff_tree span.file_status.moved,
247 table.diff_tree span.file_status.mode_chnge {
248 color: #777777;
249 }
251 table.diff_tree span.file_status.copied {
252 color: #70a070;
253 }
255 /* age2: 60*60*24*2 <= age */
256 table.project_list td.age2, table.blame td.age2 {
257 font-style: italic;
258 }
260 /* age1: 60*60*2 <= age < 60*60*24*2 */
261 table.project_list td.age1 {
262 color: #009900;
263 font-style: italic;
264 }
266 table.blame td.age1 {
267 color: #009900;
268 background: transparent;
269 }
271 /* age0: age < 60*60*2 */
272 table.project_list td.age0 {
273 color: #009900;
274 font-style: italic;
275 font-weight: bold;
276 }
278 table.blame td.age0 {
279 color: #009900;
280 background: transparent;
281 font-weight: bold;
282 }
284 td.pre, div.pre, div.diff {
285 font-family: monospace;
286 font-size: 12px;
287 white-space: pre;
288 }
290 td.mode {
291 font-family: monospace;
292 }
294 div.diff a.list {
295 text-decoration: none;
296 }
298 div.diff a.list:hover {
299 text-decoration: underline;
300 }
302 div.diff.to_file a.list,
303 div.diff.to_file,
304 div.diff.add {
305 color: #008800;
306 }
308 div.diff.from_file a.list,
309 div.diff.from_file,
310 div.diff.rem {
311 color: #cc0000;
312 }
314 div.diff.chunk_header {
315 color: #990099;
316 }
318 div.diff.incomplete {
319 color: #cccccc;
320 }
322 div.diff_info {
323 font-family: monospace;
324 color: #000099;
325 background-color: #edece6;
326 font-style: italic;
327 }
329 div.index_include {
330 border: solid #d9d8d1;
331 border-width: 0px 0px 1px;
332 padding: 12px 8px;
333 }
335 div.search {
336 margin: 4px 8px;
337 position: absolute;
338 top: 56px;
339 right: 12px
340 }
342 td.linenr {
343 text-align: right;
344 }
346 a.linenr {
347 color: #999999;
348 text-decoration: none
349 }
351 a.rss_logo {
352 float: right;
353 padding: 3px 0px;
354 width: 35px;
355 line-height: 10px;
356 border: 1px solid;
357 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
358 color: #ffffff;
359 background-color: #ff6600;
360 font-weight: bold;
361 font-family: sans-serif;
362 font-size: 10px;
363 text-align: center;
364 text-decoration: none;
365 }
367 a.rss_logo:hover {
368 background-color: #ee5500;
369 }
371 span.refs span {
372 padding: 0px 4px;
373 font-size: 10px;
374 font-weight: normal;
375 border: 1px solid;
376 background-color: #ffaaff;
377 border-color: #ffccff #ff00ee #ff00ee #ffccff;
378 }
380 span.refs span.ref {
381 background-color: #aaaaff;
382 border-color: #ccccff #0033cc #0033cc #ccccff;
383 }
385 span.refs span.tag {
386 background-color: #ffffaa;
387 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
388 }
390 span.refs span.head {
391 background-color: #aaffaa;
392 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
393 }
395 span.atnight {
396 color: #cc0000;
397 }
399 span.match {
400 color: #e00000;
401 }