Raw
1 body {
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
11 a {
12 color: #0000cc;
13 }
14
15 a:hover, a:visited, a:active {
16 color: #880000;
17 }
18
19 span.cntrl {
20 border: dashed #aaaaaa;
21 border-width: 1px;
22 padding: 0px 2px 0px 2px;
23 margin: 0px 2px 0px 2px;
24 }
25
26 img.logo {
27 float: right;
28 border-width: 0px;
29 }
30
31 img.avatar {
32 vertical-align: middle;
33 }
34
35 img.blob {
36 max-height: 100%;
37 max-width: 100%;
38 }
39
40 a.list img.avatar {
41 border-style: none;
42 }
43
44 div.page_header {
45 min-height: 25px;
46 padding: 8px;
47 font-size: 150%;
48 font-weight: bold;
49 background-color: #d9d8d1;
50 }
51
52 div.page_header a:visited, a.header {
53 color: #0000cc;
54 }
55
56 div.page_header a:hover {
57 color: #880000;
58 }
59
60 div.page_nav {
61 padding: 8px;
62 }
63
64 div.page_nav a:visited {
65 color: #0000cc;
66 }
67
68 div.page_path {
69 padding: 8px;
70 font-weight: bold;
71 border: solid #d9d8d1;
72 border-width: 0px 0px 1px;
73 }
74
75 div.page_footer {
76 min-height: 22px;
77 padding: 4px 8px;
78 background-color: #d9d8d1;
79 }
80
81 div.page_footer::after {
82 content: "";
83 display: table;
84 clear: both;
85 }
86
87 div.page_footer_text {
88 line-height: 22px;
89 float: left;
90 color: #555555;
91 font-style: italic;
92 }
93
94 div#generating_info {
95 margin: 4px;
96 font-size: smaller;
97 text-align: center;
98 color: #505050;
99 }
100
101 div.page_body {
102 padding: 8px;
103 font-family: monospace;
104 }
105
106 div.title, a.title {
107 display: block;
108 padding: 6px 8px;
109 font-weight: bold;
110 background-color: #edece6;
111 text-decoration: none;
112 color: #000000;
113 }
114
115 div.readme {
116 padding: 8px;
117 }
118
119 a.title:hover {
120 background-color: #d9d8d1;
121 }
122
123 div.title_text {
124 padding: 6px 0px;
125 border: solid #d9d8d1;
126 border-width: 0px 0px 1px;
127 font-family: monospace;
128 }
129
130 div.log_body {
131 padding: 8px 8px 8px 150px;
132 overflow-wrap: anywhere;
133 }
134
135 span.age {
136 position: relative;
137 float: left;
138 width: 142px;
139 font-style: italic;
140 }
141
142 span.signoff {
143 color: #888888;
144 }
145
146 div.log_link {
147 padding: 0px 8px;
148 font-size: 70%;
149 font-family: sans-serif;
150 font-style: normal;
151 position: relative;
152 float: left;
153 width: 136px;
154 }
155
156 div.list_head {
157 padding: 6px 8px 4px;
158 border: solid #d9d8d1;
159 border-width: 1px 0px 0px;
160 font-style: italic;
161 }
162
163 .author_date, .author {
164 font-style: italic;
165 }
166
167 div.author_date {
168 padding: 8px;
169 border: solid #d9d8d1;
170 border-width: 0px 0px 1px 0px;
171 }
172
173 a.list {
174 text-decoration: none;
175 color: #000000;
176 }
177
178 a.subject, a.name {
179 font-weight: bold;
180 }
181
182 table.tags a.subject {
183 font-weight: normal;
184 }
185
186 a.list:hover {
187 text-decoration: underline;
188 color: #880000;
189 }
190
191 a.text {
192 text-decoration: none;
193 color: #0000cc;
194 }
195
196 a.text:visited {
197 text-decoration: none;
198 color: #880000;
199 }
200
201 a.text:hover {
202 text-decoration: underline;
203 color: #880000;
204 }
205
206 table {
207 padding: 8px 4px;
208 border-spacing: 0;
209 }
210
211 table.diff_tree {
212 font-family: monospace;
213 }
214
215 table.combined.diff_tree th {
216 text-align: center;
217 }
218
219 table.combined.diff_tree td {
220 padding-right: 24px;
221 }
222
223 table.combined.diff_tree th.link,
224 table.combined.diff_tree td.link {
225 padding: 0px 2px;
226 }
227
228 table.combined.diff_tree td.nochange a {
229 color: #6666ff;
230 }
231
232 table.combined.diff_tree td.nochange a:hover,
233 table.combined.diff_tree td.nochange a:visited {
234 color: #d06666;
235 }
236
237 table.blame {
238 border-collapse: collapse;
239 }
240
241 table.blame td {
242 padding: 0px 5px;
243 font-size: 100%;
244 vertical-align: top;
245 }
246
247 th {
248 padding: 2px 5px;
249 font-size: 100%;
250 text-align: left;
251 }
252
253 /* do not change row style on hover for 'blame' view */
254 tr.light,
255 table.blame .light:hover {
256 background-color: #ffffff;
257 }
258
259 tr.dark,
260 table.blame .dark:hover {
261 background-color: #f6f6f0;
262 }
263
264 /* currently both use the same, but it can change */
265 tr.light:hover,
266 tr.dark:hover {
267 background-color: #edece6;
268 }
269
270 /* boundary commits in 'blame' view */
271 /* and commits without "previous" */
272 tr.boundary td.sha1,
273 tr.no-previous td.linenr {
274 font-weight: bold;
275 }
276
277 /* for 'blame_incremental', during processing */
278 tr.color1 { background-color: #f6fff6; }
279 tr.color2 { background-color: #f6f6ff; }
280 tr.color3 { background-color: #fff6f6; }
281
282 td {
283 padding: 2px 5px;
284 font-size: 100%;
285 vertical-align: top;
286 }
287
288 td.link, td.selflink {
289 padding: 2px 5px;
290 font-family: sans-serif;
291 font-size: 70%;
292 }
293
294 td.selflink {
295 padding-right: 0px;
296 }
297
298 td.sha1 {
299 font-family: monospace;
300 }
301
302 .error {
303 color: red;
304 background-color: yellow;
305 }
306
307 td.current_head {
308 text-decoration: underline;
309 }
310
311 td.category {
312 background-color: #d9d8d1;
313 border-top: 1px solid #000000;
314 border-left: 1px solid #000000;
315 font-weight: bold;
316 }
317
318 table.diff_tree span.file_status.new {
319 color: #008000;
320 }
321
322 table.diff_tree span.file_status.deleted {
323 color: #c00000;
324 }
325
326 table.diff_tree span.file_status.moved,
327 table.diff_tree span.file_status.mode_chnge {
328 color: #777777;
329 }
330
331 table.diff_tree span.file_status.copied {
332 color: #70a070;
333 }
334
335 /* noage: "No commits" */
336 table.project_list td.noage {
337 color: #808080;
338 font-style: italic;
339 }
340
341 /* age2: 60*60*24*2 <= age */
342 table.project_list td.age2, table.blame td.age2 {
343 font-style: italic;
344 }
345
346 /* age1: 60*60*2 <= age < 60*60*24*2 */
347 table.project_list td.age1 {
348 color: #009900;
349 font-style: italic;
350 }
351
352 table.blame td.age1 {
353 color: #009900;
354 background: transparent;
355 }
356
357 /* age0: age < 60*60*2 */
358 table.project_list td.age0 {
359 color: #009900;
360 font-style: italic;
361 font-weight: bold;
362 }
363
364 table.blame td.age0 {
365 color: #009900;
366 background: transparent;
367 font-weight: bold;
368 }
369
370 td.pre, div.pre, div.diff {
371 font-family: monospace;
372 font-size: 12px;
373 white-space: pre;
374 }
375
376 td.mode {
377 font-family: monospace;
378 }
379
380 /* progress of blame_interactive */
381 div#progress_bar {
382 height: 2px;
383 margin-bottom: -2px;
384 background-color: #d8d9d0;
385 }
386 div#progress_info {
387 float: right;
388 text-align: right;
389 }
390
391 /* format of (optional) objects size in 'tree' view */
392 td.size {
393 font-family: monospace;
394 text-align: right;
395 }
396
397 /* styling of diffs (patchsets): commitdiff and blobdiff views */
398 div.diff.header,
399 div.diff.extended_header {
400 white-space: normal;
401 }
402
403 div.diff.header {
404 font-weight: bold;
405
406 background-color: #edece6;
407
408 margin-top: 4px;
409 padding: 4px 0px 2px 0px;
410 border: solid #d9d8d1;
411 border-width: 1px 0px 1px 0px;
412 }
413
414 div.diff.header a.path {
415 text-decoration: underline;
416 }
417
418 div.diff.extended_header,
419 div.diff.extended_header a.path,
420 div.diff.extended_header a.hash {
421 color: #777777;
422 }
423
424 div.diff.extended_header .info {
425 color: #b0b0b0;
426 }
427
428 div.diff.extended_header {
429 background-color: #f6f5ee;
430 padding: 2px 0px 2px 0px;
431 }
432
433 div.diff a.list,
434 div.diff a.path,
435 div.diff a.hash {
436 text-decoration: none;
437 }
438
439 div.diff a.list:hover,
440 div.diff a.path:hover,
441 div.diff a.hash:hover {
442 text-decoration: underline;
443 }
444
445 div.diff.to_file a.path,
446 div.diff.to_file {
447 color: #007000;
448 }
449
450 div.diff.add {
451 color: #008800;
452 }
453
454 div.diff.add span.marked {
455 background-color: #aaffaa;
456 }
457
458 div.diff.from_file a.path,
459 div.diff.from_file {
460 color: #aa0000;
461 }
462
463 div.diff.rem {
464 color: #cc0000;
465 }
466
467 div.diff.rem span.marked {
468 background-color: #ffaaaa;
469 }
470
471 div.diff.chunk_header a,
472 div.diff.chunk_header {
473 color: #990099;
474 }
475
476 div.diff.chunk_header {
477 border: dotted #ffe0ff;
478 border-width: 1px 0px 0px 0px;
479 margin-top: 2px;
480 }
481
482 div.diff.chunk_header span.chunk_info {
483 background-color: #ffeeff;
484 }
485
486 div.diff.chunk_header span.section {
487 color: #aa22aa;
488 }
489
490 div.diff.incomplete {
491 color: #cccccc;
492 }
493
494 div.diff.nodifferences {
495 font-weight: bold;
496 color: #600000;
497 }
498
499 /* side-by-side diff */
500 div.chunk_block {
501 overflow: hidden;
502 }
503
504 div.chunk_block div.old {
505 float: left;
506 width: 50%;
507 overflow: hidden;
508 }
509
510 div.chunk_block div.new {
511 margin-left: 50%;
512 width: 50%;
513 }
514
515 div.chunk_block.rem div.old div.diff.rem {
516 background-color: #fff5f5;
517 }
518 div.chunk_block.add div.new div.diff.add {
519 background-color: #f8fff8;
520 }
521 div.chunk_block.chg div div.diff {
522 background-color: #fffff0;
523 }
524 div.chunk_block.ctx div div.diff.ctx {
525 color: #404040;
526 }
527
528
529 div.index_include {
530 border: solid #d9d8d1;
531 border-width: 0px 0px 1px;
532 padding: 12px 8px;
533 }
534
535 div.search {
536 font-size: 100%;
537 font-weight: normal;
538 margin: 4px 8px;
539 float: right;
540 top: 56px;
541 right: 12px
542 }
543
544 div.projsearch {
545 text-align: center;
546 margin: 20px 0px;
547 }
548
549 div.projsearch form {
550 margin-bottom: 2px;
551 }
552
553 td.linenr {
554 text-align: right;
555 }
556
557 a.linenr {
558 color: #999999;
559 text-decoration: none
560 }
561
562 a.rss_logo {
563 float: right;
564 padding: 3px 5px;
565 line-height: 10px;
566 border: 1px solid;
567 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
568 color: #ffffff;
569 background-color: #ff6600;
570 font-weight: bold;
571 font-family: sans-serif;
572 font-size: 70%;
573 text-align: center;
574 text-decoration: none;
575 }
576
577 a.rss_logo:hover {
578 background-color: #ee5500;
579 }
580
581 a.rss_logo.generic {
582 background-color: #ff8800;
583 }
584
585 a.rss_logo.generic:hover {
586 background-color: #ee7700;
587 }
588
589 span.refs span {
590 padding: 0px 4px;
591 font-size: 70%;
592 font-weight: normal;
593 border: 1px solid;
594 background-color: #ffaaff;
595 border-color: #ffccff #ff00ee #ff00ee #ffccff;
596 }
597
598 span.refs span a {
599 text-decoration: none;
600 color: inherit;
601 }
602
603 span.refs span a:hover {
604 text-decoration: underline;
605 }
606
607 span.refs span.indirect {
608 font-style: italic;
609 }
610
611 span.refs span.ref {
612 background-color: #aaaaff;
613 border-color: #ccccff #0033cc #0033cc #ccccff;
614 }
615
616 span.refs span.tag {
617 background-color: #ffffaa;
618 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
619 }
620
621 span.refs span.head {
622 background-color: #aaffaa;
623 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
624 }
625
626 span.atnight {
627 color: #cc0000;
628 }
629
630 span.match {
631 color: #e00000;
632 }
633
634 div.binary {
635 font-style: italic;
636 }
637
638 div.remote {
639 margin: .5em;
640 border: 1px solid #d9d8d1;
641 display: inline-block;
642 }
643
644 /* JavaScript-based timezone manipulation */
645
646 .popup { /* timezone selection UI */
647 position: absolute;
648 /* "top: 0; right: 0;" would be better, if not for bugs in browsers */
649 top: 0; left: 0;
650 border: 1px solid;
651 padding: 2px;
652 background-color: #f0f0f0;
653 font-style: normal;
654 color: #000000;
655 cursor: auto;
656 }
657
658 .close-button { /* close timezone selection UI without selecting */
659 /* float doesn't work within absolutely positioned container,
660 * if width of container is not set explicitly */
661 /* float: right; */
662 position: absolute;
663 top: 0px; right: 0px;
664 border: 1px solid green;
665 margin: 1px 1px 1px 1px;
666 padding-bottom: 2px;
667 width: 12px;
668 height: 10px;
669 font-size: 9px;
670 font-weight: bold;
671 text-align: center;
672 background-color: #fff0f0;
673 cursor: pointer;
674 }
675
676
677 /* Style definition generated by highlight 2.4.5, http://andre-simon.de/doku/highlight/en/highlight.php */
678
679 /* Highlighting theme definition: */
680
681 .num { color:#2928ff; }
682 .esc { color:#ff00ff; }
683 .str { color:#ff0000; }
684 .dstr { color:#818100; }
685 .slc { color:#838183; font-style:italic; }
686 .com { color:#838183; font-style:italic; }
687 .dir { color:#008200; }
688 .sym { color:#000000; }
689 .line { color:#555555; }
690 .kwa { color:#000000; font-weight:bold; }
691 .kwb { color:#830000; }
692 .kwc { color:#000000; font-weight:bold; }
693 .kwd { color:#010181; }
694
695 @media (max-width: 768px) {
696 div.page_body {
697 overflow-x: auto;
698 -webkit-overflow-scrolling: touch;
699 }
700
701 div.page_body div.pre {
702 min-width: max-content;
703 }
704
705 div.projsearch {
706 padding: 0 8px;
707 box-sizing: border-box;
708 }
709
710 div.projsearch input[type="text"] {
711 max-width: 100%;
712 box-sizing: border-box;
713 }
714
715 div.title_text {
716 overflow-x: auto;
717 -webkit-overflow-scrolling: touch;
718 padding-left: 4px;
719 padding-right: 4px;
720 box-sizing: border-box;
721 }
722
723 div.title_text table.object_header {
724 width: max-content;
725 }
726
727 div.log_body {
728 padding: 8px;
729 clear: left;
730 }
731
732 div.patchset div.patch {
733 width: max-content;
734 min-width: 100%;
735 }
736
737 div.diff.header {
738 padding: 4px 8px 2px 8px;
739 white-space: nowrap;
740 overflow-wrap: normal;
741 }
742
743 div.diff.extended_header {
744 padding: 2px 8px;
745 white-space: nowrap;
746 overflow-wrap: normal;
747 }
748
749 div.diff.ctx,
750 div.diff.add,
751 div.diff.rem,
752 div.diff.chunk_header {
753 padding: 0 8px;
754 white-space: pre;
755 }
756 }