diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 12:14:58 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 12:14:58 +0000 |
| commit | 0e84f4bca9df720a1990a74f318158016346ebdf (patch) | |
| tree | cdfb754970fd5d40f908805c18160b9cd21b0701 /other/website/new_default.css | |
| parent | 44d3ba370641536539629d7e0675ce1e366bdbf9 (diff) | |
| download | zcatch-0e84f4bca9df720a1990a74f318158016346ebdf.tar.gz zcatch-0e84f4bca9df720a1990a74f318158016346ebdf.zip | |
commited the new index. rewritten from scratch
Diffstat (limited to 'other/website/new_default.css')
| -rw-r--r-- | other/website/new_default.css | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/other/website/new_default.css b/other/website/new_default.css new file mode 100644 index 00000000..a2f338d3 --- /dev/null +++ b/other/website/new_default.css @@ -0,0 +1,89 @@ +body { + margin-top: 0px; + background-image: url(gfx/sun_bg.png); + background-repeat: no-repeat; + background-color: #82CDFF; + margin-left: 0px; + margin-right: 0px; + margin-bottom: 0px; + + color: #666666; + font-size: 12px; + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +div#outer +{ + margin-left: auto; + margin-right: auto; + width: 820px; +} + +.page_header { + margin-top: 0px; + background-image: url(gfx/top_logo_sun.png); + background-repeat: no-repeat; + padding-left: 370px; + margin-left: 0px; + margin-right: 0px; + margin-bottom: 0px; +} + +.page_body_top { + background: url(gfx/main_bg_sun_top.png) no-repeat top left; + height: 40px; +} + +.page_body { + background: url(gfx/main_bg_sun.png) repeat-y top left; + height: auto; + padding-top: 40px; + padding-left: 70px; + padding-right: 70px; + padding-bottom: 40px; +} + + +.page_image { + margin-left: 30px; + float: right; +} + +p { + line-height: 20px; +} + +.topic { + font-size: 18px; + color: #627E27; + font-weight: bold; +} + + +.date { + color: #666666; + font-size: 12px; + line-height: 20px; + font-style: italic; +} + + +.sign { + color: #666666; + font-size: 12px; + line-height: 20px; + font-style: italic; + text-align: right; +} + +a:link img { + border: none; +} + +a:visited img { + border: none; +} + +a:hover img { + border: none; +} |