aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/subSilver/template/index_body.html20
-rw-r--r--phpBB/styles/subSilver/template/memberlist_body.html12
-rw-r--r--phpBB/styles/subSilver/template/overall_header.html43
-rw-r--r--phpBB/styles/subSilver/template/posting_body.html79
-rw-r--r--phpBB/styles/subSilver/template/viewforum_subforum.html44
-rw-r--r--phpBB/styles/subSilver/theme/images/background.gifbin766 -> 509 bytes
-rw-r--r--phpBB/styles/subSilver/theme/images/sitelogo.gifbin0 -> 7342 bytes
-rw-r--r--phpBB/styles/subSilver/theme/images/sitelogo.jpgbin8660 -> 0 bytes
-rw-r--r--phpBB/styles/subSilver/theme/stylesheet.css657
9 files changed, 619 insertions, 236 deletions
diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html
index 25daf5a92c..2773e7d2ab 100644
--- a/phpBB/styles/subSilver/template/index_body.html
+++ b/phpBB/styles/subSilver/template/index_body.html
@@ -29,7 +29,7 @@
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p></td>
<!-- IF forumrow.CLICKS -->
- <td class="row2" colspan="3" align="center"><span class="gensmall">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
+ <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
@@ -45,12 +45,12 @@
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
</td>
- <td class="row2" align="center"><p class="gensmall">{forumrow.TOPICS}</p></td>
- <td class="row2" align="center"><p class="gensmall">{forumrow.POSTS}</p></td>
+ <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
+ <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
- <p class="gensmall">{forumrow.LAST_POST_TIME}</p>
- <p class="gensmall">
+ <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
+ <p class="topicdetails">
<!-- IF forumrow.U_LAST_POSTER -->
<a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a>
<!-- ELSE -->
@@ -59,7 +59,7 @@
<a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
</p>
<!-- ELSE -->
- <p class="gensmall">{L_NO_POSTS}</p>
+ <p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
</td>
</tr>
@@ -96,7 +96,7 @@
<!-- ELSE -->
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<!-- ENDIF -->
- <td class="row1" width="100%"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{L_ONLINE_EXPLAIN}</span></td>
+ <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{L_ONLINE_EXPLAIN}</span></td>
</tr>
<!-- IF LEGEND -->
<tr>
@@ -115,7 +115,7 @@
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
- <td class="row1" width="100%"><p class="gensmall"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
+ <td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td>
</tr>
</table>
<!-- ENDIF -->
@@ -128,7 +128,7 @@
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
- <td class="row1" width="100%" valign="middle"><p class="gensmall">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
+ <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
@@ -140,7 +140,7 @@
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
</tr>
<tr>
- <td class="row1" align="center"><span class="gensmall">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="gensmall">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input class="text" type="checkbox" name="autologin" />&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
+ <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="gensmall">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <span class="gensmall">{L_LOG_ME_IN}</span> <input class="text" type="checkbox" name="autologin" />&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
</tr>
</table></form>
<!-- ENDIF -->
diff --git a/phpBB/styles/subSilver/template/memberlist_body.html b/phpBB/styles/subSilver/template/memberlist_body.html
index 7a898a9956..2e166a3baa 100644
--- a/phpBB/styles/subSilver/template/memberlist_body.html
+++ b/phpBB/styles/subSilver/template/memberlist_body.html
@@ -10,11 +10,11 @@
<form method="post" name="charsearch" action="{S_MODE_ACTION}">
<table width="100%" cellspacing="1">
<tr>
- <td align="left"><span class="gensmall">{L_USERNAME_BEGINS_WITH}: </span><select name="first_char" onchange="this.form.submit();">{S_CHAR_OPTIONS}</select>&nbsp;<input type="submit" name="char" value="{L_DISPLAY}" class="btnlite" /></td>
+ <td align="left"><span class="genmed">{L_USERNAME_BEGINS_WITH}: </span><select name="first_char" onchange="this.form.submit();">{S_CHAR_OPTIONS}</select>&nbsp;<input type="submit" name="char" value="{L_DISPLAY}" class="btnlite" /></td>
<!-- IF U_FIND_MEMBER and not S_SEARCH_USER -->
- <td class="gensmall" align="right"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td>
+ <td class="genmed" align="right"><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a></td>
<!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_FORM_NAME -->
- <td class="gensmall" align="right"><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a></td>
+ <td class="genmed" align="right"><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a></td>
<!-- ENDIF -->
</tr>
</table>
@@ -30,7 +30,7 @@
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th nowrap="nowrap">#</th>
- <th nowrap="nowrap" width="25%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
+ <th nowrap="nowrap" width="25%" align="left"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th>
<th nowrap="nowrap" width="10%"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th>
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_RANK}">{L_RANK}</a></th>
@@ -55,8 +55,8 @@
<!-- IF memberrow.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --> <tr class="row1"><!-- ENDIF -->
<td class="gen" align="center">&nbsp;{memberrow.ROW_NUMBER}&nbsp;</td>
- <td class="gen" align="center"><strong><a<!-- IF memberrow.USER_COLOR --> style="color:#{memberrow.USER_COLOR}"<!-- ENDIF --> href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></strong></td>
- <td class="gensmall" align="center" nowrap="nowrap">&nbsp;{memberrow.JOINED}&nbsp;</td>
+ <td class="genmed" align="left"><strong><a<!-- IF memberrow.USER_COLOR --> style="color:#{memberrow.USER_COLOR}"<!-- ENDIF --> href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></strong></td>
+ <td class="genmed" align="center" nowrap="nowrap">&nbsp;{memberrow.JOINED}&nbsp;</td>
<td class="gen" align="center">{memberrow.POSTS}</td>
<td class="gen" align="center">{memberrow.RANK_IMG}</td>
<td class="gen" align="center">&nbsp;<!-- IF memberrow.U_PM --><a href="{memberrow.U_PM}">{PM_IMG}</a><!-- ENDIF -->&nbsp;</td>
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html
index 8eb0aa845a..ec7961466a 100644
--- a/phpBB/styles/subSilver/template/overall_header.html
+++ b/phpBB/styles/subSilver/template/overall_header.html
@@ -1,26 +1,37 @@
-<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
-<meta http-equiv="Content-Style-Type" content="text/css" />
+
+<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
+<meta name="resource-type" content="document" />
+<meta name="language" content="{S_USER_LANG}" />
+<meta name="distribution" content="global" />
+<meta name="copyright" content="2002-2006 phpBB Group" />
+<meta name="keywords" content="" />
+<meta name="description" content="" />
+<meta http-equiv="content-style-type" content="text/css" />
+<meta http-equiv="imagetoolbar" content="no" />
{META}
-<title>{SITENAME} :: {PAGE_TITLE}</title>
+<title>{SITENAME} &bull; {PAGE_TITLE}</title>
+
+<!--
+ phpBB style name: subsilver
+ Based on style: subsilver (the default phpBB 2 style)
+ Original author: subBlue ( http://www.subBlue.com/ )
+ Modified by: psoTFX ( http://www.phpbb.com )
+ Last update: $Id$
+-->
<!-- IF T_STYLESHEET_LINK -->
- <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
+<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<!-- ELSE -->
- <style type="text/css">
- <!--
- {T_THEME_DATA}
- //-->
- </style>
+<style type="text/css">
+{T_THEME_DATA}
+</style>
<!-- ENDIF -->
<script language="Javascript" type="text/javascript">
<!--
-
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
@@ -57,7 +68,7 @@ function jumpto()
<div id="logodesc"><table width="100%" cellspacing="0">
<tr>
- <td><a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/sitelogo.jpg" border="0" alt="" title="" /></a></td>
+ <td><a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/sitelogo.gif" border="0" alt="" title="" /></a></td>
<td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
</tr>
</table></div>
@@ -87,7 +98,7 @@ function jumpto()
<!-- ENDIF -->
</p>
- <br clear="all" />
+ <br />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr>
@@ -98,4 +109,4 @@ function jumpto()
</tr>
</table>
- <br clear="all" />
+ <br />
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html
index bd1a443ee2..389763231d 100644
--- a/phpBB/styles/subSilver/template/posting_body.html
+++ b/phpBB/styles/subSilver/template/posting_body.html
@@ -169,7 +169,7 @@ function checkForm()
<td class="row1"><b class="genmed">{L_ICON}:</b></td>
<td class="row2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
- <td><input type="radio" name="icon" value="0"{S_NO_ICON_CHECKED} /><span class="genmed">{L_NONE}</span> <!-- BEGIN topic_icon --><input type="radio" name="icon" value="{topic_icon.ICON_ID}"{topic_icon.S_ICON_CHECKED} /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /> <!-- END topic_icon --></td>
+ <td><input type="radio" name="icon" value="0"{S_NO_ICON_CHECKED} class="radio" /><span class="genmed">{L_NONE}</span> <!-- BEGIN topic_icon --><input type="radio" name="icon" value="{topic_icon.ICON_ID}"{topic_icon.S_ICON_CHECKED} class="radio" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /> <!-- END topic_icon --></td>
</tr>
</table></td>
</tr>
@@ -213,12 +213,13 @@ function checkForm()
<td class="row2" width="78%"><input class="post" style="width:450px" type="text" name="subject" size="45" maxlength="60" tabindex="2" value="{SUBJECT}" /></td>
</tr>
<tr>
- <td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN}</span><br /><br /><table width="80%" cellspacing="5" cellpadding="0" border="0" align="center">
+ <td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN}</span><br /><br />
+ <table width="100%" cellspacing="5" cellpadding="0" border="0" align="center">
<tr>
<td class="gensmall" align="center"><b>{L_SMILIES}</b></td>
</tr>
<tr>
- <td align="center"><!-- BEGIN smiley --><a href="javascript:smiley('{smiley.SMILEY_CODE}')"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" border="0" alt="{smiley.SMILEY_DESC}" title="{smiley.SMILEY_DESC}" onclick="smiley('{smiley.SMILEY_CODE}');return false" hspace="2" vspace="2" /></a> <!-- END smiley --></td>
+ <td align="center"><!-- BEGIN smiley --><a href="javascript:smiley('{smiley.SMILEY_CODE}')" style="line-height: 20px;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" border="0" alt="{smiley.SMILEY_DESC}" title="{smiley.SMILEY_DESC}" onclick="smiley('{smiley.SMILEY_CODE}');return false" hspace="2" vspace="2" /></a> <!-- END smiley --></td>
</tr>
<!-- IF S_SHOW_SMILEY_LINK -->
@@ -228,47 +229,37 @@ function checkForm()
<!-- ENDIF -->
</table></td>
- <td class="row2" valign="top"><table cellspacing="0" cellpadding="2" border="0">
- <tr align="center" valign="middle">
- <td><input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" onmouseover="helpline('b')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" onmouseover="helpline('i')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" onmouseover="helpline('u')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" /></td>
- <td><input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" /></td>
+ <td class="row2" valign="top"><table cellspacing="0" cellpadding="0" border="0">
+ <tr valign="middle" align="left">
+ <td colspan="2"><input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" />
+ <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" />
+ <input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" />
+ <input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" />
+ <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" />
+ <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" />
+ <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" />
+ <input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" />
+ <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" />
+ <span class="genmed" style="white-space: nowrap;">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')">
+ <option value="7">{L_FONT_TINY}</option>
+ <option value="9">{L_FONT_SMALL}</option>
+ <option value="12" selected="selected">{L_FONT_NORMAL}</option>
+ <option value="18">{L_FONT_LARGE}</option>
+ <option value="24">{L_FONT_HUGE}</option>
+ </select> | <a href="javascript:bbstyle(-1)" onmouseover="helpline('a')">{L_CLOSE_TAGS}</a></span>
+ </td>
</tr>
<tr>
- <td colspan="9"><table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td><span class="genmed"> &nbsp;{L_FONT_SIZE}:</span> <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')">
- <option value="7">{L_FONT_TINY}</option>
- <option value="9">{L_FONT_SMALL}</option>
- <option value="12" selected="selected">{L_FONT_NORMAL}</option>
- <option value="18">{L_FONT_LARGE}</option>
- <option value="24">{L_FONT_HUGE}</option>
- </select></td>
- <td class="gensmall" nowrap="nowrap" align="right"><a href="javascript:bbstyle(-1)" onmouseover="helpline('a')">{L_CLOSE_TAGS}</a></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td colspan="9" width="450"><input type="text" name="helpbox" style="width:100%" maxlength="100" class="helpline" value="{L_STYLES_TIP}" /></td>
+ <td><input type="text" name="helpbox" style="width:100%" maxlength="100" class="helpline" value="{L_STYLES_TIP}" /></td>
<td class="genmed" align="center">{L_FONT_COLOR}</td>
</tr>
<tr>
- <td colspan="9"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea></td>
- <td width="100%" align="center" valign="top"><table cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td bgcolor="black"><script language="javascript" type="text/javascript"><!--
+ <td valign="top"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 100%;">{MESSAGE}</textarea></td>
+ <td width="80" align="center" valign="top"><script language="javascript" type="text/javascript"><!--
- colorPalette('v', 10, 7)
+ colorPalette('v', 7, 6)
//--></script></td>
- </tr>
- </table></td>
</tr>
</table></td>
</tr>
@@ -302,40 +293,40 @@ function checkForm()
<td class="row2"><table cellpadding="1">
<!-- IF S_HTML_ALLOWED -->
<tr>
- <td><input type="checkbox" name="disable_html"{S_HTML_CHECKED} /></td>
+ <td><input type="checkbox" name="disable_html"{S_HTML_CHECKED} class="radio" /></td>
<td class="gen">{L_DISABLE_HTML}</td>
</tr>
<!-- ENDIF -->
<!-- IF S_BBCODE_ALLOWED -->
<tr>
- <td><input type="checkbox" name="disable_bbcode"{S_BBCODE_CHECKED} /></td>
+ <td><input type="checkbox" name="disable_bbcode"{S_BBCODE_CHECKED} class="radio" /></td>
<td class="gen">{L_DISABLE_BBCODE}</td>
</tr>
<!-- ENDIF -->
<!-- IF S_SMILIES_ALLOWED -->
<tr>
- <td><input type="checkbox" name="disable_smilies"{S_SMILIES_CHECKED} /></td>
+ <td><input type="checkbox" name="disable_smilies"{S_SMILIES_CHECKED} class="radio" /></td>
<td class="gen">{L_DISABLE_SMILIES}</td>
</tr>
<!-- ENDIF -->
<tr>
- <td><input type="checkbox" name="disable_magic_url"{S_MAGIC_URL_CHECKED} /></td>
+ <td><input type="checkbox" name="disable_magic_url"{S_MAGIC_URL_CHECKED} class="radio" /></td>
<td class="gen">{L_DISABLE_MAGIC_URL}</td>
</tr>
<!-- IF S_SIG_ALLOWED -->
<tr>
- <td><input type="checkbox" name="attach_sig"{S_SIGNATURE_CHECKED} /></td>
+ <td><input type="checkbox" name="attach_sig"{S_SIGNATURE_CHECKED} class="radio" /></td>
<td class="gen">{L_ATTACH_SIG}</td>
</tr>
<!-- ENDIF -->
<!-- IF S_NOTIFY_ALLOWED -->
<tr>
- <td><input type="checkbox" name="notify"{S_NOTIFY_CHECKED} /></td>
+ <td><input type="checkbox" name="notify"{S_NOTIFY_CHECKED} class="radio" /></td>
<td class="gen">{L_NOTIFY_REPLY}</td>
</tr>
<!-- ENDIF -->
@@ -343,14 +334,14 @@ function checkForm()
<!-- IF not S_PRIVMSGS -->
<!-- IF S_LOCK_TOPIC_ALLOWED -->
<tr>
- <td><input type="checkbox" name="lock_topic"{S_LOCK_TOPIC_CHECKED} /></td>
+ <td><input type="checkbox" name="lock_topic"{S_LOCK_TOPIC_CHECKED} class="radio" /></td>
<td class="gen">{L_LOCK_TOPIC}</td>
</tr>
<!-- ENDIF -->
<!-- IF S_LOCK_POST_ALLOWED -->
<tr>
- <td><input type="checkbox" name="lock_post"{S_LOCK_POST_CHECKED} /></td>
+ <td><input type="checkbox" name="lock_post"{S_LOCK_POST_CHECKED} class="radio" /></td>
<td class="gen">{L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</td>
</tr>
<!-- ENDIF -->
diff --git a/phpBB/styles/subSilver/template/viewforum_subforum.html b/phpBB/styles/subSilver/template/viewforum_subforum.html
index c80b2b3cfe..39b10103ff 100644
--- a/phpBB/styles/subSilver/template/viewforum_subforum.html
+++ b/phpBB/styles/subSilver/template/viewforum_subforum.html
@@ -19,27 +19,45 @@
</tr>
<!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
- <td class="row1" width="50" height="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
- <td class="row1" height="50"><a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br />
+ <td class="row1" width="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
+ <td class="row1"><a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br />
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td><span class="gensmall">{forumrow.FORUM_DESC}</span></td>
</tr>
</table></td>
- <td class="row2" colspan="3" align="center" valign="middle" height="50"><!-- IF forumrow.CLICKS --><span class="gensmall">{L_REDIRECTS}: {forumrow.CLICKS}</span><!-- ENDIF --></td>
+ <td class="row2" colspan="3" align="center" valign="middle"><!-- IF forumrow.CLICKS --><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span><!-- ENDIF --></td>
</tr>
<!-- ELSE -->
<tr>
- <td class="row1" width="50" height="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
- <td class="row1" width="100%" height="50" valign="top"><a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br />
- <table cellspacing="5" cellpadding="0" border="0">
- <tr>
- <td><span class="gensmall">{forumrow.FORUM_DESC}</span></td>
- </tr>
- </table><span class="gensmall"><!-- IF forumrow.MODERATORS --><b>{forumrow.L_MODERATOR_STR}:</b> {forumrow.MODERATORS}<br /><!-- ENDIF --><!-- IF forumrow.SUBFORUMS --><br /><b>{forumrow.L_SUBFORUM_STR}</b> {forumrow.SUBFORUMS}<!-- ENDIF --></span></td>
- <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.TOPICS}</span></td>
- <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{forumrow.POSTS}</span></td>
- <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="gensmall"><!-- IF forumrow.LAST_POST_TIME -->{forumrow.LAST_POST_TIME}<br /><!-- IF forumrow.U_LAST_POSTER --><a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a><!-- ELSE -->{forumrow.LAST_POSTER}<!-- ENDIF --> <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ELSE -->{L_NO_POSTS}<!-- ENDIF --></span></td>
+ <td class="row1" width="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
+ <td class="row1" width="100%">
+ <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
+ <p class="forumdesc">{forumrow.FORUM_DESC}</p>
+ <!-- IF forumrow.MODERATORS -->
+ <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
+ <!-- ENDIF -->
+ <!-- IF forumrow.SUBFORUMS -->
+ <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
+ <!-- ENDIF -->
+ </td>
+ <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
+ <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
+ <td class="row2" align="center" nowrap="nowrap">
+ <!-- IF forumrow.LAST_POST_TIME -->
+ <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
+ <p class="topicdetails">
+ <!-- IF forumrow.U_LAST_POSTER -->
+ <a href="{forumrow.U_LAST_POSTER}">{forumrow.LAST_POSTER}</a>
+ <!-- ELSE -->
+ {forumrow.LAST_POSTER}
+ <!-- ENDIF -->
+ <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
+ </p>
+ <!-- ELSE -->
+ <p class="topicdetails">{L_NO_POSTS}</p>
+ <!-- ENDIF -->
+ </td>
</tr>
<!-- ENDIF -->
<!-- END forumrow -->
diff --git a/phpBB/styles/subSilver/theme/images/background.gif b/phpBB/styles/subSilver/theme/images/background.gif
index 4e82a9eddf..d296581508 100644
--- a/phpBB/styles/subSilver/theme/images/background.gif
+++ b/phpBB/styles/subSilver/theme/images/background.gif
Binary files differ
diff --git a/phpBB/styles/subSilver/theme/images/sitelogo.gif b/phpBB/styles/subSilver/theme/images/sitelogo.gif
new file mode 100644
index 0000000000..f149bbc15e
--- /dev/null
+++ b/phpBB/styles/subSilver/theme/images/sitelogo.gif
Binary files differ
diff --git a/phpBB/styles/subSilver/theme/images/sitelogo.jpg b/phpBB/styles/subSilver/theme/images/sitelogo.jpg
deleted file mode 100644
index 8649907c02..0000000000
--- a/phpBB/styles/subSilver/theme/images/sitelogo.jpg
+++ /dev/null
Binary files differ
diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css
index f9d815ad3e..fc0b8ae932 100644
--- a/phpBB/styles/subSilver/theme/stylesheet.css
+++ b/phpBB/styles/subSilver/theme/stylesheet.css
@@ -1,30 +1,85 @@
-/*
-
- The original subSilver Theme for phpBB version 2+
- Created by subBlue design [ http://www.subBlue.com ]
- Modified incrementally by psoTFX [ http://www.phpbb.com ]
- Copyright 2000, 2004 phpBB Group
-
- $Id$
-
-*/
-
-
-/*
- LAYOUT
+/* phpBB 3.0 Style Sheet
+ --------------------------------------------------------------
+ Style name: subSilver
+ Based on style: subSilver (the default phpBB 2 style)
+ Original author: subBlue ( http://www.subBlue.com/ )
+ Modified by: psoTFX and the phpBB team ( http://www.phpbb.com )
+ Official update: $Id$
+
+ This is an alternative style for phpBB3 for those wishing to stay with
+ the familiar subSilver style of phpBB version 2.x
+
+ Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
+ --------------------------------------------------------------
*/
-#wrapheader { width: 100%; height: 150px; background-image: url('./images/background.gif'); background-repeat: repeat-x; }
-#wrapcentre { position: relative; width: 95%; left: 2.5%; padding-top: 40px; padding-bottom: 20px; }
-#wrapfooter { position: relative; width: 95%; left: 2.5%; text-align: center; }
-#wrapnav { width: 100%; margin: 0px; background-color: #ECECEC; border-width: 1px; border-style: solid; border-color: #A9B8C2; }
-#logodesc { width: 95%; margin-left: 2.5%; margin-right: 2.5%; }
-#menubar { position: absolute; width: 95%; top: 115px; left: 2.5%; }
-#datebar { position: absolute; width: 95%; top: 145px; left: 2.5%; }
-#findbar { width: 100%; margin: 0px; padding: 0px; border: 0px; }
-.forumrules { background-color: #ECECEC; border-width: 1px; border-style: solid; border-color: #A9B8C2; padding: 4px; font-weight: normal; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif; }
+/* Layout
+ ------------ */
+* {
+ /* Reset browsers default margin, padding and font sizes */
+ margin: 0;
+ padding: 0;
+ }
+html {
+ font-size: 100%;
+ }
+body {
+ /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
+ font-family: Verdana, Helvetica, Arial, sans-serif;
+ color: #323D4F;
+ background-color: #FFFFFF;
+ font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
+ margin: 0;
+ }
+
+#wrapheader {
+ height: 120px;
+ background-image: url('./images/background.gif');
+ background-repeat: repeat-x;
+ padding: 0 25px 15px 25px;
+ }
+#wrapcentre {
+ margin: 25px;
+ }
+#wrapfooter {
+ text-align: center;
+ }
+#wrapnav {
+ width: 100%;
+ margin: 0px;
+ background-color: #ECECEC;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #A9B8C2;
+ }
+#logodesc {
+
+ }
+#menubar {
+
+ }
+#datebar {
+ margin-top: 10px;
+ }
+#findbar {
+ width: 100%;
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ }
+
+.forumrules {
+ background-color: #F9CC79;
+ border-width: 1px;
+ border-style: solid;
+ border-color: #BB9860;
+ padding: 4px;
+ font-weight: normal;
+ font-size: 1.1em;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ }
#pageheader { }
#pagecontent { }
@@ -35,127 +90,435 @@
#postdata { }
-/*
- TEXT
-*/
-body { scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; margin: 0px; border: 0px; padding: 0px; background-color: white; font-family: Verdana, Helvetica, sans-serif; }
-
-h1 { margin: 0px; color: black; font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: bold; font-size: 140%; text-decoration: none; }
-h2 { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 130%; text-decoration: none; line-height: 120%; }
-h3 { margin: 0px; font-size: 120%; font-weight: bold; font-family: Verdana, serif; line-height: 120%; }
-h4 { margin: 0px; font-size: 80%; font-weight: bold; }
-
-p.moderators { margin: 0px; float: left; color: black; font-size: 60%; font-weight: bold; }
-p.linkmcp { margin: 0px; float: right; font-size: 60%; white-space: nowrap; }
-p.breadcrumbs { margin: 0px; float: left; color: black; font-size: 60%; font-weight: bold; white-space: normal; }
-p.datetime { margin: 0px; float: right; font-size: 60%; white-space: nowrap; }
-p.searchbar { margin: 0px; font-size: 60%; white-space: nowrap; }
-p.searchbarreg { margin: 0px; float: right; font-size: 60%; white-space: nowrap; }
-
-p.forumdesc { margin: 0px 4px 0px 0px; padding: 4px; font-size: 60%; }
-a.forumlink { color: #069; font-size: 80%; font-weight: bold; }
-
-p.topictitle { margin: 1px 0px; display: inline; font-size: 65%; font-weight: bold; }
-p.topicauthor { margin: 1px 0px; font-size: 70%; }
-p.topicdetails { margin: 1px 0px; font-size: 65%; }
-
-p.postreported { margin: 1px 0px; color: red; }
-p.postapprove { margin: 1px 0px; color: green; }
-
-.postauthor { color: #000000; font-size: 70%; }
-.postdetails { color: #000000; font-size: 60%; }
-.postbody { font-size: 75%; line-height: 140%; }
-.posthilit { background-color: yellow; }
-
-
-.nav { margin: 0px; color: black; font-size: 60%; font-weight: bold; }
-.pagination { padding: 4px; color: black; font-size: 60%; font-weight: bold; }
-
-
-.cattitle { }
-
-
-.gen { margin: 1px 1px; font-size: 80%; }
-.genmed { margin: 1px 1px; font-size: 70%; }
-.gensmall { margin: 1px 1px; font-size: 60%; }
-
-.copyright { color: #444; font-weight: normal; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif;}
-.titles { color: black; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 130%; text-decoration: none; }
-.error { color: red; }
-
-/*
- TABLE
-*/
-th { height: 28px; color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('./images/cellpic3.gif'); white-space: nowrap; padding-left: 5px; padding-right: 5px; }
-.tablebg { background-color: #A9B8C2; }
-.catdiv { height: 28px; margin: 0px; padding: 0px; border: 0px; background-color: white; background-image: url('./images/cellpic2.jpg'); background-repeat: repeat-y; }
-.cat { height: 28px; margin: 0px; padding: 0px; border: 0px; background-color: #C7D0D7; background-image: url('./images/cellpic1.gif'); text-indent: 4px; }
-.row1 { background-color: #ECECEC; padding: 4px; }
-.row2 { background-color: #DCE1E5; padding: 4px; }
-.row3 { background-color: #C0C8D0; padding: 4px; }
-.rowgood { background-color: #C2D6CD; padding: 4px; }
-.rowneutral { background-color: #CAC1D7; padding: 4px; }
-.rowbad { background-color: #D7C1C3; padding: 4px; }
-.spacer { background-color: #D1D7DC; }
-hr { height: 1px; border-width: 0px; background-color: #D1D7DC; color: #D1D7DC }
-
-
-/*
- ANCHOR
-*/
-a:link { color: #005784; text-decoration: none; }
-a:active { color: #005784; text-decoration: none; }
-a:visited { color: #005784; text-decoration: none; }
-a:hover { color: #D46400; text-decoration: underline; }
-a.topictitle:visited { color: #5493B4; text-decoration: none; }
-a.th:link { color: #FFA34F; text-decoration: none; }
-a.th:active { color: #FFA34F; text-decoration: none; }
-a.th:visited { color: #FFA34F; text-decoration: none; }
-a.th:hover { color: #FFA34F; text-decoration: underline; }
-
-
-/*
- FORM
-*/
-form { margin: 0px; padding: 0px; border: 0px; }
-input { color: black; font-family: Verdana, serif; font-size: 70%; font-weight: normal; }
-textarea { background-color: white; color: black; font-family: Verdana, serif; font-size: 70%; font-weight: normal; border-color: black; border-style: solid; border-width: 1px; }
-select { color: black; background-color: white; font-family: Verdana, serif; font-size: 70%; font-weight: normal; border-color: black; border-style: solid; border-width: 1px; }
-.post { background-color: white; border-style: solid; border-width: 1px; }
-.btnbbcode { color: black; font-weight: normal; font-size: 70%; font-family: Verdana, Helvetica, sans-serif; background-color: #EFEFEF; border-style: solid; border-width: 1px; }
-.btnmain { font-weight: bold; background-color: #FAFAFA; border-style: solid; border-width: 1px; }
-.btnlite { font-weight: normal; background-color: #FAFAFA; border-style: solid; border-width: 1px; }
-.helpline { background-color: #DEE3E7; border-style: none; }
-
-
-/*
- BBCODE
-*/
-.quotetitle { margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #A9B8C2; color: black; background-color: #A9B8C2; font-size: 8pt; }
-.quotecontent { margin: 0px 5px 10px 5px; padding: 5px; border-color: #A9B8C2; border-width: 0px 1px 1px 1px; border-style: solid; color: black; font-weight: normal; font-size: 8pt; font-family: Verdana, sans-serif; background-color: #FAFAFA; }
-
-.codetitle { margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #A9B8C2; color: black; background-color: #A9B8C2; font-size: 8pt; }
-.codecontent { margin: 0px 5px 10px 5px; padding: 5px; border-color: #A9B8C2; border-width: 0px 1px 1px 1px; border-style: solid; color: black; font-weight: normal; color: #006600; font-weight: normal; font-size: 8pt; font-family: 'Courier New', monospace; background-color: #FAFAFA; }
-
-.syntaxbg { color: #FFFFFF; }
-.syntaxcomment { color: #FF8000; }
-.syntaxdefault { color: #0000BB; }
-.syntaxhtml { color: #000000; }
-.syntaxkeyword { color: #007700; }
-.syntaxstring { color: #DD0000; }
-
-/*
- PM
-*/
-
-.pm_message_reported_colour { background-color: #FFFFFF; }
-.pm_marked_colour { background-color: #000000; }
-.pm_replied_colour { background-color: #A9B8C2; }
-.pm_friend_colour { background-color: #007700; }
-.pm_foe_colour { background-color: #DD0000; }
-
-/*
- OTHER
-*/
-img { border: 0px; }
-.blue { color: #006699; }
+/* Text
+ --------------------- */
+h1 {
+ color: black;
+ font-family: 'Trebuchet MS', Verdana, sans-serif;
+ font-weight: bold;
+ font-size: 1.8em;
+ text-decoration: none;
+ }
+h2 {
+ font-family: Arial, Helvetica, sans-serif;
+ font-weight: bold;
+ font-size: 1.5em;
+ text-decoration: none;
+ line-height: 120%;
+ }
+h3 {
+ font-size: 1.3em;
+ font-weight: bold;
+ font-family: Verdana, serif;
+ line-height: 120%;
+ }
+h4 {
+ margin: 0px;
+ font-size: 1.1em;
+ font-weight: bold;
+ }
+p {
+ font-size: 1.1em;
+ }
+p.moderators {
+ margin: 0px;
+ float: left;
+ color: black;
+ font-weight: bold;
+ }
+p.linkmcp {
+ margin: 0px;
+ float: right;
+ white-space: nowrap;
+ }
+p.breadcrumbs {
+ margin: 0px;
+ float: left;
+ color: black;
+ font-weight: bold;
+ white-space: normal;
+ font-size: 1em;
+ }
+p.datetime {
+ margin: 0px;
+ float: right;
+ white-space: nowrap;
+ font-size: 1em;
+ }
+p.searchbar {
+ padding: 2px 0;
+ white-space: nowrap;
+ }
+p.searchbarreg {
+ margin: 0px;
+ float: right;
+ white-space: nowrap;
+ }
+a.forumlink {
+ color: #069;
+ font-weight: bold;
+ font-family: Arial, Verdana, sans-serif;
+ font-size: 1.2em;
+ }
+p.forumdesc {
+ padding-bottom: 4px;
+ }
+p.topictitle {
+ margin: 1px 0px;
+ display: inline;
+ font-weight: bold;
+ }
+p.topicauthor {
+ margin: 1px 0px;
+ }
+p.topicdetails {
+ margin: 1px 0px;
+ }
+p.postreported {
+ margin: 1px 0px;
+ color: red;
+ }
+p.postapprove {
+ margin: 1px 0px;
+ color: green;
+ }
+
+.postauthor {
+ color: #000000;
+ }
+.postdetails {
+ color: #000000;
+ }
+.postbody {
+ font-size: 1.3em;
+ line-height: 1.4em;
+ font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
+ }
+.posthilit {
+ background-color: yellow;
+ }
+.nav {
+ margin: 0px;
+ color: black;
+ font-weight: bold;
+ }
+.pagination {
+ padding: 4px;
+ color: black;
+ font-size: 1em;
+ font-weight: bold;
+ }
+.cattitle {
+ }
+
+.gen {
+ margin: 1px 1px;
+ font-size: 1.2em;
+ }
+.genmed {
+ margin: 1px 1px;
+ font-size: 1.1em;
+ }
+.gensmall {
+ margin: 1px 1px;
+ font-size: 1em;
+ }
+.copyright {
+ color: #444;
+ font-weight: normal;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ }
+.titles {
+ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ font-size: 1.3em;
+ text-decoration: none;
+ }
+.error {
+ color: red;
+ }
+
+
+/* Tables
+ ------------ */
+th {
+ color: #FFA34F;
+ font-size: 1.1em;
+ font-weight: bold;
+ background-color: #006699;
+ background-image: url('./images/cellpic3.gif');
+ white-space: nowrap;
+ padding: 7px 5px;
+ }
+td {
+ padding: 2px;
+ }
+.tablebg {
+ background-color: #A9B8C2;
+ }
+.catdiv {
+ height: 28px;
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ background-color: white;
+ background-image: url('./images/cellpic2.jpg');
+ background-repeat: repeat-y;
+ }
+.cat {
+ height: 28px;
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ background-color: #C7D0D7;
+ background-image: url('./images/cellpic1.gif');
+ text-indent: 4px;
+ }
+.row1 {
+ background-color: #ECECEC;
+ padding: 4px;
+ }
+.row2 {
+ background-color: #DCE1E5;
+ padding: 4px;
+ }
+.row3 {
+ background-color: #C0C8D0;
+ padding: 4px;
+ }
+.rowgood {
+ background-color: #C2D6CD;
+ padding: 4px;
+ }
+.rowneutral {
+ background-color: #CAC1D7;
+ padding: 4px;
+ }
+.rowbad {
+ background-color: #D7C1C3;
+ padding: 4px;
+ }
+.spacer {
+ background-color: #D1D7DC;
+ }
+hr {
+ height: 1px;
+ border-width: 0px;
+ background-color: #D1D7DC;
+ color: #D1D7DC;
+ }
+
+
+/* Links
+ ------------ */
+a:link {
+ color: #006597;
+ text-decoration: none;
+ }
+a:active {
+ color: #005784;
+ text-decoration: none;
+ }
+a:visited {
+ color: #005784;
+ text-decoration: none;
+ }
+a:hover {
+ color: #D46400;
+ text-decoration: underline;
+ }
+a.topictitle:visited {
+ color: #5493B4;
+ text-decoration: none;
+ }
+a.th:link {
+ color: #FFA34F;
+ text-decoration: none;
+ }
+a.th:active {
+ color: #FFA34F;
+ text-decoration: none;
+ }
+a.th:visited {
+ color: #FFA34F;
+ text-decoration: none;
+ }
+a.th:hover {
+ color: #FFA34F;
+ text-decoration: underline;
+ }
+
+
+/* Form Elements
+ ------------ */
+form {
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ }
+input {
+ color: #333333;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 1.1em;
+ font-weight: normal;
+ padding: 1px;
+ border: 1px solid #A9B8C2;
+ background-color: #FAFAFA;
+ }
+textarea {
+ background-color: #FAFAFA;
+ color: #333333;
+ font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
+ font-size: 1.3em;
+ line-height: 1.4em;
+ font-weight: normal;
+ border: 1px solid #A9B8C2;
+ padding: 2px;
+ }
+select {
+ color: #333333;
+ background-color: #FAFAFA;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 1.1em;
+ font-weight: normal;
+ border: 1px solid #A9B8C2;
+ padding: 1px;
+ }
+option {
+ padding-right: 1em;
+ }
+input.radio {
+ border: none;
+ background-color: transparent;
+ }
+.post {
+ background-color: white;
+ border-style: solid;
+ border-width: 1px;
+ }
+.btnbbcode {
+ color: #000000;
+ font-weight: normal;
+ font-size: 1.1em;
+ font-family: Verdana, Helvetica, sans-serif;
+ background-color: #EFEFEF;
+ border: 1px solid #666666;
+ }
+.btnmain {
+ font-weight: bold;
+ background-color: #ECECEC;
+ border: 1px solid #A9B8C2;
+ cursor: pointer;
+ padding: 1px 5px;
+ font-size: 1.1em;
+ }
+.btnlite {
+ font-weight: normal;
+ background-color: #ECECEC;
+ border: 1px solid #A9B8C2;
+ cursor: pointer;
+ padding: 1px 5px;
+ font-size: 1.1em;
+ }
+.helpline {
+ background-color: #DEE3E7;
+ border-style: none;
+ }
+
+
+/* BBCode
+ ------------ */
+.quotetitle {
+ margin: 10px 5px 0px 5px;
+ padding: 4px;
+ border-width: 1px 1px 0px 1px;
+ border-style: solid;
+ border-color: #A9B8C2;
+ color: #333333;
+ background-color: #A9B8C2;
+ font-size: 0.9em;
+ }
+.quotecontent {
+ margin: 0px 5px 10px 5px;
+ padding: 5px;
+ border-color: #A9B8C2;
+ border-width: 0px 1px 1px 1px;
+ border-style: solid;
+ font-weight: normal;
+ font-size: 1em;
+ line-height: 1.4em;
+ font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
+ background-color: #FAFAFA;
+ color: #4B5C77;
+ }
+.codetitle {
+ margin: 10px 5px 0px 5px;
+ padding: 4px;
+ border-width: 1px 1px 0px 1px;
+ border-style: solid;
+ border-color: #A9B8C2;
+ color: #333333;
+ background-color: #A9B8C2;
+ }
+.codecontent {
+ margin: 0px 5px 10px 5px;
+ padding: 5px;
+ border-color: #A9B8C2;
+ border-width: 0px 1px 1px 1px;
+ border-style: solid;
+ font-weight: normal;
+ color: #006600;
+ font-size: 1em;
+ font-family: 'Courier New', monospace;
+ background-color: #FAFAFA;
+ }
+.syntaxbg {
+ color: #FFFFFF;
+ }
+.syntaxcomment {
+ color: #FF8000;
+ }
+.syntaxdefault {
+ color: #0000BB;
+ }
+.syntaxhtml {
+ color: #000000;
+ }
+.syntaxkeyword {
+ color: #007700;
+ }
+.syntaxstring {
+ color: #DD0000;
+ }
+
+
+/* Private messages
+ ------------------ */
+.pm_message_reported_colour {
+ background-color: #FFFFFF;
+ }
+.pm_marked_colour {
+ background-color: #000000;
+ }
+.pm_replied_colour {
+ background-color: #A9B8C2;
+ }
+.pm_friend_colour {
+ background-color: #007700;
+ }
+.pm_foe_colour {
+ background-color: #DD0000;
+ }
+
+
+/* Misc
+ ------------ */
+ img {
+ border: none;
+ }
+.blue {
+ color: #006699;
+ }
+table.colortable td {
+ padding: 0;
+ }