aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.cc/config/bia/www/static/cgit.css')
-rw-r--r--clarkzjw.cc/config/bia/www/static/cgit.css927
1 files changed, 927 insertions, 0 deletions
diff --git a/clarkzjw.cc/config/bia/www/static/cgit.css b/clarkzjw.cc/config/bia/www/static/cgit.css
new file mode 100644
index 0000000..3e9ed07
--- /dev/null
+++ b/clarkzjw.cc/config/bia/www/static/cgit.css
@@ -0,0 +1,927 @@
1/* note: Gentoo customized; last updated for cgit 1.2.1 */
2
3div#cgit {
4 margin-top: -1em;
5}
6
7div#cgit table {
8 border-collapse: collapse;
9}
10
11div#cgit pre {
12 border-radius: 0;
13 border: none;
14 background: none;
15}
16
17div#cgit table#header {
18 width: 100%;
19 margin-bottom: 1em;
20}
21
22div#cgit table#header td.logo {
23 display: none;
24 width: 0px;
25 vertical-align: top;
26}
27
28div#cgit table#header td.main {
29 font-size: 31px;
30 font-family: Bitter,'Open Sans',sans-serif;
31 white-space: nowrap;
32}
33
34div#cgit table#header td.main a {
35 color: #333;
36}
37
38div#cgit table#header td.form {
39 text-align: right;
40 vertical-align: bottom;
41 padding-right: 1em;
42 padding-bottom: 2px;
43 white-space: nowrap;
44}
45
46div#cgit table#header td.form form,
47div#cgit table#header td.form input,
48div#cgit table#header td.form select {
49 font-size: 90%;
50}
51
52div#cgit table#header td.sub {
53 color: #777;
54 padding-left: 10px;
55}
56
57div#cgit table.tabs {
58 border-bottom: solid 3px #ccc;
59 border-collapse: collapse;
60 margin-top: 2em;
61 margin-bottom: 0px;
62 width: 100%;
63}
64
65div#cgit table.tabs td {
66 padding: 0px 1em;
67 vertical-align: bottom;
68}
69
70div#cgit table.tabs td a {
71 padding: 2px 0.75em;
72 color: #777;
73 font-size: 110%;
74}
75
76div#cgit table.tabs td a.active {
77 color: #000;
78 background-color: #ccc;
79}
80
81div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
82 content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
83 opacity: 0.5;
84 margin: 0 0 0 5px;
85}
86
87div#cgit table.tabs td.form {
88 text-align: right;
89}
90
91div#cgit table.tabs td.form form {
92 padding-bottom: 2px;
93 font-size: 90%;
94 white-space: nowrap;
95}
96
97div#cgit table.tabs td.form input,
98div#cgit table.tabs td.form select {
99 font-size: 90%;
100}
101
102div#cgit div.path {
103 margin: 0px;
104 padding: 5px 2em 2px 2em;
105 color: #000;
106 background-color: #eee;
107}
108
109div#cgit div.content {
110 margin: 0px;
111 padding: 0.5em;
112 overflow-x: scroll;
113}
114
115
116div#cgit table.list {
117 width: 100%;
118 border: none;
119 border-collapse: collapse;
120}
121
122div#cgit table.list tr {
123}
124
125div#cgit table.list tr.logheader {
126 background: #eee;
127}
128
129div#cgit table.list tr:nth-child(even) {
130 background: #f4f4f4;
131}
132
133div#cgit table.list tr:nth-child(odd) {
134 background: #fafafa;
135}
136
137div#cgit table.list tr:hover {
138 background: #eee;
139}
140
141div#cgit table.list tr.nohover {
142 background: #fafafa;
143}
144
145div#cgit table.list tr.nohover:hover {
146 background: #fafafa;
147}
148
149div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
150 background: #f4f4f4;
151}
152
153div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
154 background: #fafafa;
155}
156
157div#cgit table.list th {
158 font-weight: bold;
159 /* color: #888;
160 border-top: dashed 1px #888;
161 border-bottom: dashed 1px #888;
162 */
163 padding: 0.1em 0.5em 0.05em 0.5em;
164 vertical-align: baseline;
165}
166
167div#cgit table.list td {
168 border: none;
169 padding: 0.1em 0.5em 0.1em 0.5em;
170}
171
172div#cgit table.list td.commitgraph {
173 font-family: monospace;
174 white-space: pre;
175}
176
177div#cgit table.list td.commitgraph .column1 {
178 color: #a00;
179}
180
181div#cgit table.list td.commitgraph .column2 {
182 color: #0a0;
183}
184
185div#cgit table.list td.commitgraph .column3 {
186 color: #aa0;
187}
188
189div#cgit table.list td.commitgraph .column4 {
190 color: #00a;
191}
192
193div#cgit table.list td.commitgraph .column5 {
194 color: #a0a;
195}
196
197div#cgit table.list td.commitgraph .column6 {
198 color: #0aa;
199}
200
201div#cgit table.list td.logsubject {
202 font-family: monospace;
203 font-weight: bold;
204}
205
206div#cgit table.list td.logmsg {
207 font-family: monospace;
208 white-space: pre;
209 padding: 0 0.5em;
210}
211
212div#cgit table.list td a {
213 color: black;
214}
215
216div#cgit table.list td a.ls-dir {
217 font-weight: bold;
218 color: #00f;
219}
220
221div#cgit table.list td a:hover {
222 color: #00f;
223}
224
225div#cgit img {
226 border: none;
227}
228
229div#cgit input#switch-btn {
230 margin: 2px 0px 0px 0px;
231}
232
233div#cgit td#sidebar input.txt {
234 width: 100%;
235 margin: 2px 0px 0px 0px;
236}
237
238div#cgit table#grid {
239 margin: 0px;
240}
241
242div#cgit td#content {
243 vertical-align: top;
244 padding: 1em 2em 1em 1em;
245 border: none;
246}
247
248div#cgit div#summary {
249 vertical-align: top;
250 margin-bottom: 1em;
251}
252
253div#cgit table#downloads {
254 float: right;
255 border-collapse: collapse;
256 border: solid 1px #777;
257 margin-left: 0.5em;
258 margin-bottom: 0.5em;
259}
260
261div#cgit table#downloads th {
262 background-color: #ccc;
263}
264
265div#cgit div#blob {
266 border: solid 1px black;
267}
268
269div#cgit div.error {
270 color: red;
271 font-weight: bold;
272 margin: 1em 2em;
273}
274
275div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
276 font-family: monospace;
277}
278
279div#cgit td.ls-size {
280 text-align: right;
281 font-family: monospace;
282 width: 10em;
283}
284
285div#cgit td.ls-mode {
286 font-family: monospace;
287 width: 10em;
288}
289
290div#cgit table.blob {
291 margin-top: 0.5em;
292 border-top: solid 1px black;
293}
294
295div#cgit table.blob td.hashes,
296div#cgit table.blob td.lines {
297 margin: 0; padding: 0 0 0 0.5em;
298 vertical-align: top;
299 color: black;
300}
301
302div#cgit table.blame td.hashes,
303div#cgit table.blame td.lines,
304div#cgit table.blame td.linenumbers {
305 padding: 0;
306}
307
308div#cgit table.blame td.hashes div.alt,
309div#cgit table.blame td.lines div.alt {
310 padding: 0 0.5em 0 0.5em;
311}
312
313div#cgit table.blame td.linenumbers div.alt {
314 padding: 0 0.5em 0 0;
315}
316
317div#cgit table.blame div.alt:nth-child(even) {
318 background: #f4f4f4;
319}
320
321div#cgit table.blame div.alt:nth-child(odd) {
322 background: #fafafa;
323}
324
325div#cgit table.blame td.lines > div {
326 position: relative;
327}
328
329div#cgit table.blame td.lines > div > pre {
330 padding: 0 0 0 0.5em;
331 position: absolute;
332 top: 0;
333}
334
335div#cgit table.blob td.linenumbers {
336 margin: 0; padding: 0 0.5em 0 0.5em;
337 vertical-align: top;
338 text-align: right;
339 border-right: 1px solid gray;
340}
341
342div#cgit table.blob pre {
343 padding: 0;
344 margin: 0;
345 font-size: 12px;
346}
347
348div#cgit table.blob td.linenumbers a,
349div#cgit table.ssdiff td.lineno a {
350 color: gray;
351 text-align: right;
352 text-decoration: none;
353}
354
355div#cgit table.blob td.linenumbers a:hover,
356div#cgit table.ssdiff td.lineno a:hover {
357 color: black;
358}
359
360div#cgit table.bin-blob {
361 margin-top: 0.5em;
362 border: solid 1px black;
363}
364
365div#cgit table.bin-blob th {
366 font-family: monospace;
367 white-space: pre;
368 border: solid 1px #777;
369 padding: 0.5em 1em;
370}
371
372div#cgit table.bin-blob td {
373 font-family: monospace;
374 white-space: pre;
375 border-left: solid 1px #777;
376 padding: 0em 1em;
377}
378
379div#cgit table.nowrap td {
380 white-space: nowrap;
381}
382
383div#cgit table.commit-info {
384 border-collapse: collapse;
385 margin-top: 1.5em;
386}
387
388div#cgit div.cgit-panel {
389 float: right;
390 margin-top: 1.5em;
391}
392
393div#cgit div.cgit-panel table {
394 border-collapse: collapse;
395 border: solid 1px #aaa;
396 background-color: #eee;
397}
398
399div#cgit div.cgit-panel th {
400 text-align: center;
401}
402
403div#cgit div.cgit-panel td {
404 padding: 0.25em 0.5em;
405}
406
407div#cgit div.cgit-panel td.label {
408 padding-right: 0.5em;
409 color: #333;
410}
411
412div#cgit div.cgit-panel td.ctrl {
413 padding-left: 0.5em;
414}
415
416div#cgit table.commit-info th {
417 text-align: left;
418 font-weight: normal;
419 padding: 0.1em 1em 0.1em 0.1em;
420 vertical-align: top;
421}
422
423div#cgit table.commit-info td {
424 font-weight: normal;
425 padding: 0.1em 1em 0.1em 0.1em;
426}
427
428div#cgit div.commit-subject {
429 font-weight: bold;
430 font-size: 125%;
431 margin: 1.5em 0em 0.5em 0em;
432 padding: 0em;
433}
434
435div#cgit div.commit-msg {
436 white-space: pre;
437 font-family: monospace;
438}
439
440div#cgit div.notes-header {
441 font-weight: bold;
442 padding-top: 1.5em;
443}
444
445div#cgit div.notes {
446 white-space: pre;
447 font-family: monospace;
448 border: solid 1px #ee9;
449 background-color: #ffd;
450 padding: 0.3em 2em 0.3em 1em;
451 float: left;
452}
453
454div#cgit div.notes-footer {
455 clear: left;
456}
457
458div#cgit div.diffstat-header {
459 font-weight: bold;
460 padding-top: 1.5em;
461}
462
463div#cgit table.diffstat {
464 border-collapse: collapse;
465 border: solid 1px #aaa;
466 background-color: #eee;
467}
468
469div#cgit table.diffstat th {
470 font-weight: normal;
471 text-align: left;
472 text-decoration: underline;
473 padding: 0.1em 1em 0.1em 0.1em;
474 font-size: 100%;
475}
476
477div#cgit table.diffstat td {
478 padding: 0.2em 0.2em 0.1em 0.1em;
479 font-size: 100%;
480 border: none;
481}
482
483div#cgit table.diffstat td.mode {
484 white-space: nowrap;
485}
486
487div#cgit table.diffstat td span.modechange {
488 padding-left: 1em;
489 color: red;
490}
491
492div#cgit table.diffstat td.add a {
493 color: green;
494}
495
496div#cgit table.diffstat td.del a {
497 color: red;
498}
499
500div#cgit table.diffstat td.upd a {
501 color: blue;
502}
503
504div#cgit table.diffstat td.graph {
505 width: 500px;
506 vertical-align: middle;
507}
508
509div#cgit table.diffstat td.graph table {
510 border: none;
511}
512
513div#cgit table.diffstat td.graph td {
514 padding: 0px;
515 border: 0px;
516 height: 7pt;
517}
518
519div#cgit table.diffstat td.graph td.add {
520 background-color: #5c5;
521}
522
523div#cgit table.diffstat td.graph td.rem {
524 background-color: #c55;
525}
526
527div#cgit div.diffstat-summary {
528 color: #888;
529 padding-top: 0.5em;
530}
531
532div#cgit table.diff {
533 width: 100%;
534}
535
536div#cgit table.diff td {
537 font-family: monospace;
538 white-space: pre;
539}
540
541div#cgit table.diff td div.head {
542 font-weight: bold;
543 margin-top: 1em;
544 color: black;
545}
546
547div#cgit table.diff td div.hunk {
548 color: #009;
549}
550
551div#cgit table.diff td div.add {
552 color: green;
553}
554
555div#cgit table.diff td div.del {
556 color: red;
557}
558
559div#cgit .sha1 {
560 font-family: monospace;
561 font-size: 90%;
562}
563
564div#cgit .left {
565 text-align: left;
566}
567
568div#cgit .right {
569 text-align: right;
570}
571
572div#cgit table.list td.reposection {
573 font-style: italic;
574 color: #888;
575}
576
577div#cgit a.button {
578 font-size: 80%;
579 padding: 0em 0.5em;
580}
581
582div#cgit a.primary {
583 font-size: 100%;
584}
585
586div#cgit a.secondary {
587 font-size: 90%;
588}
589
590div#cgit td.toplevel-repo {
591
592}
593
594div#cgit table.list td.sublevel-repo {
595 padding-left: 1.5em;
596}
597
598div#cgit ul.pager {
599 list-style-type: none;
600 text-align: center;
601 margin: 1em 0em 0em 0em;
602 padding: 0;
603}
604
605div#cgit ul.pager li {
606 display: inline-block;
607 margin: 0.25em 0.5em;
608}
609
610div#cgit ul.pager a {
611 color: #777;
612}
613
614div#cgit ul.pager .current {
615 font-weight: bold;
616}
617
618div#cgit span.age-mins {
619 font-weight: bold;
620 color: #080;
621}
622
623div#cgit span.age-hours {
624 color: #080;
625}
626
627div#cgit span.age-days {
628 color: #040;
629}
630
631div#cgit span.age-weeks {
632 color: #444;
633}
634
635div#cgit span.age-months {
636 color: #888;
637}
638
639div#cgit span.age-years {
640 color: #bbb;
641}
642
643div#cgit span.insertions {
644 color: #080;
645}
646
647div#cgit span.deletions {
648 color: #800;
649}
650
651div#cgit div.footer {
652 margin-top: 0.5em;
653 text-align: center;
654 font-size: 80%;
655 color: #ccc;
656}
657
658div#cgit a.branch-deco {
659 color: #fff;
660 margin: 0px 0.5em;
661 padding: 0px 0.25em;
662 background-color: #5cb85c;
663}
664
665div#cgit a.tag-deco {
666 color: #fff;
667 margin: 0px 0.5em;
668 padding: 0px 0.25em;
669 background-color: #f0ad4e;
670}
671
672div#cgit a.tag-annotated-deco {
673 color: #fff;
674 margin: 0px 0.5em;
675 padding: 0px 0.25em;
676 background-color: #b75b5b;
677}
678
679div#cgit a.remote-deco {
680 color: #fff;
681 margin: 0px 0.5em;
682 padding: 0px 0.25em;
683 background-color: #337ab7;
684}
685
686div#cgit a.deco {
687 color: #fff;
688 margin: 0px 0.5em;
689 padding: 0px 0.25em;
690 background-color: #d9534f;
691}
692
693div#cgit a.branch-deco,
694div#cgit a.tag-deco,
695div#cgit a.tag-annotated-deco,
696div#cgit a.remote-deco,
697div#cgit a.deco ,
698div#cgit div.commit-subject a.branch-deco,
699div#cgit div.commit-subject a.tag-deco,
700div#cgit div.commit-subject a.tag-annotated-deco,
701div#cgit div.commit-subject a.remote-deco,
702div#cgit div.commit-subject a.deco {
703 color: white !important;
704 margin-left: 1em;
705 font-size: 75%;
706 text-align: center;
707 white-space: nowrap;
708 vertical-align: baseline;
709 border-radius: .25em;
710}
711
712div#cgit a.branch-deco:hover,
713div#cgit a.tag-deco:hover,
714div#cgit a.remote-deco:hover,
715div#cgit a.deco:hover {
716 text-decoration: none;
717 color: white !important;
718}
719
720div#cgit table.stats {
721 border: solid 1px black;
722 border-collapse: collapse;
723}
724
725div#cgit table.stats th {
726 text-align: left;
727 padding: 1px 0.5em;
728 background-color: #eee;
729 border: solid 1px black;
730}
731
732div#cgit table.stats td {
733 text-align: right;
734 padding: 1px 0.5em;
735 border: solid 1px black;
736}
737
738div#cgit table.stats td.total {
739 font-weight: bold;
740 text-align: left;
741}
742
743div#cgit table.stats td.sum {
744 color: #c00;
745 font-weight: bold;
746/* background-color: #eee; */
747}
748
749div#cgit table.stats td.left {
750 text-align: left;
751}
752
753div#cgit table.vgraph {
754 border-collapse: separate;
755 border: solid 1px black;
756 height: 200px;
757}
758
759div#cgit table.vgraph th {
760 background-color: #eee;
761 font-weight: bold;
762 border: solid 1px white;
763 padding: 1px 0.5em;
764}
765
766div#cgit table.vgraph td {
767 vertical-align: bottom;
768 padding: 0px 10px;
769}
770
771div#cgit table.vgraph div.bar {
772 background-color: #eee;
773}
774
775div#cgit table.hgraph {
776 border: solid 1px black;
777 width: 800px;
778}
779
780div#cgit table.hgraph th {
781 background-color: #eee;
782 font-weight: bold;
783 border: solid 1px black;
784 padding: 1px 0.5em;
785}
786
787div#cgit table.hgraph td {
788 vertical-align: middle;
789 padding: 2px 2px;
790}
791
792div#cgit table.hgraph div.bar {
793 background-color: #eee;
794 height: 1em;
795}
796
797div#cgit table.ssdiff {
798 width: 100%;
799}
800
801div#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;
808}
809
810div#cgit table.ssdiff td.add {
811 color: black;
812 background: #cfc;
813 min-width: 50%;
814}
815
816div#cgit table.ssdiff td.add_dark {
817 color: black;
818 background: #aca;
819 min-width: 50%;
820}
821
822div#cgit table.ssdiff span.add {
823 background: #cfc;
824 font-weight: bold;
825}
826
827div#cgit table.ssdiff td.del {
828 color: black;
829 background: #fcc;
830 min-width: 50%;
831}
832
833div#cgit table.ssdiff td.del_dark {
834 color: black;
835 background: #caa;
836 min-width: 50%;
837}
838
839div#cgit table.ssdiff span.del {
840 background: #fcc;
841 font-weight: bold;
842}
843
844div#cgit table.ssdiff td.changed {
845 color: black;
846 background: #ffc;
847 min-width: 50%;
848}
849
850div#cgit table.ssdiff td.changed_dark {
851 color: black;
852 background: #cca;
853 min-width: 50%;
854}
855
856div#cgit table.ssdiff td.lineno {
857 color: black;
858 background: #eee;
859 text-align: right;
860 width: 3em;
861 min-width: 3em;
862}
863
864div#cgit table.ssdiff td.hunk {
865 color: black;
866 background: #ccf;
867 border-top: solid 1px #aaa;
868 border-bottom: solid 1px #aaa;
869}
870
871div#cgit table.ssdiff td.head {
872 border-top: solid 1px #aaa;
873 border-bottom: solid 1px #aaa;
874}
875
876div#cgit table.ssdiff td.head div.head {
877 font-weight: bold;
878 color: black;
879}
880
881div#cgit table.ssdiff td.foot {
882 border-top: solid 1px #aaa;
883 border-left: none;
884 border-right: none;
885 border-bottom: none;
886}
887
888div#cgit table.ssdiff td.space {
889 border: none;
890}
891
892div#cgit table.ssdiff td.space div {
893 min-height: 3em;
894}
895
896div#cgit span.gravatar img.onhover {
897 display: none;
898 border: 1px solid gray;
899 padding: 0px;
900 -webkit-border-radius: 4px;
901 -moz-border-radius: 4px;
902 border-radius: 4px;
903 width: 128px;
904 height: 128px;
905}
906
907div#cgit span.gravatar img.inline {
908 -webkit-border-radius: 3px;
909 -moz-border-radius: 3px;
910 border-radius: 3px;
911 width: 13px;
912 height: 13px;
913 margin-right: 0.2em;
914 opacity: 0.6;
915}
916
917div#cgit span.gravatar:hover > img.onhover {
918 display: block;
919 position: absolute;
920 margin-left: 1.5em;
921 background-color: #eeeeee;
922 box-shadow: 2px 2px 7px rgba(100,100,100,0.75);
923}
924
925div#cgit .highlight {
926 background: none;
927}
Powered by cgit v1.2.3 (git 2.41.0)