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