Commit 6a131a25cd20f9f930d19b013a89fff89b9f3cef

Authored by Ábner Silva de Oliveira
1 parent 2ab21bc0

new 503 error page

errors.css
1 1 @import url(../base/errors.css);
2 2  
3 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 5 font-family: 'Open Sans',Arial,Helvetica,sans-serif;
6 6 }
7 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 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 35 margin-top: 48px;
15 36 position: relative;
16 37 }
17 38  
18 39  
19 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 66 \ No newline at end of file
... ...
images/balao-amarelo.png 0 → 100644

2.54 KB

images/fundo-de-tela-amarelo.png 0 → 100644

182 KB

images/logo-participa.png 0 → 100644

19.6 KB

images/mascote-bug.png 0 → 100644

15.1 KB

images/oops.png 0 → 100644

6.91 KB