]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups-printable.css
Save work on new command-line administration help file.
[thirdparty/cups.git] / doc / cups-printable.css
1 BODY {
2 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
3 }
4
5 H1, H2, H3, H4, H5, H6, P, TD, TH {
6 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
7 }
8
9 KBD {
10 font-family: monaco, courier, monospace;
11 font-weight: bold;
12 }
13
14 PRE {
15 font-family: monaco, courier, monospace;
16 }
17
18 BLOCKQUOTE {
19 border-left: solid 2px #777;
20 padding: 10px;
21 }
22
23 PRE.command, PRE.example {
24 background: #eee;
25 margin: 0 36pt;
26 padding: 10px;
27 }
28
29 P.compact {
30 margin: 0;
31 }
32
33 P.example {
34 font-style: italic;
35 margin-left: 36pt;
36 }
37
38 DL.man DD {
39 margin-left: 5em;
40 }
41
42 DL.man DT {
43 margin-left: 0;
44 }
45
46 PRE.man {
47 margin: 0;
48 }
49
50 PRE.command EM, PRE.example EM {
51 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
52 }
53
54 P.command {
55 font-family: monaco, courier, monospace;
56 margin-left: 36pt;
57 }
58
59 P.formula {
60 font-style: italic;
61 margin-left: 36pt;
62 }
63
64 BLOCKQUOTE {
65 background: #eeeeee;
66 border: solid thin #999999;
67 padding: 10pt;
68 }
69
70 A IMG {
71 border: none;
72 }
73
74 A:link:hover IMG {
75 background: #f0f0f0;
76 border-radius: 10px;
77 -moz-border-radius: 10px;
78 }
79
80 A:link, A:visited {
81 font-weight: inherit;
82 text-decoration: none;
83 }
84
85 A:link:hover, A:visited:hover, A:active {
86 text-decoration: underline;
87 }
88
89 SUB, SUP {
90 font-size: 50%;
91 }
92
93 TR.data, TD.data, TR.data TD {
94 margin-top: 10pt;
95 padding: 5pt;
96 border-bottom: solid 1pt #999999;
97 }
98
99 TR.data TH {
100 border-bottom: solid 1pt #999999;
101 padding-top: 10pt;
102 padding-left: 5pt;
103 text-align: left;
104 }
105
106 DIV.table TABLE {
107 border: solid thin #999999;
108 border-collapse: collapse;
109 border-spacing: 0;
110 margin-left: auto;
111 margin-right: auto;
112 }
113
114 DIV.table CAPTION {
115 caption-side: top;
116 font-size: 120%;
117 font-style: italic;
118 font-weight: bold;
119 margin-left: auto;
120 margin-right: auto;
121 }
122
123 DIV.table TABLE TD {
124 border: solid thin #cccccc;
125 padding: 5pt 10pt 0;
126 }
127
128 DIV.table TABLE TH {
129 background: #cccccc;
130 border: none;
131 border-bottom: solid thin #999999;
132 }
133
134 DIV.figure TABLE {
135 margin-left: auto;
136 margin-right: auto;
137 }
138
139 DIV.figure CAPTION {
140 caption-side: bottom;
141 font-size: 120%;
142 font-style: italic;
143 font-weight: bold;
144 margin-left: auto;
145 margin-right: auto;
146 }
147
148 TH.label {
149 text-align: right;
150 vertical-align: top;
151 }
152
153 TH.sublabel {
154 text-align: right;
155 font-weight: normal;
156 }
157
158 HR {
159 border: solid thin;
160 }
161
162 SPAN.info {
163 background: black;
164 border: thin solid black;
165 color: white;
166 font-size: 80%;
167 font-style: italic;
168 font-weight: bold;
169 white-space: nowrap;
170 }
171
172 H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
173 float: right;
174 font-size: 100%;
175 }
176
177 H1.title {
178 }
179
180 H2.title, H3.title {
181 border-bottom: solid 2pt #000000;
182 }
183
184 DIV.indent, TABLE.indent {
185 margin-top: 2em;
186 margin-left: auto;
187 margin-right: auto;
188 width: 90%;
189 }
190
191 TABLE.indent {
192 border-collapse: collapse;
193 }
194
195 TABLE.indent TD, TABLE.indent TH {
196 padding: 0;
197 }
198
199 TABLE.list {
200 border-collapse: collapse;
201 margin-left: auto;
202 margin-right: auto;
203 width: 90%;
204 }
205
206 TABLE.list TH {
207 background: white;
208 border-bottom: solid thin #cccccc;
209 color: #444444;
210 padding-top: 10pt;
211 padding-left: 5pt;
212 text-align: left;
213 vertical-align: bottom;
214 white-space: nowrap;
215 }
216
217 TABLE.list TH A {
218 color: #4444cc;
219 }
220
221 TABLE.list TD {
222 border-bottom: solid thin #eeeeee;
223 padding-top: 5pt;
224 padding-left: 5pt;
225 }
226
227 TABLE.list TR:nth-child(even) {
228 background: #f8f8f8;
229 }
230
231 TABLE.list TR:nth-child(odd) {
232 background: #f4f4f4;
233 }
234
235 DT {
236 margin-left: 36pt;
237 margin-top: 12pt;
238 }
239
240 DD {
241 margin-left: 54pt;
242 }
243
244 DL.category DT {
245 font-weight: bold;
246 }
247
248 P.summary {
249 margin-left: 36pt;
250 font-family: monaco, courier, monospace;
251 }
252
253 DIV.summary TABLE {
254 border: solid thin #999999;
255 border-collapse: collapse;
256 border-spacing: 0;
257 margin: 10px;
258 }
259
260 DIV.summary TABLE TD, DIV.summary TABLE TH {
261 border: solid thin #999999;
262 padding: 5px;
263 text-align: left;
264 vertical-align: top;
265 }
266
267 DIV.summary TABLE THEAD TH {
268 background: #eeeeee;
269 }
270
271 /* API documentation styles... */
272 div.body h1 {
273 margin: 0;
274 }
275 div.body h2 {
276 margin-top: 1.5em;
277 }
278 div.body h3, div.body h4, div.body h5 {
279 margin-bottom: 0.5em;
280 margin-top: 1.5em;
281 }
282 .class, .enumeration, .function, .struct, .typedef, .union {
283 border-bottom: solid thin #999999;
284 margin-bottom: 0;
285 margin-top: 2em;
286 }
287 .description {
288 margin-top: 0.5em;
289 }
290 code, p.code, pre, ul.code li {
291 font-family: monaco, courier, monospace;
292 font-size: 90%;
293 }
294 ul.code, ul.contents, ul.subcontents {
295 list-style-type: none;
296 margin: 0;
297 padding-left: 0;
298 }
299 ul.code li {
300 margin: 0;
301 }
302 ul.contents > li {
303 margin-top: 1em;
304 }
305 ul.contents li ul.code, ul.contents li ul.subcontents {
306 padding-left: 2em;
307 }
308 div.body dl {
309 margin-left: 0;
310 margin-top: 0;
311 }
312 div.body dt {
313 font-style: italic;
314 margin-left: 0;
315 margin-top: 0;
316 }
317 div.body dd {
318 margin-bottom: 0.5em;
319 }
320
321 /* This is just for the HTML files generated with the framedhelp target */
322 div.contents {
323 background: #e8e8e8;
324 border: solid thin black;
325 padding: 10px;
326 }
327 div.contents h1 {
328 font-size: 110%;
329 }
330 div.contents h2 {
331 font-size: 100%;
332 }
333 div.contents ul.contents {
334 font-size: 80%;
335 }
336 div.contents ul.subcontents li {
337 margin-left: 1em;
338 text-indent: -1em;
339 }