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