summary refs log tree commit diff stats
path: root/theme/css/website.css
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 /theme/css/website.css
parentd6a3acc77f6270c14b6c23feaf11506528f3b9ed (diff)
downloadfourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.tar.gz
fourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.tar.bz2
fourisland-83c8408128bf46a57a1a7f4ab8e6cf1b68a4e867.zip
Created layout 6.2
Diffstat (limited to 'theme/css/website.css')
-rwxr-xr-xtheme/css/website.css15
1 files changed, 7 insertions, 8 deletions
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 {