summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-04 17:58:41 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-04 17:58:41 -0500
commit83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867 (patch)
treec66e330377f73049648d1766a69e836da014ea01
parentd6a3acc77f6270c14b6c23feaf11506528f3b9ed (diff)
downloadfourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.tar.gz
fourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.tar.bz2
fourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.zip
Created layout 6.2
-rwxr-xr-xtheme/css/night.css14
-rwxr-xr-xtheme/css/website.css15
-rwxr-xr-xtheme/header.tpl2
-rw-r--r--theme/images/fourisland_header_night.pngbin0 -> 19678 bytes
4 files changed, 22 insertions, 9 deletions
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 {
2 background-color: black; 2 background-color: black;
3 background-image: url(/theme/images/backgrounds/island6night.PNG); 3 background-image: url(/theme/images/backgrounds/island6night.PNG);
4} 4}
5
6div#wrap {
7 background-color: rgba(0, 0, 0, 0.75);
8}
9
10div#banner {
11 background-color: black;
12 background-image: url(/theme/images/fourisland_header_night.png);
13}
14
15div#fi-navbar ul li.active img {
16 background-color: black;
17 outline: black solid .5em;
18}
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 {
108div#banner { 108div#banner {
109 background-image: url("/theme/images/fourisland_header.png"); 109 background-image: url("/theme/images/fourisland_header.png");
110 background-position: center; 110 background-position: center;
111 background-color: white;
112 width: 100%;
111} 113}
112 114
113body div#banner h1, body div#fi-banner h1 { 115body div#banner h1, body div#fi-banner h1 {
@@ -134,10 +136,6 @@ div#banner h1, div#fi-banner h1 {
134div#fi-navbar { 136div#fi-navbar {
135 position: relative; 137 position: relative;
136 background-color: #b7e0ff; 138 background-color: #b7e0ff;
137 border-left: 5px solid gray;
138 border-right: 5px solid gray;
139 border-top: none;
140 border-bottom: none;
141 width: auto; 139 width: auto;
142 margin-bottom: 14px; 140 margin-bottom: 14px;
143 font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif; 141 font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
@@ -245,9 +243,11 @@ div#sidebar li img {
245 margin: 10px auto; 243 margin: 10px auto;
246 text-align: left; 244 text-align: left;
247 padding: 0; 245 padding: 0;
248 background-image: url(/theme/images/bg_body.gif); 246/* background-image: url(/theme/images/bg_body.gif);
249 background-repeat: repeat-y; 247 background-repeat: repeat-y; */
250 border-top: 4px solid gray; 248 background-color: white;
249 background-color: rgba(255, 255, 255, 0.5);
250 border: 4px solid gray;
251} 251}
252 252
253#page-body { 253#page-body {
@@ -306,7 +306,6 @@ div#footer {
306 text-align: center; 306 text-align: center;
307 font-size: .68em; 307 font-size: .68em;
308 border-top: 1px black solid; 308 border-top: 1px black solid;
309 border-bottom: 4px gray solid;
310} 309}
311 310
312div#footer ul.rows li { 311div#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 @@
25 </DIV> 25 </DIV>
26 </DIV> 26 </DIV>
27 27
28 <DIV CLASS="cleardiv"></DIV> 28 <DIV CLASS="cleardiv" />
29 29
30 <DIV ID="fi-navbar"> 30 <DIV ID="fi-navbar">
31 <DIV> 31 <DIV>
diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png new file mode 100644 index 0000000..25502a0 --- /dev/null +++ b/theme/images/fourisland_header_night.png
Binary files differ