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