diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:16:54 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:16:54 -0500 |
commit | 326314e6c07af25ae4e0f20299b86cdc100528e9 (patch) | |
tree | c6cf286ce33ba8c52a83fc700d32ec5fa760c071 /theme/css | |
parent | 4063314dc7b0b7005054b762909c9f63c389f6d6 (diff) | |
download | fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.gz fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.bz2 fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.zip |
Returned day and night effects
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/day.css | 4 | ||||
-rw-r--r-- | theme/css/night.css | 12 | ||||
-rw-r--r-- | theme/css/print.css | 24 | ||||
-rwxr-xr-x | theme/css/quotes.css (renamed from theme/css/quotes.php) | 371 | ||||
-rwxr-xr-x | theme/css/uniform.css (renamed from theme/css/uniform.php) | 0 | ||||
-rwxr-xr-x | theme/css/website.php | 27 |
6 files changed, 220 insertions, 218 deletions
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 @@ | |||
1 | body#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 @@ | |||
1 | body#night { | ||
2 | background-color: black; | ||
3 | background-image: url(/theme/images/backgrounds/island6night.PNG); | ||
4 | } | ||
5 | |||
6 | body#night div#banner { | ||
7 | background-image: url("/theme/images/fourisland_header_night.png"); | ||
8 | } | ||
9 | |||
10 | body#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 @@ | |||
1 | body { | ||
2 | width: 100% !important; | ||
3 | } | ||
4 | |||
5 | div#banner, div#footer, div#rightbar { | ||
6 | display: none; | ||
7 | } | ||
8 | |||
9 | span.print { | ||
10 | display: inline; | ||
11 | } | ||
12 | |||
13 | div#cleardiv { | ||
14 | clear: none; | ||
15 | } | ||
16 | |||
17 | div#content { | ||
18 | width: 100%; | ||
19 | } | ||
20 | |||
21 | div.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 | /* | 2 | div#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 | 8 | a#site_nav_admin{ |
9 | 4::::4 4::::4 Written and maintained by Starla Insigna | 9 | color: #c08000; |
10 | 4::::444444::::444 | 10 | } |
11 | 4::::::::::::::::4 theme/css/quotes.php | 11 | a#site_nav_logout{ |
12 | 4444444444:::::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 | 14 | a#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 | ||
21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | 21 | div.quote_quote{ |
22 | 22 | padding-bottom: 5pt; | |
23 | require('headerproc.php'); | 23 | } |
24 | 24 | div.quote_whole{ | |
25 | ?> | 25 | padding-top: 10pt; |
26 | /* site-wide */ | 26 | } |
27 | div#site_all{ | 27 | |
28 | font-family: serif; | 28 | /* searchpage */ |
29 | font-size: 12pt; | 29 | input#search_submit-button{ |
30 | margin-left: 9%; | 30 | background-color: #c08000; |
31 | margin-right: 9%; | 31 | } |
32 | } | 32 | input#search_query-box{ |
33 | a#site_nav_admin{ | 33 | background-color: #f0f0f0; |
34 | color: #c08000; | 34 | } |
35 | } | 35 | select#search_sortby-dropdown{ |
36 | a#site_nav_logout{ | 36 | background-color: #f0f0f0; |
37 | color: #000000; | 37 | } |
38 | } | 38 | select#search_limit-dropdown{ |
39 | a#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 | 45 | div.home_news_date{ | |
46 | div.quote_quote{ | 46 | font-weight: bold; |
47 | padding-bottom: 5pt; | 47 | } |
48 | } | 48 | div#home_greeting{ |
49 | div.quote_whole{ | 49 | float: left; |
50 | padding-top: 10pt; | 50 | width: 50%; |
51 | } | 51 | } |
52 | 52 | div#home_news{ | |
53 | /* searchpage */ | 53 | width: 100%; |
54 | input#search_submit-button{ | 54 | } |
55 | background-color: #c08000; | 55 | |
56 | } | 56 | |
57 | input#search_query-box{ | 57 | /* *admin*: used on administration pages and admin-only content */ |
58 | background-color: #f0f0f0; | 58 | |
59 | } | 59 | div#site_admin_nav{ |
60 | select#search_sortby-dropdown{ | 60 | position: relative; |
61 | background-color: #f0f0f0; | 61 | margin-top: 90pt; |
62 | } | 62 | clear: both; |
63 | select#search_limit-dropdown{ | 63 | margin-top: -.1pt; |
64 | background-color: #f0f0f0; | 64 | } |
65 | } | 65 | div#site_admin_nav_upper_linkbar{ |
66 | 66 | background-color: #f0f0f0; | |
67 | 67 | } | |
68 | /* home_*: styles for the default homepage */ | 68 | div#site_admin_nav_lower_infobar{ |
69 | 69 | background-color: #c08000; | |
70 | div.home_news_date{ | 70 | text-align: right; |
71 | font-weight: bold; | 71 | } |
72 | } | 72 | html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */ |
73 | div#home_greeting{ | 73 | margin-top: 0pt; |
74 | float: left; | 74 | } |
75 | width: 50%; | 75 | .admin_queue_alt1{ |
76 | } | 76 | background-color: #ffffff; |
77 | div#home_news{ | 77 | } |
78 | width: 100%; | 78 | .admin_queue_alt2{ |
79 | } | 79 | background-color: #f0f0f0; |
80 | 80 | } | |
81 | 81 | input#admin_login_username-box{ | |
82 | /* *admin*: used on administration pages and admin-only content */ | 82 | background-color: #f0f0f0; |
83 | 83 | } | |
84 | div#site_admin_nav{ | 84 | input#admin_login_password-box{ |
85 | position: relative; | 85 | background-color: #f0f0f0; |
86 | margin-top: 90pt; | 86 | } |
87 | clear: both; | 87 | input#admin_login_submit-button{ |
88 | margin-top: -.1pt; | 88 | background-color: #c08000; |
89 | } | 89 | } |
90 | div#site_admin_nav_upper_linkbar{ | 90 | |
91 | background-color: #f0f0f0; | 91 | |
92 | } | 92 | /* site_nav_*: navigation on the top, for everyone */ |
93 | div#site_admin_nav_lower_infobar{ | 93 | |
94 | background-color: #c08000; | 94 | div#site_nav_lower{ |
95 | text-align: right; | 95 | background-color: #f0f0f0; |
96 | } | 96 | } |
97 | html>body div#site_admin_nav{ /* hack for firefox, disabled in opera and ie */ | 97 | div#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; | 101 | div#site_nav_upper{ |
102 | } | 102 | background-color: #c08000; |
103 | .admin_queue_alt2{ | 103 | padding: 3px; |
104 | background-color: #f0f0f0; | 104 | } |
105 | } | 105 | div#site_nav_upper_qms{ |
106 | input#admin_login_username-box{ | 106 | position: relative; |
107 | background-color: #f0f0f0; | 107 | z-index: 1; |
108 | } | 108 | float: left; |
109 | input#admin_login_password-box{ | 109 | font-size: 14pt; |
110 | background-color: #f0f0f0; | 110 | font-weight: bold; |
111 | } | 111 | font-style: italic; |
112 | input#admin_login_submit-button{ | 112 | } |
113 | background-color: #c08000; | 113 | div#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; | |
119 | div#site_nav_lower{ | 119 | } |
120 | background-color: #f0f0f0; | 120 | div#site_nav{ |
121 | } | 121 | position: relative; |
122 | div#site_nav_lower_linkbar{ | 122 | z-index: 0; |
123 | clear: both; | 123 | } |
124 | text-align: right; | 124 | |
125 | } | 125 | |
126 | div#site_nav_upper{ | 126 | /* user-based functions */ |
127 | background-color: #c08000; | 127 | div#add_outputmsg_quote{ |
128 | padding: 3px; | 128 | padding-top: 10pt; |
129 | } | 129 | font-family: monospace; |
130 | div#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; | 135 | div#quote_origin-name{ |
136 | font-style: italic; | 136 | font-size: 23.6pt; |
137 | } | 137 | font-weight: bold; |
138 | div#site_nav_upper_qms-long{ | 138 | } |
139 | position: relative; | 139 | div#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; | 143 | div#admin_add-news_title{ |
144 | } | 144 | font-size: 23.6pt; |
145 | div#site_nav{ | 145 | font-weight: bold; |
146 | position: relative; | 146 | } |
147 | z-index: 0; | 147 | div#add_title{ |
148 | } | 148 | font-size: 23.6pt; |
149 | 149 | font-weight: bold; | |
150 | 150 | } | |
151 | /* user-based functions */ | 151 | div#admin_queue_title{ |
152 | div#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; | 155 | div#admin_flag_title{ |
156 | } | 156 | font-size: 23.6pt; |
157 | 157 | font-weight: bold; | |
158 | 158 | } | |
159 | /* page titles */ | 159 | div#admin_change-pw_title{ |
160 | div#quote_origin-name{ | 160 | font-size: 23.6pt; |
161 | font-size: 23.6pt; | 161 | font-weight: bold; |
162 | font-weight: bold; | 162 | } |
163 | } | 163 | div#admin_users_title{ |
164 | div#search_title{ | 164 | font-size: 23.6pt; |
165 | font-size: 23.6pt; | 165 | font-weight: bold; |
166 | font-weight: bold; | 166 | } |
167 | } | 167 | div#admin_add-user_title{ |
168 | div#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 | |
172 | div#add_title{ | 172 | div.quote_pagenums{ |
173 | font-size: 23.6pt; | 173 | text-align: center; |
174 | font-weight: bold; | ||
175 | } | ||
176 | div#admin_queue_title{ | ||
177 | font-size: 23.6pt; | ||
178 | font-weight: bold; | ||
179 | } | ||
180 | div#admin_flag_title{ | ||
181 | font-size: 23.6pt; | ||
182 | font-weight: bold; | ||
183 | } | ||
184 | div#admin_change-pw_title{ | ||
185 | font-size: 23.6pt; | ||
186 | font-weight: bold; | ||
187 | } | ||
188 | div#admin_users_title{ | ||
189 | font-size: 23.6pt; | ||
190 | font-weight: bold; | ||
191 | } | ||
192 | div#admin_add-user_title{ | ||
193 | font-size: 23.6pt; | ||
194 | font-weight: bold; | ||
195 | } | ||
196 | |||
197 | div.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 | ||
28 | body { | 28 | body { |
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 | |||
53 | p {margin-top: 1em} | 47 | p {margin-top: 1em} |
54 | 48 | ||
55 | ul, ol {margin-top: 1em; margin-bottom: 1em} | 49 | ul, 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 | ||
153 | span.fcorners-bottom { | 144 | span.fcorners-bottom { |
@@ -167,6 +158,10 @@ div#banner, div#fi-banner { | |||
167 | margin-top: 21px; | 158 | margin-top: 21px; |
168 | } | 159 | } |
169 | 160 | ||
161 | div#banner { | ||
162 | background-image: url("/theme/images/fourisland_header.png"); | ||
163 | } | ||
164 | |||
170 | body div#banner h1, body div#fi-banner h1 { | 165 | body 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 | ||
189 | div#bannernav { | 184 | div#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 { | |||
250 | div#rightbar { | 243 | div#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 | ||
266 | div#banner { | ||
267 | background-image: url("/theme/images/fourisland_header.png"); /*850x129*/ | ||
268 | } | ||
269 | |||
270 | div.sidebar { | 258 | div.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 | ||
589 | div#page { | 577 | div#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 | ||
738 | img#top-fade { | 725 | div#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 | } |