]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups.css
Remove debug printf.
[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;
0268488e 120 display: block;
2e4ff8af 121 font-weight: normal;
0268488e 122 padding: 8px;
2e4ff8af
MS
123 text-decoration: none;
124}
125
126TD.trailer {
7a14d768
MS
127 background: #f0f0f0;
128 border: solid thin #e0e0e0;
2e4ff8af
MS
129 color: #666666;
130 font-size: 80%;
131 padding: 5px;
132}
133
134TD.trailer A {
135 color: #666699;
136}
137
138FORM {
139 display: inline;
ef416fc2 140}
141
142INPUT[TYPE="TEXT"], TEXTAREA {
5a738aea 143 font-family: monaco, courier, monospace;
ef416fc2 144}
145
146INPUT[TYPE="IMAGE"] {
147 border: none;
bd7854cb 148 padding: 2pt;
ef416fc2 149 vertical-align: bottom;
150}
151
152SUB, SUP {
153 font-size: 50%;
154}
155
ef416fc2 156TR.data, TD.data, TR.data TD {
b19ccc9e
MS
157 margin-top: 10pt;
158 padding: 5pt;
2e4ff8af 159 border-bottom: solid 1pt #999999;
ef416fc2 160}
161
162TR.data TH {
2e4ff8af 163 border-bottom: solid 1pt #999999;
bd7854cb 164 padding-top: 10pt;
165 padding-left: 5pt;
ef416fc2 166 text-align: left;
167}
168
169DIV.table TABLE {
2e4ff8af 170 border: solid thin #999999;
5a738aea 171 border-collapse: collapse;
bd7854cb 172 border-spacing: 0;
ef416fc2 173 margin-left: auto;
174 margin-right: auto;
175}
176
177DIV.table CAPTION {
178 caption-side: top;
179 font-size: 120%;
180 font-style: italic;
181 font-weight: bold;
182 margin-left: auto;
183 margin-right: auto;
184}
185
186DIV.table TABLE TD {
5a738aea 187 background: white;
2e4ff8af 188 border: solid thin #bbbbbb;
bd7854cb 189 padding-top: 5pt;
ef416fc2 190}
191
192DIV.table TABLE TH {
7a14d768 193 background: #f0f0f0;
ef416fc2 194 border: none;
2e4ff8af 195 border-bottom: solid thin #999999;
ef416fc2 196}
197
e1d6a774 198DIV.figure TABLE {
199 margin-left: auto;
200 margin-right: auto;
201}
202
203DIV.figure CAPTION {
204 caption-side: bottom;
205 font-size: 120%;
206 font-style: italic;
207 font-weight: bold;
208 margin-left: auto;
209 margin-right: auto;
210}
211
ef416fc2 212TH.label {
ef416fc2 213 text-align: right;
214 vertical-align: top;
215}
216
749b1e90 217TH.sublabel {
749b1e90
MS
218 text-align: right;
219 font-weight: normal;
220}
221
ef416fc2 222HR {
223 border: solid thin;
224}
225
226SPAN.info {
7a14d768
MS
227 background: black;
228 border: thin solid black;
229 color: white;
ef416fc2 230 font-size: 80%;
231 font-style: italic;
232 font-weight: bold;
233 white-space: nowrap;
234}
235
db1f069b 236H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
ef416fc2 237 float: right;
238 font-size: 100%;
239}
240
241.conflict {
b19ccc9e
MS
242 background: red;
243 color: white;
ef416fc2 244}
245
ef55b745
MS
246TH.conflict {
247 text-align: right;
248}
249
178cb736
MS
250H1.title {
251 display: none;
252}
253
ef416fc2 254H2.title, H3.title {
2e4ff8af 255 border-bottom: solid 1pt #999999;
ef416fc2 256}
257
b19ccc9e
MS
258DIV.indent, TABLE.indent {
259 margin-top: 2em;
260 margin-left: auto;
261 margin-right: auto;
262 width: 90%;
263}
264
265TABLE.indent {
266 border-collapse: collapse;
267}
268
269TABLE.indent TD, TABLE.indent TH {
270 padding: 0;
271}
272
273TABLE.list {
274 border-collapse: collapse;
275 margin-left: auto;
276 margin-right: auto;
277 width: 90%;
278}
279
280TABLE.list TH {
58dc1933
MS
281 background: white;
282 border-bottom: solid thin #cccccc;
283 color: #444444;
b19ccc9e
MS
284 padding-top: 10pt;
285 padding-left: 5pt;
286 text-align: left;
58dc1933 287 vertical-align: bottom;
b19ccc9e
MS
288 white-space: nowrap;
289}
290
58dc1933
MS
291TABLE.list TH A {
292 color: #4444cc;
293}
294
b19ccc9e
MS
295TABLE.list TD {
296 border-bottom: solid thin #eeeeee;
297 padding-top: 5pt;
298 padding-left: 5pt;
299}
300
58dc1933
MS
301TABLE.list TR:nth-child(even) {
302 background: #f8f8f8;
303}
304
305TABLE.list TR:nth-child(odd) {
306 background: #f4f4f4;
307}
308
ef416fc2 309DIV.sidebar {
ef416fc2 310 float: right;
db1f069b 311 min-width: 25%;
2e4ff8af 312 margin-left: 10px;
db1f069b 313 max-width: 33%;
ef416fc2 314}
315
316DIV.sidebar P.l0 {
317 margin-bottom: 0;
318 margin-left: 0;
319 margin-right: 0;
bd7854cb 320 margin-top: 12pt;
ef416fc2 321}
322
323DIV.sidebar P.l1 {
324 margin-bottom: 0;
bd7854cb 325 margin-left: 36pt;
ef416fc2 326 margin-right: 0;
327 margin-top: 0;
bd7854cb 328 text-indent: -18pt;
ef416fc2 329}
330
331DIV.sidebar P.l2 {
332 font-style: italic;
333 margin-bottom: 0;
bd7854cb 334 margin-left: 54pt;
ef416fc2 335 margin-right: 0;
336 margin-top: 0;
bd7854cb 337 text-indent: -18pt;
ef416fc2 338}
fa73b229 339
2e4ff8af 340TABLE.inset {
7a14d768 341 background: #f0f0f0;
c9fc04c6 342 border: thin solid #e0e0e0;
b19ccc9e 343 margin-top: 1em;
2e4ff8af 344 padding: 0;
28b9d139 345 width: 100%;
f7deaa1a 346 /* These are not implemented by all browsers, but that's OK */
2e4ff8af
MS
347 border-radius: 5px;
348 -moz-border-radius: 5px;
349}
350
351TABLE.inset CAPTION {
352 caption-side: top;
353 color: #666666;
354 font-size: 80%;
355 margin-left: 10px;
356 margin-bottom: 2px;
357 text-align: left;
358}
359
360TABLE.inset TD {
b19ccc9e 361 padding: 2px;
fa73b229 362}
363
364DT {
bd7854cb 365 margin-left: 36pt;
366 margin-top: 12pt;
fa73b229 367}
368
369DD {
bd7854cb 370 margin-left: 54pt;
fa73b229 371}
a4d04587 372
757d2cad 373DL.category DT {
374 font-weight: bold;
375}
376
a4d04587 377P.summary {
db1f069b 378 margin-left: 36pt;
5a738aea 379 font-family: monaco, courier, monospace;
a4d04587 380}
e00b005a 381
5a738aea
MS
382DIV.summary TABLE {
383 border: solid thin #999999;
384 border-collapse: collapse;
385 border-spacing: 0;
386 margin: 10px;
387}
388
389DIV.summary TABLE TD, DIV.summary TABLE TH {
390 background: white;
391 border: solid thin #999999;
392 border-spacing: 0;
393 padding: 5px;
394 text-align: left;
395 vertical-align: top;
396}
397
398DIV.summary TABLE THEAD TH {
7a14d768 399 background: #f0f0f0;
5a738aea
MS
400}
401
58dc1933
MS
402DIV.tabs {
403 height: 480px;
404 overflow: hidden;
405}
406
407DIV.tab {
408 float: left;
409 height: 100%;
410 overflow-y: auto;
411 width: 100%;
412}
413
5a738aea
MS
414/* API documentation styles... */
415div.body h1 {
416 margin: 0;
417}
418div.body h2 {
419 margin-top: 1.5em;
420}
421div.body h3, div.body h4, div.body h5 {
422 margin-bottom: 0.5em;
423 margin-top: 1.5em;
424}
425.class, .enumeration, .function, .struct, .typedef, .union {
426 border-bottom: solid thin #999999;
427 margin-bottom: 0;
428 margin-top: 2em;
429}
430.description {
431 margin-top: 0.5em;
432}
433code, p.code, pre, ul.code li {
434 font-family: monaco, courier, monospace;
435 font-size: 90%;
436}
437ul.code, ul.contents, ul.subcontents {
438 list-style-type: none;
439 margin: 0;
440 padding-left: 0;
441}
442ul.code li {
443 margin: 0;
444}
445ul.contents > li {
446 margin-top: 1em;
447}
448ul.contents li ul.code, ul.contents li ul.subcontents {
449 padding-left: 2em;
450}
451div.body dl {
452 margin-left: 0;
453 margin-top: 0;
454}
455div.body dt {
456 font-style: italic;
457 margin-left: 0;
458 margin-top: 0;
459}
460div.body dd {
461 margin-bottom: 0.5em;
462}