]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups.css
Load cups into easysw/current.
[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 color: #7f0000;
19 font-family: monospace;
20 }
21
22 PRE.command {
23 margin-left: 3em;
24 }
25
26 PRE EM {
27 color: #3f0000;
28 }
29
30 P.command {
31 color: #7f0000;
32 font-family: monospace;
33 margin-left: 3em;
34 }
35
36 BLOCKQUOTE {
37 background: #cccc99;
38 border: solid thin #999966;
39 padding: 10px;
40 }
41
42 A:link, A:visited {
43 text-decoration: none;
44 font-weight: bold;
45 color: #993300;
46 }
47
48 A:link:hover, A:visited:hover, A:active {
49 text-decoration: underline;
50 font-weight: bold;
51 color: #bb5500;
52 }
53
54 A.sel, TR.sel {
55 background-color: #eeeebb;
56 color: #993300;
57 }
58
59 TR.sel TD {
60 padding: 4;
61 }
62
63 A.unsel {
64 background-color: #666633;
65 color: #e8e8b8;
66 }
67
68 A.unsel:link:hover, A.unsel:visited:hover, A.unsel:active {
69 background-color: #999966;
70 color: #663300;
71 }
72
73 INPUT[TYPE="TEXT"], TEXTAREA {
74 font-family: monospace;
75 }
76
77 INPUT[TYPE="IMAGE"] {
78 border: none;
79 padding: 2;
80 vertical-align: bottom;
81 }
82
83 SUB, SUP {
84 font-size: 50%;
85 }
86
87 TR.header, TR.header TH, TH.header, TR.trailer, TR.trailer TH, TH.trailer {
88 background-color: #bbbb88;
89 }
90
91 TR.page, TD.page {
92 background-color: #eeeebb;
93 height: 100%;
94 padding-top: 20px;
95 padding-bottom: 20px;
96 }
97
98 TR.data, TD.data, TR.data TD {
99 padding: 5;
100 border-bottom: solid 2px #000000;
101 }
102
103 TR.data TH {
104 border-bottom: solid 2px #000000;
105 padding-top: 10;
106 padding-left: 5;
107 text-align: left;
108 }
109
110 DIV.table TABLE {
111 border: solid thin #999966;
112 border-spacing: 0px;
113 margin-left: auto;
114 margin-right: auto;
115 }
116
117 DIV.table CAPTION {
118 caption-side: top;
119 font-size: 120%;
120 font-style: italic;
121 font-weight: bold;
122 margin-left: auto;
123 margin-right: auto;
124 }
125
126 DIV.table TABLE TD {
127 border: solid thin #bbbb88;
128 padding-top: 5px;
129 }
130
131 DIV.table TABLE TH {
132 background: #bbbb88;
133 border: none;
134 border-bottom: solid thin #999966;
135 }
136
137 TH.label {
138 padding-top: 10;
139 text-align: right;
140 vertical-align: top;
141 }
142
143 HR {
144 border: solid thin;
145 }
146
147 SPAN.info {
148 background: #000000;
149 border: thin solid #000000;
150 color: #ffffff;
151 font-size: 80%;
152 font-style: italic;
153 font-weight: bold;
154 white-space: nowrap;
155 }
156
157 H3 SPAN.info {
158 float: right;
159 font-size: 100%;
160 }
161
162 .conflict {
163 color: red;
164 }
165
166 H2.title, H3.title {
167 border-bottom: solid 2px #000000;
168 }
169
170 IMG.button {
171 border: none;
172 padding: 2;
173 vertical-align: middle;
174 }
175
176 DIV.sidebar {
177 background: #ddddaa;
178 border: solid 2px #cccc99;
179 float: right;
180 margin-left: 10px;
181 padding: 5;
182 width: 25%;
183 }
184
185 DIV.sidebar P.l0 {
186 margin-bottom: 0;
187 margin-left: 0;
188 margin-right: 0;
189 margin-top: 1em;
190 }
191
192 DIV.sidebar P.l1 {
193 margin-bottom: 0;
194 margin-left: 3em;
195 margin-right: 0;
196 margin-top: 0;
197 text-indent: -2em;
198 }
199
200 DIV.sidebar P.l2 {
201 font-style: italic;
202 margin-bottom: 0;
203 margin-left: 4em;
204 margin-right: 0;
205 margin-top: 0;
206 text-indent: -2em;
207 }
208
209 TABLE.pager {
210 background: #cccc99;
211 border: solid thin #999966;
212 margin-top: 10px;
213 padding: 2px;
214 }
215
216 DT {
217 margin-left: 3em;
218 margin-top: 1em;
219 }
220
221 DD {
222 margin-left: 5em;
223 }
224
225 P.summary {
226 margin-left: 5em;
227 font-family: monospace;
228 }
229
230 SPAN.message {
231 font-style: italic;
232 font-size: smaller;
233 }