]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups-printable.css
Merge changes from CUPS 1.4svn-r7282.
[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 PRE.example {
23 background: #eeeeee;
24 border: dotted thin #999999;
25 margin-left: 36pt;
26 padding: 10px;
27 }
28
29 PRE.command EM, PRE.example EM {
30 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
31 }
32
33 P.command {
34 font-family: monaco, courier, monospace;
35 margin-left: 36pt;
36 }
37
38 P.formula {
39 font-style: italic;
40 margin-left: 36pt;
41 }
42
43 BLOCKQUOTE {
44 background: #cccccc;
45 border: solid thin #999999;
46 padding: 10pt;
47 }
48
49 A:link, A:visited {
50 text-decoration: none;
51 font-weight: bold;
52 }
53
54 A:link:hover, A:visited:hover, A:active {
55 text-decoration: underline;
56 font-weight: bold;
57 }
58
59 SUB, SUP {
60 font-size: 50%;
61 }
62
63 DIV.table TABLE {
64 border: solid thin #999999;
65 border-collapse: collapse;
66 border-spacing: 0;
67 margin-left: auto;
68 margin-right: auto;
69 }
70
71 DIV.table CAPTION {
72 caption-side: top;
73 font-size: 120%;
74 font-style: italic;
75 font-weight: bold;
76 margin-left: auto;
77 margin-right: auto;
78 }
79
80 DIV.table TABLE TD {
81 border: solid thin #cccccc;
82 padding-top: 5pt;
83 }
84
85 DIV.table TABLE TH {
86 background: #cccccc;
87 border: none;
88 border-bottom: solid thin #999999;
89 }
90
91 DIV.figure TABLE {
92 margin-left: auto;
93 margin-right: auto;
94 }
95
96 DIV.figure CAPTION {
97 caption-side: bottom;
98 font-size: 120%;
99 font-style: italic;
100 font-weight: bold;
101 margin-left: auto;
102 margin-right: auto;
103 }
104
105 TH.label {
106 padding-top: 5pt;
107 text-align: right;
108 vertical-align: top;
109 }
110
111 HR {
112 border: solid thin;
113 }
114
115 SPAN.info {
116 background: #000000;
117 border: thin solid #000000;
118 color: #ffffff;
119 font-size: 80%;
120 font-style: italic;
121 font-weight: bold;
122 white-space: nowrap;
123 }
124
125 H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
126 float: right;
127 font-size: 100%;
128 }
129
130 H2.title, H3.title {
131 border-bottom: solid 2pt #000000;
132 }
133
134 DT {
135 margin-left: 36pt;
136 margin-top: 12pt;
137 }
138
139 DD {
140 margin-left: 54pt;
141 }
142
143 DL.category DT {
144 font-weight: bold;
145 }
146
147 P.summary {
148 margin-left: 36pt;
149 font-family: monaco, courier, monospace;
150 }
151
152 SPAN.message {
153 font-style: italic;
154 font-size: smaller;
155 }
156
157 DIV.summary TABLE {
158 border: solid thin #999999;
159 border-collapse: collapse;
160 border-spacing: 0;
161 margin: 10px;
162 }
163
164 DIV.summary TABLE TD, DIV.summary TABLE TH {
165 border: solid thin #999999;
166 padding: 5px;
167 text-align: left;
168 vertical-align: top;
169 }
170
171 DIV.summary TABLE THEAD TH {
172 background: #eeeeee;
173 }
174
175 /* API documentation styles... */
176 div.body h1 {
177 margin: 0;
178 }
179 div.body h2 {
180 margin-top: 1.5em;
181 }
182 div.body h3, div.body h4, div.body h5 {
183 margin-bottom: 0.5em;
184 margin-top: 1.5em;
185 }
186 .class, .enumeration, .function, .struct, .typedef, .union {
187 border-bottom: solid thin #999999;
188 margin-bottom: 0;
189 margin-top: 2em;
190 }
191 .description {
192 margin-top: 0.5em;
193 }
194 code, p.code, pre, ul.code li {
195 font-family: monaco, courier, monospace;
196 font-size: 90%;
197 }
198 ul.code, ul.contents, ul.subcontents {
199 list-style-type: none;
200 margin: 0;
201 padding-left: 0;
202 }
203 ul.code li {
204 margin: 0;
205 }
206 ul.contents > li {
207 margin-top: 1em;
208 }
209 ul.contents li ul.code, ul.contents li ul.subcontents {
210 padding-left: 2em;
211 }
212 div.body dl {
213 margin-left: 0;
214 margin-top: 0;
215 }
216 div.body dt {
217 font-style: italic;
218 margin-left: 0;
219 margin-top: 0;
220 }
221 div.body dd {
222 margin-bottom: 0.5em;
223 }
224
225 /* This is just for the HTML files generated with the framedhelp target */
226 div.contents {
227 background: #e8e8e8;
228 border: solid thin black;
229 padding: 10px;
230 }
231 div.contents h1 {
232 font-size: 110%;
233 }
234 div.contents h2 {
235 font-size: 100%;
236 }
237 div.contents ul.contents {
238 font-size: 80%;
239 }