]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups.css
Merge changes from CUPS 1.4svn-r8033.
[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 background: white;
264 border-bottom: solid thin #cccccc;
265 color: #444444;
266 padding-top: 10pt;
267 padding-left: 5pt;
268 text-align: left;
269 vertical-align: bottom;
270 white-space: nowrap;
271 }
272
273 TABLE.list TH A {
274 color: #4444cc;
275 }
276
277 TABLE.list TD {
278 border-bottom: solid thin #eeeeee;
279 padding-top: 5pt;
280 padding-left: 5pt;
281 }
282
283 TABLE.list TR:nth-child(even) {
284 background: #f8f8f8;
285 }
286
287 TABLE.list TR:nth-child(odd) {
288 background: #f4f4f4;
289 }
290
291 DIV.sidebar {
292 float: right;
293 min-width: 25%;
294 margin-left: 10px;
295 max-width: 33%;
296 }
297
298 DIV.sidebar P.l0 {
299 margin-bottom: 0;
300 margin-left: 0;
301 margin-right: 0;
302 margin-top: 12pt;
303 }
304
305 DIV.sidebar P.l1 {
306 margin-bottom: 0;
307 margin-left: 36pt;
308 margin-right: 0;
309 margin-top: 0;
310 text-indent: -18pt;
311 }
312
313 DIV.sidebar P.l2 {
314 font-style: italic;
315 margin-bottom: 0;
316 margin-left: 54pt;
317 margin-right: 0;
318 margin-top: 0;
319 text-indent: -18pt;
320 }
321
322 TABLE.inset {
323 background: #f0f0f0;
324 border: thin solid #e0e0e0;
325 margin-left: auto;
326 margin-right: auto;
327 margin-top: 1em;
328 padding: 0;
329 width: 90%;
330 /* These are not implemented by all browsers, but that's OK */
331 border-radius: 5px;
332 -moz-border-radius: 5px;
333 }
334
335 TABLE.inset CAPTION {
336 caption-side: top;
337 color: #666666;
338 font-size: 80%;
339 margin-left: 10px;
340 margin-bottom: 2px;
341 text-align: left;
342 }
343
344 TABLE.inset TD {
345 padding: 2px;
346 }
347
348 DT {
349 margin-left: 36pt;
350 margin-top: 12pt;
351 }
352
353 DD {
354 margin-left: 54pt;
355 }
356
357 DL.category DT {
358 font-weight: bold;
359 }
360
361 P.summary {
362 margin-left: 36pt;
363 font-family: monaco, courier, monospace;
364 }
365
366 DIV.summary TABLE {
367 border: solid thin #999999;
368 border-collapse: collapse;
369 border-spacing: 0;
370 margin: 10px;
371 }
372
373 DIV.summary TABLE TD, DIV.summary TABLE TH {
374 background: white;
375 border: solid thin #999999;
376 border-spacing: 0;
377 padding: 5px;
378 text-align: left;
379 vertical-align: top;
380 }
381
382 DIV.summary TABLE THEAD TH {
383 background: #f0f0f0;
384 }
385
386 DIV.tabs {
387 height: 480px;
388 overflow: hidden;
389 }
390
391 DIV.tab {
392 float: left;
393 height: 100%;
394 overflow-y: auto;
395 width: 100%;
396 }
397
398 /* API documentation styles... */
399 div.body h1 {
400 margin: 0;
401 }
402 div.body h2 {
403 margin-top: 1.5em;
404 }
405 div.body h3, div.body h4, div.body h5 {
406 margin-bottom: 0.5em;
407 margin-top: 1.5em;
408 }
409 .class, .enumeration, .function, .struct, .typedef, .union {
410 border-bottom: solid thin #999999;
411 margin-bottom: 0;
412 margin-top: 2em;
413 }
414 .description {
415 margin-top: 0.5em;
416 }
417 code, p.code, pre, ul.code li {
418 font-family: monaco, courier, monospace;
419 font-size: 90%;
420 }
421 ul.code, ul.contents, ul.subcontents {
422 list-style-type: none;
423 margin: 0;
424 padding-left: 0;
425 }
426 ul.code li {
427 margin: 0;
428 }
429 ul.contents > li {
430 margin-top: 1em;
431 }
432 ul.contents li ul.code, ul.contents li ul.subcontents {
433 padding-left: 2em;
434 }
435 div.body dl {
436 margin-left: 0;
437 margin-top: 0;
438 }
439 div.body dt {
440 font-style: italic;
441 margin-left: 0;
442 margin-top: 0;
443 }
444 div.body dd {
445 margin-bottom: 0.5em;
446 }