diff options
Diffstat (limited to 'theme/layouts/7')
-rw-r--r-- | theme/layouts/7/Delicious-Italic.otf | bin | 0 -> 25036 bytes | |||
-rw-r--r-- | theme/layouts/7/Delicious-Roman.otf | bin | 0 -> 24700 bytes | |||
-rwxr-xr-x | theme/layouts/7/holiday.php | 11 | ||||
-rwxr-xr-x | theme/layouts/7/layout.tpl | 50 | ||||
-rwxr-xr-x | theme/layouts/7/style.css | 64 |
5 files changed, 111 insertions, 14 deletions
diff --git a/theme/layouts/7/Delicious-Italic.otf b/theme/layouts/7/Delicious-Italic.otf new file mode 100644 index 0000000..d57df3b --- /dev/null +++ b/theme/layouts/7/Delicious-Italic.otf | |||
Binary files differ | |||
diff --git a/theme/layouts/7/Delicious-Roman.otf b/theme/layouts/7/Delicious-Roman.otf new file mode 100644 index 0000000..31ec11a --- /dev/null +++ b/theme/layouts/7/Delicious-Roman.otf | |||
Binary files differ | |||
diff --git a/theme/layouts/7/holiday.php b/theme/layouts/7/holiday.php index d9a9c10..54499a9 100755 --- a/theme/layouts/7/holiday.php +++ b/theme/layouts/7/holiday.php | |||
@@ -100,6 +100,17 @@ if (sd_isSpecialDay('Four Island A')) | |||
100 | $bgimgm = 'island6'; | 100 | $bgimgm = 'island6'; |
101 | } | 101 | } |
102 | 102 | ||
103 | if (sd_isSpecialDay('April Fools Day')) | ||
104 | { | ||
105 | ?> | ||
106 | |||
107 | div#banner { | ||
108 | background-image: url(/theme/images/afd-l7.png); | ||
109 | } | ||
110 | |||
111 | <?php | ||
112 | } | ||
113 | |||
103 | ?> | 114 | ?> |
104 | 115 | ||
105 | div#window { | 116 | div#window { |
diff --git a/theme/layouts/7/layout.tpl b/theme/layouts/7/layout.tpl index 3acf1cc..25489d7 100755 --- a/theme/layouts/7/layout.tpl +++ b/theme/layouts/7/layout.tpl | |||
@@ -3,9 +3,9 @@ | |||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | <head> | 4 | <head> |
5 | <title><!--EXTRATITLE-->Four Island</title> | 5 | <title><!--EXTRATITLE-->Four Island</title> |
6 | <link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css.php" /> | 6 | <link rel="stylesheet" type="text/css" href="/theme/css.php" /> |
7 | <!--[if IE]><link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css/ie.css" /><![endif]--> | 7 | <!--[if IE]><link rel="stylesheet" type="text/css" href="/theme/css/ie.css" /><![endif]--> |
8 | <link rel="stylesheet" type="text/css" href="http://fourisland.com/theme/css/print.css" media="print" /> | 8 | <link rel="stylesheet" type="text/css" href="/theme/css/print.css" media="print" /> |
9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
10 | <meta http-equiv="Content-Language" content="en" /> | 10 | <meta http-equiv="Content-Language" content="en" /> |
11 | <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" /> | 11 | <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" /> |
@@ -13,13 +13,20 @@ | |||
13 | <link rel="icon" href="/images/kirbyfolder.ico" /> | 13 | <link rel="icon" href="/images/kirbyfolder.ico" /> |
14 | <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> | 14 | <link rel="pingback" href="http://fourisland.com/xmlrpc.php" /> |
15 | <script type="text/javascript" src="/theme/js/jquery.js"></script> | 15 | <script type="text/javascript" src="/theme/js/jquery.js"></script> |
16 | <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script> | ||
17 | <script type="text/javascript"> | ||
18 | AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", { | ||
19 | width: 290, | ||
20 | transparentpagebg: "yes" | ||
21 | }); | ||
22 | </script> | ||
16 | </head> | 23 | </head> |
17 | 24 | ||
18 | <body id="<!--CATEGORY-->"> | 25 | <body id="<!--CATEGORY-->"> |
19 | <div id="flash"><!--FLASH--></div> | 26 | <div id="flash"><!--FLASH--></div> |
20 | 27 | ||
21 | <div id="header"> | 28 | <div id="header"> |
22 | <div id="banner"><a href="http://fourisland.com/">Four Island</a></div> | 29 | <div id="banner"><a href="/">Four Island</a></div> |
23 | </div> | 30 | </div> |
24 | 31 | ||
25 | <div id="page-content"> | 32 | <div id="page-content"> |
@@ -121,7 +128,7 @@ | |||
121 | <div id="content"> | 128 | <div id="content"> |
122 | <ul id="navbar"> | 129 | <ul id="navbar"> |
123 | <li<!--BLOGACTIVE-->> | 130 | <li<!--BLOGACTIVE-->> |
124 | <a href="http://fourisland.com/"> | 131 | <a href="/"> |
125 | <img src="/theme/images/icons/newspaper.png" alt="Blog" /> | 132 | <img src="/theme/images/icons/newspaper.png" alt="Blog" /> |
126 | <span>Blog</span> | 133 | <span>Blog</span> |
127 | </a> | 134 | </a> |
@@ -132,28 +139,28 @@ | |||
132 | </li> | 139 | </li> |
133 | 140 | ||
134 | <li<!--FOURMACTIVE-->> | 141 | <li<!--FOURMACTIVE-->> |
135 | <a href="http://fourisland.com/fourm/"> | 142 | <a href="/fourm/"> |
136 | <img src="/theme/images/icons/comment.png" alt="The Fourm" /> | 143 | <img src="/theme/images/icons/comment.png" alt="The Fourm" /> |
137 | <span>The Fourm</span> | 144 | <span>The Fourm</span> |
138 | </a> | 145 | </a> |
139 | </li> | 146 | </li> |
140 | 147 | ||
141 | <li<!--WIKIACTIVE-->> | 148 | <li<!--WIKIACTIVE-->> |
142 | <a href="http://fourisland.com/wiki/"> | 149 | <a href="/wiki/"> |
143 | <img src="/theme/images/icons/report.png" alt="Wiki" /> | 150 | <img src="/theme/images/icons/report.png" alt="Wiki" /> |
144 | <span>Wiki</span> | 151 | <span>Wiki</span> |
145 | </a> | 152 | </a> |
146 | </li> | 153 | </li> |
147 | 154 | ||
148 | <li<!--POLLACTIVE-->> | 155 | <li<!--POLLACTIVE-->> |
149 | <a href="http://fourisland.com/poll/"> | 156 | <a href="/poll/"> |
150 | <img src="/theme/images/icons/overlays.png" alt="Polls" /> | 157 | <img src="/theme/images/icons/overlays.png" alt="Polls" /> |
151 | <span>Polls</span> | 158 | <span>Polls</span> |
152 | </a> | 159 | </a> |
153 | </li> | 160 | </li> |
154 | 161 | ||
155 | <li<!--QUOTESACTIVE-->> | 162 | <li<!--QUOTESACTIVE-->> |
156 | <a href="http://fourisland.com/quotes/"> | 163 | <a href="/quotes/"> |
157 | <img src="/theme/images/icons/16-file-page.png" alt="Quotes" /> | 164 | <img src="/theme/images/icons/16-file-page.png" alt="Quotes" /> |
158 | <span>Quotes</span> | 165 | <span>Quotes</span> |
159 | </a> | 166 | </a> |
@@ -161,7 +168,7 @@ | |||
161 | 168 | ||
162 | <!--BEGIN MEMBERS--> | 169 | <!--BEGIN MEMBERS--> |
163 | <li<!--LOGACTIVE-->> | 170 | <li<!--LOGACTIVE-->> |
164 | <a href="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&redirect=<!--REDIRPAGE-->&sid=<!--SID-->"> | 171 | <a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&redirect=<!--REDIRPAGE-->&sid=<!--SID-->"> |
165 | <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" /> | 172 | <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" /> |
166 | <span>Log<!--LOGDATA--></span> | 173 | <span>Log<!--LOGDATA--></span> |
167 | </a> | 174 | </a> |
@@ -170,7 +177,7 @@ | |||
170 | 177 | ||
171 | <!--BEGIN ADMIN--> | 178 | <!--BEGIN ADMIN--> |
172 | <li<!--PANELACTIVE-->> | 179 | <li<!--PANELACTIVE-->> |
173 | <a href="http://fourisland.com/admin/"> | 180 | <a href="/admin/"> |
174 | <img src="/theme/images/icons/rainbow.png" alt="Admin" /> | 181 | <img src="/theme/images/icons/rainbow.png" alt="Admin" /> |
175 | <span>Admin</span> | 182 | <span>Admin</span> |
176 | </a> | 183 | </a> |
@@ -239,5 +246,26 @@ | |||
239 | <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a> | 246 | <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a> |
240 | </p> | 247 | </p> |
241 | </div> | 248 | </div> |
249 | |||
250 | <script type="text/javascript"> | ||
251 | var _tbdef = {user: 'starla4444'}; | ||
252 | (function(){ | ||
253 | var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript'; | ||
254 | tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0]; | ||
255 | if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs); | ||
256 | })(); | ||
257 | </script> | ||
258 | |||
259 | <!--Google Analytics--> | ||
260 | <script type="text/javascript"> | ||
261 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
262 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
263 | </script> | ||
264 | <script type="text/javascript"> | ||
265 | var pageTracker = _gat._getTracker("UA-2895652-1"); | ||
266 | pageTracker._initData(); | ||
267 | pageTracker._trackPageview(); | ||
268 | </script> | ||
269 | <!--Google Analytics--> | ||
242 | </body> | 270 | </body> |
243 | </html> | 271 | </html> |
diff --git a/theme/layouts/7/style.css b/theme/layouts/7/style.css index e90ee05..e0871d3 100755 --- a/theme/layouts/7/style.css +++ b/theme/layouts/7/style.css | |||
@@ -1,14 +1,28 @@ | |||
1 | /* @font-face */ | ||
2 | @font-face { | ||
3 | font-family: DeliciousRoman; | ||
4 | src: url(http://fourisland.com/theme/layouts/7/Delicious-Roman.otf); | ||
5 | font-weight: 400; | ||
6 | } | ||
7 | |||
8 | @font-face { | ||
9 | font-family: DeliciousItalic; | ||
10 | src: url(http://fourisland.com/theme/layouts/7/Delicious-Italic.otf); | ||
11 | font-weight: 400; | ||
12 | font-style: italic; | ||
13 | } | ||
14 | |||
1 | /* Body */ | 15 | /* Body */ |
2 | 16 | ||
3 | body { | 17 | body { |
4 | font-family: "Lucida Grande", "Arial", sans; | 18 | font-family: 'Lucida Grande', sans-serif; |
5 | background-color: #111; | 19 | background-color: #111; |
6 | } | 20 | } |
7 | 21 | ||
8 | div#header { | 22 | div#header { |
9 | width: 100%; | 23 | width: 100%; |
10 | height: 200px; | 24 | height: 200px; |
11 | background-image: url(http://fourisland.com/theme/images/header-repeat.png); | 25 | background-image: url(/theme/images/header-repeat.png); |
12 | background-repeat: repeat-x; | 26 | background-repeat: repeat-x; |
13 | } | 27 | } |
14 | 28 | ||
@@ -16,7 +30,7 @@ div#banner { | |||
16 | width: 800px; | 30 | width: 800px; |
17 | height: 200px; | 31 | height: 200px; |
18 | margin: 0 auto; | 32 | margin: 0 auto; |
19 | background-image: url(http://fourisland.com/theme/images/header.png); | 33 | background-image: url(/theme/images/header.png); |
20 | background-position: bottom right; | 34 | background-position: bottom right; |
21 | } | 35 | } |
22 | 36 | ||
@@ -188,3 +202,47 @@ div.module + cite { | |||
188 | div.module.unrounded + cite { | 202 | div.module.unrounded + cite { |
189 | top: -0.7em; | 203 | top: -0.7em; |
190 | } | 204 | } |
205 | |||
206 | #phpBB3-page-body .post, | ||
207 | #phpBB3-page-body .rules { | ||
208 | -moz-border-radius: 10px; | ||
209 | -webkit-border-radius: 10px; | ||
210 | -khtml-border-radius: 10px; | ||
211 | border-radius: 10px; | ||
212 | padding: 10px; | ||
213 | } | ||
214 | |||
215 | #phpBB3-page-body .forabg, | ||
216 | #phpBB3-page-body .forumbg { | ||
217 | -moz-border-radius: 10px; | ||
218 | -webkit-border-radius: 10px; | ||
219 | -khtml-border-radius: 10px; | ||
220 | border-radius: 10px; | ||
221 | padding: 5px; | ||
222 | } | ||
223 | |||
224 | .navbar, | ||
225 | .panel { | ||
226 | -moz-border-radius: 10px; | ||
227 | -webkit-border-radius: 10px; | ||
228 | -khtml-border-radius: 10px; | ||
229 | border-radius: 10px; | ||
230 | } | ||
231 | |||
232 | span.corners-top, | ||
233 | span.corners-bottom, | ||
234 | span.corners-top span, | ||
235 | span.corners-bottom span { | ||
236 | visibility: hidden; | ||
237 | } | ||
238 | |||
239 | .post .entry { | ||
240 | font-family: DeliciousRoman, Verdana, sans-serif; | ||
241 | font-size: 1.01em; | ||
242 | } | ||
243 | |||
244 | .post .entry em { | ||
245 | font-family: DeliciousItalic, Verdana, sans-serif; | ||
246 | font-size: 1.01em; | ||
247 | font-style: italic; | ||
248 | } | ||