blob: d4b119088423ad5720640a83dfea61d780319ac4 [file] [log] [blame]
刘洪青6266f992017-05-15 21:21:03 +08001/*
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements. See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16*/
17body {
18 margin: 10px 20px;
19 text-align: center;
20 font-family: Arial, sans-serif;
21}
22
23h1, h2, h3, h4, h5, h6, p, ul, ol {
24 margin: 0 0 0.5em;
25}
26h1 {
27 font-size: 18pt;
28 margin: 0.5em 0 0;
29}
30h2 {
31 font-size: 16pt;
32}
33h3 {
34 font-size: 13pt;
35}
36h4 {
37 font-size: 12pt;
38}
39h5 {
40 font-size: 11pt;
41}
42p {
43 font-size: 11pt
44}
45
46ul {
47 margin: 0;
48 padding: 0 0 0 0.25em;
49 text-indent: 0;
50 list-style: none;
51}
52li {
53 margin: 0;
54 padding: 0 0 0.25em;
55 text-indent: 0;
56 font-size: 80%;
57}
58
59pre {
60 text-indent: 0.25em;
61 width: 90%;
62 font-size: 90%;
63}
64
65br.separator {
66 margin: 0;
67 padding: 0;
68 clear: both;
69}
70
71a img {
72 border: 0 none;
73}
74
75.container {
76 padding: 10px;
77 margin: 0 0 10px;
78}
79
80.col20 {
81 float: left;
82 width: 20%;
83}
84
85.col25 {
86 float: left;
87 width: 25%;
88}
89
90#wrapper {
91 display: block;
92 margin: 0 auto;
93 text-align: left;
94 min-width: 720px;
95 max-width: 1000px;
96}
97.curved {
98 border-radius: 10px;
99 -moz-border-radius: 10px;
100 -webkit-border-radius: 10px;
101 -khtml-border-radius: 10px;
102}
103
104#navigation {
105 background: #eee url(bg-nav.png) repeat-x top left;
106 margin: 0 0 10px;
107 padding: 0;
108}
109#navigation span {
110 float: left;
111}
112#navigation span a {
113 display: block;
114 padding: 10px;
115 font-weight: bold;
116 text-shadow: 1px 1px 1px #fff;
117}
118#navigation span a:link,
119#navigation span a:visited,
120#navigation span a:hover,
121#navigation span a:active {
122 color: #666;
123 text-decoration: none;
124}
125#navigation span#nav-help {
126 float: right;
127 margin-right: 0;
128}
129
130#asf-box {
131 height: 40px;
132 background: #fff url(asf-logo-wide.svg) no-repeat top right;}
133#asf-box h1 {
134 padding: 0;
135 margin: 0;
136}
137
138#upper {
139 background: #fff url(bg-upper.png) repeat-x top left;
140}
141
142#congrats {
143 text-align: center;
144 padding: 10px;
145 margin: 0 40px 20px;
146 background-color: #9c9;
147}
148#congrats h2 {
149 font-size: 14pt;
150 padding: 0;
151 margin: 0;
152 color: #fff;
153}
154
155#notice {
156 float: left;
157 width: 560px;
158 color: #696;
159}
160#notice a:link,
161#notice a:visited,
162#notice a:hover,
163#notice a:active {
164 color: #090;
165 text-decoration: none;
166}
167#notice img,
168#notice #tasks {
169 float: left;
170}
171#tasks a:link,
172#tasks a:visited,
173#tasks a:hover,
174#tasks a:active {
175 text-decoration: underline;
176}
177#notice img {
178 margin-right: 20px;
179}
180
181#actions {
182 float: right;
183 width: 140px;
184}
185
186#actions .button {
187 display: block;
188 padding: 0;
189 height: 36px;
190 background: url(bg-button.png) no-repeat top left;
191}
192
193#actions .button a {
194 display: block;
195 padding: 0;
196}
197
198#actions .button a:link,
199#actions .button a:visited,
200#actions .button a:hover,
201#actions .button a:active {
202 color: #696;
203 text-decoration: none;
204}
205
206#actions .button a span {
207 display: block;
208 padding: 6px 10px;
209 color: #666;
210 text-shadow: 1px 1px 1px #fff;
211 font-size: 10pt;
212 font-weight: bold;
213}
214
215#middle {
216 background: #eef url(bg-middle.png) repeat-x top left;
217 margin: 20px 0;
218 padding: 1px 10px;
219}
220#middle h3 {
221 margin: 0 0 10px;
222 color: #033;
223}
224#middle p {
225 font-size: 10pt;
226}
227#middle a:link,
228#middle a:visited,
229#middle a:hover,
230#middle a:active {
231 color: #366;
232 font-weight: bold;
233}
234#middle .col25 .container {
235 padding: 0 0 1px;
236}
237
238#developers {
239 float: left;
240 width: 40%;
241}
242#security {
243 float: right;
244 width: 50%;
245}
246
247#lower {
248 padding: 0;
249}
250
251#lower a:link,
252#lower a:visited,
253#lower a:hover,
254#lower a:active {
255 color: #600;
256}
257
258#lower strong a:link,
259#lower strong a:visited,
260#lower strong a:hover,
261#lower strong a:active {
262 color: #c00;
263}
264
265#lower h3 {
266 color: #963;
267 font-size: 14pt;
268}
269#lower h4 {
270 font-size: 12pt;
271}
272#lower ul {
273 padding: 0;
274 margin: 0.5em 0;
275}
276#lower p,
277#lower li {
278 font-size: 9pt;
279 color: #753;
280 margin: 0 0 0.1em;
281}
282#lower li {
283 padding: 3px 5px;
284}
285#lower li strong {
286 color: #a53;
287}
288#lower li#list-announce {
289 border: 1px solid #f90;
290 background-color: #ffe8c8;
291}
292#lower p {
293 font-size: 10.5pt;
294}
295
296#low-manage,
297#low-docs,
298#low-help {
299 float: left;
300 width: 32%;
301}
302#low-docs {
303 margin: 0 0 0 2.2%;
304}
305#low-help {
306 float: right;
307}
308
309#low-manage div,
310#low-docs div,
311#low-help div {
312 min-height: 280px;
313 border: 3px solid #ffdc75;
314 background-color: #fff1c8;
315 padding: 10px;
316}
317
318#footer {
319 padding: 0;
320 margin: 20px 0;
321 color: #999;
322 background-color: #eee;
323}
324#footer h4 {
325 margin: 0 0 10px;
326 font-size: 10pt;
327}
328#footer p {
329 margin: 0 0 10px;
330 font-size: 10pt;
331}
332#footer ul {
333 margin: 6px 0 1px;
334 padding: 0;
335}
336#footer li {
337 margin: 0;
338 font-size: 9pt;
339}
340
341#footer a:link,
342#footer a:visited,
343#footer a:hover,
344#footer a:active {
345 color: #666;
346}
347
348.copyright {
349 font-size: 10pt;
350 color: #666;
351}