]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups.css
Merge changes from CUPS 1.4svn-r8033.
[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 {
ef416fc2 203 text-align: right;
204 vertical-align: top;
205}
206
749b1e90 207TH.sublabel {
749b1e90
MS
208 text-align: right;
209 font-weight: normal;
210}
211
ef416fc2 212HR {
213 border: solid thin;
214}
215
216SPAN.info {
7a14d768
MS
217 background: black;
218 border: thin solid black;
219 color: white;
ef416fc2 220 font-size: 80%;
221 font-style: italic;
222 font-weight: bold;
223 white-space: nowrap;
224}
225
db1f069b 226H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
ef416fc2 227 float: right;
228 font-size: 100%;
229}
230
231.conflict {
b19ccc9e
MS
232 background: red;
233 color: white;
ef416fc2 234}
235
236H2.title, H3.title {
2e4ff8af 237 border-bottom: solid 1pt #999999;
ef416fc2 238}
239
b19ccc9e
MS
240DIV.indent, TABLE.indent {
241 margin-top: 2em;
242 margin-left: auto;
243 margin-right: auto;
244 width: 90%;
245}
246
247TABLE.indent {
248 border-collapse: collapse;
249}
250
251TABLE.indent TD, TABLE.indent TH {
252 padding: 0;
253}
254
255TABLE.list {
256 border-collapse: collapse;
257 margin-left: auto;
258 margin-right: auto;
259 width: 90%;
260}
261
262TABLE.list TH {
58dc1933
MS
263 background: white;
264 border-bottom: solid thin #cccccc;
265 color: #444444;
b19ccc9e
MS
266 padding-top: 10pt;
267 padding-left: 5pt;
268 text-align: left;
58dc1933 269 vertical-align: bottom;
b19ccc9e
MS
270 white-space: nowrap;
271}
272
58dc1933
MS
273TABLE.list TH A {
274 color: #4444cc;
275}
276
b19ccc9e
MS
277TABLE.list TD {
278 border-bottom: solid thin #eeeeee;
279 padding-top: 5pt;
280 padding-left: 5pt;
281}
282
58dc1933
MS
283TABLE.list TR:nth-child(even) {
284 background: #f8f8f8;
285}
286
287TABLE.list TR:nth-child(odd) {
288 background: #f4f4f4;
289}
290
ef416fc2 291DIV.sidebar {
ef416fc2 292 float: right;
db1f069b 293 min-width: 25%;
2e4ff8af 294 margin-left: 10px;
db1f069b 295 max-width: 33%;
ef416fc2 296}
297
298DIV.sidebar P.l0 {
299 margin-bottom: 0;
300 margin-left: 0;
301 margin-right: 0;
bd7854cb 302 margin-top: 12pt;
ef416fc2 303}
304
305DIV.sidebar P.l1 {
306 margin-bottom: 0;
bd7854cb 307 margin-left: 36pt;
ef416fc2 308 margin-right: 0;
309 margin-top: 0;
bd7854cb 310 text-indent: -18pt;
ef416fc2 311}
312
313DIV.sidebar P.l2 {
314 font-style: italic;
315 margin-bottom: 0;
bd7854cb 316 margin-left: 54pt;
ef416fc2 317 margin-right: 0;
318 margin-top: 0;
bd7854cb 319 text-indent: -18pt;
ef416fc2 320}
fa73b229 321
2e4ff8af 322TABLE.inset {
7a14d768 323 background: #f0f0f0;
c9fc04c6 324 border: thin solid #e0e0e0;
b19ccc9e
MS
325 margin-left: auto;
326 margin-right: auto;
327 margin-top: 1em;
2e4ff8af 328 padding: 0;
b19ccc9e 329 width: 90%;
f7deaa1a 330 /* These are not implemented by all browsers, but that's OK */
2e4ff8af
MS
331 border-radius: 5px;
332 -moz-border-radius: 5px;
333}
334
335TABLE.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
344TABLE.inset TD {
b19ccc9e 345 padding: 2px;
fa73b229 346}
347
348DT {
bd7854cb 349 margin-left: 36pt;
350 margin-top: 12pt;
fa73b229 351}
352
353DD {
bd7854cb 354 margin-left: 54pt;
fa73b229 355}
a4d04587 356
757d2cad 357DL.category DT {
358 font-weight: bold;
359}
360
a4d04587 361P.summary {
db1f069b 362 margin-left: 36pt;
5a738aea 363 font-family: monaco, courier, monospace;
a4d04587 364}
e00b005a 365
5a738aea
MS
366DIV.summary TABLE {
367 border: solid thin #999999;
368 border-collapse: collapse;
369 border-spacing: 0;
370 margin: 10px;
371}
372
373DIV.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
382DIV.summary TABLE THEAD TH {
7a14d768 383 background: #f0f0f0;
5a738aea
MS
384}
385
58dc1933
MS
386DIV.tabs {
387 height: 480px;
388 overflow: hidden;
389}
390
391DIV.tab {
392 float: left;
393 height: 100%;
394 overflow-y: auto;
395 width: 100%;
396}
397
5a738aea
MS
398/* API documentation styles... */
399div.body h1 {
400 margin: 0;
401}
402div.body h2 {
403 margin-top: 1.5em;
404}
405div.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}
417code, p.code, pre, ul.code li {
418 font-family: monaco, courier, monospace;
419 font-size: 90%;
420}
421ul.code, ul.contents, ul.subcontents {
422 list-style-type: none;
423 margin: 0;
424 padding-left: 0;
425}
426ul.code li {
427 margin: 0;
428}
429ul.contents > li {
430 margin-top: 1em;
431}
432ul.contents li ul.code, ul.contents li ul.subcontents {
433 padding-left: 2em;
434}
435div.body dl {
436 margin-left: 0;
437 margin-top: 0;
438}
439div.body dt {
440 font-style: italic;
441 margin-left: 0;
442 margin-top: 0;
443}
444div.body dd {
445 margin-bottom: 0.5em;
446}