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