Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit de941d2

Browse files
author
Christian Schweinhardt
committed
Base Layout
1 parent 5bc0b3b commit de941d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+77
-861
lines changed

db.sqlite

0 Bytes
Binary file not shown.

media/base/css/base.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
html, body {height:100%;}
2+
body {margin:0;padding:0;background:url('../gfx/bg.png') repeat-x #C9C9C9;font-family:Arial;font-size:12px;}
3+
4+
.left {float:left;}
5+
.right {float:right;}
6+
.clear {clear:both;}
7+
8+
#wrapper {min-height:100%;}
9+
10+
#container {width: 989px; margin:0px auto; padding:35px 0 0 0;background:url('../gfx/container-bg.png') no-repeat;}
11+
12+
.box-shadow {box-shadow: 0px 18px 11px #000000; -moz-box-shadow: 0px 18px 11px #000000; -webkit-box-shadow: 0px 18px 11px #000000;}
13+
14+
#head {width:975px;padding:7px;background:#FFFFFF;}
15+
#head-logo {width:223px;height:40px;padding:7px 0 0 24px;}
16+
#head-navigation {height:47px;width:728px;background:url('../gfx/head-navigation-bg.png') repeat-x;}
17+
#head-image {margin-top:15px;}
18+
19+
#content {width:989px;background:url('../gfx/content-bg.png') right bottom repeat-y; height:400px;}
20+
#left {}
21+
#right {}
22+
23+
#footer {height:48px;width:989px;padding:25px 0 55px 0;background:url('../gfx/footer-bg.png') no-repeat top right;}
24+
.footer-shadow {box-shadow: 0px 18px 11px #000000; -moz-box-shadow: 0px 18px 11px #000000; -webkit-box-shadow: 0px 18px 11px #000000;}
25+
#footer-content {width:951px;text-align:right;color:#0058A1;height:11px;background:#FFFFFF;padding:19px;}
26+
#footer-content a {color:#0058A1;text-decoration:none;font-weight:bold;}

media/base/gfx/banner.jpg

117 KB

media/base/gfx/bg.png

672 Bytes

media/base/gfx/container-bg.png

16.2 KB

media/base/gfx/content-bg.png

162 Bytes

media/base/gfx/favicon.png

549 Bytes

media/base/gfx/footer-bg.png

813 Bytes

media/base/gfx/head-logo.png

1.57 KB

media/base/gfx/head-navigation-bg.png

177 Bytes

0 commit comments

Comments
 (0)