]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups.css
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / doc / cups.css
CommitLineData
ef416fc2 1BODY {
2e4ff8af 2 background: #e8e8e8;
ef416fc2 3 color: #000000;
5a738aea 4 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
ef416fc2 5}
6
7H1, H2, H3, H4, H5, H6, P, TD, TH {
5a738aea 8 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
ef416fc2 9}
10
11KBD {
12 color: #006600;
5a738aea 13 font-family: monaco, courier, monospace;
ef416fc2 14 font-weight: bold;
15}
16
17PRE {
5a738aea 18 font-family: monaco, courier, monospace;
ef416fc2 19}
20
21PRE.command {
ecdc0628 22 color: #7f0000;
bd7854cb 23 margin-left: 36pt;
ef416fc2 24}
25
5a738aea
MS
26PRE.example {
27 background: white;
28 border: dotted thin #999999;
29 margin-left: 36pt;
30 padding: 10px;
31}
32
33PRE.command EM, PRE.example EM {
ef416fc2 34 color: #3f0000;
5a738aea 35 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
ef416fc2 36}
37
38P.command {
39 color: #7f0000;
5a738aea 40 font-family: monaco, courier, monospace;
bd7854cb 41 margin-left: 36pt;
ef416fc2 42}
43
4744bd90 44P.formula {
45 font-style: italic;
46 margin-left: 36pt;
47}
48
ef416fc2 49BLOCKQUOTE {
2e4ff8af
MS
50 background: #e1e1e1;
51 border: inset 1px #dddddd;
52 padding: 10px;
53 /* These are not implemented by all browsers, but that's OK */
54 border-radius: 5px;
55 -moz-border-radius: 5px;
56}
57
58A IMG {
59 border: none;
60}
61
62A:link:hover IMG {
63 background: #e0e0e0;
64 border-radius: 10px;
65 -moz-border-radius: 10px;
ef416fc2 66}
67
68A:link, A:visited {
69 text-decoration: none;
2e4ff8af 70 color: #000099;
ef416fc2 71}
72
73A:link:hover, A:visited:hover, A:active {
74 text-decoration: underline;
2e4ff8af
MS
75 color: #990099;
76}
77
78TABLE.page {
79 border: none;
80 border-collapse: collapse;
81 height: 100%;
82 margin: 0;
83 padding: 0;
84 width: 100%;
85}
86
87TD.body {
88 height: 100%;
89 vertical-align: top;
90}
91
92TD.sel, TD.unsel {
93 border-left: thin solid #aaaaaa;
94 font-size: 120%;
95 padding: 0px 5px;
96 text-align: center;
97 vertical-align: middle;
98 width: 14%;
99}
100
101TD.sel {
102 background: url(images/sel.gif);
ef416fc2 103}
104
2e4ff8af
MS
105TD.unsel {
106 background: url(images/unsel.gif);
ef416fc2 107}
108
2e4ff8af
MS
109TD.sel A, TD.sel A:hover {
110 color: #ffffff;
111 font-weight: normal;
112 text-decoration: none;
ef416fc2 113}
114
2e4ff8af
MS
115TD.unsel A, TD.unsel A:visited {
116 color: #333333;
117 font-weight: normal;
ef416fc2 118}
119
2e4ff8af
MS
120TD.unsel:hover {
121 background: url(images/unsel-hover.gif);
122 color: #ffffff;
123}
124
125TD.unsel A:link:hover, TD.unsel A:visited:hover, TD.unsel A:active {
126 color: #ffffff;
127 font-weight: normal;
128 text-decoration: none;
129}
130
131TD.trailer {
132 background: #e1e1e1;
133 border: solid thin #cccccc;
134 color: #666666;
135 font-size: 80%;
136 padding: 5px;
137}
138
139TD.trailer A {
140 color: #666699;
141}
142
143FORM {
144 display: inline;
ef416fc2 145}
146
147INPUT[TYPE="TEXT"], TEXTAREA {
5a738aea 148 font-family: monaco, courier, monospace;
ef416fc2 149}
150
151INPUT[TYPE="IMAGE"] {
152 border: none;
bd7854cb 153 padding: 2pt;
ef416fc2 154 vertical-align: bottom;
155}
156
157SUB, SUP {
158 font-size: 50%;
159}
160
ef416fc2 161TR.data, TD.data, TR.data TD {
162 padding: 5;
2e4ff8af 163 border-bottom: solid 1pt #999999;
ef416fc2 164}
165
166TR.data TH {
2e4ff8af 167 border-bottom: solid 1pt #999999;
bd7854cb 168 padding-top: 10pt;
169 padding-left: 5pt;
ef416fc2 170 text-align: left;
171}
172
173DIV.table TABLE {
2e4ff8af 174 border: solid thin #999999;
5a738aea 175 border-collapse: collapse;
bd7854cb 176 border-spacing: 0;
ef416fc2 177 margin-left: auto;
178 margin-right: auto;
179}
180
181DIV.table CAPTION {
182 caption-side: top;
183 font-size: 120%;
184 font-style: italic;
185 font-weight: bold;
186 margin-left: auto;
187 margin-right: auto;
188}
189
190DIV.table TABLE TD {
5a738aea 191 background: white;
2e4ff8af 192 border: solid thin #bbbbbb;
bd7854cb 193 padding-top: 5pt;
ef416fc2 194}
195
196DIV.table TABLE TH {
5a738aea 197 background: #eeeeee;
ef416fc2 198 border: none;
2e4ff8af 199 border-bottom: solid thin #999999;
ef416fc2 200}
201
e1d6a774 202DIV.figure TABLE {
203 margin-left: auto;
204 margin-right: auto;
205}
206
207DIV.figure CAPTION {
208 caption-side: bottom;
209 font-size: 120%;
210 font-style: italic;
211 font-weight: bold;
212 margin-left: auto;
213 margin-right: auto;
214}
215
ef416fc2 216TH.label {
4744bd90 217 padding-top: 5pt;
ef416fc2 218 text-align: right;
219 vertical-align: top;
220}
221
222HR {
223 border: solid thin;
224}
225
226SPAN.info {
227 background: #000000;
228 border: thin solid #000000;
229 color: #ffffff;
230 font-size: 80%;
231 font-style: italic;
232 font-weight: bold;
233 white-space: nowrap;
234}
235
db1f069b 236H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
ef416fc2 237 float: right;
238 font-size: 100%;
239}
240
241.conflict {
242 color: red;
243}
244
245H2.title, H3.title {
2e4ff8af 246 border-bottom: solid 1pt #999999;
ef416fc2 247}
248
249DIV.sidebar {
ef416fc2 250 float: right;
db1f069b 251 min-width: 25%;
2e4ff8af 252 margin-left: 10px;
db1f069b 253 max-width: 33%;
ef416fc2 254}
255
256DIV.sidebar P.l0 {
257 margin-bottom: 0;
258 margin-left: 0;
259 margin-right: 0;
bd7854cb 260 margin-top: 12pt;
ef416fc2 261}
262
263DIV.sidebar P.l1 {
264 margin-bottom: 0;
bd7854cb 265 margin-left: 36pt;
ef416fc2 266 margin-right: 0;
267 margin-top: 0;
bd7854cb 268 text-indent: -18pt;
ef416fc2 269}
270
271DIV.sidebar P.l2 {
272 font-style: italic;
273 margin-bottom: 0;
bd7854cb 274 margin-left: 54pt;
ef416fc2 275 margin-right: 0;
276 margin-top: 0;
bd7854cb 277 text-indent: -18pt;
ef416fc2 278}
fa73b229 279
2e4ff8af
MS
280TABLE.inset {
281 background: #e1e1e1;
282 border: inset 1px #dddddd;
283 padding: 0;
f7deaa1a 284 /* These are not implemented by all browsers, but that's OK */
2e4ff8af
MS
285 border-radius: 5px;
286 -moz-border-radius: 5px;
287}
288
289TABLE.inset CAPTION {
290 caption-side: top;
291 color: #666666;
292 font-size: 80%;
293 margin-left: 10px;
294 margin-bottom: 2px;
295 text-align: left;
296}
297
298TABLE.inset TD {
299 padding: 5px;
fa73b229 300}
301
302DT {
bd7854cb 303 margin-left: 36pt;
304 margin-top: 12pt;
fa73b229 305}
306
307DD {
bd7854cb 308 margin-left: 54pt;
fa73b229 309}
a4d04587 310
757d2cad 311DL.category DT {
312 font-weight: bold;
313}
314
a4d04587 315P.summary {
db1f069b 316 margin-left: 36pt;
5a738aea 317 font-family: monaco, courier, monospace;
a4d04587 318}
e00b005a 319
5a738aea
MS
320DIV.summary TABLE {
321 border: solid thin #999999;
322 border-collapse: collapse;
323 border-spacing: 0;
324 margin: 10px;
325}
326
327DIV.summary TABLE TD, DIV.summary TABLE TH {
328 background: white;
329 border: solid thin #999999;
330 border-spacing: 0;
331 padding: 5px;
332 text-align: left;
333 vertical-align: top;
334}
335
336DIV.summary TABLE THEAD TH {
337 background: #eeeeee;
338}
339
340/* API documentation styles... */
341div.body h1 {
342 margin: 0;
343}
344div.body h2 {
345 margin-top: 1.5em;
346}
347div.body h3, div.body h4, div.body h5 {
348 margin-bottom: 0.5em;
349 margin-top: 1.5em;
350}
351.class, .enumeration, .function, .struct, .typedef, .union {
352 border-bottom: solid thin #999999;
353 margin-bottom: 0;
354 margin-top: 2em;
355}
356.description {
357 margin-top: 0.5em;
358}
359code, p.code, pre, ul.code li {
360 font-family: monaco, courier, monospace;
361 font-size: 90%;
362}
363ul.code, ul.contents, ul.subcontents {
364 list-style-type: none;
365 margin: 0;
366 padding-left: 0;
367}
368ul.code li {
369 margin: 0;
370}
371ul.contents > li {
372 margin-top: 1em;
373}
374ul.contents li ul.code, ul.contents li ul.subcontents {
375 padding-left: 2em;
376}
377div.body dl {
378 margin-left: 0;
379 margin-top: 0;
380}
381div.body dt {
382 font-style: italic;
383 margin-left: 0;
384 margin-top: 0;
385}
386div.body dd {
387 margin-bottom: 0.5em;
388}