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