Git init
[pkgs/e/elektra.git] / doc / docbook.css
1 /* $Id */
2
3 <style type="text/css">
4
5         body, .article, .titlepage, .toc, .section, .appendix, .glossary {
6                 font-family: Verdana, Helvetica, Lucida, Arial;
7                 font-size: 11px;
8         }
9
10
11         /* Titlepage stuff */
12
13         .titlepage .title {
14                 font-family: Verdana, Helvetica, Lucida, Arial;
15                 font-size: 26px;
16                 color: #ff6600;
17                 text-align: left;
18         }
19
20         .titlepage .pubdate {
21                 font-family: Verdana, Helvetica, Lucida, Arial;
22                 font-size: 14pt;
23         }
24
25
26
27
28 /* Author related stuff */
29
30         .authorgroup {
31                 font-family: Verdana, Helvetica, Lucida, Arial;
32                 font-size: 11px;
33                 margin-left: 30pt;
34                 margin-top: 10pt;
35                 margin-bottom: 0pt;
36                 border-left-style: dotted;
37                 border-width: 1pt;
38                 border-color: #ff9933;
39                 padding-left: 10pt;
40         }
41
42         h3.author {
43                 font-family: Verdana, Helvetica, Lucida, Arial;
44                 font-size: 14px;
45                 margin-top: 15pt;
46                 margin-bottom: 0pt;
47         }
48
49         .contrib {
50                 font-family: Verdana, Helvetica, Lucida, Arial;
51                 font-size: 11px;
52                 text-align: justify;
53         }
54
55
56
57
58 /* Table of Contents rendering */
59
60         div.toc {
61                 font-family: Verdana, Helvetica, Lucida, Arial;
62                 font-size: 18px;
63                 margin-bottom: 50pt;
64                 margin-left: 60pt;
65         }
66
67         .toc p {
68                 font-family: Verdana, Helvetica, Lucida, Arial;
69                 font-size: 26px;
70                 color: #6565FF;
71         }
72
73         .toc dl dt {
74                 font-family: Verdana, Helvetica, Lucida, Arial;
75                 margin-left: 20pt;
76                 font-size: 18px;
77                 color: #ff6600;
78         }
79
80         .toc dl dt a {
81                 font-family: Verdana, Helvetica, Lucida, Arial;
82                 font-size: 18px;
83                 color: #ff6600;
84         }
85
86         .toc dl dd dl dt {
87                 font-family: Verdana, Helvetica, Lucida, Arial;
88                 font-size: 16px;
89                 margin-left: 0pt;
90                 color: #ff9933;
91         }
92
93         .toc dl dd dl dt a {
94                 font-family: Verdana, Helvetica, Lucida, Arial;
95                 font-size: 16px;
96                 color: #ff9933;
97         }
98
99
100
101
102
103 /* Section and appendix stuff */
104
105         .section, .appendix, .glossary {
106                 font-family: Verdana, Helvetica, Lucida, Arial;
107                 font-size: 11px;
108                 text-align: justify;
109                 margin-top: 50pt;
110                 margin-bottom: 0pt;
111                 margin-left: 30pt;
112                 margin-right: 30pt;
113         }
114
115         /* Nested sections */
116         .section .section, .appendix .appendix {
117                 margin-left: 0pt;
118                 margin-right: 0pt;
119                 margin-top: 10pt;
120         }
121
122         .section .titlepage .title, .appendix .title, .glossary .title {
123                 font-family: Verdana, Helvetica, Lucida, Arial;
124                 font-size: 22px;
125                 color: #ff6600;
126                 margin-top:0pt;
127                 border-top-style: dotted;
128                 border-width: 1pt;
129                 border-color: #6565FF;
130         }
131
132
133         .section .section .titlepage .title {
134                 font-family: Verdana, Helvetica, Lucida, Arial;
135                 font-size: 18px;
136                 color: #ff9933;
137                 margin-top:0pt;
138                 border-top-style: dotted;
139                 border-width: 1pt;
140                 border-color: #6565FF;
141         }
142
143         .bridgehead {
144                 font-family: Verdana, Helvetica, Lucida, Arial;
145                 font-size: 18px;
146                 color: #ff9933;
147                 margin-bottom: 0pt;
148         }
149
150
151
152 /* Tips, warnings, etc */
153
154         .note p, .tip p, .important p, .warning p, .caution p {
155                 color: #ff9933;
156         }
157
158
159         
160
161 /* Tables, examples and screens rendering */
162
163         .table .title, .example .title, .figure .title {
164                 font-family: Verdana, Helvetica, Lucida, Arial;
165                 font-size: 11px;
166                 color: black;
167                 border: 0pt;
168                 margin: 0pt;
169                 margin-top: 5pt;
170         }
171
172         .glossary dt {
173                 font-weight: bold;
174         }
175
176         .table table {
177                 background-color: #FFF7EA;
178         }
179
180         .table table th {
181                 font-family: Tahoma, Verdana, Helvetica, Lucida, Arial;
182                 font-size: 11px;
183                 color: black;
184                 border-width: 0pt;
185                 border-bottom-width: 2pt;
186                 border-style: solid;
187                 border-color: #6565FF;
188         }
189
190         .table table td {
191                 font-family: Tahoma, Verdana, Helvetica, Lucida, Arial;
192                 font-size: 11px;
193                 color: black;
194                 border-width: 0pt;
195                 border-bottom-width: 1pt;
196                 border-style: solid;
197                 /*background: #FFF7EA;*/
198         }
199
200         .table table td .strong em {
201                 font-family: Tahoma, Verdana, Helvetica, Lucida, Arial;
202                 font-size: 11px;
203                 font-weight: bold;
204         }
205
206         .programlisting, .screen {
207                 font-family: lucidatypewriter, lucida console, courier, tahoma;
208                 font-size: 12px;
209                 color: #555555;
210                 background-color: #FFF7EA;
211                 border-width: 2pt;
212                 border-style: solid;
213                 border-color: #CCCCCC;
214         }
215
216         .variablelist dt {
217                 margin-top: 20pt;
218         }
219
220
221
222 /* Inline elements rendering */
223
224         .command {
225                 color: #298952;
226         }
227
228         .type {
229                 color: #29AA52;
230                 font-weight: bold;
231         }
232
233         p {
234                 font-family: Verdana, Helvetica, Lucida, Arial;
235                 font-size: 11px;
236                 text-align: justify;
237         }
238
239         .filename, .envar, tt {
240                 font-family: lucidatypewriter, lucida console, courier, tahoma;
241                 font-weight: bold;
242                 /*      font-size: 10px; */
243         }
244
245         a:link {
246                 text-decoration: none;
247         }
248
249         a:active {
250                 color: blue;
251         }
252
253         a:visited {
254                 color: #3355cc;
255                 text-decoration: none;
256         }
257
258         a:hover {
259                 color: #4477cc;
260                 text-decoration: underline;
261         }
262
263
264
265 /* Misc */
266
267         hr {
268                 border-color: #6565FF;
269         }
270
271         ul li {
272                 list-style-image: url(images/img_arrow.png);
273         }
274
275 </style>