]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups.css
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / doc / cups.css
1 BODY {
2 background: #cccc99;
3 color: #000000;
4 font-family: sans-serif;
5 }
6
7 H1, H2, H3, H4, H5, H6, P, TD, TH {
8 font-family: sans-serif;
9 }
10
11 KBD {
12 color: #006600;
13 font-family: monospace;
14 font-weight: bold;
15 }
16
17 PRE {
18 font-family: monospace;
19 }
20
21 PRE.command {
22 color: #7f0000;
23 margin-left: 36pt;
24 }
25
26 PRE.command EM {
27 color: #3f0000;
28 }
29
30 P.command {
31 color: #7f0000;
32 font-family: monospace;
33 margin-left: 36pt;
34 }
35
36 P.formula {
37 font-style: italic;
38 margin-left: 36pt;
39 }
40
41 BLOCKQUOTE {
42 background: #bbbb88;
43 border: solid thin #999966;
44 padding: 10pt;
45 }
46
47 A:link, A:visited {
48 text-decoration: none;
49 font-weight: bold;
50 color: #993300;
51 }
52
53 A:link:hover, A:visited:hover, A:active {
54 text-decoration: underline;
55 font-weight: bold;
56 color: #bb5500;
57 }
58
59 A.sel, TR.sel {
60 background-color: #eeeebb;
61 color: #993300;
62 }
63
64 TR.sel TD {
65 padding: 4pt;
66 }
67
68 A.unsel, A.unsel:visited {
69 background-color: #666633;
70 color: #e8e8b8;
71 }
72
73 A.unsel:link:hover, A.unsel:visited:hover, A.unsel:active {
74 background-color: #999966;
75 color: #663300;
76 }
77
78 INPUT[TYPE="TEXT"], TEXTAREA {
79 font-family: monospace;
80 }
81
82 INPUT[TYPE="IMAGE"] {
83 border: none;
84 padding: 2pt;
85 vertical-align: bottom;
86 }
87
88 SUB, SUP {
89 font-size: 50%;
90 }
91
92 TR.header, TR.header TH, TH.header, TR.trailer, TR.trailer TH, TH.trailer {
93 background-color: #bbbb88;
94 }
95
96 TR.page, TD.page {
97 background-color: #eeeebb;
98 height: 100%;
99 padding-top: 20pt;
100 padding-bottom: 20pt;
101 }
102
103 TR.data, TD.data, TR.data TD {
104 padding: 5;
105 border-bottom: solid 2pt #000000;
106 }
107
108 TR.data TH {
109 border-bottom: solid 2pt #000000;
110 padding-top: 10pt;
111 padding-left: 5pt;
112 text-align: left;
113 }
114
115 DIV.table TABLE {
116 border: solid thin #999966;
117 border-spacing: 0;
118 margin-left: auto;
119 margin-right: auto;
120 }
121
122 DIV.table CAPTION {
123 caption-side: top;
124 font-size: 120%;
125 font-style: italic;
126 font-weight: bold;
127 margin-left: auto;
128 margin-right: auto;
129 }
130
131 DIV.table TABLE TD {
132 border: solid thin #bbbb88;
133 padding-top: 5pt;
134 }
135
136 DIV.table TABLE TH {
137 background: #bbbb88;
138 border: none;
139 border-bottom: solid thin #999966;
140 }
141
142 DIV.figure TABLE {
143 margin-left: auto;
144 margin-right: auto;
145 }
146
147 DIV.figure CAPTION {
148 caption-side: bottom;
149 font-size: 120%;
150 font-style: italic;
151 font-weight: bold;
152 margin-left: auto;
153 margin-right: auto;
154 }
155
156 TH.label {
157 padding-top: 5pt;
158 text-align: right;
159 vertical-align: top;
160 }
161
162 HR {
163 border: solid thin;
164 }
165
166 SPAN.info {
167 background: #000000;
168 border: thin solid #000000;
169 color: #ffffff;
170 font-size: 80%;
171 font-style: italic;
172 font-weight: bold;
173 white-space: nowrap;
174 }
175
176 H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
177 float: right;
178 font-size: 100%;
179 }
180
181 .conflict {
182 color: red;
183 }
184
185 H2.title, H3.title {
186 border-bottom: solid 2pt #000000;
187 }
188
189 IMG.button {
190 border: none;
191 padding: 2pt;
192 vertical-align: middle;
193 }
194
195 DIV.sidebar {
196 background: #ddddaa;
197 border: solid 2px #cccc99;
198 float: right;
199 min-width: 25%;
200 margin-left: 10pt;
201 max-width: 33%;
202 padding: 5pt;
203 /* These are not implemented by all browsers, but that's OK */
204 border-radius: 10pt;
205 -moz-border-radius: 10pt;
206 box-shadow: 5pt 5pt 5pt #cccccc;
207 }
208
209 DIV.sidebar P.l0 {
210 margin-bottom: 0;
211 margin-left: 0;
212 margin-right: 0;
213 margin-top: 12pt;
214 }
215
216 DIV.sidebar P.l1 {
217 margin-bottom: 0;
218 margin-left: 36pt;
219 margin-right: 0;
220 margin-top: 0;
221 text-indent: -18pt;
222 }
223
224 DIV.sidebar P.l2 {
225 font-style: italic;
226 margin-bottom: 0;
227 margin-left: 54pt;
228 margin-right: 0;
229 margin-top: 0;
230 text-indent: -18pt;
231 }
232
233 TABLE.pager {
234 background: #cccc99;
235 border: solid thin #999966;
236 margin-top: 10pt;
237 padding: 2pt;
238 /* These are not implemented by all browsers, but that's OK */
239 border-radius: 10pt;
240 -moz-border-radius: 10pt;
241 box-shadow: 5pt 5pt 5pt #cccccc;
242 }
243
244 DT {
245 margin-left: 36pt;
246 margin-top: 12pt;
247 }
248
249 DD {
250 margin-left: 54pt;
251 }
252
253 DL.category DT {
254 font-weight: bold;
255 }
256
257 P.summary {
258 margin-left: 36pt;
259 font-family: monospace;
260 }
261
262 SPAN.message {
263 font-style: italic;
264 font-size: smaller;
265 }