summary refs log tree commit diff stats
path: root/theme/css/website.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/website.css')
-rwxr-xr-xtheme/css/website.css38
1 files changed, 13 insertions, 25 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 6161d8d..56c2c4a 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -107,6 +107,7 @@ div#banner, div#fi-banner {
107 107
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} 111}
111 112
112body div#banner h1, body div#fi-banner h1 { 113body div#banner h1, body div#fi-banner h1 {
@@ -132,10 +133,19 @@ div#banner h1, div#fi-banner h1 {
132 133
133div#fi-navbar { 134div#fi-navbar {
134 position: relative; 135 position: relative;
136 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;
142 margin-bottom: 14px;
143 font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
135} 144}
136 145
137div#fi-navbar .rounded { 146div#fi-navbar div {
138 padding: 0; 147 padding: .001em 0;
148 margin: 10px;
139} 149}
140 150
141div#fi-navbar ul { 151div#fi-navbar ul {
@@ -185,7 +195,6 @@ div#fi-navbar div.bubble blockquote a {
185div#rightbar { 195div#rightbar {
186 float: left; 196 float: left;
187 width: 250px; /*210*/ 197 width: 250px; /*210*/
188 padding: 0 10;
189} 198}
190 199
191div.sidebar { 200div.sidebar {
@@ -236,23 +245,9 @@ div#sidebar li img {
236 margin: 10px auto; 245 margin: 10px auto;
237 text-align: left; 246 text-align: left;
238 padding: 0; 247 padding: 0;
239}
240
241body.fourm div#wrap,
242body.poll div#wrap,
243body.admin div#wrap {
244 background-image: url(/theme/images/bg_body.gif); 248 background-image: url(/theme/images/bg_body.gif);
245 background-repeat: repeat-y; 249 background-repeat: repeat-y;
246} 250 border-top: 4px solid gray;
247
248div#top-fade {
249 position: absolute;
250 top: 0;
251 left: 0;
252 width: 100%;
253 background-image: url(/theme/images/top_fade.png);
254 height: 400px;
255 z-index: 0;
256} 251}
257 252
258#page-body { 253#page-body {
@@ -310,17 +305,10 @@ div#footer {
310 margin-top: .5em; 305 margin-top: .5em;
311 text-align: center; 306 text-align: center;
312 font-size: .68em; 307 font-size: .68em;
313 width: 100%;
314 border-top: 1px black solid; 308 border-top: 1px black solid;
315 border-bottom: 4px gray solid; 309 border-bottom: 4px gray solid;
316} 310}
317 311
318body.home div#footer {
319 background-color: white;
320 border-left: 4px gray solid;
321 border-right: 4px gray solid;
322}
323
324div#footer ul.rows li { 312div#footer ul.rows li {
325 display: list-item; 313 display: list-item;
326} 314}