From c95f2a965fa13294d99c80b45d8a438849aa374c Mon Sep 17 00:00:00 2001 From: Ábner Silva de Oliveira Date: Sat, 15 Mar 2014 10:07:22 -0300 Subject: [PATCH] custom 503 error.css and images --- errors.css | 24 ++++++++++++++++++++++++ images/503-logo.jpg | Bin 0 -> 9643 bytes images/503-small.jpg | Bin 0 -> 71820 bytes images/503.jpg | Bin 0 -> 177776 bytes 4 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 errors.css create mode 100644 images/503-logo.jpg create mode 100644 images/503-small.jpg create mode 100644 images/503.jpg diff --git a/errors.css b/errors.css new file mode 100644 index 0000000..69c7849 --- /dev/null +++ b/errors.css @@ -0,0 +1,24 @@ +@import url(../base/errors.css); + +body { + background-image: radial-gradient(ellipse at center center , #FCDD4E 1%, #F9C404 100%); + font-family: 'Open Sans',Arial,Helvetica,sans-serif; +} +#logo { + background: url(images/503-logo.jpg) 20px 0px no-repeat; +} + +#header { + background: #ccc url(imgs/menu-top-bg-right.png) top right no-repeat; + height: 42px; + 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; +} \ No newline at end of file diff --git a/images/503-logo.jpg b/images/503-logo.jpg new file mode 100644 index 0000000..9abf016 Binary files /dev/null and b/images/503-logo.jpg differ diff --git a/images/503-small.jpg b/images/503-small.jpg new file mode 100644 index 0000000..c2c0efa Binary files /dev/null and b/images/503-small.jpg differ diff --git a/images/503.jpg b/images/503.jpg new file mode 100644 index 0000000..5048c71 Binary files /dev/null and b/images/503.jpg differ -- libgit2 0.21.2