commit | author | age
|
354978
|
1 |
body { |
e6bb83
|
2 |
background: white; |
T |
3 |
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; |
|
4 |
font-size: small; |
|
5 |
color: black; |
|
6 |
margin: 0; |
354978
|
7 |
} |
T |
8 |
|
|
9 |
#banner { |
e6bb83
|
10 |
position: relative; |
T |
11 |
height: 58px; |
|
12 |
margin: 0 0 1em 0; |
|
13 |
padding: 10px 20px; |
|
14 |
background: url('images/banner_gradient.gif') top left repeat-x #d8edfd; |
|
15 |
overflow: hidden; |
354978
|
16 |
} |
T |
17 |
|
e6bb83
|
18 |
#banner .banner-bg { |
T |
19 |
position: absolute; |
|
20 |
top: 0; |
|
21 |
right: 0; |
|
22 |
width: 630px; |
|
23 |
height: 78px; |
|
24 |
background: url('images/banner_schraffur.gif') top right no-repeat; |
|
25 |
z-index: 0; |
354978
|
26 |
} |
T |
27 |
|
e6bb83
|
28 |
#banner .banner-logo { |
T |
29 |
position: absolute; |
|
30 |
top: 10px; |
|
31 |
left: 20px; |
|
32 |
z-index: 4; |
354978
|
33 |
} |
T |
34 |
|
e6bb83
|
35 |
#banner .banner-logo a { |
T |
36 |
border: 0; |
354978
|
37 |
} |
T |
38 |
|
|
39 |
#topnav { |
e6bb83
|
40 |
position: absolute; |
T |
41 |
top: 3.6em; |
|
42 |
right: 20px; |
354978
|
43 |
} |
T |
44 |
|
|
45 |
#topnav a { |
e6bb83
|
46 |
color: #666; |
354978
|
47 |
} |
T |
48 |
|
|
49 |
#content { |
e6bb83
|
50 |
margin: 2em 20px; |
354978
|
51 |
} |
T |
52 |
|
|
53 |
#footer { |
|
54 |
margin: 2em 20px 1em 20px; |
|
55 |
padding-top: 0.6em; |
|
56 |
font-size: smaller; |
|
57 |
text-align: center; |
|
58 |
border-top: 1px dotted #999; |
|
59 |
} |
|
60 |
|
|
61 |
#progress { |
|
62 |
margin-bottom: 2em; |
|
63 |
border: 1px solid #aaa; |
|
64 |
background-color: #f9f9f9; |
|
65 |
} |
|
66 |
|
|
67 |
#progress:after { |
|
68 |
content: "."; |
|
69 |
display: block; |
|
70 |
height: 0; |
|
71 |
font-size: 0; |
|
72 |
clear: both; |
|
73 |
visibility: hidden; |
|
74 |
} |
|
75 |
|
|
76 |
#progress li { |
|
77 |
float: left; |
|
78 |
color: #999; |
|
79 |
padding: 1em 5em 1em 0.2em; |
|
80 |
} |
|
81 |
|
b3f9df
|
82 |
#progress li a { |
T |
83 |
color: #999; |
|
84 |
text-decoration: none; |
|
85 |
} |
|
86 |
|
|
87 |
#progress li a:hover { |
|
88 |
text-decoration: underline; |
|
89 |
} |
|
90 |
|
354978
|
91 |
#progress li.current { |
T |
92 |
color: #000; |
|
93 |
font-weight: bold; |
|
94 |
} |
|
95 |
|
|
96 |
#progress li.passed, |
b3f9df
|
97 |
#progress li.passed a, |
T |
98 |
#progress li.current a { |
354978
|
99 |
color: #333; |
T |
100 |
} |
|
101 |
|
|
102 |
fieldset { |
c5042d
|
103 |
margin-bottom: 1.5em; |
354978
|
104 |
border: 1px solid #aaa; |
T |
105 |
background-color: #f9f9f9; |
|
106 |
} |
|
107 |
|
|
108 |
fieldset p.hint { |
|
109 |
margin-top: 0.5em; |
|
110 |
} |
|
111 |
|
|
112 |
legend { |
|
113 |
font-size: 1.1em; |
|
114 |
font-weight: bold; |
|
115 |
} |
|
116 |
|
|
117 |
textarea.configfile { |
|
118 |
background-color: #f9f9f9; |
|
119 |
font-family: monospace; |
|
120 |
font-size: 9pt; |
|
121 |
width: 100%; |
190e97
|
122 |
height: 30em; |
354978
|
123 |
} |
T |
124 |
|
e10712
|
125 |
.propname { |
354978
|
126 |
font-family: monospace; |
T |
127 |
font-size: 9pt; |
|
128 |
margin-top: 1em; |
|
129 |
margin-bottom: 0.6em; |
|
130 |
} |
|
131 |
|
|
132 |
dd div { |
|
133 |
margin-top: 0.3em; |
|
134 |
} |
|
135 |
|
ad43e6
|
136 |
dd label { |
354978
|
137 |
padding-left: 0.5em; |
T |
138 |
} |
|
139 |
|
|
140 |
th { |
|
141 |
text-align: left; |
|
142 |
} |
|
143 |
|
6557d3
|
144 |
ul li { |
T |
145 |
margin: 0.3em 0 0.4em -1em; |
|
146 |
} |
|
147 |
|
|
148 |
ul li ul li { |
|
149 |
margin-bottom: 0.2em; |
|
150 |
} |
|
151 |
|
|
152 |
h3 { |
|
153 |
font-size: 1.1em; |
|
154 |
margin-top: 1.5em; |
|
155 |
margin-bottom: 0.6em; |
|
156 |
} |
|
157 |
|
354978
|
158 |
h4 { |
T |
159 |
margin-bottom: 0.2em; |
|
160 |
} |
|
161 |
|
c5042d
|
162 |
a.blocktoggle { |
T |
163 |
color: #666; |
|
164 |
text-decoration: none; |
|
165 |
} |
|
166 |
|
|
167 |
a.addlink { |
|
168 |
color: #999; |
|
169 |
font-size: 0.9em; |
|
170 |
padding: 1px 0 1px 20px; |
|
171 |
background: url('images/add.png') top left no-repeat; |
|
172 |
text-decoration: none; |
|
173 |
} |
|
174 |
|
|
175 |
a.removelink { |
|
176 |
color: #999; |
|
177 |
font-size: 0.9em; |
|
178 |
padding: 1px 0 1px 24px; |
|
179 |
background: url('images/delete.png') 4px 0 no-repeat; |
|
180 |
text-decoration: none; |
|
181 |
} |
|
182 |
|
354978
|
183 |
.hint { |
T |
184 |
color: #666; |
|
185 |
font-size: 0.95em; |
|
186 |
} |
|
187 |
|
|
188 |
.success { |
|
189 |
color: #006400; |
|
190 |
font-weight: bold !important; |
|
191 |
} |
|
192 |
|
|
193 |
.fail { |
|
194 |
color: #ff0000 !important; |
|
195 |
font-weight: bold !important; |
|
196 |
} |
|
197 |
|
|
198 |
.na { |
|
199 |
color: #f60; |
|
200 |
font-weight: bold; |
|
201 |
} |
|
202 |
|
|
203 |
.indent { |
|
204 |
padding-left: 0.8em; |
|
205 |
} |
|
206 |
|
|
207 |
.notice { |
|
208 |
padding: 1em; |
|
209 |
background-color: #f7fdcb; |
|
210 |
border: 2px solid #c2d071; |
|
211 |
} |
|
212 |
|
e10712
|
213 |
.suggestion { |
T |
214 |
padding: 0.6em; |
|
215 |
background-color: #ebebeb; |
|
216 |
border: 1px solid #999; |
|
217 |
} |
|
218 |
|
|
219 |
p.warning, |
|
220 |
div.warning { |
354978
|
221 |
padding: 1em; |
T |
222 |
background-color: #ef9398; |
|
223 |
border: 2px solid #dc5757; |
|
224 |
} |
27564f
|
225 |
|
e10712
|
226 |
h3.warning { |
T |
227 |
color: #c00; |
|
228 |
background: url('images/error.png') top left no-repeat; |
|
229 |
padding-left: 24px; |
|
230 |
} |
|
231 |
|
27564f
|
232 |
.userconf { |
T |
233 |
color: #00c; |
|
234 |
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; |
|
235 |
} |