cgitrc.5: add local tar signature example
[cgit.git] / cgit.css
blob05c4530bab8e21d4942bd1c1f73ea6f79690b635
1 div#cgit {
2 padding: 0em;
3 margin: 0em;
4 font-family: sans-serif;
5 font-size: 10pt;
6 color: #333;
7 background: white;
8 padding: 4px;
11 div#cgit a {
12 color: blue;
13 text-decoration: none;
16 div#cgit a:hover {
17 text-decoration: underline;
20 div#cgit table {
21 border-collapse: collapse;
24 div#cgit table#header {
25 width: 100%;
26 margin-bottom: 1em;
29 div#cgit table#header td.logo {
30 width: 96px;
31 vertical-align: top;
34 div#cgit table#header td.main {
35 font-size: 250%;
36 padding-left: 10px;
37 white-space: nowrap;
40 div#cgit table#header td.main a {
41 color: #000;
44 div#cgit table#header td.form {
45 text-align: right;
46 vertical-align: bottom;
47 padding-right: 1em;
48 padding-bottom: 2px;
49 white-space: nowrap;
52 div#cgit table#header td.form form,
53 div#cgit table#header td.form input,
54 div#cgit table#header td.form select {
55 font-size: 90%;
58 div#cgit table#header td.sub {
59 color: #777;
60 border-top: solid 1px #ccc;
61 padding-left: 10px;
64 div#cgit table.tabs {
65 border-bottom: solid 3px #ccc;
66 border-collapse: collapse;
67 margin-top: 2em;
68 margin-bottom: 0px;
69 width: 100%;
72 div#cgit table.tabs td {
73 padding: 0px 1em;
74 vertical-align: bottom;
77 div#cgit table.tabs td a {
78 padding: 2px 0.75em;
79 color: #777;
80 font-size: 110%;
83 div#cgit table.tabs td a.active {
84 color: #000;
85 background-color: #ccc;
88 div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
89 content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
90 opacity: 0.5;
91 margin: 0 0 0 5px;
94 div#cgit table.tabs td.form {
95 text-align: right;
98 div#cgit table.tabs td.form form {
99 padding-bottom: 2px;
100 font-size: 90%;
101 white-space: nowrap;
104 div#cgit table.tabs td.form input,
105 div#cgit table.tabs td.form select {
106 font-size: 90%;
109 div#cgit div.path {
110 margin: 0px;
111 padding: 5px 2em 2px 2em;
112 color: #000;
113 background-color: #eee;
116 div#cgit div.content {
117 margin: 0px;
118 padding: 2em;
119 border-bottom: solid 3px #ccc;
123 div#cgit table.list {
124 width: 100%;
125 border: none;
126 border-collapse: collapse;
129 div#cgit table.list tr {
130 background: white;
133 div#cgit table.list tr.logheader {
134 background: #eee;
137 div#cgit table.list tr:nth-child(even) {
138 background: #f7f7f7;
141 div#cgit table.list tr:nth-child(odd) {
142 background: white;
145 div#cgit table.list tr:hover {
146 background: #eee;
149 div#cgit table.list tr.nohover {
150 background: white;
153 div#cgit table.list tr.nohover:hover {
154 background: white;
157 div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
158 background: #f7f7f7;
161 div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
162 background: white;
165 div#cgit table.list th {
166 font-weight: bold;
167 /* color: #888;
168 border-top: dashed 1px #888;
169 border-bottom: dashed 1px #888;
171 padding: 0.1em 0.5em 0.05em 0.5em;
172 vertical-align: baseline;
175 div#cgit table.list td {
176 border: none;
177 padding: 0.1em 0.5em 0.1em 0.5em;
180 div#cgit table.list td.commitgraph {
181 font-family: monospace;
182 white-space: pre;
185 div#cgit table.list td.commitgraph .column1 {
186 color: #a00;
189 div#cgit table.list td.commitgraph .column2 {
190 color: #0a0;
193 div#cgit table.list td.commitgraph .column3 {
194 color: #aa0;
197 div#cgit table.list td.commitgraph .column4 {
198 color: #00a;
201 div#cgit table.list td.commitgraph .column5 {
202 color: #a0a;
205 div#cgit table.list td.commitgraph .column6 {
206 color: #0aa;
209 div#cgit table.list td.logsubject {
210 font-family: monospace;
211 font-weight: bold;
214 div#cgit table.list td.logmsg {
215 font-family: monospace;
216 white-space: pre;
217 padding: 0 0.5em;
220 div#cgit table.list td a {
221 color: black;
224 div#cgit table.list td a.ls-dir {
225 font-weight: bold;
226 color: #00f;
229 div#cgit table.list td a:hover {
230 color: #00f;
233 div#cgit img {
234 border: none;
237 div#cgit input#switch-btn {
238 margin: 2px 0px 0px 0px;
241 div#cgit td#sidebar input.txt {
242 width: 100%;
243 margin: 2px 0px 0px 0px;
246 div#cgit table#grid {
247 margin: 0px;
250 div#cgit td#content {
251 vertical-align: top;
252 padding: 1em 2em 1em 1em;
253 border: none;
256 div#cgit div#summary {
257 vertical-align: top;
258 margin-bottom: 1em;
261 div#cgit table#downloads {
262 float: right;
263 border-collapse: collapse;
264 border: solid 1px #777;
265 margin-left: 0.5em;
266 margin-bottom: 0.5em;
269 div#cgit table#downloads th {
270 background-color: #ccc;
273 div#cgit div#blob {
274 border: solid 1px black;
277 div#cgit div.error {
278 color: red;
279 font-weight: bold;
280 margin: 1em 2em;
283 div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
284 font-family: monospace;
287 div#cgit td.ls-size {
288 text-align: right;
289 font-family: monospace;
290 width: 10em;
293 div#cgit td.ls-mode {
294 font-family: monospace;
295 width: 10em;
298 div#cgit table.blob {
299 margin-top: 0.5em;
300 border-top: solid 1px black;
303 div#cgit table.blob td.hashes,
304 div#cgit table.blob td.lines {
305 margin: 0; padding: 0 0 0 0.5em;
306 vertical-align: top;
307 color: black;
310 div#cgit table.blob td.linenumbers {
311 margin: 0; padding: 0 0.5em 0 0.5em;
312 vertical-align: top;
313 text-align: right;
314 border-right: 1px solid gray;
317 div#cgit table.blob pre {
318 padding: 0; margin: 0;
321 div#cgit table.blob td.linenumbers a,
322 div#cgit table.ssdiff td.lineno a {
323 color: gray;
324 text-align: right;
325 text-decoration: none;
328 div#cgit table.blob td.linenumbers a:hover,
329 div#cgit table.ssdiff td.lineno a:hover {
330 color: black;
333 div#cgit table.blame td.hashes,
334 div#cgit table.blame td.lines,
335 div#cgit table.blame td.linenumbers {
336 padding: 0;
339 div#cgit table.blame td.hashes div.alt,
340 div#cgit table.blame td.lines div.alt {
341 padding: 0 0.5em 0 0.5em;
344 div#cgit table.blame td.linenumbers div.alt {
345 padding: 0 0.5em 0 0;
348 div#cgit table.blame div.alt:nth-child(even) {
349 background: #eee;
352 div#cgit table.blame div.alt:nth-child(odd) {
353 background: white;
356 div#cgit table.blame td.lines > div {
357 position: relative;
360 div#cgit table.blame td.lines > div > pre {
361 padding: 0 0 0 0.5em;
362 position: absolute;
363 top: 0;
366 div#cgit table.bin-blob {
367 margin-top: 0.5em;
368 border: solid 1px black;
371 div#cgit table.bin-blob th {
372 font-family: monospace;
373 white-space: pre;
374 border: solid 1px #777;
375 padding: 0.5em 1em;
378 div#cgit table.bin-blob td {
379 font-family: monospace;
380 white-space: pre;
381 border-left: solid 1px #777;
382 padding: 0em 1em;
385 div#cgit table.nowrap td {
386 white-space: nowrap;
389 div#cgit table.commit-info {
390 border-collapse: collapse;
391 margin-top: 1.5em;
394 div#cgit div.cgit-panel {
395 float: right;
396 margin-top: 1.5em;
399 div#cgit div.cgit-panel table {
400 border-collapse: collapse;
401 border: solid 1px #aaa;
402 background-color: #eee;
405 div#cgit div.cgit-panel th {
406 text-align: center;
409 div#cgit div.cgit-panel td {
410 padding: 0.25em 0.5em;
413 div#cgit div.cgit-panel td.label {
414 padding-right: 0.5em;
417 div#cgit div.cgit-panel td.ctrl {
418 padding-left: 0.5em;
421 div#cgit table.commit-info th {
422 text-align: left;
423 font-weight: normal;
424 padding: 0.1em 1em 0.1em 0.1em;
425 vertical-align: top;
428 div#cgit table.commit-info td {
429 font-weight: normal;
430 padding: 0.1em 1em 0.1em 0.1em;
433 div#cgit div.commit-subject {
434 font-weight: bold;
435 font-size: 125%;
436 margin: 1.5em 0em 0.5em 0em;
437 padding: 0em;
440 div#cgit div.commit-msg {
441 white-space: pre;
442 font-family: monospace;
445 div#cgit div.notes-header {
446 font-weight: bold;
447 padding-top: 1.5em;
450 div#cgit div.notes {
451 white-space: pre;
452 font-family: monospace;
453 border: solid 1px #ee9;
454 background-color: #ffd;
455 padding: 0.3em 2em 0.3em 1em;
456 float: left;
459 div#cgit div.notes-footer {
460 clear: left;
463 div#cgit div.diffstat-header {
464 font-weight: bold;
465 padding-top: 1.5em;
468 div#cgit table.diffstat {
469 border-collapse: collapse;
470 border: solid 1px #aaa;
471 background-color: #eee;
474 div#cgit table.diffstat th {
475 font-weight: normal;
476 text-align: left;
477 text-decoration: underline;
478 padding: 0.1em 1em 0.1em 0.1em;
479 font-size: 100%;
482 div#cgit table.diffstat td {
483 padding: 0.2em 0.2em 0.1em 0.1em;
484 font-size: 100%;
485 border: none;
488 div#cgit table.diffstat td.mode {
489 white-space: nowrap;
492 div#cgit table.diffstat td span.modechange {
493 padding-left: 1em;
494 color: red;
497 div#cgit table.diffstat td.add a {
498 color: green;
501 div#cgit table.diffstat td.del a {
502 color: red;
505 div#cgit table.diffstat td.upd a {
506 color: blue;
509 div#cgit table.diffstat td.graph {
510 width: 500px;
511 vertical-align: middle;
514 div#cgit table.diffstat td.graph table {
515 border: none;
518 div#cgit table.diffstat td.graph td {
519 padding: 0px;
520 border: 0px;
521 height: 7pt;
524 div#cgit table.diffstat td.graph td.add {
525 background-color: #5c5;
528 div#cgit table.diffstat td.graph td.rem {
529 background-color: #c55;
532 div#cgit div.diffstat-summary {
533 color: #888;
534 padding-top: 0.5em;
537 div#cgit table.diff {
538 width: 100%;
541 div#cgit table.diff td {
542 font-family: monospace;
543 white-space: pre;
546 div#cgit table.diff td div.head {
547 font-weight: bold;
548 margin-top: 1em;
549 color: black;
552 div#cgit table.diff td div.hunk {
553 color: #009;
556 div#cgit table.diff td div.add {
557 color: green;
560 div#cgit table.diff td div.del {
561 color: red;
564 div#cgit .sha1 {
565 font-family: monospace;
566 font-size: 90%;
569 div#cgit .left {
570 text-align: left;
573 div#cgit .right {
574 text-align: right;
577 div#cgit table.list td.reposection {
578 font-style: italic;
579 color: #888;
582 div#cgit a.button {
583 font-size: 80%;
584 padding: 0em 0.5em;
587 div#cgit a.primary {
588 font-size: 100%;
591 div#cgit a.secondary {
592 font-size: 90%;
595 div#cgit td.toplevel-repo {
599 div#cgit table.list td.sublevel-repo {
600 padding-left: 1.5em;
603 div#cgit ul.pager {
604 list-style-type: none;
605 text-align: center;
606 margin: 1em 0em 0em 0em;
607 padding: 0;
610 div#cgit ul.pager li {
611 display: inline-block;
612 margin: 0.25em 0.5em;
615 div#cgit ul.pager a {
616 color: #777;
619 div#cgit ul.pager .current {
620 font-weight: bold;
623 div#cgit span.age-mins {
624 font-weight: bold;
625 color: #080;
628 div#cgit span.age-hours {
629 color: #080;
632 div#cgit span.age-days {
633 color: #040;
636 div#cgit span.age-weeks {
637 color: #444;
640 div#cgit span.age-months {
641 color: #888;
644 div#cgit span.age-years {
645 color: #bbb;
648 div#cgit span.insertions {
649 color: #080;
652 div#cgit span.deletions {
653 color: #800;
656 div#cgit div.footer {
657 margin-top: 0.5em;
658 text-align: center;
659 font-size: 80%;
660 color: #ccc;
663 div#cgit div.footer a {
664 color: #ccc;
665 text-decoration: none;
668 div#cgit div.footer a:hover {
669 text-decoration: underline;
672 div#cgit a.branch-deco {
673 color: #000;
674 margin: 0px 0.5em;
675 padding: 0px 0.25em;
676 background-color: #88ff88;
677 border: solid 1px #007700;
680 div#cgit a.tag-deco {
681 color: #000;
682 margin: 0px 0.5em;
683 padding: 0px 0.25em;
684 background-color: #ffff88;
685 border: solid 1px #777700;
688 div#cgit a.tag-annotated-deco {
689 color: #000;
690 margin: 0px 0.5em;
691 padding: 0px 0.25em;
692 background-color: #ffcc88;
693 border: solid 1px #777700;
696 div#cgit a.remote-deco {
697 color: #000;
698 margin: 0px 0.5em;
699 padding: 0px 0.25em;
700 background-color: #ccccff;
701 border: solid 1px #000077;
704 div#cgit a.deco {
705 color: #000;
706 margin: 0px 0.5em;
707 padding: 0px 0.25em;
708 background-color: #ff8888;
709 border: solid 1px #770000;
712 div#cgit div.commit-subject a.branch-deco,
713 div#cgit div.commit-subject a.tag-deco,
714 div#cgit div.commit-subject a.remote-deco,
715 div#cgit div.commit-subject a.deco {
716 margin-left: 1em;
717 font-size: 75%;
720 div#cgit table.stats {
721 border: solid 1px black;
722 border-collapse: collapse;
725 div#cgit table.stats th {
726 text-align: left;
727 padding: 1px 0.5em;
728 background-color: #eee;
729 border: solid 1px black;
732 div#cgit table.stats td {
733 text-align: right;
734 padding: 1px 0.5em;
735 border: solid 1px black;
738 div#cgit table.stats td.total {
739 font-weight: bold;
740 text-align: left;
743 div#cgit table.stats td.sum {
744 color: #c00;
745 font-weight: bold;
746 /* background-color: #eee; */
749 div#cgit table.stats td.left {
750 text-align: left;
753 div#cgit table.vgraph {
754 border-collapse: separate;
755 border: solid 1px black;
756 height: 200px;
759 div#cgit table.vgraph th {
760 background-color: #eee;
761 font-weight: bold;
762 border: solid 1px white;
763 padding: 1px 0.5em;
766 div#cgit table.vgraph td {
767 vertical-align: bottom;
768 padding: 0px 10px;
771 div#cgit table.vgraph div.bar {
772 background-color: #eee;
775 div#cgit table.hgraph {
776 border: solid 1px black;
777 width: 800px;
780 div#cgit table.hgraph th {
781 background-color: #eee;
782 font-weight: bold;
783 border: solid 1px black;
784 padding: 1px 0.5em;
787 div#cgit table.hgraph td {
788 vertical-align: middle;
789 padding: 2px 2px;
792 div#cgit table.hgraph div.bar {
793 background-color: #eee;
794 height: 1em;
797 div#cgit table.ssdiff {
798 width: 100%;
801 div#cgit table.ssdiff td {
802 font-size: 75%;
803 font-family: monospace;
804 white-space: pre;
805 padding: 1px 4px 1px 4px;
806 border-left: solid 1px #aaa;
807 border-right: solid 1px #aaa;
810 div#cgit table.ssdiff td.add {
811 color: black;
812 background: #cfc;
813 min-width: 50%;
816 div#cgit table.ssdiff td.add_dark {
817 color: black;
818 background: #aca;
819 min-width: 50%;
822 div#cgit table.ssdiff span.add {
823 background: #cfc;
824 font-weight: bold;
827 div#cgit table.ssdiff td.del {
828 color: black;
829 background: #fcc;
830 min-width: 50%;
833 div#cgit table.ssdiff td.del_dark {
834 color: black;
835 background: #caa;
836 min-width: 50%;
839 div#cgit table.ssdiff span.del {
840 background: #fcc;
841 font-weight: bold;
844 div#cgit table.ssdiff td.changed {
845 color: black;
846 background: #ffc;
847 min-width: 50%;
850 div#cgit table.ssdiff td.changed_dark {
851 color: black;
852 background: #cca;
853 min-width: 50%;
856 div#cgit table.ssdiff td.lineno {
857 color: black;
858 background: #eee;
859 text-align: right;
860 width: 3em;
861 min-width: 3em;
864 div#cgit table.ssdiff td.hunk {
865 color: black;
866 background: #ccf;
867 border-top: solid 1px #aaa;
868 border-bottom: solid 1px #aaa;
871 div#cgit table.ssdiff td.head {
872 border-top: solid 1px #aaa;
873 border-bottom: solid 1px #aaa;
876 div#cgit table.ssdiff td.head div.head {
877 font-weight: bold;
878 color: black;
881 div#cgit table.ssdiff td.foot {
882 border-top: solid 1px #aaa;
883 border-left: none;
884 border-right: none;
885 border-bottom: none;
888 div#cgit table.ssdiff td.space {
889 border: none;
892 div#cgit table.ssdiff td.space div {
893 min-height: 3em;