summary refs log tree commit diff stats
path: root/theme/css/website.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:21 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-06 18:04:21 -0500
commit1254c49c430e12d88153ad233cb7ed86ffeb0d18 (patch)
tree7c9c9f7465b0411a89ae5de46f22a52dc9b1fe4d /theme/css/website.css
parentd5e453a7b0a2f966106de4f19602e433f9c7713d (diff)
downloadfourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.gz
fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.tar.bz2
fourisland-1254c49c430e12d88153ad233cb7ed86ffeb0d18.zip
Revoked the revokal of Layout 6
Apparently people actually do like the sixth layout. It was just me
being paranoid, they were busy over there.
Diffstat (limited to 'theme/css/website.css')
-rwxr-xr-xtheme/css/website.css62
1 files changed, 16 insertions, 46 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 823e80e..de2fecd 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -108,18 +108,12 @@ pre {
108 108
109div#banner, div#fi-banner { 109div#banner, div#fi-banner {
110 background-repeat: no-repeat; 110 background-repeat: no-repeat;
111 width: 850px; 111 width: 900px; /*728*/
112 height: 129px; 112 height: 200px;
113 float: left; 113 float: left;
114 margin-top: 21px; 114 margin-top: 21px;
115} 115}
116 116
117#page-header {
118 background: url("/theme/images/bg_header.gif") repeat-x 0 0;
119 height: 150px;
120 clear: both;
121}
122
123div#banner { 117div#banner {
124 background-image: url("/theme/images/fourisland_header.png"); 118 background-image: url("/theme/images/fourisland_header.png");
125} 119}
@@ -130,8 +124,8 @@ body div#banner h1, body div#fi-banner h1 {
130 124
131body div#banner h1 a, body div#fi-banner h1 a { 125body div#banner h1 a, body div#fi-banner h1 a {
132 display: block; 126 display: block;
133 width: 850px; 127 width: 900px;
134 height: 129px; 128 height: 200px;
135 text-indent: -5000px; 129 text-indent: -5000px;
136 text-decoration: none; 130 text-decoration: none;
137 margin: 0; 131 margin: 0;
@@ -147,27 +141,10 @@ div#bannernav {
147 text-align: center; 141 text-align: center;
148} 142}
149 143
150span.side-left, span.side-right {
151 display: block;
152 width: 20px;
153 height: 150px;
154 background: url("/theme/images/sides_top.gif") no-repeat;
155}
156
157span.side-left {
158 float: left;
159 margin-right: 10px;
160}
161
162span.side-right {
163 background-position: 100% 0;
164 float: right;
165}
166
167/* Sidebar */ 144/* Sidebar */
168 145
169div#rightbar { 146div#rightbar {
170 float: right; 147 float: left;
171 width: 250px; /*210*/ 148 width: 250px; /*210*/
172 padding: 0 10; 149 padding: 0 10;
173} 150}
@@ -216,7 +193,6 @@ div#sidebar li img {
216/* Layout */ 193/* Layout */
217 194
218#wrap { 195#wrap {
219 background: #FFFFFF url("/theme/images/bg_body.gif") repeat-y 0 0;
220 width: 910px; 196 width: 910px;
221 margin: 10px auto; 197 margin: 10px auto;
222 text-align: left; 198 text-align: left;
@@ -224,6 +200,16 @@ div#sidebar li img {
224 margin-top: 25px; 200 margin-top: 25px;
225} 201}
226 202
203div#top-fade {
204 position: absolute;
205 top: 0;
206 left: 0;
207 width: 100%;
208 background-image: url(/theme/images/top_fade.png);
209 height: 400px;
210 z-index: 0;
211}
212
227#page-body { 213#page-body {
228 margin: 0 30px; 214 margin: 0 30px;
229 clear: both; 215 clear: both;
@@ -245,7 +231,7 @@ body.fourm #page-body {
245/* Content */ 231/* Content */
246 232
247div#content { 233div#content {
248 float: left; 234 float: right;
249 width: 555px; /*465*/ /*555*/ 235 width: 555px; /*465*/ /*555*/
250} 236}
251 237
@@ -327,22 +313,6 @@ div#hatbar.quotes-options ul {
327 list-style: none; 313 list-style: none;
328} 314}
329 315
330div#stripe {
331 position: fixed;
332 top: 0;
333 left: 0;
334 width: 100%;
335 background-color: #FBEC5D;
336 height: 20px;
337 z-index: 99;
338 padding-top: 5px;
339 text-align: center;
340}
341
342* > html div#stripe {
343 position: absolute;
344}
345
346/* Tables */ 316/* Tables */
347 317
348table.webmail { 318table.webmail {