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