1body {
2 font-family: sans-serif;
3 font-size: small;
4 border: solid #d9d8d1;
5 border-width: 1px;
6 margin: 10px;
7 background-color: #ffffff;
8 color: #000000;
9}
10
11a {
12 color: #0000cc;
13}
14
15a:hover, a:visited, a:active {
16 color: #880000;
17}
18
19span.cntrl {
20 border: dashed #aaaaaa;
21 border-width: 1px;
22 padding: 0px 2px 0px 2px;
23 margin: 0px 2px 0px 2px;
24}
25
26img.logo {
27 float: right;
28 border-width: 0px;
29}
30
31div.page_header {
32 height: 25px;
33 padding: 8px;
34 font-size: 150%;
35 font-weight: bold;
36 background-color: #d9d8d1;
37}
38
39div.page_header a:visited, a.header {
40 color: #0000cc;
41}
42
43div.page_header a:hover {
44 color: #880000;
45}
46
47div.page_nav {
48 padding: 8px;
49}
50
51div.page_nav a:visited {
52 color: #0000cc;
53}
54
55div.page_path {
56 padding: 8px;
57 font-weight: bold;
58 border: solid #d9d8d1;
59 border-width: 0px 0px 1px;
60}
61
62div.page_footer {
63 height: 17px;
64 padding: 4px 8px;
65 background-color: #d9d8d1;
66}
67
68div.page_footer_text {
69 float: left;
70 color: #555555;
71 font-style: italic;
72}
73
74div.page_body {
75 padding: 8px;
76 font-family: monospace;
77}
78
79div.title, a.title {
80 display: block;
81 padding: 6px 8px;
82 font-weight: bold;
83 background-color: #edece6;
84 text-decoration: none;
85 color: #000000;
86}
87
88a.title:hover {
89 background-color: #d9d8d1;
90}
91
92div.title_text {
93 padding: 6px 0px;
94 border: solid #d9d8d1;
95 border-width: 0px 0px 1px;
96 font-family: monospace;
97}
98
99div.log_body {
100 padding: 8px 8px 8px 150px;
101}
102
103span.age {
104 position: relative;
105 float: left;
106 width: 142px;
107 font-style: italic;
108}
109
110span.signoff {
111 color: #888888;
112}
113
114div.log_link {
115 padding: 0px 8px;
116 font-size: 70%;
117 font-family: sans-serif;
118 font-style: normal;
119 position: relative;
120 float: left;
121 width: 136px;
122}
123
124div.list_head {
125 padding: 6px 8px 4px;
126 border: solid #d9d8d1;
127 border-width: 1px 0px 0px;
128 font-style: italic;
129}
130
131div.author_date {
132 padding: 8px;
133 border: solid #d9d8d1;
134 border-width: 0px 0px 1px 0px;
135 font-style: italic;
136}
137
138a.list {
139 text-decoration: none;
140 color: #000000;
141}
142
143a.subject, a.name {
144 font-weight: bold;
145}
146
147table.tags a.subject {
148 font-weight: normal;
149}
150
151a.list:hover {
152 text-decoration: underline;
153 color: #880000;
154}
155
156a.text {
157 text-decoration: none;
158 color: #0000cc;
159}
160
161a.text:visited {
162 text-decoration: none;
163 color: #880000;
164}
165
166a.text:hover {
167 text-decoration: underline;
168 color: #880000;
169}
170
171table {
172 padding: 8px 4px;
173}
174
175table.project_list {
176 border-spacing: 0;
177}
178
179table.diff_tree {
180 border-spacing: 0;
181 font-family: monospace;
182}
183
184table.combined.diff_tree td {
185 padding-right: 24px;
186}
187
188table.combined.diff_tree td.link {
189 padding: 0px 2px;
190}
191
192table.combined.diff_tree td.nochange a {
193 color: #6666ff;
194}
195
196table.combined.diff_tree td.nochange a:hover,
197table.combined.diff_tree td.nochange a:visited {
198 color: #d06666;
199}
200
201table.blame {
202 border-collapse: collapse;
203}
204
205table.blame td {
206 padding: 0px 5px;
207 font-size: 100%;
208 vertical-align: top;
209}
210
211th {
212 padding: 2px 5px;
213 font-size: 100%;
214 text-align: left;
215}
216
217tr.light:hover {
218 background-color: #edece6;
219}
220
221tr.dark {
222 background-color: #f6f6f0;
223}
224
225tr.dark2 {
226 background-color: #f6f6f0;
227}
228
229tr.dark:hover {
230 background-color: #edece6;
231}
232
233td {
234 padding: 2px 5px;
235 font-size: 100%;
236 vertical-align: top;
237}
238
239td.link, td.selflink {
240 padding: 2px 5px;
241 font-family: sans-serif;
242 font-size: 70%;
243}
244
245td.selflink {
246 padding-right: 0px;
247}
248
249td.sha1 {
250 font-family: monospace;
251}
252
253td.error {
254 color: red;
255 background-color: yellow;
256}
257
258td.current_head {
259 text-decoration: underline;
260}
261
262table.diff_tree span.file_status.new {
263 color: #008000;
264}
265
266table.diff_tree span.file_status.deleted {
267 color: #c00000;
268}
269
270table.diff_tree span.file_status.moved,
271table.diff_tree span.file_status.mode_chnge {
272 color: #777777;
273}
274
275table.diff_tree span.file_status.copied {
276 color: #70a070;
277}
278
279/* age2: 60*60*24*2 <= age */
280table.project_list td.age2, table.blame td.age2 {
281 font-style: italic;
282}
283
284/* age1: 60*60*2 <= age < 60*60*24*2 */
285table.project_list td.age1 {
286 color: #009900;
287 font-style: italic;
288}
289
290table.blame td.age1 {
291 color: #009900;
292 background: transparent;
293}
294
295/* age0: age < 60*60*2 */
296table.project_list td.age0 {
297 color: #009900;
298 font-style: italic;
299 font-weight: bold;
300}
301
302table.blame td.age0 {
303 color: #009900;
304 background: transparent;
305 font-weight: bold;
306}
307
308td.pre, div.pre, div.diff {
309 font-family: monospace;
310 font-size: 12px;
311 white-space: pre;
312}
313
314td.mode {
315 font-family: monospace;
316}
317
318/* styling of diffs (patchsets): commitdiff and blobdiff views */
319div.diff.header,
320div.diff.extended_header {
321 white-space: normal;
322}
323
324div.diff.header {
325 font-weight: bold;
326
327 background-color: #edece6;
328
329 margin-top: 4px;
330 padding: 4px 0px 2px 0px;
331 border: solid #d9d8d1;
332 border-width: 1px 0px 1px 0px;
333}
334
335div.diff.header a.path {
336 text-decoration: underline;
337}
338
339div.diff.extended_header,
340div.diff.extended_header a.path,
341div.diff.extended_header a.hash {
342 color: #777777;
343}
344
345div.diff.extended_header .info {
346 color: #b0b0b0;
347}
348
349div.diff.extended_header {
350 background-color: #f6f5ee;
351 padding: 2px 0px 2px 0px;
352}
353
354div.diff a.list,
355div.diff a.path,
356div.diff a.hash {
357 text-decoration: none;
358}
359
360div.diff a.list:hover,
361div.diff a.path:hover,
362div.diff a.hash:hover {
363 text-decoration: underline;
364}
365
366div.diff.to_file a.path,
367div.diff.to_file {
368 color: #007000;
369}
370
371div.diff.add {
372 color: #008800;
373}
374
375div.diff.from_file a.path,
376div.diff.from_file {
377 color: #aa0000;
378}
379
380div.diff.rem {
381 color: #cc0000;
382}
383
384div.diff.chunk_header a,
385div.diff.chunk_header {
386 color: #990099;
387}
388
389div.diff.chunk_header {
390 border: dotted #ffe0ff;
391 border-width: 1px 0px 0px 0px;
392 margin-top: 2px;
393}
394
395div.diff.chunk_header span.chunk_info {
396 background-color: #ffeeff;
397}
398
399div.diff.chunk_header span.section {
400 color: #aa22aa;
401}
402
403div.diff.incomplete {
404 color: #cccccc;
405}
406
407div.diff.nodifferences {
408 font-weight: bold;
409 color: #600000;
410}
411
412div.index_include {
413 border: solid #d9d8d1;
414 border-width: 0px 0px 1px;
415 padding: 12px 8px;
416}
417
418div.search {
419 font-size: 100%;
420 font-weight: normal;
421 margin: 4px 8px;
422 position: absolute;
423 top: 56px;
424 right: 12px
425}
426
427td.linenr {
428 text-align: right;
429}
430
431a.linenr {
432 color: #999999;
433 text-decoration: none
434}
435
436a.rss_logo {
437 float: right;
438 padding: 3px 0px;
439 width: 35px;
440 line-height: 10px;
441 border: 1px solid;
442 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
443 color: #ffffff;
444 background-color: #ff6600;
445 font-weight: bold;
446 font-family: sans-serif;
447 font-size: 70%;
448 text-align: center;
449 text-decoration: none;
450}
451
452a.rss_logo:hover {
453 background-color: #ee5500;
454}
455
456span.refs span {
457 padding: 0px 4px;
458 font-size: 70%;
459 font-weight: normal;
460 border: 1px solid;
461 background-color: #ffaaff;
462 border-color: #ffccff #ff00ee #ff00ee #ffccff;
463}
464
465span.refs span.ref {
466 background-color: #aaaaff;
467 border-color: #ccccff #0033cc #0033cc #ccccff;
468}
469
470span.refs span.tag {
471 background-color: #ffffaa;
472 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
473}
474
475span.refs span.head {
476 background-color: #aaffaa;
477 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
478}
479
480span.atnight {
481 color: #cc0000;
482}
483
484span.match {
485 color: #e00000;
486}
487
488div.binary {
489 font-style: italic;
490}