Ajout : rangement.
[tool/hledger.git] / doc / css / manpage.css
1 html body {
2 color:#343434;
3 font-family:monospace,Arial,sans-serif;
4 font-size:10px;
5 margin:0 0;
6 padding:0 0 0 0;
7 }
8 /* sections */
9 .refentry {
10 }
11 .refentry > .refsect1,
12 .refentry > .refsect2,
13 .refentry > .refsect3 {
14 -moz-box-sizing:border-box;
15 -webkit-box-sizing:border-box;
16 box-sizing:border-box;
17 clear:both;
18 display:table;
19 float:left;
20 margin:0 auto 0 auto;
21 padding:0 1em 0 1em;
22 width:100%;
23 }
24
25 .refentry > .refsect1:last-child {
26 margin-bottom:2ex;
27 }
28 .refentry > .refsect1 * {
29 clear:both;
30 }
31 .refentry > .refnamediv > *,
32 .refentry > .refsect1 > *,
33 .refentry > .refsynopsisdiv > * {
34 margin:0 1em 0 1em;
35 }
36 .refentry .refnamediv {
37 margin:0 1em 1ex 1em;
38 }
39 .refentry .refnamediv h2 {
40 border-bottom:2px solid black;
41 color:green;
42 font-family:monospace,Arial,sans-serif;
43 font-size:120%;
44 font-variant:small-caps;
45 border-bottom:0 solid black;
46 margin:0 0 0.5ex 0;
47 padding:0 0 0 0;
48 }
49 .refentry .refnamediv p {
50 margin:0 0 0 0;
51 padding:0 0 0 0;
52 text-align:justify;
53 }
54 .refentry > .refsect1 > .refsect2 {
55 margin-left:0;
56 }
57 .refentry > .refsect1 > .refsect2 > * {
58 margin-left:1em;
59 }
60 .refentry > .refsect1 > .refsect2 > .refsect3 > * {
61 margin-left:2em;
62 }
63 /* text */
64 a:empty {
65 margin:0 0 0 0;
66 padding:0 0 0 0;
67 }
68 .refentry em {
69 color:black;
70 }
71 .refentry .emphasis {
72 text-decoration:underline;
73 }
74 .refentry p {
75 margin:0 0 0 0;
76 max-width:86ex;
77 padding:1ex 0 0 0;
78 text-align:justify;
79 }
80 .refentry h2 + p {
81 margin-top:0;
82 padding-top:0.25ex;
83 }
84 .refentry h3 + p,
85 .refentry h3 + p[title] {
86 margin-top:0;
87 padding-top:0;
88 }
89 /* citations */
90 .refentry code,
91 .refentry code.literal {
92 background-color:#EEEEEE;
93 color:inherit !important;
94 font-family:monospace,Courier;
95 font-size:10px;
96 white-space:pre;
97 }
98 .refentry pre {
99 font-family:monospace,Courier;
100 line-height:1.3; /* TODO: 1.2 ? */
101 }
102 .refentry pre.literallayout {
103 border-left:1ex solid navy;
104 margin-left:0;
105 padding-left:1ex;
106 }
107 .refentry .screen {
108 border-width:0px 0px 0px 5px;
109 color:black;
110 display:inline-block;
111 margin-top:0.5ex;
112 margin-bottom:0;
113 }
114 .refentry .programlisting {
115 color:black;
116 margin-top:0.5ex;
117 margin-bottom:0;
118 }
119 .refentry .listitem > .simpara {
120 display:inline;
121 margin-bottom:0;
122 }
123 /* titles */
124 .refentry > .refsect1 > h2 {
125 border-bottom:2px solid black;
126 /*box-shadow:0px 1px 00px #888888;*/
127 color:green;
128 font-family:monospace,Arial,sans-serif;
129 font-size:120%;
130 /*font-variant:small-caps;*/
131 line-height:1.2;
132 margin:1ex 0 0.5ex 0;
133 padding:0 0 0.5ex 0;
134 }
135 .refentry > .refnamediv > h2,
136 .refentry > .refsynopsisdiv > h2 {
137 font-variant:small-caps;
138 }
139 .refentry > .refsect1 > .refsect2 > h3 {
140 color:DarkGreen;
141 font-family:monospace,Arial,sans-serif;
142 font-size:100%;
143 padding:1.5ex 0 0.5ex 0;
144 margin:0 0 0 0;
145 }
146 .refentry > .refsect1 > h2 + .refsect2 > h3 {
147 padding-top:0;
148 }
149 .refentry > .refsect1 > .refsect2 > h3:before,
150 .refentry .toc .refsect2:before {
151 color:black;
152 content:"► ";
153 font-family:monospace,Arial,sans-serif;
154 float:left;
155 }
156 .refentry > .refsect1 > .refsect2 > .refsect3 > h4 {
157 color:DarkGreen;
158 font-family:monospace,Arial,sans-serif;
159 font-size:100%;
160 padding:1em 0 0 0;
161 margin:0 0 0 0;
162 }
163 .refentry > .refsect1 > .refsect2 > .refsect3 > h4:before,
164 .refentry .toc .refsect3:before {
165 color:black;
166 content:"►► ";
167 font-family:monospace,Arial,sans-serif;
168 float:left;
169 }
170 .refentry li.listitem > p.simpara:first-child {
171 margin-top:0;
172 }
173 .refentry p .formalpara-title {
174 /* XXX: there is a docbook-xsl bug here:
175 * https://lists.oasis-open.org/archives/docbook-apps/201107/msg00003.html
176 */
177 color:black;
178 font-weight:bold;
179 line-height:1.4;
180 margin:0 0 0 0;
181 padding:0 0 0 0;
182 text-align:left;
183 }
184 .refentry p[title] {
185 margin-top:1ex;
186 max-width:none;
187 padding:0 0 0 0;
188 }
189 .refentry span.citerefentry > span.refentrytitle {
190 white-space:nowrap;
191 }
192 /* lists */
193 .refentry .calloutlist p {
194 padding:0 0 0 0;
195 }
196 .refentry .calloutlist td {
197 padding:0 0 0 0;
198 }
199 .refentry .calloutlist td p {
200 }
201 .refentry .calloutlist td:first-child {
202 padding-right:1em;
203 }
204 .refentry .calloutlist td:first-child p {
205 text-align:right;
206 }
207 .refentry .itemizedlist {
208 padding:0 0 0 0;
209 margin:0 0 0 0;
210 }
211 .refentry .orderedlist {
212 padding:0 0 0 0;
213 margin:0 0 0 1ex;
214 }
215 .refentry .itemizedlist ul,
216 .refentry .orderedlist ol {
217 padding:0 0 0 0;
218 margin:0 0 0 1.5em;
219 list-style-position:outside;
220 }
221 .refentry .itemizedlist ul li,
222 .refentry .orderedlist ol li {
223 margin:0 0 0 0;
224 max-width:51em;
225 padding:0 0 0 0;
226 }
227 .refentry .variablelist {
228 padding:0 0 0 0;
229 margin:0 0 0 0;
230 }
231 .refentry .variablelist dl {
232 list-style-position:outside;
233 margin:0 0 0 0;
234 padding:0.5ex 0 0 0;
235 }
236 .refentry .variablelist dl dt {
237 margin:0 0 0 0;
238 padding-left:1px;
239 }
240 .refentry .variablelist dl dd {
241 border-left:1px dotted black;
242 margin:0.5ex 0 0.5ex 0.9ex;
243 max-width:51em;
244 padding-left:1.1ex;
245 text-align:justify;
246 }
247 .refentry .variablelist dl dd > p:first-child {
248 padding-top:0;
249 }
250 .refentry .variablelist dl dd > p:last-child {
251 padding-bottom:0;
252 }
253 .refentry .variablelist dt .term:before,
254 .refentry .toc dt .term:before {
255 color:black;
256 content:"▪ ";
257 font-family:monospace,Arial,sans-serif;
258 float:left;
259 }
260 .refentry h2 + .itemizedlist ul,
261 .refentry h2 + .orderedlist ol,
262 .refentry h2 + .variablelist dl {
263 padding-top:0;
264 }
265 .refentry .horizontal {
266 }
267 .refentry .horizontal .horizontal-contents {
268 }
269 .refentry .horizontal .horizontal-contents > table > tbody > tr > td:first-child {
270 font-weight:bold;
271 }
272 .refentry .horizontal .horizontal-contents > table > tbody > tr > td > p:first-child {
273 padding-top:0;
274 }
275 /* fhs */
276 .refentry a[href^="#fhs:"] {
277 white-space:pre;
278 }
279 .refentry .toc a[href^="#fhs:"] {
280 white-space:normal;
281 }
282 /* sidebar */
283 .sidebar ~ .refsect1,
284 .sidebar ~ .refsect2,
285 .sidebar ~ .refsect3 {
286 padding-left:32em;
287 }
288 .refentry .sidebar {
289 -moz-box-sizing:border-box;
290 -webkit-box-sizing:border-box;
291 background:none repeat scroll 0 0 #FFFFEE;
292 border:1px solid #C0C0C0;
293 box-sizing:border-box;
294 clear:both;
295 float:left;
296 height:96%;
297 left:0;
298 margin:1em 0 0 1em;
299 overflow:auto;
300 padding:1ex 1em 1ex 1em;
301 position:fixed;
302 top:0;
303 width:30em;
304 }
305 .refentry .sidebar .refnamediv {
306 margin:0 0 1ex 0;
307 }
308 .refentry .sidebar .refnamediv h2 {
309 border-bottom:2px solid black;
310 color:green;
311 font-family:monospace,Arial,sans-serif;
312 font-size:120%;
313 font-variant:small-caps;
314 border-bottom:0 solid black;
315 margin:0 0 0.5ex 0;
316 padding:0 0 0 0;
317 }
318 .refentry .sidebar .refnamediv p {
319 margin:0 0 0 0;
320 padding:0 0 0 0;
321 text-align:justify;
322 }
323 .refentry .sidebar .location {
324 margin:0 0 0 0;
325 }
326 .refentry .sidebar .language {
327 margin:0 0 0 0;
328 }
329 /* location */
330 .refentry .location {
331 margin:0 1em 0 1em;
332 }
333 .refentry .location .location-title {
334 display:inline-block;
335 }
336 .refentry .location .location-path {
337 display:inline-block;
338 margin-left:1em;
339 margin-bottom:0.5ex;
340 }
341 .refentry .location .location-path a {
342 display:inline-block;
343 }
344 .refentry .location .location-path .dir {
345 color:blue;
346 font-weight:bold;
347 }
348 .refentry .location .location-path .dir .slash {
349 color:black;
350 }
351 .refentry .location .location-path .file {
352 font-weight:bold;
353 }
354 /* language */
355 .refentry .language {
356 margin:0 1em 0 1em;
357 }
358 .refentry .language .language-title {
359 display:inline-block;
360 }
361 .refentry .language .language-list {
362 display:inline-block;
363 font-weight:bold;
364 margin-left:1em;
365 }
366 .refentry .language .language-list .lang-available {
367 color:blue;
368 }
369 .refentry .language .language-list .lang-current {
370 color:black;
371 }
372 /* toc */
373 .refentry .toc {
374 }
375 .refentry .toc dl {
376 clear:left;
377 margin-left:0;
378 padding-left:0;
379 }
380 .refentry .toc dl dd {
381 border-left:1px dotted #333;
382 margin-bottom:1px;
383 margin-left:0.1ex;
384 padding-left:1.9ex;
385 }
386 .refentry .toc dl dt span.refsynopsisdiv {
387 }
388 .refentry .toc .refsect1:before {
389 color:black;
390 content:"§ ";
391 font-family:monospace,Arial,sans-serif;
392 float:left;
393 }
394 .refentry .toc .toc-title,
395 .refentry .language .language-title,
396 .refentry .location .location-title {
397 border-bottom:0 solid black;
398 color:green;
399 font-size:120%;
400 font-variant:small-caps;
401 font-weight:bold;
402 margin-bottom:0.5ex;
403 }