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