summary refs log tree commit diff stats
path: root/theme
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
parent4063314dc7b0b7005054b762909c9f63c389f6d6 (diff)
downloadfourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.gz
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.bz2
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.zip
Returned day and night effects
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/css.php10
-rw-r--r--theme/css/day.css4
-rw-r--r--theme/css/night.css12
-rw-r--r--theme/css/print.css24
-rwxr-xr-xtheme/css/quotes.css (renamed from theme/css/quotes.php)371
-rwxr-xr-xtheme/css/uniform.css (renamed from theme/css/uniform.php)0
-rwxr-xr-xtheme/css/website.php27
-rwxr-xr-xtheme/header.tpl4
-rw-r--r--theme/images/backgrounds/island6night.PNGbin0 -> 10203 bytes
-rw-r--r--theme/images/fourisland_header_night.pngbin0 -> 19678 bytes
-rw-r--r--theme/images/top_fade_night.pngbin0 -> 190 bytes
11 files changed, 232 insertions, 220 deletions
diff --git a/theme/css.php b/theme/css.php index 2acf0c7..1010bd1 100755 --- a/theme/css.php +++ b/theme/css.php
@@ -29,4 +29,14 @@ include("css/website.php");
29include("css/bubbles.css"); 29include("css/bubbles.css");
30include("css/thickbox.css"); 30include("css/thickbox.css");
31 31
32if ($_GET['id'] == 'day')
33{
34 include("css/day.css");
35} else if ($_GET['id'] == 'night')
36{
37 include("css/night.css");
38} else {
39 echo('body {display: none}');
40}
41
32?> 42?>
diff --git a/theme/css/day.css b/theme/css/day.css new file mode 100644 index 0000000..63926b3 --- /dev/null +++ b/theme/css/day.css
@@ -0,0 +1,4 @@
1body#day {
2 background-color: aqua;
3 background-image: url(/theme/images/backgrounds/island6.PNG);
4}
diff --git a/theme/css/night.css b/theme/css/night.css new file mode 100644 index 0000000..0b4a5ea --- /dev/null +++ b/theme/css/night.css
@@ -0,0 +1,12 @@
1body#night {
2 background-color: black;
3 background-image: url(/theme/images/backgrounds/island6night.PNG);
4}
5
6body#night div#banner {
7 background-image: url("/theme/images/fourisland_header_night.png");
8}
9
10body#night div#top-fade {
11 background-image: url(/theme/images/top_fade_night.png);
12}
diff --git a/theme/css/print.css b/theme/css/print.css new file mode 100644 index 0000000..5e54a1e --- /dev/null +++ b/theme/css/print.css
@@ -0,0 +1,24 @@
1body {
2 width: 100% !important;
3}
4
5div#banner, div#footer, div#rightbar {
6 display: none;
7}
8
9span.print {
10 display: inline;
11}
12
13div#cleardiv {
14 clear: none;
15}
16
17div#content {
18 width: 100%;
19}
20
21div.post-title {
22 width: 90%;
23}
24
diff --git a/theme/css/quotes.php b/theme/css/quotes.css index f66ad14..fd82c79 100755 --- a/theme/css/quotes.php +++ b/theme/css/quotes.css
@@ -1,199 +1,174 @@
1<?php 1/* site-wide */
2/* 2div#site_all{
3 444444444 3 font-family: serif;
4 4::::::::4 4 font-size: 12pt;
5 4:::::::::4 5 margin-left: 9%;
6 4::::44::::4 6 margin-right: 9%;
7 4::::4 4::::4 Four Island 7}
8 4::::4 4::::4 8a#site_nav_admin{
9 4::::4 4::::4 Written and maintained by Starla Insigna 9 color: #c08000;
104::::444444::::444 10}
114::::::::::::::::4 theme/css/quotes.php 11a#site_nav_logout{
124444444444:::::444 12 color: #000000;
13 4::::4 Please do not use, reproduce or steal the 13}
14 4::::4 contents of this file without explicit 14a#site_admin_flag, a#site_admin_queue{
15 4::::4 permission from Hatkirby. 15 color: #336699;
16 44::::::44 16}
17 4::::::::4 17
18 4444444444 18
19*/ 19/* quote-output styles */
20 20
21if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} 21div.quote_quote{
22 22 padding-bottom: 5pt;
23require('headerproc.php'); 23}
24 24div.quote_whole{
25?> 25 padding-top: 10pt;
26/* site-wide */ 26}
27div#site_all{ 27
28 font-family: serif; 28/* searchpage */
29 font-size: 12pt; 29input#search_submit-button{
30 margin-left: 9%; 30 background-color: #c08000;
31 margin-right: 9%; 31}
32} 32input#search_query-box{
33a#site_nav_admin{ 33 background-color: #f0f0f0;
34 color: #c08000; 34}
35} 35select#search_sortby-dropdown{
36a#site_nav_logout{ 36 background-color: #f0f0f0;
37 color: #000000; 37}
38} 38select#search_limit-dropdown{
39a#site_admin_flag, a#site_admin_queue{ 39 background-color: #f0f0f0;
40 color: #336699; 40}
41} 41
42 42
43 43/* home_*: styles for the default homepage */
44/* quote-output styles */ 44
45 45div.home_news_date{
46div.quote_quote{ 46 font-weight: bold;
47 padding-bottom: 5pt; 47}
48} 48div#home_greeting{
49div.quote_whole{ 49 float: left;
50 padding-top: 10pt; 50 width: 50%;
51} 51}
52 52div#home_news{
53/* searchpage */ 53 width: 100%;
54input#search_submit-button{ 54}
55 background-color: #c08000; 55
56} 56
57input#search_query-box{ 57/* *admin*: used on administration pages and admin-only content */
58 background-color: #f0f0f0; 58
59} 59div#site_admin_nav{
60select#search_sortby-dropdown{ 60 position: relative;
61 background-color: #f0f0f0; 61 margin-top: 90pt;
62} 62 clear: both;
63select#search_limit-dropdown{ 63 margin-top: -.1pt;
64 background-color: #f0f0f0; 64}
65} 65div#site_admin_nav_upper_linkbar{
66 66 background-color: #f0f0f0;
67 67}
68/* home_*: styles for the default homepage */ 68div#site_admin_nav_lower_infobar{
69 69 background-color: #c08000;
70div.home_news_date{ 70 text-align: right;
71 font-weight: bold; 71}
72} 72html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */
73div#home_greeting{ 73 margin-top: 0pt;
74 float: left; 74}
75 width: 50%; 75.admin_queue_alt1{
76} 76 background-color: #ffffff;
77div#home_news{ 77}
78 width: 100%; 78.admin_queue_alt2{
79} 79 background-color: #f0f0f0;
80 80}
81 81input#admin_login_username-box{
82/* *admin*: used on administration pages and admin-only content */ 82 background-color: #f0f0f0;
83 83}
84div#site_admin_nav{ 84input#admin_login_password-box{
85 position: relative; 85 background-color: #f0f0f0;
86 margin-top: 90pt; 86}
87 clear: both; 87input#admin_login_submit-button{
88 margin-top: -.1pt; 88 background-color: #c08000;
89} 89}
90div#site_admin_nav_upper_linkbar{ 90
91 background-color: #f0f0f0; 91
92} 92/* site_nav_*: navigation on the top, for everyone */
93div#site_admin_nav_lower_infobar{ 93
94 background-color: #c08000; 94div#site_nav_lower{
95 text-align: right; 95 background-color: #f0f0f0;
96} 96}
97html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */ 97div#site_nav_lower_linkbar{
98 margin-top: 0pt; 98 clear: both;
99} 99 text-align: right;
100.admin_queue_alt1{ 100}
101 background-color: #ffffff; 101div#site_nav_upper{
102} 102 background-color: #c08000;
103.admin_queue_alt2{ 103 padding: 3px;
104 background-color: #f0f0f0; 104}
105} 105div#site_nav_upper_qms{
106input#admin_login_username-box{ 106 position: relative;
107 background-color: #f0f0f0; 107 z-index: 1;
108} 108 float: left;
109input#admin_login_password-box{ 109 font-size: 14pt;
110 background-color: #f0f0f0; 110 font-weight: bold;
111} 111 font-style: italic;
112input#admin_login_submit-button{ 112}
113 background-color: #c08000; 113div#site_nav_upper_qms-long{
114} 114 position: relative;
115 115 z-index: 1;
116 116 float: right;
117/* site_nav_*: navigation on the top, for everyone */ 117 font-weight: bold;
118 118 font-size: 15pt;
119div#site_nav_lower{ 119}
120 background-color: #f0f0f0; 120div#site_nav{
121} 121 position: relative;
122div#site_nav_lower_linkbar{ 122 z-index: 0;
123 clear: both; 123}
124 text-align: right; 124
125} 125
126div#site_nav_upper{ 126/* user-based functions */
127 background-color: #c08000; 127div#add_outputmsg_quote{
128 padding: 3px; 128 padding-top: 10pt;
129} 129 font-family: monospace;
130div#site_nav_upper_qms{ 130 padding-bottom: 10pt;
131 position: relative; 131}
132 z-index: 1; 132
133 float: left; 133
134 font-size: 14pt; 134/* page titles */
135 font-weight: bold; 135div#quote_origin-name{
136 font-style: italic; 136 font-size: 23.6pt;
137} 137 font-weight: bold;
138div#site_nav_upper_qms-long{ 138}
139 position: relative; 139div#search_title{
140 z-index: 1; 140 font-size: 23.6pt;
141 float: right; 141 font-weight: bold;
142 font-weight: bold; 142}
143 font-size: 15pt; 143div#admin_add-news_title{
144} 144 font-size: 23.6pt;
145div#site_nav{ 145 font-weight: bold;
146 position: relative; 146}
147 z-index: 0; 147div#add_title{
148} 148 font-size: 23.6pt;
149 149 font-weight: bold;
150 150}
151/* user-based functions */ 151div#admin_queue_title{
152div#add_outputmsg_quote{ 152 font-size: 23.6pt;
153 padding-top: 10pt; 153 font-weight: bold;
154 font-family: monospace; 154}
155 padding-bottom: 10pt; 155div#admin_flag_title{
156} 156 font-size: 23.6pt;
157 157 font-weight: bold;
158 158}
159/* page titles */ 159div#admin_change-pw_title{
160div#quote_origin-name{ 160 font-size: 23.6pt;
161 font-size: 23.6pt; 161 font-weight: bold;
162 font-weight: bold; 162}
163} 163div#admin_users_title{
164div#search_title{ 164 font-size: 23.6pt;
165 font-size: 23.6pt; 165 font-weight: bold;
166 font-weight: bold; 166}
167} 167div#admin_add-user_title{
168div#admin_add-news_title{ 168 font-size: 23.6pt;
169 font-size: 23.6pt; 169 font-weight: bold;
170 font-weight: bold; 170}
171} 171
172div#add_title{ 172div.quote_pagenums{
173 font-size: 23.6pt; 173 text-align: center;
174 font-weight: bold;
175}
176div#admin_queue_title{
177 font-size: 23.6pt;
178 font-weight: bold;
179}
180div#admin_flag_title{
181 font-size: 23.6pt;
182 font-weight: bold;
183}
184div#admin_change-pw_title{
185 font-size: 23.6pt;
186 font-weight: bold;
187}
188div#admin_users_title{
189 font-size: 23.6pt;
190 font-weight: bold;
191}
192div#admin_add-user_title{
193 font-size: 23.6pt;
194 font-weight: bold;
195}
196
197div.quote_pagenums{
198 text-align: center;
199} 174}
diff --git a/theme/css/uniform.php b/theme/css/uniform.css index 0a57b49..0a57b49 100755 --- a/theme/css/uniform.php +++ b/theme/css/uniform.css
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}
diff --git a/theme/header.tpl b/theme/header.tpl index bedfe0f..074130b 100755 --- a/theme/header.tpl +++ b/theme/header.tpl
@@ -2,7 +2,7 @@
2 <HEAD> 2 <HEAD>
3 <TITLE><!--EXTRATITLE-->Four Island</TITLE> 3 <TITLE><!--EXTRATITLE-->Four Island</TITLE>
4 4
5 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php" /> 5 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->" />
6 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" /> 6 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
7 <META HTTP-EQUIV="Content-Language" CONTENT="en" /> 7 <META HTTP-EQUIV="Content-Language" CONTENT="en" />
8 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" /> 8 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" />
@@ -26,7 +26,7 @@
26 </HEAD> 26 </HEAD>
27 27
28 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->> 28 <BODY ID="<!--BODYID-->" CLASS="<!--CATEGORY--> <!--AID--> <!--CATEGORY-->-<!--AID-->"<!--BODYTAGS-->>
29 <IMG SRC="/theme/images/top_fade.png" ID="top-fade" /> 29 <DIV ID="top-fade"></DIV>
30 30
31 <DIV ID="wrap"> 31 <DIV ID="wrap">
32 <DIV ID="page-header"> 32 <DIV ID="page-header">
diff --git a/theme/images/backgrounds/island6night.PNG b/theme/images/backgrounds/island6night.PNG new file mode 100644 index 0000000..95e9558 --- /dev/null +++ b/theme/images/backgrounds/island6night.PNG
Binary files differ
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
diff --git a/theme/images/top_fade_night.png b/theme/images/top_fade_night.png new file mode 100644 index 0000000..90f27f6 --- /dev/null +++ b/theme/images/top_fade_night.png
Binary files differ