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