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