markdown.git: pick up new UTF-8 version w/ fixes
[girocco.git] / gitweb / gitweb.css
blob76467bf7fbd9ed250db9405b7a02192e5727bd2a
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 ol._markdown-ol {
33 counter-reset: _markdown-item;
35 ol._markdown-ol[start="0"] {
36 counter-reset: _markdown-item -1;
38 ol._markdown-ol[start="5"] {
39 counter-reset: _markdown-item 4;
41 ol._markdown-ol[start="10"] {
42 counter-reset: _markdown-item 9;
44 ol._markdown-ol > span._markdown-ol-incr {
45 counter-increment: _markdown-item;
47 ol._markdown-ol > span._markdown-ol-incr-2 {
48 counter-increment: _markdown-item 2;
50 ol._markdown-ol > span._markdown-ol-incr-5 {
51 counter-increment: _markdown-item 5;
53 ol._markdown-ol > span._markdown-ol-incr-10 {
54 counter-increment: _markdown-item 10;
56 ol._markdown-lc-greek, li._markdown-lc-greek {
57 list-style-type: lower-greek;
59 ol._markdown-ol > li {
60 counter-increment: _markdown-item;
62 ol._markdown-ol > li._markdown-li,
63 ol._markdown-ol > li._markdown-li-lc,
64 ol._markdown-ol > li._markdown-li-lc-greek,
65 ol._markdown-ol > li._markdown-li-uc {
66 list-style-type: none;
67 display: block;
69 ol._markdown-ol > li._markdown-li:before,
70 ol._markdown-ol > li._markdown-li-lc:before,
71 ol._markdown-ol > li._markdown-li-lc-greek:before,
72 ol._markdown-ol > li._markdown-li-uc:before {
73 position: absolute;
74 text-align: right;
75 white-space: nowrap;
76 margin-left: -9ex;
77 width: 9ex;
79 ol._markdown-ol > li._markdown-li[type="1"]:before {
80 content: counter(_markdown-item, decimal) ")\A0 \A0 ";
82 ol._markdown-ol > li._markdown-li-lc[type="i"]:before,
83 ol._markdown-ol > li._markdown-li-lc[type="I"]:before {
84 content: counter(_markdown-item, lower-roman) ")\A0 \A0 ";
86 ol._markdown-ol > li._markdown-li-uc[type="I"]:before,
87 ol._markdown-ol > li._markdown-li-uc[type="i"]:before {
88 content: counter(_markdown-item, upper-roman) ")\A0 \A0 ";
90 ol._markdown-ol > li._markdown-li-lc[type="a"]:before,
91 ol._markdown-ol > li._markdown-li-lc[type="A"]:before {
92 content: counter(_markdown-item, lower-alpha) ")\A0 \A0 ";
94 ol._markdown-ol > li._markdown-li-lc-greek[type="a"]:before,
95 ol._markdown-ol > li._markdown-li-lc-greek[type="A"]:before {
96 content: counter(_markdown-item, lower-greek) ")\A0 \A0 ";
98 ol._markdown-ol > li._markdown-li-uc[type="A"]:before,
99 ol._markdown-ol > li._markdown-li-uc[type="a"]:before {
100 content: counter(_markdown-item, upper-alpha) ")\A0 \A0 ";
103 li._markdown-checkbox-on,
104 li._markdown-checkbox-off {
105 list-style-type: none;
106 display: block;
108 li._markdown-checkbox-on > span:first-child + span + span,
109 li._markdown-checkbox-off > span:first-child + span + span {
110 position: absolute;
111 clip: rect(0,0,0,0);
113 li._markdown-checkbox-on > span:first-child,
114 li._markdown-checkbox-off > span:first-child,
115 li._markdown-checkbox-on > span:first-child + span,
116 li._markdown-checkbox-off > span:first-child + span {
117 display: block;
118 position: absolute;
119 margin-left: -3ex;
120 width: 1em;
121 height: 1em;
123 li._markdown-checkbox-on > span:first-child > span:first-child,
124 li._markdown-checkbox-off > span:first-child > span:first-child {
125 display: block;
126 position: absolute;
127 left: 0.75pt; top: 0.75pt; right: 0.75pt; bottom: 0.75pt;
129 li._markdown-checkbox-on > span:first-child > span:first-child:before,
130 li._markdown-checkbox-off > span:first-child > span:first-child:before {
131 display: inline-block;
132 position: relative;
133 right: 1pt;
134 width: 100%;
135 height: 100%;
136 border: 1pt solid;
137 content: "";
139 li._markdown-checkbox-on > span:first-child + span:before {
140 position: relative;
141 left: 2pt;
142 bottom: 1pt;
143 font-size: 125%;
144 line-height: 80%;
145 content: "\2713";