sync with girocco/v2.10.5+
[git/gitweb.git] / gitweb / static / gitweb.css
blob20db60681c9144756f04cb26fce02e181c95c049
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;
11 a, a:hover, a:visited, a:active {
12 color: #000000;
15 a[href] {
16 color: #0000cc;
19 a[href]:hover, a[href]:visited, a[href]:active {
20 color: #880000;
23 span.cntrl {
24 border: dashed #aaaaaa;
25 border-width: 1px;
26 padding: 0px 2px 0px 2px;
27 margin: 0px 2px 0px 2px;
30 img.logo {
31 float: right;
32 border-width: 0px;
35 img.avatar {
36 vertical-align: middle;
39 img.blob {
40 max-height: 100%;
41 max-width: 100%;
44 div.header, div.title {
45 clear: both;
48 a.list img.avatar {
49 border-style: none;
52 div.page_header {
53 height: 1.3em;
54 padding: 8px;
55 font-size: 150%;
56 font-weight: bold;
57 background-color: #d9d8d1;
60 div.page_header a:visited, a.header {
61 color: #0000cc;
64 div.page_header a:hover {
65 color: #880000;
68 div.page_nav, div.page_nav_trailer {
69 padding: 8px;
72 div.page_nav a:visited, div.page_nav_trailer a:visited {
73 color: #0000cc;
76 div.forkinfo {
77 border: 1px;
78 text-align: center;
79 margin-bottom: 6px;
82 div.page_path {
83 padding: 8px;
84 font-weight: bold;
85 border: solid #d9d8d1;
86 border-width: 0px 0px 1px;
89 div.page_footer {
90 height: 1.5em;
91 line-height: 1.5em;
92 padding: 4px 8px;
93 background-color: #d9d8d1;
96 div.page_footer_text {
97 float: left;
98 color: #555555;
99 font-style: italic;
102 div#generating_info {
103 margin: 4px;
104 font-size: smaller;
105 text-align: center;
106 color: #505050;
109 div.page_body {
110 padding: 8px;
111 font-family: monospace;
114 div.title, span.title {
115 padding: 6px 8px;
118 div.title, a.title, span.title {
119 font-weight: bold;
120 background-color: #edece6;
121 text-decoration: none;
122 color: #000000;
125 span.title {
126 position: relative;
127 z-index: 0;
130 a.cover {
131 position: absolute;
132 z-index: -1;
133 top: 0;
134 left: 0;
135 bottom: 0;
136 right: 0;
139 span.title a.title {
140 background-color: inherit;
141 text-decoration: inherit;
144 span.title {
145 display: block;
148 span.title:hover {
149 background-color: #d9d8d1;
152 div.readme {
153 padding: 8px;
156 div.readme h1 {
157 font-size: 150%;
160 div.readme h2 {
161 font-size: 125%;
164 div.readme h3 {
165 font-size: 110%;
168 div.readme h4 {
169 font-size: 100%;
172 div.readme pre {
173 margin: 0 3ex;
174 padding: 1ex;
175 background-color: #eee;
176 overflow: auto;
179 div.readme pre.plaintext {
180 margin: 0;
181 padding: 0;
182 background-color: inherit;
185 ol._markdown-ol {
186 counter-reset: _markdown-item;
188 ol._markdown-ol[start="0"] {
189 counter-reset: _markdown-item -1;
191 ol._markdown-ol[start="5"] {
192 counter-reset: _markdown-item 4;
194 ol._markdown-ol[start="10"] {
195 counter-reset: _markdown-item 9;
197 ol._markdown-ol > span._markdown-ol-incr {
198 counter-increment: _markdown-item;
200 ol._markdown-ol > span._markdown-ol-incr-2 {
201 counter-increment: _markdown-item 2;
203 ol._markdown-ol > span._markdown-ol-incr-5 {
204 counter-increment: _markdown-item 5;
206 ol._markdown-ol > span._markdown-ol-incr-10 {
207 counter-increment: _markdown-item 10;
209 ol._markdown-lc-greek, li._markdown-lc-greek {
210 list-style-type: lower-greek;
212 ol._markdown-ol > li {
213 counter-increment: _markdown-item;
215 ol._markdown-ol > li._markdown-li,
216 ol._markdown-ol > li._markdown-li-lc,
217 ol._markdown-ol > li._markdown-li-lc-greek,
218 ol._markdown-ol > li._markdown-li-uc {
219 list-style-type: none;
220 display: block;
222 ol._markdown-ol > li._markdown-li:before,
223 ol._markdown-ol > li._markdown-li-lc:before,
224 ol._markdown-ol > li._markdown-li-lc-greek:before,
225 ol._markdown-ol > li._markdown-li-uc:before {
226 position: absolute;
227 text-align: right;
228 white-space: nowrap;
229 margin-left: -9ex;
230 width: 9ex;
232 ol._markdown-ol > li._markdown-li[type="1"]:before {
233 content: counter(_markdown-item, decimal) ")\A0 \A0 ";
235 ol._markdown-ol > li._markdown-li-lc[type="i"]:before,
236 ol._markdown-ol > li._markdown-li-lc[type="I"]:before {
237 content: counter(_markdown-item, lower-roman) ")\A0 \A0 ";
239 ol._markdown-ol > li._markdown-li-uc[type="I"]:before,
240 ol._markdown-ol > li._markdown-li-uc[type="i"]:before {
241 content: counter(_markdown-item, upper-roman) ")\A0 \A0 ";
243 ol._markdown-ol > li._markdown-li-lc[type="a"]:before,
244 ol._markdown-ol > li._markdown-li-lc[type="A"]:before {
245 content: counter(_markdown-item, lower-alpha) ")\A0 \A0 ";
247 ol._markdown-ol > li._markdown-li-lc-greek[type="a"]:before,
248 ol._markdown-ol > li._markdown-li-lc-greek[type="A"]:before {
249 content: counter(_markdown-item, lower-greek) ")\A0 \A0 ";
251 ol._markdown-ol > li._markdown-li-uc[type="A"]:before,
252 ol._markdown-ol > li._markdown-li-uc[type="a"]:before {
253 content: counter(_markdown-item, upper-alpha) ")\A0 \A0 ";
256 li._markdown-checkbox-on,
257 li._markdown-checkbox-off {
258 list-style-type: none;
259 display: block;
261 li._markdown-checkbox-on > span:first-child + span + span,
262 li._markdown-checkbox-off > span:first-child + span + span {
263 position: absolute;
264 clip: rect(0,0,0,0);
266 li._markdown-checkbox-on > span:first-child,
267 li._markdown-checkbox-off > span:first-child,
268 li._markdown-checkbox-on > span:first-child + span,
269 li._markdown-checkbox-off > span:first-child + span {
270 display: block;
271 position: absolute;
272 margin-left: -3ex;
273 width: 1em;
274 height: 1em;
276 li._markdown-checkbox-on > span:first-child > span:first-child,
277 li._markdown-checkbox-off > span:first-child > span:first-child {
278 display: block;
279 position: absolute;
280 left: 0.75pt; top: 0.75pt; right: 0.75pt; bottom: 0.75pt;
282 li._markdown-checkbox-on > span:first-child > span:first-child:before,
283 li._markdown-checkbox-off > span:first-child > span:first-child:before {
284 display: inline-block;
285 position: relative;
286 right: 1pt;
287 width: 100%;
288 height: 100%;
289 border: 1pt solid;
290 content: "";
292 li._markdown-checkbox-on > span:first-child + span:before {
293 position: relative;
294 left: 2pt;
295 bottom: 1pt;
296 font-size: 125%;
297 line-height: 80%;
298 content: "\2713";
301 div.title_text {
302 padding: 6px 0px;
303 border: solid #d9d8d1;
304 border-width: 0px 0px 1px;
305 font-family: monospace;
308 div.log, div.log_body {
309 word-wrap: break-word;
312 div.log_body {
313 padding: 8px 8px 8px 150px;
316 span.age {
317 position: relative;
318 float: left;
319 width: 142px;
320 font-style: italic;
323 span.signoff {
324 color: #888888;
327 div.log_link {
328 padding: 0px 8px;
329 font-size: 70%;
330 font-family: sans-serif;
331 font-style: normal;
332 position: relative;
333 float: left;
334 width: 136px;
337 div.list_head {
338 padding: 6px 8px 4px;
339 border: solid #d9d8d1;
340 border-width: 1px 0px 0px;
341 font-style: italic;
344 .author_date, .author {
345 font-style: italic;
348 div.author_date {
349 padding: 8px;
350 border: solid #d9d8d1;
351 border-width: 0px 0px 1px 0px;
354 a.list {
355 text-decoration: none;
356 color: #000000;
359 a.subject, a.name {
360 font-weight: bold;
363 table.tags a.subject {
364 font-weight: normal;
367 tr.tags_header {
368 font-size: 90%;
371 tr.tags_header th {
372 padding-bottom: 8px;
375 a.list:hover {
376 text-decoration: underline;
377 color: #880000;
380 a.text {
381 text-decoration: none;
382 color: #0000cc;
385 a.text:visited {
386 text-decoration: none;
387 color: #880000;
390 a.text:hover {
391 text-decoration: underline;
392 color: #880000;
395 table {
396 padding: 8px 4px;
397 border-spacing: 0;
400 table.diff_tree {
401 font-family: monospace;
404 table.combined.diff_tree th {
405 text-align: center;
408 table.combined.diff_tree td {
409 padding-right: 24px;
412 table.combined.diff_tree th.link,
413 table.combined.diff_tree td.link {
414 padding: 0px 2px;
417 table.combined.diff_tree td.nochange a {
418 color: #6666ff;
421 table.combined.diff_tree td.nochange a:hover,
422 table.combined.diff_tree td.nochange a:visited {
423 color: #d06666;
426 table.blame {
427 border-collapse: collapse;
430 table.blame td {
431 padding: 0px 5px;
432 font-size: 100%;
433 vertical-align: top;
436 th {
437 padding: 2px 5px;
438 font-size: 100%;
439 text-align: left;
442 /* do not change row style on hover for 'blame' view */
443 tr.light,
444 table.blame .light:hover {
445 background-color: #ffffff;
448 tr.dark,
449 table.blame .dark:hover {
450 background-color: #f6f6f0;
453 /* currently both use the same, but it can change */
454 tr.light:hover,
455 tr.dark:hover {
456 background-color: #edece6;
459 /* boundary commits in 'blame' view */
460 /* and commits without "previous" */
461 tr.boundary td.sha1,
462 tr.no-previous td.linenr {
463 font-weight: bold;
466 /* for 'blame_incremental', during processing */
467 tr.color1 { background-color: #f6fff6; }
468 tr.color2 { background-color: #f6f6ff; }
469 tr.color3 { background-color: #fff6f6; }
471 td {
472 padding: 2px 5px;
473 font-size: 100%;
474 vertical-align: top;
477 td.link, td.selflink {
478 padding: 2px 5px;
479 font-family: sans-serif;
480 font-size: 70%;
483 td.selflink {
484 padding-right: 0px;
487 td.sha1 {
488 font-family: monospace;
491 .error {
492 color: red;
493 background-color: yellow;
496 td.current_head {
497 text-decoration: underline;
500 td.category {
501 background-color: #d9d8d1;
502 border-top: 1px solid #000000;
503 border-left: 1px solid #000000;
504 font-weight: bold;
507 table.diff_tree span.file_status.new {
508 color: #008000;
511 table.diff_tree span.file_status.deleted {
512 color: #c00000;
515 table.diff_tree span.file_status.moved,
516 table.diff_tree span.file_status.mode_chnge {
517 color: #777777;
520 table.diff_tree span.file_status.copied {
521 color: #70a070;
524 /* noage: "No commits" */
525 table.project_list td.noage {
526 color: #808080;
527 font-style: italic;
530 /* age2: 60*60*24*2 <= age */
531 table.project_list td.age2, table.blame td.age2 {
532 font-style: italic;
535 /* age1: 60*60*2 <= age < 60*60*24*2 */
536 table.project_list td.age1 {
537 color: #009900;
538 font-style: italic;
541 table.blame td.age1 {
542 color: #009900;
543 background: transparent;
546 /* age0: age < 60*60*2 */
547 table.project_list td.age0 {
548 color: #009900;
549 font-style: italic;
550 font-weight: bold;
553 table.blame td.age0 {
554 color: #009900;
555 background: transparent;
556 font-weight: bold;
559 td.pre, div.pre, div.diff {
560 font-family: monospace;
561 font-size: 12px;
564 div.pre, div.diff {
565 white-space: pre-wrap;
566 word-wrap: break-word;
569 div.pre {
570 padding-left: 5.5ex !important;
571 text-indent: -5.5ex;
574 div.diff_body {
575 position: relative;
576 overflow: hidden;
577 padding-left: 2.6ex !important;
578 text-indent: -2.6ex;
581 div.diff_body:before {
582 position: absolute;
583 left: -0.35ex;
584 white-space: pre;
585 content: " \21aa\a \21aa\a \21aa\a \21aa\a \21aa\a \21aa\a \21aa\a \21aa\a \21aa\a \21aa";
586 clip: rect(auto, auto, auto, 1ex);
589 td.pre {
590 white-space: pre-wrap;
593 td.mode {
594 font-family: monospace;
597 /* progress of blame_interactive */
598 div#progress_bar {
599 height: 2px;
600 margin-bottom: -2px;
601 background-color: #d8d9d0;
603 div#progress_info {
604 float: right;
605 text-align: right;
608 /* format of (optional) objects size in 'tree' view */
609 td.size {
610 font-family: monospace;
611 text-align: right;
614 /* styling of diffs (patchsets): commitdiff and blobdiff views */
615 div.diff.header,
616 div.diff.extended_header {
617 white-space: normal;
620 div.diff.header {
621 font-weight: bold;
623 background-color: #edece6;
625 margin-top: 4px;
626 padding: 4px 0px 2px 0px;
627 border: solid #d9d8d1;
628 border-width: 1px 0px 1px 0px;
631 div.diff.header a.path {
632 text-decoration: underline;
635 div.diff.extended_header,
636 div.diff.extended_header a.path,
637 div.diff.extended_header a.hash {
638 color: #777777;
641 div.diff.extended_header .info {
642 color: #b0b0b0;
645 div.diff.extended_header {
646 background-color: #f6f5ee;
647 padding: 2px 0px 2px 0px;
650 div.diff a.list,
651 div.diff a.path,
652 div.diff a.hash {
653 text-decoration: none;
656 div.diff a.list:hover,
657 div.diff a.path:hover,
658 div.diff a.hash:hover {
659 text-decoration: underline;
662 div.diff.to_file a.path,
663 div.diff.to_file {
664 color: #007000;
667 div.diff.add {
668 color: #008800;
671 div.diff.add span.marked {
672 background-color: #aaffaa;
675 div.diff.from_file a.path,
676 div.diff.from_file {
677 color: #aa0000;
680 div.diff.rem {
681 color: #cc0000;
684 div.diff.rem span.marked {
685 background-color: #ffaaaa;
688 div.diff.chunk_header a,
689 div.diff.chunk_header {
690 color: #990099;
693 div.diff.chunk_header {
694 border: dotted #ffe0ff;
695 border-width: 1px 0px 0px 0px;
696 margin-top: 2px;
699 div.diff.chunk_header span.chunk_info {
700 background-color: #ffeeff;
703 div.diff.chunk_header span.section {
704 color: #aa22aa;
707 div.diff.incomplete {
708 color: #cccccc;
711 div.diff.nodifferences {
712 font-weight: bold;
713 color: #600000;
716 /* side-by-side diff */
717 div.chunk_block {
718 overflow: hidden;
721 div.chunk_block div.old {
722 float: left;
723 width: 50%;
724 overflow: hidden;
727 div.chunk_block div.new {
728 margin-left: 50%;
729 width: 50%;
732 div.chunk_block.rem div.old div.diff.rem {
733 background-color: #fff5f5;
735 div.chunk_block.add div.new div.diff.add {
736 background-color: #f8fff8;
738 div.chunk_block.chg div div.diff {
739 background-color: #fffff0;
741 div.chunk_block.ctx div div.diff.ctx {
742 color: #404040;
745 div#htmltagcloud {
746 margin: 6px 8px;
749 div.index_include {
750 border: solid #d9d8d1;
751 border-width: 0px 0px 1px;
752 padding: 12px 8px;
755 div.search, div.search_help {
756 font-size: 100%;
757 font-weight: normal;
758 margin: 4px 8px;
761 div.search {
762 float: right;
763 top: 56px;
764 right: 12px
767 div.projsearch {
768 text-align: center;
769 margin: 1em 0;
772 div.projsearch form {
773 margin-bottom: 2px;
776 td.linenr {
777 text-align: right;
780 div.pre a.linenr {
781 white-space: pre;
784 a.linenr {
785 color: #999999;
786 text-decoration: none
789 table.shortlog {
790 white-space: nowrap;
793 table.shortlog span.refs {
794 white-space: normal;
797 a.rss_logo {
798 float: right;
799 padding: 1ex;
800 line-height: 1;
801 border: 1px solid;
802 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
803 color: #ffffff;
804 background-color: #ff6600;
805 font-weight: bold;
806 font-family: sans-serif;
807 font-size: 70%;
808 text-align: center;
809 text-decoration: none;
812 a.rss_logo:hover {
813 background-color: #ee5500;
816 a.rss_logo.generic {
817 background-color: #ff8800;
820 a.rss_logo.generic:hover {
821 background-color: #ee7700;
824 span.refs span {
825 display: inline-block;
826 position: relative;
827 margin-left: 1ex;
828 padding: 0px 1ex;
829 bottom: 1px;
830 font-size: 70%;
831 font-weight: normal;
832 border: 1px solid;
833 background-color: #ffaaff;
834 border-color: #ffccff #ff00ee #ff00ee #ffccff;
837 span.refs span a {
838 text-decoration: none;
839 color: inherit;
842 span.refs span a:hover {
843 text-decoration: underline;
846 span.refs span.indirect {
847 font-style: italic;
850 span.refs span.ref {
851 background-color: #aaaaff;
852 border-color: #ccccff #0033cc #0033cc #ccccff;
855 span.refs span.tag {
856 background-color: #ffffaa;
857 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
860 span.refs span.head {
861 background-color: #aaffaa;
862 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
865 span.atnight {
866 color: #cc0000;
869 span.match {
870 color: #e00000;
873 span.projectlist_link {
874 text-align: center;
875 font-weight: bold;
878 div.binary {
879 font-style: italic;
882 .extra_column {
883 display: none;
884 white-space: nowrap;
887 div.remote {
888 margin: .5em;
889 border: 1px solid #d9d8d1;
890 display: inline-block;
893 div.stale_info {
894 display: block;
895 text-align: right;
896 font-style: italic;
897 margin-top: 6px;
898 margin-right: 8px;
901 /* JavaScript-based timezone manipulation */
903 .popup { /* timezone selection UI */
904 position: absolute;
905 z-index: 1;
906 /* "top: 0; right: 0;" would be better, if not for bugs in browsers */
907 top: 0; left: 0;
908 border: 1px solid;
909 padding: 2px;
910 background-color: #f0f0f0;
911 font-style: normal;
912 color: #000000;
913 cursor: auto;
916 .close-button { /* close timezone selection UI without selecting */
917 /* float doesn't work within absolutely positioned container,
918 * if width of container is not set explicitly */
919 /* float: right; */
920 position: absolute;
921 top: 0px; right: 0px;
922 border: 1px solid green;
923 margin: 1px 1px 1px 1px;
924 padding-bottom: 2px;
925 width: 12px;
926 height: 10px;
927 font-size: 9px;
928 font-weight: bold;
929 text-align: center;
930 background-color: #fff0f0;
931 cursor: pointer;
935 /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
937 /* Highlighting theme definition: */
939 .num { color:#2928ff; }
940 .esc { color:#ff00ff; }
941 .str { color:#ff0000; }
942 .dstr { color:#818100; }
943 .slc { color:#838183; font-style:italic; }
944 .com { color:#838183; font-style:italic; }
945 .dir { color:#008200; }
946 .sym { color:#000000; }
947 .line { color:#555555; }
948 .kwa { color:#000000; font-weight:bold; }
949 .kwb { color:#830000; }
950 .kwc { color:#000000; font-weight:bold; }
951 .kwd { color:#010181; }