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