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