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