]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups.css
Import CUPS 1.4svn r7023 into easysw/current.
[thirdparty/cups.git] / doc / cups.css
CommitLineData
ef416fc2 1BODY {
2e4ff8af 2 background: #e8e8e8;
ef416fc2 3 color: #000000;
4 font-family: sans-serif;
5}
6
7H1, H2, H3, H4, H5, H6, P, TD, TH {
8 font-family: sans-serif;
9}
10
11KBD {
12 color: #006600;
13 font-family: monospace;
14 font-weight: bold;
15}
16
17PRE {
ef416fc2 18 font-family: monospace;
19}
20
21PRE.command {
ecdc0628 22 color: #7f0000;
bd7854cb 23 margin-left: 36pt;
ef416fc2 24}
25
ecdc0628 26PRE.command EM {
ef416fc2 27 color: #3f0000;
28}
29
30P.command {
31 color: #7f0000;
32 font-family: monospace;
bd7854cb 33 margin-left: 36pt;
ef416fc2 34}
35
4744bd90 36P.formula {
37 font-style: italic;
38 margin-left: 36pt;
39}
40
ef416fc2 41BLOCKQUOTE {
2e4ff8af
MS
42 background: #e1e1e1;
43 border: inset 1px #dddddd;
44 padding: 10px;
45 /* These are not implemented by all browsers, but that's OK */
46 border-radius: 5px;
47 -moz-border-radius: 5px;
48}
49
50A IMG {
51 border: none;
52}
53
54A:link:hover IMG {
55 background: #e0e0e0;
56 border-radius: 10px;
57 -moz-border-radius: 10px;
ef416fc2 58}
59
60A:link, A:visited {
61 text-decoration: none;
2e4ff8af 62 color: #000099;
ef416fc2 63}
64
65A:link:hover, A:visited:hover, A:active {
66 text-decoration: underline;
2e4ff8af
MS
67 color: #990099;
68}
69
70TABLE.page {
71 border: none;
72 border-collapse: collapse;
73 height: 100%;
74 margin: 0;
75 padding: 0;
76 width: 100%;
77}
78
79TD.body {
80 height: 100%;
81 vertical-align: top;
82}
83
84TD.sel, TD.unsel {
85 border-left: thin solid #aaaaaa;
86 font-size: 120%;
87 padding: 0px 5px;
88 text-align: center;
89 vertical-align: middle;
90 width: 14%;
91}
92
93TD.sel {
94 background: url(images/sel.gif);
ef416fc2 95}
96
2e4ff8af
MS
97TD.unsel {
98 background: url(images/unsel.gif);
ef416fc2 99}
100
2e4ff8af
MS
101TD.sel A, TD.sel A:hover {
102 color: #ffffff;
103 font-weight: normal;
104 text-decoration: none;
ef416fc2 105}
106
2e4ff8af
MS
107TD.unsel A, TD.unsel A:visited {
108 color: #333333;
109 font-weight: normal;
ef416fc2 110}
111
2e4ff8af
MS
112TD.unsel:hover {
113 background: url(images/unsel-hover.gif);
114 color: #ffffff;
115}
116
117TD.unsel A:link:hover, TD.unsel A:visited:hover, TD.unsel A:active {
118 color: #ffffff;
119 font-weight: normal;
120 text-decoration: none;
121}
122
123TD.trailer {
124 background: #e1e1e1;
125 border: solid thin #cccccc;
126 color: #666666;
127 font-size: 80%;
128 padding: 5px;
129}
130
131TD.trailer A {
132 color: #666699;
133}
134
135FORM {
136 display: inline;
ef416fc2 137}
138
139INPUT[TYPE="TEXT"], TEXTAREA {
140 font-family: monospace;
141}
142
143INPUT[TYPE="IMAGE"] {
144 border: none;
bd7854cb 145 padding: 2pt;
ef416fc2 146 vertical-align: bottom;
147}
148
149SUB, SUP {
150 font-size: 50%;
151}
152
ef416fc2 153TR.data, TD.data, TR.data TD {
154 padding: 5;
2e4ff8af 155 border-bottom: solid 1pt #999999;
ef416fc2 156}
157
158TR.data TH {
2e4ff8af 159 border-bottom: solid 1pt #999999;
bd7854cb 160 padding-top: 10pt;
161 padding-left: 5pt;
ef416fc2 162 text-align: left;
163}
164
165DIV.table TABLE {
2e4ff8af 166 border: solid thin #999999;
bd7854cb 167 border-spacing: 0;
ef416fc2 168 margin-left: auto;
169 margin-right: auto;
170}
171
172DIV.table CAPTION {
173 caption-side: top;
174 font-size: 120%;
175 font-style: italic;
176 font-weight: bold;
177 margin-left: auto;
178 margin-right: auto;
179}
180
181DIV.table TABLE TD {
2e4ff8af 182 border: solid thin #bbbbbb;
bd7854cb 183 padding-top: 5pt;
ef416fc2 184}
185
186DIV.table TABLE TH {
2e4ff8af 187 background: #bbbbbb;
ef416fc2 188 border: none;
2e4ff8af 189 border-bottom: solid thin #999999;
ef416fc2 190}
191
e1d6a774 192DIV.figure TABLE {
193 margin-left: auto;
194 margin-right: auto;
195}
196
197DIV.figure CAPTION {
198 caption-side: bottom;
199 font-size: 120%;
200 font-style: italic;
201 font-weight: bold;
202 margin-left: auto;
203 margin-right: auto;
204}
205
ef416fc2 206TH.label {
4744bd90 207 padding-top: 5pt;
ef416fc2 208 text-align: right;
209 vertical-align: top;
210}
211
212HR {
213 border: solid thin;
214}
215
216SPAN.info {
217 background: #000000;
218 border: thin solid #000000;
219 color: #ffffff;
220 font-size: 80%;
221 font-style: italic;
222 font-weight: bold;
223 white-space: nowrap;
224}
225
db1f069b 226H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
ef416fc2 227 float: right;
228 font-size: 100%;
229}
230
231.conflict {
232 color: red;
233}
234
235H2.title, H3.title {
2e4ff8af 236 border-bottom: solid 1pt #999999;
ef416fc2 237}
238
239DIV.sidebar {
ef416fc2 240 float: right;
db1f069b 241 min-width: 25%;
2e4ff8af 242 margin-left: 10px;
db1f069b 243 max-width: 33%;
ef416fc2 244}
245
246DIV.sidebar P.l0 {
247 margin-bottom: 0;
248 margin-left: 0;
249 margin-right: 0;
bd7854cb 250 margin-top: 12pt;
ef416fc2 251}
252
253DIV.sidebar P.l1 {
254 margin-bottom: 0;
bd7854cb 255 margin-left: 36pt;
ef416fc2 256 margin-right: 0;
257 margin-top: 0;
bd7854cb 258 text-indent: -18pt;
ef416fc2 259}
260
261DIV.sidebar P.l2 {
262 font-style: italic;
263 margin-bottom: 0;
bd7854cb 264 margin-left: 54pt;
ef416fc2 265 margin-right: 0;
266 margin-top: 0;
bd7854cb 267 text-indent: -18pt;
ef416fc2 268}
fa73b229 269
2e4ff8af
MS
270TABLE.inset {
271 background: #e1e1e1;
272 border: inset 1px #dddddd;
273 padding: 0;
f7deaa1a 274 /* These are not implemented by all browsers, but that's OK */
2e4ff8af
MS
275 border-radius: 5px;
276 -moz-border-radius: 5px;
277}
278
279TABLE.inset CAPTION {
280 caption-side: top;
281 color: #666666;
282 font-size: 80%;
283 margin-left: 10px;
284 margin-bottom: 2px;
285 text-align: left;
286}
287
288TABLE.inset TD {
289 padding: 5px;
fa73b229 290}
291
292DT {
bd7854cb 293 margin-left: 36pt;
294 margin-top: 12pt;
fa73b229 295}
296
297DD {
bd7854cb 298 margin-left: 54pt;
fa73b229 299}
a4d04587 300
757d2cad 301DL.category DT {
302 font-weight: bold;
303}
304
a4d04587 305P.summary {
db1f069b 306 margin-left: 36pt;
a4d04587 307 font-family: monospace;
308}
e00b005a 309
310SPAN.message {
311 font-style: italic;
312 font-size: smaller;
313}