From 83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 4 Feb 2009 17:58:41 -0500 Subject: Created layout 6.2 --- theme/css/night.css | 14 ++++++++++++++ theme/css/website.css | 15 +++++++-------- theme/header.tpl | 2 +- theme/images/fourisland_header_night.png | Bin 0 -> 19678 bytes 4 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 theme/images/fourisland_header_night.png diff --git a/theme/css/night.css b/theme/css/night.css index e97ac71..73af99d 100755 --- a/theme/css/night.css +++ b/theme/css/night.css @@ -2,3 +2,17 @@ body { background-color: black; background-image: url(/theme/images/backgrounds/island6night.PNG); } + +div#wrap { + background-color: rgba(0, 0, 0, 0.75); +} + +div#banner { + background-color: black; + background-image: url(/theme/images/fourisland_header_night.png); +} + +div#fi-navbar ul li.active img { + background-color: black; + outline: black solid .5em; +} diff --git a/theme/css/website.css b/theme/css/website.css index 56c2c4a..0b11cf1 100755 --- a/theme/css/website.css +++ b/theme/css/website.css @@ -108,6 +108,8 @@ div#banner, div#fi-banner { div#banner { background-image: url("/theme/images/fourisland_header.png"); background-position: center; + background-color: white; + width: 100%; } body div#banner h1, body div#fi-banner h1 { @@ -134,10 +136,6 @@ div#banner h1, div#fi-banner h1 { div#fi-navbar { position: relative; background-color: #b7e0ff; - border-left: 5px solid gray; - border-right: 5px solid gray; - border-top: none; - border-bottom: none; width: auto; margin-bottom: 14px; font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif; @@ -245,9 +243,11 @@ div#sidebar li img { margin: 10px auto; text-align: left; padding: 0; - background-image: url(/theme/images/bg_body.gif); - background-repeat: repeat-y; - border-top: 4px solid gray; +/* background-image: url(/theme/images/bg_body.gif); + background-repeat: repeat-y; */ + background-color: white; + background-color: rgba(255, 255, 255, 0.5); + border: 4px solid gray; } #page-body { @@ -306,7 +306,6 @@ div#footer { text-align: center; font-size: .68em; border-top: 1px black solid; - border-bottom: 4px gray solid; } div#footer ul.rows li { diff --git a/theme/header.tpl b/theme/header.tpl index b8e2681..c4fccb7 100755 --- a/theme/header.tpl +++ b/theme/header.tpl @@ -25,7 +25,7 @@ -
+
diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png new file mode 100644 index 0000000..25502a0 Binary files /dev/null and b/theme/images/fourisland_header_night.png differ -- cgit 1.4.1