summary refs log tree commit diff stats
path: root/theme/css/website.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:16:54 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:16:54 -0500
commit326314e6c07af25ae4e0f20299b86cdc100528e9 (patch)
treec6cf286ce33ba8c52a83fc700d32ec5fa760c071 /theme/css/website.php
parent4063314dc7b0b7005054b762909c9f63c389f6d6 (diff)
downloadfourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.gz
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.bz2
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.zip
Returned day and night effects
Diffstat (limited to 'theme/css/website.php')
-rwxr-xr-xtheme/css/website.php27
1 files changed, 7 insertions, 20 deletions
diff --git a/theme/css/website.php b/theme/css/website.php index 6c0b703..bce3ca8 100755 --- a/theme/css/website.php +++ b/theme/css/website.php
@@ -26,8 +26,6 @@ require('headerproc.php');
26/* Four Island General CSS */ 26/* Four Island General CSS */
27 27
28body { 28body {
29 background-color: aqua;
30 background-image: url(/theme/images/backgrounds/island6.PNG);
31 background-repeat: repeat-x; 29 background-repeat: repeat-x;
32 background-attachment: fixed; 30 background-attachment: fixed;
33 background-position: bottom left; 31 background-position: bottom left;
@@ -46,16 +44,10 @@ ul#bannernav, p {
46 padding:0pt; 44 padding:0pt;
47} 45}
48 46
49.idw-container {
50 text-align: none !important;
51}
52
53p {margin-top: 1em} 47p {margin-top: 1em}
54 48
55ul, ol {margin-top: 1em; margin-bottom: 1em} 49ul, ol {margin-top: 1em; margin-bottom: 1em}
56 50
57/*li {margin-left: 60px}*/
58
59::selection { 51::selection {
60 background: pink; 52 background: pink;
61} 53}
@@ -147,7 +139,6 @@ pre {
147 text-align: left; 139 text-align: left;
148 padding: 0; 140 padding: 0;
149 margin-top: 25px; 141 margin-top: 25px;
150/* margin-left: 50px; */
151} 142}
152 143
153span.fcorners-bottom { 144span.fcorners-bottom {
@@ -167,6 +158,10 @@ div#banner, div#fi-banner {
167 margin-top: 21px; 158 margin-top: 21px;
168} 159}
169 160
161div#banner {
162 background-image: url("/theme/images/fourisland_header.png");
163}
164
170body div#banner h1, body div#fi-banner h1 { 165body div#banner h1, body div#fi-banner h1 {
171 margin: 0; 166 margin: 0;
172} 167}
@@ -187,8 +182,6 @@ div#banner h1, div#fi-banner h1 {
187} 182}
188 183
189div#bannernav { 184div#bannernav {
190/* position: relative;
191 top: -20px;*/
192 text-align: center; 185 text-align: center;
193} 186}
194 187
@@ -250,7 +243,6 @@ body.login div#pageTabs ul li#bannernav-login {
250div#rightbar { 243div#rightbar {
251 float: left; 244 float: left;
252 width: 250px; /*210*/ 245 width: 250px; /*210*/
253/* clear: right; */
254 padding: 0 10; 246 padding: 0 10;
255} 247}
256 248
@@ -263,10 +255,6 @@ div#iconbar ul li {
263 list-style-type: none; 255 list-style-type: none;
264} 256}
265 257
266div#banner {
267 background-image: url("/theme/images/fourisland_header.png"); /*850x129*/
268}
269
270div.sidebar { 258div.sidebar {
271 width: 250px; /*250*/ /*240*/ /*210*/ 259 width: 250px; /*250*/ /*240*/ /*210*/
272 padding: 0 10px; 260 padding: 0 10px;
@@ -587,7 +575,6 @@ span.post-comments {
587} 575}
588 576
589div#page { 577div#page {
590 /*margin: 0 auto;*/
591 padding: 0; 578 padding: 0;
592 width: 850px; 579 width: 850px;
593 position: relative; 580 position: relative;
@@ -735,12 +722,12 @@ table.webmail td {
735 word-wrap: break-word; 722 word-wrap: break-word;
736} 723}
737 724
738img#top-fade { 725div#top-fade {
739 position: absolute; 726 position: absolute;
740 top: 0; 727 top: 0;
741 left: 0; 728 left: 0;
742 width: 100%; 729 width: 100%;
743 background-image: url(/theme/images/top-fade.png); 730 background-image: url(/theme/images/top_fade.png);
744 height: 60%; 731 height: 400px;
745 z-index: 0; 732 z-index: 0;
746} 733}