]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups.css
Merge changes from r6781 to r6792 (CUPS 1.3.0)
[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 {
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 margin-left: 10pt;
200 padding: 5pt;
201 width: 25%;
202 /* These are not implemented by all browsers, but that's OK */
203 border-radius: 10pt;
204 -moz-border-radius: 10pt;
205 box-shadow: 5pt 5pt 5pt #cccccc;
206 }
207
208 DIV.sidebar P.l0 {
209 margin-bottom: 0;
210 margin-left: 0;
211 margin-right: 0;
212 margin-top: 12pt;
213 }
214
215 DIV.sidebar P.l1 {
216 margin-bottom: 0;
217 margin-left: 36pt;
218 margin-right: 0;
219 margin-top: 0;
220 text-indent: -18pt;
221 }
222
223 DIV.sidebar P.l2 {
224 font-style: italic;
225 margin-bottom: 0;
226 margin-left: 54pt;
227 margin-right: 0;
228 margin-top: 0;
229 text-indent: -18pt;
230 }
231
232 TABLE.pager {
233 background: #cccc99;
234 border: solid thin #999966;
235 margin-top: 10pt;
236 padding: 2pt;
237 /* These are not implemented by all browsers, but that's OK */
238 border-radius: 10pt;
239 -moz-border-radius: 10pt;
240 box-shadow: 5pt 5pt 5pt #cccccc;
241 }
242
243 DT {
244 margin-left: 36pt;
245 margin-top: 12pt;
246 }
247
248 DD {
249 margin-left: 54pt;
250 }
251
252 DL.category DT {
253 font-weight: bold;
254 }
255
256 P.summary {
257 margin-left: 54pt;
258 font-family: monospace;
259 }
260
261 SPAN.message {
262 font-style: italic;
263 font-size: smaller;
264 }