Commit 6a131a25cd20f9f930d19b013a89fff89b9f3cef
1 parent
2ab21bc0
Exists in
master
and in
5 other branches
new 503 error page
Showing
6 changed files
with
49 additions
and
8 deletions
Show diff stats
errors.css
1 | @import url(../base/errors.css); | 1 | @import url(../base/errors.css); |
2 | 2 | ||
3 | body { | 3 | body { |
4 | - background-image: radial-gradient(ellipse at center center , #FCDD4E 1%, #F9C404 100%); | 4 | + background-image: url(images/fundo-de-tela-amarelo.png); |
5 | font-family: 'Open Sans',Arial,Helvetica,sans-serif; | 5 | font-family: 'Open Sans',Arial,Helvetica,sans-serif; |
6 | } | 6 | } |
7 | #logo { | 7 | #logo { |
8 | - background: url(images/503-logo.jpg) 20px 0px no-repeat; | 8 | + background: url(images/logo-participa.png); |
9 | + top: 320px; | ||
10 | + left: 20px; | ||
11 | + position: absolute; | ||
12 | + height:92px; | ||
13 | + width:108px; | ||
14 | +} | ||
15 | + | ||
16 | +div.message h1 { | ||
17 | + border-bottom: 0px; | ||
18 | + left: 170px; | ||
19 | + position: relative; | ||
20 | + margin-top: -20px; | ||
21 | +} | ||
22 | + | ||
23 | +div.message p { | ||
24 | + left: 170px; | ||
25 | + position: relative; | ||
26 | + font-size: 16px; | ||
27 | + width: 400px; | ||
28 | + color: #999; | ||
9 | } | 29 | } |
10 | 30 | ||
11 | #header { | 31 | #header { |
12 | - background: #ccc url(imgs/menu-top-bg-right.png) top right no-repeat; | ||
13 | - height: 42px; | 32 | + background: url(images/oops.png) top left no-repeat; |
33 | + height: 142px; | ||
34 | + margin-left: 20px; | ||
14 | margin-top: 48px; | 35 | margin-top: 48px; |
15 | position: relative; | 36 | position: relative; |
16 | } | 37 | } |
17 | 38 | ||
18 | 39 | ||
19 | #wrap { | 40 | #wrap { |
20 | - margin: 20px 20px 0px 20px; | ||
21 | - border: 1px solid #d3d7cf; | ||
22 | - background: white url(images/503.jpg) 100% 100% no-repeat; | ||
23 | - height: 680px; | 41 | + margin: 120px 20px 0px 20px; |
42 | + border: 1px solid #F2C311; | ||
43 | + background: white url(images/mascote-bug.png) 100% 100% no-repeat; | ||
44 | + height: 480px; | ||
45 | + -webkit-border-radius: 7px; | ||
46 | + -moz-border-radius: 7px; | ||
47 | + border-radius: 7px; | ||
48 | + -webkit-box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); | ||
49 | + -moz-box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); | ||
50 | + box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); | ||
51 | +} | ||
52 | + | ||
53 | +#languages { | ||
54 | + top: 600px; | ||
55 | + position: absolute; | ||
56 | + text-align: center; | ||
57 | + width: 860px; | ||
58 | + border-top: 0px; | ||
59 | +} | ||
60 | + | ||
61 | +#languages a { | ||
62 | + font-variant: small-caps; | ||
63 | + color: black; | ||
64 | + font-size: 14px; | ||
24 | } | 65 | } |
25 | \ No newline at end of file | 66 | \ No newline at end of file |
2.54 KB
182 KB
19.6 KB
15.1 KB
6.91 KB