From d5e453a7b0a2f966106de4f19602e433f9c7713d Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 6 Dec 2008 09:45:32 -0500 Subject: Reverted back to layout 4 Oh so many people complained at the new, pretty layout. The decision was reached in the Poll of the Week: Layout 6 had to go. --- theme/css/website.css | 62 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 16 deletions(-) (limited to 'theme/css/website.css') diff --git a/theme/css/website.css b/theme/css/website.css index de2fecd..823e80e 100755 --- a/theme/css/website.css +++ b/theme/css/website.css @@ -108,12 +108,18 @@ pre { div#banner, div#fi-banner { background-repeat: no-repeat; - width: 900px; /*728*/ - height: 200px; + width: 850px; + height: 129px; float: left; margin-top: 21px; } +#page-header { + background: url("/theme/images/bg_header.gif") repeat-x 0 0; + height: 150px; + clear: both; +} + div#banner { background-image: url("/theme/images/fourisland_header.png"); } @@ -124,8 +130,8 @@ body div#banner h1, body div#fi-banner h1 { body div#banner h1 a, body div#fi-banner h1 a { display: block; - width: 900px; - height: 200px; + width: 850px; + height: 129px; text-indent: -5000px; text-decoration: none; margin: 0; @@ -141,10 +147,27 @@ div#bannernav { text-align: center; } +span.side-left, span.side-right { + display: block; + width: 20px; + height: 150px; + background: url("/theme/images/sides_top.gif") no-repeat; +} + +span.side-left { + float: left; + margin-right: 10px; +} + +span.side-right { + background-position: 100% 0; + float: right; +} + /* Sidebar */ div#rightbar { - float: left; + float: right; width: 250px; /*210*/ padding: 0 10; } @@ -193,6 +216,7 @@ div#sidebar li img { /* Layout */ #wrap { + background: #FFFFFF url("/theme/images/bg_body.gif") repeat-y 0 0; width: 910px; margin: 10px auto; text-align: left; @@ -200,16 +224,6 @@ div#sidebar li img { margin-top: 25px; } -div#top-fade { - position: absolute; - top: 0; - left: 0; - width: 100%; - background-image: url(/theme/images/top_fade.png); - height: 400px; - z-index: 0; -} - #page-body { margin: 0 30px; clear: both; @@ -231,7 +245,7 @@ body.fourm #page-body { /* Content */ div#content { - float: right; + float: left; width: 555px; /*465*/ /*555*/ } @@ -313,6 +327,22 @@ div#hatbar.quotes-options ul { list-style: none; } +div#stripe { + position: fixed; + top: 0; + left: 0; + width: 100%; + background-color: #FBEC5D; + height: 20px; + z-index: 99; + padding-top: 5px; + text-align: center; +} + +* > html div#stripe { + position: absolute; +} + /* Tables */ table.webmail { -- cgit 1.4.1