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