From 6a131a25cd20f9f930d19b013a89fff89b9f3cef Mon Sep 17 00:00:00 2001 From: Ábner Silva de Oliveira Date: Tue, 22 Apr 2014 16:25:23 -0300 Subject: [PATCH] new 503 error page --- errors.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++-------- images/balao-amarelo.png | Bin 0 -> 2599 bytes images/fundo-de-tela-amarelo.png | Bin 0 -> 186530 bytes images/logo-participa.png | Bin 0 -> 20078 bytes images/mascote-bug.png | Bin 0 -> 15486 bytes images/oops.png | Bin 0 -> 7076 bytes 6 files changed, 49 insertions(+), 8 deletions(-) create mode 100644 images/balao-amarelo.png create mode 100644 images/fundo-de-tela-amarelo.png create mode 100644 images/logo-participa.png create mode 100644 images/mascote-bug.png create mode 100644 images/oops.png diff --git a/errors.css b/errors.css index 69c7849..706af54 100644 --- a/errors.css +++ b/errors.css @@ -1,24 +1,65 @@ @import url(../base/errors.css); body { - background-image: radial-gradient(ellipse at center center , #FCDD4E 1%, #F9C404 100%); + background-image: url(images/fundo-de-tela-amarelo.png); font-family: 'Open Sans',Arial,Helvetica,sans-serif; } #logo { - background: url(images/503-logo.jpg) 20px 0px no-repeat; + background: url(images/logo-participa.png); + top: 320px; + left: 20px; + position: absolute; + height:92px; + width:108px; +} + +div.message h1 { + border-bottom: 0px; + left: 170px; + position: relative; + margin-top: -20px; +} + +div.message p { + left: 170px; + position: relative; + font-size: 16px; + width: 400px; + color: #999; } #header { - background: #ccc url(imgs/menu-top-bg-right.png) top right no-repeat; - height: 42px; + background: url(images/oops.png) top left no-repeat; + height: 142px; + margin-left: 20px; margin-top: 48px; position: relative; } #wrap { - margin: 20px 20px 0px 20px; - border: 1px solid #d3d7cf; - background: white url(images/503.jpg) 100% 100% no-repeat; - height: 680px; + margin: 120px 20px 0px 20px; + border: 1px solid #F2C311; + background: white url(images/mascote-bug.png) 100% 100% no-repeat; + height: 480px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; + -webkit-box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); + -moz-box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); + box-shadow: 7px 7px 7px 0px rgba(196, 159, 20, 0.75); +} + +#languages { + top: 600px; + position: absolute; + text-align: center; + width: 860px; + border-top: 0px; +} + +#languages a { + font-variant: small-caps; + color: black; + font-size: 14px; } \ No newline at end of file diff --git a/images/balao-amarelo.png b/images/balao-amarelo.png new file mode 100644 index 0000000..a3adc03 Binary files /dev/null and b/images/balao-amarelo.png differ diff --git a/images/fundo-de-tela-amarelo.png b/images/fundo-de-tela-amarelo.png new file mode 100644 index 0000000..44ffb0d Binary files /dev/null and b/images/fundo-de-tela-amarelo.png differ diff --git a/images/logo-participa.png b/images/logo-participa.png new file mode 100644 index 0000000..436bceb Binary files /dev/null and b/images/logo-participa.png differ diff --git a/images/mascote-bug.png b/images/mascote-bug.png new file mode 100644 index 0000000..ca8e0af Binary files /dev/null and b/images/mascote-bug.png differ diff --git a/images/oops.png b/images/oops.png new file mode 100644 index 0000000..ddeb2dd Binary files /dev/null and b/images/oops.png differ -- libgit2 0.21.2