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