summary refs log tree commit diff stats
path: root/theme/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts')
-rwxr-xr-xtheme/layouts/4.5/layout.tpl36
-rwxr-xr-xtheme/layouts/4.5/style.css44
-rwxr-xr-xtheme/layouts/6.2/layout.tpl37
-rwxr-xr-xtheme/layouts/6.2/style.css41
-rwxr-xr-xtheme/layouts/6.2/style.php4
-rw-r--r--theme/layouts/7/Delicious-Italic.otfbin0 -> 25036 bytes
-rw-r--r--theme/layouts/7/Delicious-Roman.otfbin0 -> 24700 bytes
-rwxr-xr-xtheme/layouts/7/holiday.php11
-rwxr-xr-xtheme/layouts/7/layout.tpl50
-rwxr-xr-xtheme/layouts/7/style.css64
-rwxr-xr-xtheme/layouts/subtle/layout.tpl249
-rwxr-xr-xtheme/layouts/subtle/style.php1370
12 files changed, 1877 insertions, 29 deletions
diff --git a/theme/layouts/4.5/layout.tpl b/theme/layouts/4.5/layout.tpl index a90bdf3..ada39b9 100755 --- a/theme/layouts/4.5/layout.tpl +++ b/theme/layouts/4.5/layout.tpl
@@ -2,8 +2,8 @@
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?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->" /> 5 <LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css.php?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->" />
6 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/thickbox.css" /> 6 <LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css/thickbox.css" />
7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" /> 7 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
8 <META HTTP-EQUIV="Content-Language" CONTENT="en" /> 8 <META HTTP-EQUIV="Content-Language" CONTENT="en" />
9 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" /> 9 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island" />
@@ -11,6 +11,13 @@
11 <LINK REL="icon" HREF="/images/kirbyfolder.ico" /> 11 <LINK REL="icon" HREF="/images/kirbyfolder.ico" />
12 <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php" /> 12 <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php" />
13 <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> 13 <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT>
14 <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script>
15 <script type="text/javascript">
16AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
17 width: 290,
18 transparentpagebg: "yes"
19});
20 </script>
14 21
15 <!--HEADTAGS--> 22 <!--HEADTAGS-->
16 </HEAD> 23 </HEAD>
@@ -35,12 +42,12 @@
35 <DIV ID="banner-nav"> 42 <DIV ID="banner-nav">
36 <UL ID="bannernav"> 43 <UL ID="bannernav">
37 <LI id="bannernav-home"><A HREF="/" REL="home"><B><SPAN>Home</SPAN></B></A></LI> 44 <LI id="bannernav-home"><A HREF="/" REL="home"><B><SPAN>Home</SPAN></B></A></LI>
38 <LI id="bannernav-projects"><A HREF="http://projects.fourisland.com"><B><SPAN>Projects</SPAN></B></A></LI> 45 <LI id="bannernav-projects"><A HREF="http://projects.fourisland.com/"><B><SPAN>Projects</SPAN></B></A></LI>
39 <LI id="bannernav-fourm"><A HREF="/fourm/"><B><SPAN>Fourm</SPAN></B></A></LI> 46 <LI id="bannernav-fourm"><A HREF="/fourm/"><B><SPAN>Fourm</SPAN></B></A></LI>
40 <LI id="bannernav-wiki"><A HREF="/wiki/"><B><SPAN>Wiki</SPAN></B></A></LI> 47 <LI id="bannernav-wiki"><A HREF="/wiki/"><B><SPAN>Wiki</SPAN></B></A></LI>
41 <LI id="bannernav-poll"><A HREF="/poll/"><B><SPAN>Poll</SPAN></B></A></LI> 48 <LI id="bannernav-poll"><A HREF="/poll/"><B><SPAN>Poll</SPAN></B></A></LI>
42 <LI id="bannernav-quotes"><A HREF="/quotes/"><B><SPAN>Quotes</SPAN></B></A></LI> 49 <LI id="bannernav-quotes"><A HREF="/quotes/"><B><SPAN>Quotes</SPAN></B></A></LI>
43 <LI id="bannernav-<!--LOWERLOGDATA-->"><A HREF="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"><B><SPAN>Log<!--LOGDATA--></SPAN></B></A></LI> 50 <LI id="bannernav-<!--LOWERLOGDATA-->"><A HREF="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"><B><SPAN>Log<!--LOGDATA--></SPAN></B></A></LI>
44 <!--BEGIN PANEL--> 51 <!--BEGIN PANEL-->
45 <LI id="bannernav-panel"><A HREF="/admin/"><B><SPAN>Panel</SPAN></B></A></LI> 52 <LI id="bannernav-panel"><A HREF="/admin/"><B><SPAN>Panel</SPAN></B></A></LI>
46 <!--END PANEL--> 53 <!--END PANEL-->
@@ -271,5 +278,26 @@
271 </UL> 278 </UL>
272 </DIV> 279 </DIV>
273 </DIV> 280 </DIV>
281
282<script type="text/javascript">
283var _tbdef = {user: 'starla4444'};
284(function(){
285var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript';
286tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0];
287if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs);
288})();
289</script>
290
291 <!--Google Analytics-->
292 <script type="text/javascript">
293 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
294 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
295 </script>
296 <script type="text/javascript">
297 var pageTracker = _gat._getTracker("UA-2895652-1");
298 pageTracker._initData();
299 pageTracker._trackPageview();
300 </script>
301 <!--Google Analytics-->
274 </BODY> 302 </BODY>
275</HTML> 303</HTML>
diff --git a/theme/layouts/4.5/style.css b/theme/layouts/4.5/style.css index 7e9b574..a8b9306 100755 --- a/theme/layouts/4.5/style.css +++ b/theme/layouts/4.5/style.css
@@ -239,3 +239,47 @@ div.module + cite {
239div.module.unrounded + cite { 239div.module.unrounded + cite {
240 top: -0.4em; 240 top: -0.4em;
241} 241}
242
243#phpBB3-page-body .post,
244#phpBB3-page-body .rules {
245 -moz-border-radius: 10px;
246 -webkit-border-radius: 10px;
247 -khtml-border-radius: 10px;
248 border-radius: 10px;
249 padding: 10px;
250}
251
252#phpBB3-page-body .forabg,
253#phpBB3-page-body .forumbg {
254 -moz-border-radius: 10px;
255 -webkit-border-radius: 10px;
256 -khtml-border-radius: 10px;
257 border-radius: 10px;
258 padding: 5px;
259}
260
261.navbar,
262.panel {
263 -moz-border-radius: 10px;
264 -webkit-border-radius: 10px;
265 -khtml-border-radius: 10px;
266 border-radius: 10px;
267}
268
269span.corners-top,
270span.corners-bottom,
271span.corners-top span,
272span.corners-bottom span {
273 visibility: hidden;
274}
275
276/*#phpBB3-page-body span.corners-top,
277#phpBB3-page-body span.corners-bottom,
278#phpBB3-page-body span.corners-top span,
279#phpBB3-page-body span.corners-bottom span {
280 background-repeat: repeat-x;
281}*/
282
283.entry .rounded {
284 padding: 10px;
285}
diff --git a/theme/layouts/6.2/layout.tpl b/theme/layouts/6.2/layout.tpl index 889d509..6f91eab 100755 --- a/theme/layouts/6.2/layout.tpl +++ b/theme/layouts/6.2/layout.tpl
@@ -4,9 +4,9 @@
4 <HEAD> 4 <HEAD>
5 <TITLE><!--EXTRATITLE-->Four Island</TITLE> 5 <TITLE><!--EXTRATITLE-->Four Island</TITLE>
6 6
7 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css.php?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->"> 7 <LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css.php?id=<!--BODYID-->&amp;cat=<!--CATEGORY-->">
8 <!--[if IE]><LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/ie.css"><![endif]--> 8 <!--[if IE]><LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css/ie.css"><![endif]-->
9 <LINK REL="stylesheet" TYPE="text/css" HREF="http://fourisland.com/theme/css/print.css" MEDIA="print"> 9 <LINK REL="stylesheet" TYPE="text/css" HREF="/theme/css/print.css" MEDIA="print">
10 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 10 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
11 <META HTTP-EQUIV="Content-Language" CONTENT="en"> 11 <META HTTP-EQUIV="Content-Language" CONTENT="en">
12 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island"> 12 <LINK REL="alternate" TYPE="application/rss+xml" HREF="http://feeds.feedburner.com/FourIsland?format=xml" TITLE="Four Island">
@@ -14,6 +14,13 @@
14 <LINK REL="icon" HREF="/images/kirbyfolder.ico"> 14 <LINK REL="icon" HREF="/images/kirbyfolder.ico">
15 <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php"> 15 <LINK REL="pingback" HREF="http://fourisland.com/xmlrpc.php">
16 <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT> 16 <SCRIPT TYPE="text/javascript" SRC="/theme/js/jquery.js"></SCRIPT>
17 <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script>
18 <script type="text/javascript">
19AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
20 width: 290,
21 transparentpagebg: "yes"
22});
23 </script>
17 24
18 <!--HEADTAGS--> 25 <!--HEADTAGS-->
19 </HEAD> 26 </HEAD>
@@ -34,7 +41,7 @@
34 <DIV> 41 <DIV>
35 <UL> 42 <UL>
36 <LI<!--HOMEACTIVE-->> 43 <LI<!--HOMEACTIVE-->>
37 <A HREF="http://fourisland.com/"> 44 <A HREF="/">
38 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog"> 45 <IMG SRC="/theme/images/icons/newspaper.png" ALT="Blog">
39 <SPAN>Blog</SPAN> 46 <SPAN>Blog</SPAN>
40 </A> 47 </A>
@@ -45,7 +52,7 @@
45 </LI> 52 </LI>
46 53
47 <LI<!--FOURMACTIVE-->> 54 <LI<!--FOURMACTIVE-->>
48 <A HREF="http://fourisland.com/fourm/"> 55 <A HREF="/fourm/">
49 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm"> 56 <IMG SRC="/theme/images/icons/comment.png" ALT="The Fourm">
50 <SPAN>The Fourm</SPAN> 57 <SPAN>The Fourm</SPAN>
51 </A> 58 </A>
@@ -53,21 +60,21 @@
53 60
54 61
55 <LI<!--WIKIACTIVE-->> 62 <LI<!--WIKIACTIVE-->>
56 <A HREF="http://fourisland.com/wiki/"> 63 <A HREF="/wiki/">
57 <IMG SRC="/theme/images/icons/report.png" ALT="Wiki"> 64 <IMG SRC="/theme/images/icons/report.png" ALT="Wiki">
58 <SPAN>Wiki</SPAN> 65 <SPAN>Wiki</SPAN>
59 </A> 66 </A>
60 </LI> 67 </LI>
61 68
62 <LI<!--POLLACTIVE-->> 69 <LI<!--POLLACTIVE-->>
63 <A HREF="http://fourisland.com/poll/"> 70 <A HREF="/poll/">
64 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls"> 71 <IMG SRC="/theme/images/icons/overlays.png" ALT="Polls">
65 <SPAN>Polls</SPAN> 72 <SPAN>Polls</SPAN>
66 </A> 73 </A>
67 </LI> 74 </LI>
68 75
69 <LI<!--QUOTESACTIVE-->> 76 <LI<!--QUOTESACTIVE-->>
70 <A HREF="http://fourisland.com/quotes/"> 77 <A HREF="/quotes/">
71 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes"> 78 <IMG SRC="/theme/images/icons/16-file-page.png" ALT="Quotes">
72 <SPAN>Quotes</SPAN> 79 <SPAN>Quotes</SPAN>
73 </A> 80 </A>
@@ -75,7 +82,7 @@
75 82
76 <!--BEGIN MEMBERS--> 83 <!--BEGIN MEMBERS-->
77 <LI<!--LOGACTIVE-->> 84 <LI<!--LOGACTIVE-->>
78 <A HREF="http://fourisland.com/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"> 85 <A HREF="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
79 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->"> 86 <IMG SRC="/theme/images/icons/door_in.png" ALT="Log<!--LOGDATA-->">
80 <SPAN>Log<!--LOGDATA--></SPAN> 87 <SPAN>Log<!--LOGDATA--></SPAN>
81 </A> 88 </A>
@@ -84,7 +91,7 @@
84 91
85 <!--BEGIN ADMIN--> 92 <!--BEGIN ADMIN-->
86 <LI<!--PANELACTIVE-->> 93 <LI<!--PANELACTIVE-->>
87 <A HREF="http://fourisland.com/admin/"> 94 <A HREF="/admin/">
88 <IMG SRC="/theme/images/icons/rainbow.png" ALT="Admin"> 95 <IMG SRC="/theme/images/icons/rainbow.png" ALT="Admin">
89 <SPAN>Admin</SPAN> 96 <SPAN>Admin</SPAN>
90 </A> 97 </A>
@@ -169,6 +176,7 @@
169 <p> 176 <p>
170 <strong>Theme Switcher</strong>: 177 <strong>Theme Switcher</strong>:
171 <select style="width: 55%" onchange="document.location='<!--ME-->?layout='+this.options[this.selectedIndex].value"> 178 <select style="width: 55%" onchange="document.location='<!--ME-->?layout='+this.options[this.selectedIndex].value">
179 <option value="subtle">Subtle Mode (beta)</option>
172 <option value="7">7</option> 180 <option value="7">7</option>
173 <option value="6.2" selected="selected">6.2</option> 181 <option value="6.2" selected="selected">6.2</option>
174 <option value="4.5">4.5</option> 182 <option value="4.5">4.5</option>
@@ -329,6 +337,15 @@
329 </DIV> 337 </DIV>
330 </DIV> 338 </DIV>
331 339
340<script type="text/javascript">
341var _tbdef = {user: 'starla4444'};
342(function(){
343var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript';
344tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0];
345if(!tbel) tbel = d.getElementsByTagName('head')[0]; tbel.appendChild(tbjs);
346})();
347</script>
348
332 <!--Google Analytics--> 349 <!--Google Analytics-->
333 <script type="text/javascript"> 350 <script type="text/javascript">
334 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); 351 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
diff --git a/theme/layouts/6.2/style.css b/theme/layouts/6.2/style.css index e68f7f8..e450f3d 100755 --- a/theme/layouts/6.2/style.css +++ b/theme/layouts/6.2/style.css
@@ -253,3 +253,44 @@ div.module + cite {
253div.module.unrounded + cite { 253div.module.unrounded + cite {
254 top: -0.4em; 254 top: -0.4em;
255} 255}
256
257#phpBB3-page-body .post,
258#phpBB3-page-body .rules {
259 -moz-border-radius: 10px;
260 -webkit-border-radius: 10px;
261 -khtml-border-radius: 10px;
262 border-radius: 10px;
263 padding: 10px;
264}
265
266#phpBB3-page-body .forabg,
267#phpBB3-page-body .forumbg {
268 -moz-border-radius: 10px;
269 -webkit-border-radius: 10px;
270 -khtml-border-radius: 10px;
271 border-radius: 10px;
272 padding: 5px;
273}
274
275.navbar,
276.panel {
277 -moz-border-radius: 10px;
278 -webkit-border-radius: 10px;
279 -khtml-border-radius: 10px;
280 border-radius: 10px;
281}
282
283span.corners-top,
284span.corners-bottom,
285span.corners-top span,
286span.corners-bottom span {
287 visibility: hidden;
288}
289
290#phpBB3-page-body ul {
291 list-style: none !important;
292}
293
294.entry .rounded {
295 padding: 10px;
296}
diff --git a/theme/layouts/6.2/style.php b/theme/layouts/6.2/style.php index 7dff742..5cea4f8 100755 --- a/theme/layouts/6.2/style.php +++ b/theme/layouts/6.2/style.php
@@ -22,9 +22,11 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
22 22
23require('headerproc.php'); 23require('headerproc.php');
24 24
25include_once('../includes/specialdates.php');
26
25include('layouts/6.2/style.css'); 27include('layouts/6.2/style.css');
26 28
27if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) 29if ((((date('G') >= 20) || (date('G') <= 6)) || (isset($_GET['night']) && !isset($_GET['day']))) && sd_ifNoSpecialDay())
28{ 30{
29 include('layouts/6.2/night.css'); 31 include('layouts/6.2/night.css');
30} else { 32} else {
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
103if (sd_isSpecialDay('April Fools Day'))
104{
105?>
106
107div#banner {
108 background-image: url(/theme/images/afd-l7.png);
109}
110
111<?php
112}
113
103?> 114?>
104 115
105div#window { 116div#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">
18AudioPlayer.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-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->"> 171 <a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;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">
251var _tbdef = {user: 'starla4444'};
252(function(){
253var d = document;var tbjs = d.createElement('script'); tbjs.type = 'text/javascript';
254tbjs.async = true; tbjs.src = 'http://tweetboard.com/tb.js'; var tbel = d.getElementsByTagName('head')[0];
255if(!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
3body { 17body {
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
8div#header { 22div#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 {
188div.module.unrounded + cite { 202div.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
232span.corners-top,
233span.corners-bottom,
234span.corners-top span,
235span.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}
diff --git a/theme/layouts/subtle/layout.tpl b/theme/layouts/subtle/layout.tpl new file mode 100755 index 0000000..acfe682 --- /dev/null +++ b/theme/layouts/subtle/layout.tpl
@@ -0,0 +1,249 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title><!--EXTRATITLE-->Four Island</title>
6 <link href="/fourm/styles/prosilver/theme/print.css" rel="stylesheet" type="text/css">
7 <link rel="stylesheet" type="text/css" href="/theme/css.php" />
8 <!--[if IE]><link rel="stylesheet" type="text/css" href="/theme/css/ie.css" /><![endif]-->
9 <link rel="stylesheet" type="text/css" href="/theme/css/print.css" media="print" />
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <meta http-equiv="Content-Language" content="en" />
12 <link rel="alternate" type="application/rss+xml" href="http://feeds.feedburner.com/FourIsland?format=xml" title="Four Island" />
13 <link rel="shortcut" href="/images/kirbyfolder.ico" />
14 <link rel="icon" href="/images/kirbyfolder.ico" />
15 <link rel="pingback" href="http://fourisland.com/xmlrpc.php" />
16 <script type="text/javascript" src="/theme/js/jquery.js"></script>
17 <script type="text/javascript" src="/theme/js/audio-player/audio-player.js"></script>
18 <script type="text/javascript">
19AudioPlayer.setup("http://fourisland.com/theme/js/audio-player/player.swf", {
20 width: 290,
21 transparentpagebg: "yes"
22});
23 </script>
24 </head>
25
26 <body id="<!--CATEGORY-->">
27 <div id="flash"><!--FLASH--></div>
28
29 <div id="header">
30 <div id="banner"><a href="/">Four Island</a></div>
31 </div>
32
33 <div id="page-content">
34 <div id="content">
35 <ul class="navbar">
36 <li<!--BLOGACTIVE-->>
37 <a href="/">
38 <img src="/theme/images/icons/newspaper.png" alt="Blog" />
39 <span>Blog</span>
40 </a>
41 </li>
42
43 <li>
44 <a href="http://projects.fourisland.com/">Projects</a>
45 </li>
46
47 <li<!--FOURMACTIVE-->>
48 <a href="/fourm/">
49 <img src="/theme/images/icons/comment.png" alt="The Fourm" />
50 <span>The Fourm</span>
51 </a>
52 </li>
53
54 <li<!--WIKIACTIVE-->>
55 <a href="/wiki/">
56 <img src="/theme/images/icons/report.png" alt="Wiki" />
57 <span>Wiki</span>
58 </a>
59 </li>
60
61 <li<!--POLLACTIVE-->>
62 <a href="/poll/">
63 <img src="/theme/images/icons/overlays.png" alt="Polls" />
64 <span>Polls</span>
65 </a>
66 </li>
67
68 <li<!--QUOTESACTIVE-->>
69 <a href="/quotes/">
70 <img src="/theme/images/icons/16-file-page.png" alt="Quotes" />
71 <span>Quotes</span>
72 </a>
73 </li>
74
75 <!--BEGIN MEMBERS-->
76 <li<!--LOGACTIVE-->>
77 <a href="/fourm/ucp.php?mode=log<!--LOGDATA-->&amp;redirect=<!--REDIRPAGE-->&amp;sid=<!--SID-->">
78 <img src="/theme/images/icons/door_in.png" alt="Log<!--LOGDATA-->" />
79 <span>Log<!--LOGDATA--></span>
80 </a>
81 </li>
82 <!--END MEMBERS-->
83
84 <!--BEGIN ADMIN-->
85 <li<!--PANELACTIVE-->>
86 <a href="/admin/">
87 <img src="/theme/images/icons/rainbow.png" alt="Admin" />
88 <span>Admin</span>
89 </a>
90 </li>
91 <!--END ADMIN-->
92 </ul>
93
94 <hr />
95
96 <!--BEGIN CREATE_HATNAV-->
97 <ul class="navbar">
98 <!--END CREATE_HATNAV-->
99
100 <!--BEGIN HATNAV-->
101 <li>
102 <a href="<!--HATNAV.URL-->">
103 <img src="/theme/images/icons/<!--HATNAV.ICON-->.png" alt="<!--HATNAV.TITLE-->" />
104 <span><!--HATNAV.TITLE--></span>
105 </a>
106 </li>
107 <!--END HATNAV-->
108
109 <!--BEGIN CREATE_HATNAV-->
110 </ul>
111 <!--END CREATE_HATNAV-->
112
113 <div id="actual-content">
114 <!--CONTENT-->
115 </div>
116 </div>
117
118 <div id="sidebar">
119 <!--EXTRASIDEBAR-->
120
121 <div class="module rounded sidebar">
122 <h3>Poll of the Week</h3>
123
124 <!--POTW-->
125 </div>
126
127 <div class="module rounded sidebar">
128 <h3>Affiliates</h3>
129
130 <ul>
131 <!--BEGIN AFFILIATES-->
132 <li>
133 <img src="/theme/images/icons/tag_<!--AFFILIATES.COLOR-->.png" alt="<!--AFFILIATES.TITLE-->" />
134 <a href="<!--AFFILIATES.URL-->"><!--AFFILIATES.TITLE--></a>
135 </li>
136 <!--END AFFILIATES-->
137 </ul>
138 </div>
139
140 <div class="module rounded sidebar">
141 <h3>Website Projects</h3>
142
143 <ul>
144 <!--BEGIN WEBPROJS-->
145 <li>
146 <img src="/theme/images/icons/tag_<!--WEBPROJS.COLOR-->.png" alt="<!--WEBPROJS.TITLE-->" />
147 <a href="<!--WEBPROJS.URL-->"><!--WEBPROJS.TITLE--></a>
148 </li>
149 <!--END WEBPROJS-->
150 </ul>
151 </div>
152
153 <div class="module rounded sidebar">
154 <h3>HatBar</h3>
155
156 <p>
157 Hits: <!--HITS--><br />
158 Today: <!--TODAY--><br />
159 <!--DATEFINDER-->
160 </p>
161
162 <p align="center">
163 <a href="/addresses.php" title="goodemail@happybobby.com"><img src="/images/btn_bot.png" alt="Addresses galore!" /></a>
164 <a href="http://www.prchecker.info/" target="_blank"><img src="http://pr.prchecker.info/getpr.php?codex=aHR0cDovL2ZvdXJpc2xhbmQuY29t&amp;tag=3" alt="Page Rank Check" border="0" /></a>
165 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/80x15.png" /></a>
166 <a href="http://whos.amung.us/show/t1sj4g2u"><img src="http://whos.amung.us/swidget/t1sj4g2u.gif" alt="website stats" width="80" height="15" border="0" /></a>
167 <a href="http://feeds2.feedburner.com/FourIsland"><img src="http://feeds2.feedburner.com/~fc/FourIsland?bg=99CCFF&amp;fg=444444&amp;anim=0" height="26" width="88" style="border:0" alt="" /></a>
168 </p>
169
170 <p>
171 <strong>Theme Switcher</strong>:
172 <select style="width: 55%" onchange="document.location='<!--ME-->?layout='+this.options[this.selectedIndex].value">
173 <option value="subtle" selected="selected">Subtle Mode</option>
174 <option value="7">7</option>
175 <option value="6.2">6.2</option>
176 <option value="4.5">4.5</option>
177 </select>
178 </p>
179 </div>
180 </div>
181
182 <div class="cleardiv"></div>
183 </div>
184
185 <div id="footer">
186 <div class="foot-module">
187 <h3>Recent Comments</h3>
188
189 <ul>
190 <!--BEGIN COMMENTS-->
191 <li style="font-size: 0.9em"><!--COMMENTS.AUTHOR--> on <a href="/<!--COMMENTS.AREA-->/<!--COMMENTS.CODED--><!--COMMENTS.ENDING-->#comment-<!--COMMENTS.ID-->"><!--COMMENTS.TITLE--></a></li>
192 <!--END COMMENTS-->
193 </ul>
194 </div>
195
196 <div class="foot-module">
197 <h3>Recent Fourm Posts</h3>
198
199 <ul>
200 <!--BEGIN FOURM-->
201 <li style="font-size: 0.9em"><!--FOURM.USERNAME--> on <a href="/fourm/viewtopic.php?t=<!--FOURM.TOPIC-->&amp;p=<!--FOURM.POST-->#p<!--FOURM.POST-->"><!--FOURM.SUBJECT--></a></li>
202 <!--END FOURM-->
203 </ul>
204 </div>
205
206 <div class="foot-module">
207 <h3>Top Commenters</h3>
208
209 <ul>
210 <!--BEGIN TOP-->
211 <li style="font-size: 0.9em"><!--TOP.USERNAME--> (<!--TOP.COUNT-->)</li>
212 <!--END TOP-->
213 </ul>
214 </div>
215
216 <div class="foot-module">
217 <h3>Popular Posts</h3>
218
219 <ul>
220 <!--BEGIN POPULAR-->
221 <li style="font-size: 0.9em"><a href="/blog/<!--POPULAR.CODED-->/"><!--POPULAR.TITLE--></a></li>
222 <!--END POPULAR-->
223 </ul>
224 </div>
225
226 <div class="cleardiv"></div>
227
228 <p>
229 Four Island (<a href="http://code.fourisland.com/fourisland/">r<!--REVISION--></a>) is by <a href="http://fourisland.com">Starla Insigna</a>.
230 Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.
231 <a href="http://jigsaw.w3.org/css-validator/"><img src="/theme/images/icons/css_valid.png" alt="Valid CSS" /></a>
232 <a href="http://validator.w3.org/check/referer"><img src="/theme/images/icons/xhtml_valid.png" alt="Valid XHTML" /></a>
233 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a>
234 </p>
235 </div>
236
237 <!--Google Analytics-->
238 <script type="text/javascript">
239 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
240 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
241 </script>
242 <script type="text/javascript">
243 var pageTracker = _gat._getTracker("UA-2895652-1");
244 pageTracker._initData();
245 pageTracker._trackPageview();
246 </script>
247 <!--Google Analytics-->
248 </body>
249</html>
diff --git a/theme/layouts/subtle/style.php b/theme/layouts/subtle/style.php new file mode 100755 index 0000000..77a01cb --- /dev/null +++ b/theme/layouts/subtle/style.php
@@ -0,0 +1,1370 @@
1#banner a {
2 font-weight: bold;
3 color: #111111;
4}
5
6.navbar {
7 text-align: right;
8 display: block;
9}
10
11.navbar li {
12 display: inline;
13}
14
15.navbar li a {
16 color: #111111;
17}
18
19.navbar li img {
20 display: none;
21}
22
23.navbar li+li:before {
24 content: "-";
25}
26
27.navbar li.active {
28 text-decoration: underline;
29}
30
31#banner {
32 text-align: right;
33 font-size: 2em;
34}
35
36body {
37 background-color: #67E6EC;
38 font-family: Helvetica, sans;
39 padding-right: 20px;
40 padding-left: 20px;
41 color: #111111;
42}
43
44div.module {
45 background: none !important;
46 border: none;
47 color: #111111;
48}
49
50a, a:link, a:hover, a:active, a:visited, a:focus {
51 color: #111111;
52}
53
54div.module + cite,
55div.module.rounded + cite,
56div.module.pimped + cite {
57 background: none;
58}
59
60div#footer {
61 width: 100%;
62 padding-top: 20px;
63 padding-bottom: 20px;
64}
65
66div#footer div.foot-module {
67 margin: 0 auto;
68 float: left;
69 width: 20%;
70 margin-left: 4%;
71 color: #111111;
72 font-size: 0.9em;
73}
74
75div#footer a {
76 color: #111111;
77 border-bottom: 1px dotted white;
78}
79
80div#footer div.foot-module ul {
81 list-style-type: square;
82}
83
84div#footer p {
85 font-size: 0.5em;
86 color: #111111;
87 text-align: center;
88}
89
90.quote-header a {
91 color: #111111;
92}
93
94.post-title, #newComment form {
95 color: #111111;
96}
97
98code, .comment {
99 color: #111111;
100}
101
102cite {
103 color: #111111;
104 position: static;
105}
106
107h4 {
108 /* Forum and topic list titles */
109 font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
110 before: 1.3em;
111}
112
113ul.topiclist {
114 display: block;
115 list-style-type: none;
116 margin: 0;
117}
118
119
120ul.topiclist li {
121 display: block;
122 list-style-type: none;
123 color: #777777;
124 margin: 0;
125}
126
127ul.topiclist dl {
128 position: relative;
129}
130
131ul.topiclist li.row dl {
132 padding: 2px 0;
133}
134
135ul.topiclist dt {
136 display: block;
137 float: left;
138 width: 50%;
139 before: 1.1em;
140 padding-left: 5px;
141 padding-right: 5px;
142}
143
144ul.topiclist dd {
145 display: block;
146 float: left;
147 border-left: 1px solid #FFFFFF;
148 padding: 4px 0;
149}
150
151ul.topiclist dfn {
152 /* Labels for post/view counts */
153 display: none;
154}
155
156ul.topiclist li.row dt a.subforum {
157 background-image: none;
158 background-position: 0 50%;
159 background-repeat: no-repeat;
160 position: relative;
161 white-space: nowrap;
162 padding: 0 0 0 12px;
163}
164
165.forum-image {
166 padding-top: 5px;
167 margin-right: 5px;
168 float: left;
169}
170
171li.row {
172 clear: both;
173}
174
175li.row strong {
176 font-weight: normal;
177 color: #000000;
178}
179
180dl.icon {
181 min-height: 35px;
182 background-position: 10px 50%; /* Position of folder icon */
183 background-repeat: no-repeat;
184}
185
186dl.icon dt {
187 padding-left: 45px; /* Space for folder icon */
188 background-repeat: no-repeat;
189 background-position: 5px 95%; /* Position of topic icon */
190}
191
192dd.posts, dd.topics, dd.views {
193 width: 8%;
194 text-align: center;
195 line-height: 2.2em;
196 before: 1.2em;
197}
198
199dd.lastpost {
200 width: 25%;
201 before: 1.1em;
202}
203
204dd.redirect {
205 before: 1.1em;
206 line-height: 2.5em;
207}
208
209dd.moderation {
210 before: 1.1em;
211}
212
213dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
214 display: block;
215 padding-left: 5px;
216}
217
218dd.time {
219 width: auto;
220 line-height: 200%;
221 before: 1.1em;
222}
223
224dd.extra {
225 width: 12%;
226 line-height: 200%;
227 text-align: center;
228 before: 1.1em;
229}
230
231dd.mark {
232 float: right !important;
233 width: 9%;
234 text-align: center;
235 line-height: 200%;
236 before: 1.2em;
237}
238
239dd.info {
240 width: 30%;
241}
242
243dd.option {
244 width: 15%;
245 line-height: 200%;
246 text-align: center;
247 before: 1.1em;
248}
249
250dd.searchby {
251 width: 47%;
252 before: 1.1em;
253 line-height: 1em;
254}
255
256ul.topiclist dd.searchextra {
257 margin-left: 5px;
258 padding: 0.2em 0;
259 before: 1.1em;
260 color: #333333;
261 border-left: none;
262 clear: both;
263 width: 98%;
264 overflow: hidden;
265}
266
267/* Container for post/reply buttons and pagination */
268.topic-actions {
269 margin-bottom: 3px;
270 before: 1.1em;
271 height: 28px;
272 min-height: 28px;
273}
274div[class].topic-actions {
275 height: auto;
276}
277
278/* Topic review panel
279----------------------------------------*/
280#review {
281 margin-top: 2em;
282}
283
284#topicreview {
285 padding-right: 5px;
286 overflow: auto;
287 height: 300px;
288}
289
290#topicreview .postbody {
291 width: auto;
292 float: none;
293 margin: 0;
294 height: auto;
295}
296
297#topicreview .post {
298 height: auto;
299}
300
301#topicreview h2 {
302 border-bottom-width: 0;
303}
304
305/* Content container styles
306----------------------------------------*/
307.content {
308 min-height: 3em;
309 overflow: hidden;
310 line-height: 1.4em;
311 font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
312 before: 1em;
313 color: #333333;
314}
315
316.content h2, .panel h2 {
317 font-weight: normal;
318 color: #989898;
319 border-bottom: 1px solid #CCCCCC;
320 before: 1.6em;
321 margin-top: 0.5em;
322 margin-bottom: 0.5em;
323 padding-bottom: 0.5em;
324}
325
326.panel h3 {
327 margin: 0.5em 0;
328}
329
330.panel p {
331 before: 1.2em;
332 margin-bottom: 1em;
333 line-height: 1.4em;
334}
335
336.content p {
337 font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
338 before: 1.2em;
339 margin-bottom: 1em;
340 line-height: 1.4em;
341}
342
343dl.faq {
344 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
345 before: 1.1em;
346 margin-top: 1em;
347 margin-bottom: 2em;
348 line-height: 1.4em;
349}
350
351dl.faq dt {
352 font-weight: bold;
353 color: #333333;
354}
355
356.content dl.faq {
357 before: 1.2em;
358 margin-bottom: 0.5em;
359}
360
361.content li {
362 list-style-type: inherit;
363}
364
365.content ul, .content ol {
366 margin-bottom: 1em;
367 margin-left: 3em;
368}
369
370.posthilit {
371 background-color: #f3f3f3;
372 color: #BCBCBC;
373 padding: 0 2px 1px 2px;
374}
375
376.announce, .unreadpost {
377 /* Highlight the announcements & unread posts box */
378 border-left-color: #BCBCBC;
379 border-right-color: #BCBCBC;
380}
381
382/* Post author */
383p.author {
384 margin: 0 15em 0.6em 0;
385 padding: 0 0 5px 0;
386 font-family: Verdana, Helvetica, Arial, sans-serif;
387 before: 1em;
388 line-height: 1.2em;
389}
390
391/* Post signature */
392.signature {
393 margin-top: 1.5em;
394 padding-top: 0.2em;
395 before: 1.1em;
396 border-top: 1px solid #CCCCCC;
397 clear: left;
398 line-height: 140%;
399 overflow: hidden;
400 width: 100%;
401}
402
403dd .signature {
404 margin: 0;
405 padding: 0;
406 clear: none;
407 border: none;
408}
409
410/* Post noticies */
411.notice {
412 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
413 width: auto;
414 margin-top: 1.5em;
415 padding-top: 0.2em;
416 before: 1em;
417 border-top: 1px dashed #CCCCCC;
418 clear: left;
419 line-height: 130%;
420}
421
422/* Jump to post link for now */
423ul.searchresults {
424 list-style: none;
425 text-align: right;
426 clear: both;
427}
428
429/* BB Code styles
430----------------------------------------*/
431/* Quote block */
432#phpBB3-page-body blockquote {
433 background: #ebebeb none 6px 8px no-repeat;
434 border: 1px solid #dbdbdb;
435 before: 0.95em;
436 margin: 0.5em 1px 0 25px;
437 overflow: hidden;
438 padding: 5px;
439}
440
441blockquote blockquote {
442 /* Nested quotes */
443 background-color: #bababa;
444 before: 1em;
445 margin: 0.5em 1px 0 15px;
446}
447
448blockquote blockquote blockquote {
449 /* Nested quotes */
450 background-color: #e4e4e4;
451}
452
453blockquote cite {
454 /* Username/source of quoter */
455 font-style: normal;
456 font-weight: bold;
457 margin-left: 20px;
458 display: block;
459 before: 0.9em;
460}
461
462blockquote cite cite {
463 before: 1em;
464}
465
466blockquote.uncited {
467 padding-top: 25px;
468}
469
470/* Code block */
471dl.codebox {
472 padding: 3px;
473 background-color: #FFFFFF;
474 border: 1px solid #d8d8d8;
475 before: 1em;
476}
477
478dl.codebox dt {
479 text-transform: uppercase;
480 border-bottom: 1px solid #CCCCCC;
481 margin-bottom: 3px;
482 before: 0.8em;
483 font-weight: bold;
484 display: block;
485}
486
487blockquote dl.codebox {
488 margin-left: 0;
489}
490
491dl.codebox code {
492 /* Also see tweaks.css */
493 overflow: auto;
494 display: block;
495 height: auto;
496 max-height: 200px;
497 white-space: normal;
498 padding-top: 5px;
499 font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
500 line-height: 1.3em;
501 color: #8b8b8b;
502 margin: 2px 0;
503}
504
505.syntaxbg { color: #FFFFFF; }
506.syntaxcomment { color: #000000; }
507.syntaxdefault { color: #bcbcbc; }
508.syntaxhtml { color: #000000; }
509.syntaxkeyword { color: #585858; }
510.syntaxstring { color: #a7a7a7; }
511
512/* Attachments
513----------------------------------------*/
514.attachbox {
515 float: left;
516 width: auto;
517 margin: 5px 5px 5px 0;
518 padding: 6px;
519 background-color: #FFFFFF;
520 border: 1px dashed #d8d8d8;
521 clear: left;
522}
523
524.pm-message .attachbox {
525 background-color: #f3f3f3;
526}
527
528.attachbox dt {
529 font-family: Arial, Helvetica, sans-serif;
530 text-transform: uppercase;
531}
532
533.attachbox dd {
534 margin-top: 4px;
535 padding-top: 4px;
536 clear: left;
537 border-top: 1px solid #d8d8d8;
538}
539
540.attachbox dd dd {
541 border: none;
542}
543
544.attachbox p {
545 line-height: 110%;
546 color: #666666;
547 font-weight: normal;
548 clear: left;
549}
550
551.attachbox p.stats
552{
553 line-height: 110%;
554 color: #666666;
555 font-weight: normal;
556 clear: left;
557}
558
559.attach-image {
560 margin: 3px 0;
561 width: 100%;
562 max-height: 350px;
563 overflow: auto;
564}
565
566.attach-image img {
567 border: 1px solid #999999;
568/* cursor: move; */
569 cursor: default;
570}
571
572/* Inline image thumbnails */
573div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
574 display: block;
575 margin-bottom: 4px;
576}
577
578div.inline-attachment p {
579 before: 100%;
580}
581
582dl.file {
583 font-family: Verdana, Arial, Helvetica, sans-serif;
584 display: block;
585}
586
587dl.file dt {
588 text-transform: none;
589 margin: 0;
590 padding: 0;
591 font-weight: bold;
592 font-family: Verdana, Arial, Helvetica, sans-serif;
593}
594
595dl.file dd {
596 color: #666666;
597 margin: 0;
598 padding: 0;
599}
600
601dl.thumbnail img {
602 padding: 3px;
603 border: 1px solid #666666;
604 background-color: #FFF;
605}
606
607dl.thumbnail dd {
608 color: #666666;
609 font-style: italic;
610 font-family: Verdana, Arial, Helvetica, sans-serif;
611}
612
613.attachbox dl.thumbnail dd {
614 before: 100%;
615}
616
617dl.thumbnail dt a:hover {
618 background-color: #EEEEEE;
619}
620
621dl.thumbnail dt a:hover img {
622 border: 1px solid #d2d2d2;
623}
624
625/* Post poll styles
626----------------------------------------*/
627fieldset.polls {
628 font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
629}
630
631fieldset.polls dl {
632 margin-top: 5px;
633 border-top: 1px solid #e2e2e2;
634 padding: 5px 0 0 0;
635 line-height: 120%;
636 color: #666666;
637}
638
639fieldset.polls dl.voted {
640 font-weight: bold;
641 color: #000000;
642}
643
644fieldset.polls dt {
645 text-align: left;
646 float: left;
647 display: block;
648 width: 30%;
649 border-right: none;
650 padding: 0;
651 margin: 0;
652 before: 1.1em;
653}
654
655fieldset.polls dd {
656 float: left;
657 width: 10%;
658 border-left: none;
659 padding: 0 5px;
660 margin-left: 0;
661 before: 1.1em;
662}
663
664fieldset.polls dd.resultbar {
665 width: 50%;
666}
667
668fieldset.polls dd input {
669 margin: 2px 0;
670}
671
672fieldset.polls dd div {
673 text-align: right;
674 font-family: Arial, Helvetica, sans-serif;
675 color: #FFFFFF;
676 font-weight: bold;
677 padding: 0 2px;
678 overflow: visible;
679 min-width: 2%;
680}
681
682.pollbar1 {
683 background-color: #aaaaaa;
684 border-bottom: 1px solid #747474;
685 border-right: 1px solid #747474;
686}
687
688.pollbar2 {
689 background-color: #bebebe;
690 border-bottom: 1px solid #8c8c8c;
691 border-right: 1px solid #8c8c8c;
692}
693
694.pollbar3 {
695 background-color: #D1D1D1;
696 border-bottom: 1px solid #aaaaaa;
697 border-right: 1px solid #aaaaaa;
698}
699
700.pollbar4 {
701 background-color: #e4e4e4;
702 border-bottom: 1px solid #bebebe;
703 border-right: 1px solid #bebebe;
704}
705
706.pollbar5 {
707 background-color: #f8f8f8;
708 border-bottom: 1px solid #D1D1D1;
709 border-right: 1px solid #D1D1D1;
710}
711
712/* Poster profile block
713----------------------------------------*/
714.postprofile {
715 /* Also see tweaks.css */
716 margin: 5px 0 10px 0;
717 min-height: 80px;
718 color: #666666;
719 border-left: 1px solid #FFFFFF;
720 width: 22%;
721 float: right;
722 display: inline;
723}
724.pm .postprofile {
725 border-left: 1px solid #DDDDDD;
726}
727
728.postprofile dd, .postprofile dt {
729 line-height: 1.2em;
730 margin-left: 8px;
731}
732
733.postprofile strong {
734 font-weight: normal;
735 color: #000000;
736}
737
738.avatar {
739 border: none;
740 margin-bottom: 3px;
741}
742
743.online {
744 background-image: none;
745 background-position: 100% 0;
746 background-repeat: no-repeat;
747}
748
749/* Poster profile used by search*/
750.search .postprofile {
751 width: 30%;
752}
753
754/* pm list in compose message if mass pm is enabled */
755dl.pmlist dt {
756 width: 60% !important;
757}
758
759dl.pmlist dt textarea {
760 width: 95%;
761}
762
763dl.pmlist dd {
764 margin-left: 61% !important;
765 margin-bottom: 2px;
766}
767
768hr {
769 /* Also see tweaks.css */
770 border: 0 none #FFFFFF;
771 border-top: 1px solid #CCCCCC;
772 height: 1px;
773 margin: 5px 0;
774 display: block;
775 clear: both;
776}
777
778hr.dashed {
779 border-top: 1px dashed #CCCCCC;
780 margin: 10px 0;
781}
782
783hr.divider {
784 display: none;
785}
786
787/* Search box
788--------------------------------------------- */
789#search-box {
790 color: #FFFFFF;
791 position: relative;
792 margin-top: 30px;
793 margin-right: 5px;
794 display: block;
795 float: right;
796 text-align: right;
797 white-space: nowrap; /* For Opera */
798}
799
800#search-box #keywords {
801 width: 95px;
802 background-color: #FFF;
803}
804
805#search-box input {
806 border: 1px solid #b0b0b0;
807}
808
809/* .button1 style defined later, just a few tweaks for the search button version */
810#search-box input.button1 {
811 padding: 1px 5px;
812}
813
814#search-box li {
815 text-align: right;
816 margin-top: 4px;
817}
818
819#search-box img {
820 vertical-align: middle;
821 margin-right: 3px;
822}
823
824
825/* Round cornered boxes and backgrounds
826---------------------------------------- */
827
828.post {
829 padding: 0 10px;
830 margin-bottom: 4px;
831 background-repeat: no-repeat;
832 background-position: 100% 0;
833}
834
835.post:target .content {
836 color: #000000;
837}
838
839.post:target h3 a {
840 color: #000000;
841}
842
843
844.rowbg {
845 margin: 5px 5px 2px 5px;
846}
847
848.ucprowbg {
849 background-color: #e2e2e2;
850}
851
852.fieldsbg {
853 /*border: 1px #DBDEE2 solid;*/
854 background-color: #eaeaea;
855}
856
857span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
858 before: 1px;
859 line-height: 1px;
860 display: block;
861 height: 5px;
862 background-repeat: no-repeat;
863}
864
865span.corners-top {
866 background-image: none;
867 background-position: 0 0;
868 margin: 0 -5px;
869}
870
871span.corners-top span {
872 background-image: none;
873 background-position: 100% 0;
874}
875
876span.corners-bottom {
877 background-image: none;
878 background-position: 0 100%;
879 margin: 0 -5px;
880 clear: both;
881}
882
883span.corners-bottom span {
884 background-image: none;
885 background-position: 100% 100%;
886}
887
888.headbg span.corners-bottom {
889 margin-bottom: -1px;
890}
891
892.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
893 margin: 0 -10px;
894}
895
896.rules span.corners-top {
897 margin: 0 -10px 5px -10px;
898}
899
900.rules span.corners-bottom {
901 margin: 5px -10px 0 -10px;
902}
903
904/* Horizontal lists
905----------------------------------------*/
906ul.linklist {
907 display: block;
908 margin: 0;
909}
910
911ul.linklist li {
912 display: block;
913 list-style-type: none;
914 float: left;
915 width: auto;
916 margin-right: 5px;
917 before: 1.1em;
918 line-height: 2.2em;
919}
920
921ul.linklist li.rightside, p.rightside {
922 float: right;
923 margin-right: 0;
924 margin-left: 5px;
925 text-align: right;
926}
927
928ul.navlinks {
929 padding-bottom: 1px;
930 margin-bottom: 1px;
931 border-bottom: 1px solid #FFFFFF;
932 font-weight: bold;
933}
934
935ul.leftside {
936 float: left;
937 margin-left: 0;
938 margin-right: 5px;
939 text-align: left;
940}
941
942ul.rightside {
943 float: right;
944 margin-left: 5px;
945 margin-right: -5px;
946 text-align: right;
947}
948
949/* Table styles
950----------------------------------------*/
951table.table1 {
952 /* See tweaks.css */
953}
954
955#ucp-main table.table1 {
956 padding: 2px;
957}
958
959table.table1 thead th {
960 font-weight: normal;
961 text-transform: uppercase;
962 color: #FFFFFF;
963 line-height: 1.3em;
964 before: 0.8em; /* 1em */
965 padding: 0 0 4px 3px;
966}
967
968table.table1 thead th span {
969 padding-left: 7px;
970}
971
972table.table1 tbody tr {
973 border: 1px solid #cfcfcf;
974}
975
976table.table1 tbody tr:hover, table.table1 tbody tr.hover {
977 background-color: #f6f6f6;
978 color: #000;
979}
980
981table.table1 td {
982 color: #6a6a6a;
983 before: 0.8em; /* 1.1em*/
984}
985
986table.table1 tbody td {
987 padding: 5px;
988 border-top: 1px solid #FAFAFA;
989}
990
991table.table1 tbody th {
992 padding: 5px;
993 border-bottom: 1px solid #000000;
994 text-align: left;
995 color: #333333;
996 background-color: #FFFFFF;
997}
998
999/* Specific column styles */
1000table.table1 .name { text-align: left; }
1001table.table1 .posts { text-align: center !important; width: 7%; }
1002table.table1 .joined { text-align: left; width: 15%; }
1003table.table1 .active { text-align: left; width: 15%; }
1004table.table1 .mark { text-align: center; width: 7%; }
1005table.table1 .info { text-align: left; width: 30%; }
1006table.table1 .info div { width: 100%; white-space: nowrap; overflow: hidden; }
1007table.table1 .autocol { line-height: 2em; white-space: nowrap; }
1008table.table1 thead .autocol { padding-left: 1em; }
1009
1010table.table1 span.rank-img {
1011 float: right;
1012 width: auto;
1013}
1014
1015table.info td {
1016 padding: 3px;
1017}
1018
1019table.info tbody th {
1020 padding: 3px;
1021 text-align: right;
1022 vertical-align: top;
1023 color: #000000;
1024 font-weight: normal;
1025}
1026
1027.forumbg table.table1 {
1028 margin: 0 -2px -1px -1px;
1029}
1030
1031/* Misc layout styles
1032---------------------------------------- */
1033/* column[1-2] styles are containers for two column layouts
1034 Also see tweaks.css */
1035.column1 {
1036 float: left;
1037 clear: left;
1038 width: 49%;
1039}
1040
1041.column2 {
1042 float: right;
1043 clear: right;
1044 width: 49%;
1045}
1046
1047/* General classes for placing floating blocks */
1048.left-box {
1049 float: left;
1050 width: auto;
1051 text-align: left;
1052}
1053
1054.right-box {
1055 float: right;
1056 width: auto;
1057 text-align: right;
1058}
1059
1060dl.details {
1061 /*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
1062 before: 1.1em;
1063}
1064
1065dl.details dt {
1066 float: left;
1067 clear: left;
1068 width: 30%;
1069 text-align: right;
1070 color: #000000;
1071 display: block;
1072}
1073
1074dl.details dd {
1075 margin-left: 0;
1076 padding-left: 5px;
1077 margin-bottom: 5px;
1078 color: #828282;
1079 float: left;
1080 width: 65%;
1081}
1082
1083/* Pagination
1084---------------------------------------- */
1085.pagination {
1086 height: 1%; /* IE tweak (holly hack) */
1087 width: auto;
1088 text-align: right;
1089 margin-top: 5px;
1090 float: right;
1091}
1092
1093.pagination span.page-sep {
1094 display: none;
1095}
1096
1097li.pagination {
1098 margin-top: 0;
1099}
1100
1101.pagination strong, .pagination b {
1102 font-weight: normal;
1103}
1104
1105.pagination span strong {
1106 padding: 0 2px;
1107 margin: 0 2px;
1108 font-weight: normal;
1109 color: #FFFFFF;
1110 background-color: #bfbfbf;
1111 border: 1px solid #bfbfbf;
1112 before: 0.9em;
1113}
1114
1115.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
1116 font-weight: normal;
1117 text-decoration: none;
1118 color: #747474;
1119 margin: 0 2px;
1120 padding: 0 2px;
1121 background-color: #eeeeee;
1122 border: 1px solid #bababa;
1123 before: 0.9em;
1124 line-height: 1.5em;
1125}
1126
1127.pagination span a:hover {
1128 border-color: #d2d2d2;
1129 background-color: #d2d2d2;
1130 color: #FFF;
1131 text-decoration: none;
1132}
1133
1134.pagination img {
1135 vertical-align: middle;
1136}
1137
1138/* Pagination in viewforum for multipage topics */
1139.row .pagination {
1140 display: block;
1141 float: right;
1142 width: auto;
1143 margin-top: 0;
1144 padding: 1px 0 1px 15px;
1145 before: 0.9em;
1146 background: none 0 50% no-repeat;
1147}
1148
1149.row .pagination span a, li.pagination span a {
1150 background-color: #FFFFFF;
1151}
1152
1153.row .pagination span a:hover, li.pagination span a:hover {
1154 background-color: #d2d2d2;
1155}
1156
1157/* proSilver Button Styles
1158---------------------------------------- */
1159
1160/* Rollover buttons
1161 Based on: http://wellstyled.com/css-nopreload-rollovers.html
1162----------------------------------------*/
1163.buttons {
1164 float: left;
1165 width: auto;
1166 height: auto;
1167}
1168
1169/* Rollover state */
1170.buttons div {
1171 float: left;
1172 margin: 0 5px 0 0;
1173 background-position: 0 100%;
1174}
1175
1176/* Rolloff state */
1177.buttons div a {
1178 display: block;
1179 width: 100%;
1180 height: 100%;
1181 background-position: 0 0;
1182 position: relative;
1183 overflow: hidden;
1184}
1185
1186/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
1187/*.buttons div span { display: none; }*/
1188/*.buttons div a:hover { background-image: none; }*/
1189.buttons div span { position: absolute; width: 100%; height: 100%; cursor: pointer;}
1190.buttons div a:hover span { background-position: 0 100%; }
1191
1192/* Big button images */
1193.reply-icon span { background: transparent none 0 0 no-repeat; }
1194.post-icon span { background: transparent none 0 0 no-repeat; }
1195.locked-icon span { background: transparent none 0 0 no-repeat; }
1196.pmreply-icon span { background: none 0 0 no-repeat; }
1197.newpm-icon span { background: none 0 0 no-repeat; }
1198.forwardpm-icon span { background: none 0 0 no-repeat; }
1199
1200/* Big button images */
1201 .reply-icon span { background-image: url("./styles/prosilver/imageset/en_us/button_topic_reply.gif") ; }
1202 .post-icon span { background-image: url("./styles/prosilver/imageset/en_us/button_topic_new.gif") ; }
1203 .locked-icon span { background-image: url("./styles/prosilver/imageset/en_us/button_topic_locked.gif") ; }
1204 .pmreply-icon span { background-image: url("./styles/prosilver/imageset/en_us/button_pm_reply.gif") !important;}
1205 .newpm-icon span { background-image: url("./styles/prosilver/imageset/en_us/button_pm_new.gif") !important;}
1206 .forwardpm-icon span { background-image: url("./styles/prosilver/imageset/en_us/button_pm_forward.gif") !important;}
1207
1208 a.print {
1209 background-image: url("./styles/prosilver/theme/images/icon_print.gif") ;
1210 }
1211
1212 a.sendemail {
1213 background-image: url("./styles/prosilver/theme/images/icon_sendemail.gif") ;
1214 }
1215
1216 a.fontsize {
1217 background-image: url("./styles/prosilver/theme/images/icon_fontsize.gif") ;
1218 }
1219
1220/* Sub-header (navigation bar)
1221--------------------------------------------- */
1222a.print, a.sendemail, a.fontsize {
1223 display: block;
1224 overflow: hidden;
1225 height: 18px;
1226 text-indent: -5000px;
1227 text-align: left;
1228 background-repeat: no-repeat;
1229}
1230
1231a.print {
1232 background-image: none;
1233 width: 22px;
1234}
1235
1236a.sendemail {
1237 background-image: none;
1238 width: 22px;
1239}
1240
1241a.fontsize {
1242 background-image: none;
1243 background-position: 0 -1px;
1244 width: 29px;
1245}
1246
1247a.fontsize:hover {
1248 background-position: 0 -20px;
1249 text-decoration: none;
1250}
1251
1252/* Icon images
1253---------------------------------------- */
1254.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
1255.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
1256 background-position: 0 50%;
1257 background-repeat: no-repeat;
1258 background-image: none;
1259 padding: 1px 0 0 17px;
1260}
1261
1262/* Poster profile icons
1263----------------------------------------*/
1264ul.profile-icons {
1265 padding-top: 10px;
1266 list-style: none;
1267}
1268
1269/* Rollover state */
1270ul.profile-icons li {
1271 float: left;
1272 margin: 0 6px 3px 0;
1273 background-position: 0 100%;
1274}
1275
1276/* Rolloff state */
1277ul.profile-icons li a {
1278 display: block;
1279 width: 100%;
1280 height: 100%;
1281 background-position: 0 0;
1282}
1283
1284/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
1285ul.profile-icons li span { display:none; }
1286ul.profile-icons li a:hover { background: none; }
1287
1288/* Positioning of moderator icons */
1289.postbody ul.profile-icons {
1290 float: right;
1291 width: auto;
1292 padding: 0;
1293}
1294
1295.postbody ul.profile-icons li {
1296 margin: 0 3px;
1297}
1298
1299/* Profile & navigation icons */
1300.email-icon, .email-icon a { background: none top left no-repeat; }
1301.aim-icon, .aim-icon a { background: none top left no-repeat; }
1302.yahoo-icon, .yahoo-icon a { background: none top left no-repeat; }
1303.web-icon, .web-icon a { background: none top left no-repeat; }
1304.msnm-icon, .msnm-icon a { background: none top left no-repeat; }
1305.icq-icon, .icq-icon a { background: none top left no-repeat; }
1306.jabber-icon, .jabber-icon a { background: none top left no-repeat; }
1307.pm-icon, .pm-icon a { background: none top left no-repeat; }
1308.quote-icon, .quote-icon a { background: none top left no-repeat; }
1309
1310/* Moderator icons */
1311.report-icon, .report-icon a { background: none top left no-repeat; }
1312.warn-icon, .warn-icon a { background: none top left no-repeat; }
1313.edit-icon, .edit-icon a { background: none top left no-repeat; }
1314.delete-icon, .delete-icon a { background: none top left no-repeat; }
1315.info-icon, .info-icon a { background: none top left no-repeat; }
1316
1317/* Set profile icon dimensions */
1318ul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
1319ul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
1320ul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
1321ul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
1322ul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
1323ul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
1324ul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
1325ul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
1326ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
1327ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
1328ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
1329ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
1330ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
1331ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }
1332
1333/* Fix profile icon default margins */
1334ul.profile-icons li.edit-icon { margin: 0 0 0 3px; }
1335ul.profile-icons li.quote-icon { margin: 0 0 0 10px; }
1336ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; }
1337
1338div#window {
1339 width: 100%;
1340 background-color: #67E6EC !important;
1341 background-image: none;
1342}
1343
1344div#actual-content {
1345 background-color: #67E6EC !important;
1346}
1347
1348#phpBB3-page-body {
1349 font-size: 0.75em;
1350}
1351
1352span.corners-top,
1353span.corners-top span,
1354span.corners-bottom,
1355span.corners-bottom span {
1356 background-image: none;
1357}
1358
1359.navbar {
1360 background-color: none;
1361 padding: 0;
1362}
1363
1364ul.navlinks {
1365 border-bottom: none;
1366}
1367
1368#actual-content .navbar li + li:before {
1369 content: "";
1370}