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