]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups-printable.css
Merge changes from CUPS 1.4svn-r8606.
[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;
35 padding: 10px;
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 {
53 background: #cccccc;
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
165H2.title, H3.title {
166 border-bottom: solid 2pt #000000;
4744bd90 167}
168
28b9d139
MS
169DIV.indent, TABLE.indent {
170 margin-top: 2em;
171 margin-left: auto;
172 margin-right: auto;
173 width: 90%;
174}
175
176TABLE.indent {
177 border-collapse: collapse;
178}
179
180TABLE.indent TD, TABLE.indent TH {
181 padding: 0;
182}
183
184TABLE.list {
185 border-collapse: collapse;
186 margin-left: auto;
187 margin-right: auto;
188 width: 90%;
189}
190
191TABLE.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
202TABLE.list TH A {
203 color: #4444cc;
204}
205
206TABLE.list TD {
207 border-bottom: solid thin #eeeeee;
208 padding-top: 5pt;
209 padding-left: 5pt;
210}
211
212TABLE.list TR:nth-child(even) {
213 background: #f8f8f8;
214}
215
216TABLE.list TR:nth-child(odd) {
217 background: #f4f4f4;
218}
219
4744bd90 220DT {
221 margin-left: 36pt;
222 margin-top: 12pt;
223}
224
225DD {
226 margin-left: 54pt;
227}
228
757d2cad 229DL.category DT {
230 font-weight: bold;
231}
232
4744bd90 233P.summary {
db1f069b 234 margin-left: 36pt;
5a738aea 235 font-family: monaco, courier, monospace;
4744bd90 236}
237
5a738aea
MS
238DIV.summary TABLE {
239 border: solid thin #999999;
240 border-collapse: collapse;
241 border-spacing: 0;
242 margin: 10px;
243}
244
245DIV.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
252DIV.summary TABLE THEAD TH {
253 background: #eeeeee;
254}
255
256/* API documentation styles... */
257div.body h1 {
258 margin: 0;
259}
260div.body h2 {
261 margin-top: 1.5em;
262}
263div.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}
275code, p.code, pre, ul.code li {
276 font-family: monaco, courier, monospace;
277 font-size: 90%;
278}
279ul.code, ul.contents, ul.subcontents {
280 list-style-type: none;
281 margin: 0;
282 padding-left: 0;
283}
284ul.code li {
285 margin: 0;
286}
287ul.contents > li {
288 margin-top: 1em;
289}
290ul.contents li ul.code, ul.contents li ul.subcontents {
291 padding-left: 2em;
292}
293div.body dl {
294 margin-left: 0;
295 margin-top: 0;
296}
297div.body dt {
298 font-style: italic;
299 margin-left: 0;
300 margin-top: 0;
301}
302div.body dd {
303 margin-bottom: 0.5em;
304}
305
306/* This is just for the HTML files generated with the framedhelp target */
307div.contents {
308 background: #e8e8e8;
309 border: solid thin black;
310 padding: 10px;
311}
312div.contents h1 {
313 font-size: 110%;
314}
315div.contents h2 {
316 font-size: 100%;
317}
318div.contents ul.contents {
319 font-size: 80%;
320}
ac884b6a
MS
321div.contents ul.subcontents li {
322 margin-left: 1em;
323 text-indent: -1em;
324}