Commit c95f2a965fa13294d99c80b45d8a438849aa374c
1 parent
e958310b
Exists in
master
and in
5 other branches
custom 503 error.css and images
Showing
4 changed files
with
24 additions
and
0 deletions
Show diff stats
@@ -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 |
9.42 KB
70.1 KB
174 KB