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