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