Commit c95f2a965fa13294d99c80b45d8a438849aa374c

Authored by Ábner Silva de Oliveira
1 parent e958310b

custom 503 error.css and images

errors.css 0 → 100644
@@ -0,0 +1,24 @@ @@ -0,0 +1,24 @@
  1 +@import url(../base/errors.css);
  2 +
  3 +body {
  4 + background-image: radial-gradient(ellipse at center center , #FCDD4E 1%, #F9C404 100%);
  5 + font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  6 +}
  7 +#logo {
  8 + background: url(images/503-logo.jpg) 20px 0px no-repeat;
  9 +}
  10 +
  11 +#header {
  12 + background: #ccc url(imgs/menu-top-bg-right.png) top right no-repeat;
  13 + height: 42px;
  14 + margin-top: 48px;
  15 + position: relative;
  16 +}
  17 +
  18 +
  19 +#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;
  24 +}
0 \ No newline at end of file 25 \ No newline at end of file
images/503-logo.jpg 0 → 100644

9.42 KB

images/503-small.jpg 0 → 100644

70.1 KB

images/503.jpg 0 → 100644

174 KB