girocco-config.sh: new utility script
[girocco/readme.git] / gitweb / gitweb.css
blob3060d1af2f14c158015540a618345b92bd537fc2
1 /* Girocco-specific fragment of gitweb.css, appended at the end. */
3 sup.sup {
4 position: relative;
5 font-size: 100%;
6 vertical-align: baseline;
7 bottom: +1ex;
9 sup.sup > span:first-child {
10 position: relative;
11 font-size: smaller;
12 top: +1pt;
15 sub.sub {
16 position: relative;
17 font-size: 100%;
18 vertical-align: baseline;
19 top: +1pt;
21 sub.sub > span:first-child {
22 position: relative;
23 font-size: smaller;
24 top: +0.5ex;
27 /* stopgap until the newer gitweb.css is picked up */
28 div.readme pre {
29 overflow: auto;
32 table._markdown-table {
33 margin-bottom: 0.5em;
35 table._markdown-table, table._markdown-table th, table._markdown-table td {
36 border-collapse: collapse;
37 border-spacing: 0;
38 border: thin solid #ddd;
40 table._markdown-table tr._markdown-row-hdr {
41 background-color: #fdfdfd;
43 table._markdown-table tr._markdown-row-hdr th {
44 padding-top: 0.5em;
45 padding-bottom: 0.5em;
47 table._markdown-table tr._markdown-row-even {
48 background-color: #f4f4f4;
51 ol._markdown-ol {
52 counter-reset: _markdown-item;
54 ol._markdown-ol[start="0"] {
55 counter-reset: _markdown-item -1;
57 ol._markdown-ol[start="5"] {
58 counter-reset: _markdown-item 4;
60 ol._markdown-ol[start="10"] {
61 counter-reset: _markdown-item 9;
63 ol._markdown-ol > span._markdown-ol-incr {
64 counter-increment: _markdown-item;
66 ol._markdown-ol > span._markdown-ol-incr-2 {
67 counter-increment: _markdown-item 2;
69 ol._markdown-ol > span._markdown-ol-incr-5 {
70 counter-increment: _markdown-item 5;
72 ol._markdown-ol > span._markdown-ol-incr-10 {
73 counter-increment: _markdown-item 10;
75 ol._markdown-lc-greek, li._markdown-lc-greek {
76 list-style-type: lower-greek;
78 ol._markdown-ol > li {
79 counter-increment: _markdown-item;
81 ol._markdown-ol > li._markdown-li,
82 ol._markdown-ol > li._markdown-li-lc,
83 ol._markdown-ol > li._markdown-li-lc-greek,
84 ol._markdown-ol > li._markdown-li-uc {
85 list-style-type: none;
86 display: block;
88 ol._markdown-ol > li._markdown-li:before,
89 ol._markdown-ol > li._markdown-li-lc:before,
90 ol._markdown-ol > li._markdown-li-lc-greek:before,
91 ol._markdown-ol > li._markdown-li-uc:before {
92 position: absolute;
93 text-align: right;
94 white-space: nowrap;
95 margin-left: -9ex;
96 width: 9ex;
98 ol._markdown-ol > li._markdown-li[type="1"]:before {
99 content: counter(_markdown-item, decimal) ")\A0 \A0 ";
101 ol._markdown-ol > li._markdown-li-lc[type="i"]:before,
102 ol._markdown-ol > li._markdown-li-lc[type="I"]:before {
103 content: counter(_markdown-item, lower-roman) ")\A0 \A0 ";
105 ol._markdown-ol > li._markdown-li-uc[type="I"]:before,
106 ol._markdown-ol > li._markdown-li-uc[type="i"]:before {
107 content: counter(_markdown-item, upper-roman) ")\A0 \A0 ";
109 ol._markdown-ol > li._markdown-li-lc[type="a"]:before,
110 ol._markdown-ol > li._markdown-li-lc[type="A"]:before {
111 content: counter(_markdown-item, lower-alpha) ")\A0 \A0 ";
113 ol._markdown-ol > li._markdown-li-lc-greek[type="a"]:before,
114 ol._markdown-ol > li._markdown-li-lc-greek[type="A"]:before {
115 content: counter(_markdown-item, lower-greek) ")\A0 \A0 ";
117 ol._markdown-ol > li._markdown-li-uc[type="A"]:before,
118 ol._markdown-ol > li._markdown-li-uc[type="a"]:before {
119 content: counter(_markdown-item, upper-alpha) ")\A0 \A0 ";
122 li._markdown-checkbox-on,
123 li._markdown-checkbox-off {
124 list-style-type: none;
125 display: block;
127 li._markdown-checkbox-on > span:first-child + span + span,
128 li._markdown-checkbox-off > span:first-child + span + span {
129 position: absolute;
130 clip: rect(0,0,0,0);
132 li._markdown-checkbox-on > span:first-child,
133 li._markdown-checkbox-off > span:first-child,
134 li._markdown-checkbox-on > span:first-child + span,
135 li._markdown-checkbox-off > span:first-child + span {
136 display: block;
137 position: absolute;
138 margin-left: -3ex;
139 width: 1em;
140 height: 1em;
142 li._markdown-checkbox-on > span:first-child > span:first-child,
143 li._markdown-checkbox-off > span:first-child > span:first-child {
144 display: block;
145 position: absolute;
146 left: 0.75pt; top: 0.75pt; right: 0.75pt; bottom: 0.75pt;
148 li._markdown-checkbox-on > span:first-child > span:first-child:before,
149 li._markdown-checkbox-off > span:first-child > span:first-child:before {
150 display: inline-block;
151 position: relative;
152 right: 1pt;
153 width: 100%;
154 height: 100%;
155 border: 1pt solid;
156 content: "";
158 li._markdown-checkbox-on > span:first-child + span:before {
159 position: relative;
160 left: 2pt;
161 bottom: 1pt;
162 font-size: 125%;
163 line-height: 80%;
164 content: "\2713";