Ajout : rangement.
[tool/hledger.git] / doc / css / docbook.css
1
2
3 /********************************/
4 /* start of styles in block.xsl */
5
6 .formalpara-title {
7 font-weight: bold;
8 }
9
10 div.blockquote-title {
11 font-weight: bold;
12 margin-top: 1em;
13 margin-bottom: 1em;
14 }
15
16 span.msgmain-title {
17 font-weight: bold;
18 }
19
20 span.msgsub-title {
21 font-weight: bold;
22 }
23
24 span.msgrel-title {
25 font-weight: bold;
26 }
27
28 div.msglevel, div.msgorig, div.msgaud {
29 margin-top: 1em;
30 margin-bottom: 1em;
31 }
32
33 span.msglevel-title, span.msgorig-title, span.msgaud-title {
34 font-weight: bold;
35 }
36
37 div.msgexplan {
38 margin-top: 1em;
39 margin-bottom: 1em;
40 }
41
42 span.msgexplan-title {
43 font-weight: bold;
44 }
45
46 /* end of styles in block.xsl */
47 /********************************/
48
49 /********************************/
50 /* start of styles in autotoc.xsl */
51
52 font-weight: bold;
53 margin-top: 1em;
54 margin-bottom: 1em;
55 }
56
57
58 /* end of styles in autotoc.xsl */
59 /********************************/
60
61 /********************************/
62 /* start of styles in formal.xsl */
63
64 div.figure-title {
65 font-weight: bold;
66 }
67
68 div.example-title {
69 font-weight: bold;
70 }
71
72 div.equation-title {
73 font-weight: bold;
74 }
75
76 div.table-title {
77 font-weight: bold;
78 }
79
80 div.sidebar-title {
81 font-weight: bold;
82 }
83
84
85 /* end of styles in formal.xsl */
86 /********************************/
87
88 /********************************/
89 /* start of styles in verbatim.xsl */
90
91 div.programlisting {
92 white-space: pre;
93 font-family: monospace;
94 }
95
96 div.screen {
97 white-space: pre;
98 font-family: monospace;
99 }
100
101 div.synopsis {
102 white-space: pre;
103 font-family: monospace;
104 }
105
106 /* end of styles in verbatim.xsl */
107 /********************************/