]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups.css
Merge changes from 1.4svn-r7979.
[thirdparty/cups.git] / doc / cups.css
1 BODY {
2 background: white;
3 color: black;
4 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
5 }
6
7 H1, H2, H3, H4, H5, H6, P, TD, TH {
8 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
9 }
10
11 KBD {
12 color: #006600;
13 font-family: monaco, courier, monospace;
14 font-weight: bold;
15 }
16
17 PRE {
18 font-family: monaco, courier, monospace;
19 }
20
21 PRE.command {
22 color: #7f0000;
23 margin-left: 36pt;
24 }
25
26 PRE.example {
27 background: white;
28 border: dotted thin #999999;
29 margin-left: 36pt;
30 padding: 10px;
31 }
32
33 PRE.command EM, PRE.example EM {
34 color: #3f0000;
35 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
36 }
37
38 P.command {
39 color: #7f0000;
40 font-family: monaco, courier, monospace;
41 margin-left: 36pt;
42 }
43
44 P.formula {
45 font-style: italic;
46 margin-left: 36pt;
47 }
48
49 BLOCKQUOTE {
50 background: #f0f0f0;
51 border: inset 1px #eeeeee;
52 padding: 10px;
53 /* These are not implemented by all browsers, but that's OK */
54 border-radius: 5px;
55 -moz-border-radius: 5px;
56 }
57
58 A IMG {
59 border: none;
60 }
61
62 A:link:hover IMG {
63 background: #f0f0f0;
64 border-radius: 10px;
65 -moz-border-radius: 10px;
66 }
67
68 A:link, A:visited {
69 font-weight: inherit;
70 text-decoration: none;
71 color: #000099;
72 }
73
74 A:link:hover, A:visited:hover, A:active {
75 text-decoration: underline;
76 color: #990099;
77 }
78
79 TABLE.page {
80 border: none;
81 border-collapse: collapse;
82 height: 100%;
83 margin: 0;
84 padding: 0;
85 width: 100%;
86 }
87
88 TD.body {
89 height: 100%;
90 vertical-align: top;
91 }
92
93 TD.sel, TD.unsel {
94 border-left: thin solid #cccccc;
95 padding: 0px 5px;
96 text-align: center;
97 vertical-align: middle;
98 width: 14%;
99 }
100
101 TD.sel {
102 background: url(images/sel.gif);
103 }
104
105 TD.unsel {
106 background: url(images/unsel.gif);
107 }
108
109 TD.sel A, TD.sel A:hover, TD.unsel A:link:hover, TD.unsel A:visited:hover,
110 TD.unsel A:active, TD.unsel A, TD.unsel A:visited {
111 color: #666666;
112 font-weight: normal;
113 text-decoration: none;
114 }
115
116 TD.trailer {
117 background: #f0f0f0;
118 border: solid thin #e0e0e0;
119 color: #666666;
120 font-size: 80%;
121 padding: 5px;
122 }
123
124 TD.trailer A {
125 color: #666699;
126 }
127
128 FORM {
129 display: inline;
130 }
131
132 INPUT[TYPE="TEXT"], TEXTAREA {
133 font-family: monaco, courier, monospace;
134 }
135
136 INPUT[TYPE="IMAGE"] {
137 border: none;
138 padding: 2pt;
139 vertical-align: bottom;
140 }
141
142 SUB, SUP {
143 font-size: 50%;
144 }
145
146 TR.data, TD.data, TR.data TD {
147 margin-top: 10pt;
148 padding: 5pt;
149 border-bottom: solid 1pt #999999;
150 }
151
152 TR.data TH {
153 border-bottom: solid 1pt #999999;
154 padding-top: 10pt;
155 padding-left: 5pt;
156 text-align: left;
157 }
158
159 DIV.table TABLE {
160 border: solid thin #999999;
161 border-collapse: collapse;
162 border-spacing: 0;
163 margin-left: auto;
164 margin-right: auto;
165 }
166
167 DIV.table CAPTION {
168 caption-side: top;
169 font-size: 120%;
170 font-style: italic;
171 font-weight: bold;
172 margin-left: auto;
173 margin-right: auto;
174 }
175
176 DIV.table TABLE TD {
177 background: white;
178 border: solid thin #bbbbbb;
179 padding-top: 5pt;
180 }
181
182 DIV.table TABLE TH {
183 background: #f0f0f0;
184 border: none;
185 border-bottom: solid thin #999999;
186 }
187
188 DIV.figure TABLE {
189 margin-left: auto;
190 margin-right: auto;
191 }
192
193 DIV.figure CAPTION {
194 caption-side: bottom;
195 font-size: 120%;
196 font-style: italic;
197 font-weight: bold;
198 margin-left: auto;
199 margin-right: auto;
200 }
201
202 TH.label {
203 text-align: right;
204 vertical-align: top;
205 }
206
207 TH.sublabel {
208 text-align: right;
209 font-weight: normal;
210 }
211
212 HR {
213 border: solid thin;
214 }
215
216 SPAN.info {
217 background: black;
218 border: thin solid black;
219 color: white;
220 font-size: 80%;
221 font-style: italic;
222 font-weight: bold;
223 white-space: nowrap;
224 }
225
226 H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
227 float: right;
228 font-size: 100%;
229 }
230
231 .conflict {
232 background: red;
233 color: white;
234 }
235
236 H2.title, H3.title {
237 border-bottom: solid 1pt #999999;
238 }
239
240 DIV.indent, TABLE.indent {
241 margin-top: 2em;
242 margin-left: auto;
243 margin-right: auto;
244 width: 90%;
245 }
246
247 TABLE.indent {
248 border-collapse: collapse;
249 }
250
251 TABLE.indent TD, TABLE.indent TH {
252 padding: 0;
253 }
254
255 TABLE.list {
256 border-collapse: collapse;
257 margin-left: auto;
258 margin-right: auto;
259 width: 90%;
260 }
261
262 TABLE.list TH {
263 border-bottom: solid 1pt #999999;
264 padding-top: 10pt;
265 padding-left: 5pt;
266 text-align: left;
267 white-space: nowrap;
268 }
269
270 TABLE.list TD {
271 border-bottom: solid thin #eeeeee;
272 padding-top: 5pt;
273 padding-left: 5pt;
274 }
275
276 DIV.sidebar {
277 float: right;
278 min-width: 25%;
279 margin-left: 10px;
280 max-width: 33%;
281 }
282
283 DIV.sidebar P.l0 {
284 margin-bottom: 0;
285 margin-left: 0;
286 margin-right: 0;
287 margin-top: 12pt;
288 }
289
290 DIV.sidebar P.l1 {
291 margin-bottom: 0;
292 margin-left: 36pt;
293 margin-right: 0;
294 margin-top: 0;
295 text-indent: -18pt;
296 }
297
298 DIV.sidebar P.l2 {
299 font-style: italic;
300 margin-bottom: 0;
301 margin-left: 54pt;
302 margin-right: 0;
303 margin-top: 0;
304 text-indent: -18pt;
305 }
306
307 TABLE.inset {
308 background: #f0f0f0;
309 border: thin solid #e0e0e0;
310 margin-left: auto;
311 margin-right: auto;
312 margin-top: 1em;
313 padding: 0;
314 width: 90%;
315 /* These are not implemented by all browsers, but that's OK */
316 border-radius: 5px;
317 -moz-border-radius: 5px;
318 }
319
320 TABLE.inset CAPTION {
321 caption-side: top;
322 color: #666666;
323 font-size: 80%;
324 margin-left: 10px;
325 margin-bottom: 2px;
326 text-align: left;
327 }
328
329 TABLE.inset TD {
330 padding: 2px;
331 }
332
333 DT {
334 margin-left: 36pt;
335 margin-top: 12pt;
336 }
337
338 DD {
339 margin-left: 54pt;
340 }
341
342 DL.category DT {
343 font-weight: bold;
344 }
345
346 P.summary {
347 margin-left: 36pt;
348 font-family: monaco, courier, monospace;
349 }
350
351 DIV.summary TABLE {
352 border: solid thin #999999;
353 border-collapse: collapse;
354 border-spacing: 0;
355 margin: 10px;
356 }
357
358 DIV.summary TABLE TD, DIV.summary TABLE TH {
359 background: white;
360 border: solid thin #999999;
361 border-spacing: 0;
362 padding: 5px;
363 text-align: left;
364 vertical-align: top;
365 }
366
367 DIV.summary TABLE THEAD TH {
368 background: #f0f0f0;
369 }
370
371 /* API documentation styles... */
372 div.body h1 {
373 margin: 0;
374 }
375 div.body h2 {
376 margin-top: 1.5em;
377 }
378 div.body h3, div.body h4, div.body h5 {
379 margin-bottom: 0.5em;
380 margin-top: 1.5em;
381 }
382 .class, .enumeration, .function, .struct, .typedef, .union {
383 border-bottom: solid thin #999999;
384 margin-bottom: 0;
385 margin-top: 2em;
386 }
387 .description {
388 margin-top: 0.5em;
389 }
390 code, p.code, pre, ul.code li {
391 font-family: monaco, courier, monospace;
392 font-size: 90%;
393 }
394 ul.code, ul.contents, ul.subcontents {
395 list-style-type: none;
396 margin: 0;
397 padding-left: 0;
398 }
399 ul.code li {
400 margin: 0;
401 }
402 ul.contents > li {
403 margin-top: 1em;
404 }
405 ul.contents li ul.code, ul.contents li ul.subcontents {
406 padding-left: 2em;
407 }
408 div.body dl {
409 margin-left: 0;
410 margin-top: 0;
411 }
412 div.body dt {
413 font-style: italic;
414 margin-left: 0;
415 margin-top: 0;
416 }
417 div.body dd {
418 margin-bottom: 0.5em;
419 }