Various and significant updates by Tom

git-svn-id: file:///svn/phpbb/trunk@1814 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-01-08 14:32:24 +00:00
parent 30be366af3
commit f78ff33d15
3 changed files with 109 additions and 81 deletions

View file

@ -52,13 +52,11 @@
</tr> </tr>
<tr> <tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> <td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"> <td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
<p><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span></p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br /> <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{LOGGED_IN_USER_LIST}</span></td>
{LOGGED_IN_USER_LIST}</span></td>
</tr> </tr>
</table> </table>
@ -88,12 +86,12 @@
<table cellspacing="3" border="0" align="center" cellpadding="0"> <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr> <tr>
<td width="20" align="center"><img src="templates/subSilver/images/folder_new.gif" alt="{L_NEW_POSTS}"/></td> <td width="20" align="center"><img src="templates/subSilver/images/folder_new.gif" alt="{L_NEW_POSTS}"/></td>
<td class="gensmall"><span class="gensmall">{L_NEW_POSTS}</span></td> <td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td>&nbsp;&nbsp;</td> <td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" /></td> <td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" /></td>
<td class="gensmall">{L_NO_NEW_POSTS}</td> <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td>&nbsp;&nbsp;</td> <td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td> <td width="20" align="center"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td>
<td class="gensmall">{L_FORUM_LOCKED}</td> <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr> </tr>
</table> </table>

View file

@ -1,7 +1,5 @@
<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!--DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 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"> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
@ -69,4 +67,3 @@ TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: u
</tr> </tr>
</table> </table>
<span class="mainmenu"> <br /> </span> <span class="mainmenu"> <br /> </span>

View file

@ -1,40 +1,66 @@
/* subSilver Theme for phpBB2 /*
* Created by subBlue design subSilver Theme for phpBB2
* http://www.subBlue.com Created by subBlue design
http://www.subBlue.com
*/ */
body { background-color:#E5E5E5; /* General page style. The scroll bar colours only visible in IE5.5+ */
scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7; body {
scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; background-color:#E5E5E5;
scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF;
scrollbar-darkshadow-color: #7294AF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
} }
font { font-family: Verdana, Arial, Helvetica, sans-serif } /* General font families for common tags */
td { font-family: Verdana, Arial, Helvetica, sans-serif } font{ font-family: Verdana, Arial, Helvetica, sans-serif }
th { font-family: Verdana, Arial, Helvetica, sans-serif } td { font-family: Verdana, Arial, Helvetica, sans-serif }
P { font-family: Verdana, Arial, Helvetica, sans-serif } p { font-family: Verdana, Arial, Helvetica, sans-serif }
hr { height: 0px; border: solid #c2cdd6 0px; border-top-width: 1px;} hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* Forum colours */ /* This is the border line & background colour round the entire page */
.bodyline { background-color:#FFFFFF; border: #AEBDC4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } .bodyline { background-color:#FFFFFF; border: #98AAB1; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
/* This is the outline round the main forum tables */
.forumline { background-color:#FFFFFF; border: 2px #006699 solid } .forumline { background-color:#FFFFFF; border: 2px #006699 solid }
/*
Main table cell colours and backgrounds
Styles that use bitmap backgrounds are commented "Uses Bitmap"
Note that netscape 4 takes paths to bitmap files relative from
the html file rather than from the style sheet.
Hence, to maintain compatibility, all styles using bitmaps have
their "background : url(templates/subSilver/images/bitmap.gif);"
setting defined in overall_header.tpl
*/
/* Main table cell colours and backgrounds */
TH { background-color: #1B7CAD; height: 25px; font-size: 11px; line-height : 100%; font-weight: bold; color: #FFB163 } TH { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #1B7CAD; height: 25px; font-size: 11px; font-weight: bold; color: #FFB163 } /* Uses Bitmap */
TD.tablebg { background-color: #000000 } TD.tablebg { background-color: #000000 }
TD.cat { background-color: #CBD3D9; height: 28px } TD.cat { background-color: #D1D7DC; height: 28px } /* Uses Bitmap */
TD.row1 { background-color: #EFEFEF } TD.row1 { background-color: #EFEFEF }
TD.row2 { background-color: #DEE3E7 } TD.row2 { background-color: #DEE3E7 }
TD.row3 { background-color: #c2cdd6 } TD.row3 { background-color: #D1D7DC}
TD.spaceRow { background-color: #c2cdd6; border: #FFFFFF; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TD.rowpic { background-color: #FFFFFF } /* This is the spacer row between post replies */
TD.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
TD.rowpic { background-color: #FFFFFF } /* Uses Bitmap */
/* Setting additional nice borders for the main table cells */ /*
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#CBD3D9; height: 28px; border: #FFFFFF; border-style: solid; } Setting additional nice borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#D1D7DC; height: 28px; border: #FFFFFF; border-style: solid; } /* Uses Bitmap */
TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
@ -53,7 +79,9 @@ TH.thBottom { border-left-width: 1px; border-top-width: 0px; border-right-width
TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px }
TD.row3Right { background-color: #c2cdd6; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } TD.row3Right { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
/* The largest text used in the index page title and toptic title etc. */ /* The largest text used in the index page title and toptic title etc. */
.maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
@ -66,32 +94,32 @@ a.gen:hover { color: #C23030; text-decoration: underline; }
/* General medium text */ /* General medium text */
.genmed { font-size : 11px; color : #000000; } .genmed { font-size : 11px; color : #000000; }
a.genmed { text-decoration: none; color : #006699; } a.genmed { text-decoration: none; color : #006699; }
a.genmed:hover { text-decoration: underline; color : #C23030; } a.genmed:hover { text-decoration: underline; color : #C23030; }
/* General small */ /* General small */
.gensmall { font-size : 10px; color : #000000; } .gensmall { font-size : 10px; color : #000000; }
a.gensmall { color: #006699; text-decoration: none; } a.gensmall { color: #006699; text-decoration: none; }
a.gensmall:hover { color: #C23030; text-decoration: underline; } a.gensmall:hover{ color: #C23030; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */ /* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; text-decoration : none; color : #000000 } .mainmenu { font-size : 11px; text-decoration : none; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover { text-decoration: underline; color : #C23030; } a.mainmenu:hover{ text-decoration: underline; color : #C23030; }
/* Forum categories */ /* Forum category titles */
.cattitle { font-size : 12px; line-height : 100%; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #004c75 } .cattitle { font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #006699}
a.cattitle { text-decoration: none; color : #004c75; } a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover { text-decoration: underline; } a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */ /* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #136C99; } .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #006699; }
a.forumlink { text-decoration: none; color : #136C99; } a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover { text-decoration: underline; color : #D68000; } a.forumlink:hover{ text-decoration: underline; color : #FFB163; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
@ -100,11 +128,11 @@ a.nav { text-decoration: none; color : #006699; }
a.nav:hover { text-decoration: underline; } a.nav:hover { text-decoration: underline; }
/* titles for the topics: can specify viewed link colour too */ /* titles for the topics: could specify viewed link colour too */
.topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; } .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle { text-decoration: none; color : #006699; } a.topictitle { text-decoration: none; color : #006699; }
a.topictitle:hover { text-decoration: underline; color : #D68000; } a.topictitle:hover { text-decoration: underline; color : #FFB163; }
a.topictitle:visited { text-decoration: none; color : #5584AA; } a.topictitle:visited{ text-decoration: none; color : #1B7CAD; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */ /* Name of poster in viewmsg.php and viewtopic.php and other places */
@ -121,64 +149,69 @@ a.postdetails:hover { color: #C23030; text-decoration: underline; }
/* The content of the posts (body of text) */ /* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px} .postbody { font-size : 12px; line-height: 18px}
a.postlink { text-decoration: none; color : #006699 } a.postlink { text-decoration: none; color : #006699 }
a.postlink:hover { text-decoration: underline; color : #C23030 } a.postlink:hover { text-decoration: underline; color : #C23030 }
/* Quote Code (currently not used) */ /* Quote Code (currently not used) */
.code { font-family: Courier, Courier New; font-size: 11px; color: #006600; .code {
background-color: #FAFAFA; border: #c2cdd6; border-style: solid; font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #006600;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
} border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
.quote { font-family: Verdana, Arial; font-size: 11px; color: #444444; line-height: 125%; }
background-color: #FAFAFA; border: #c2cdd6; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px .quote {
} font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
.signature { font-size : 11px; text-decoration : none; color : #333366; } background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
.editedby { font-size : 10px; line-height : 100%; color : #333333; } border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.editedby { font-size : 10px; line-height : 100%; color : #333333; }
/* Form elements */ /* Form elements */
input,textarea, select { input,textarea, select {
color : #000000; color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif; font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px; font-size : 11px;
font-weight : normal; font-weight : normal;
border-color : #000000; border-color : #000000;
} }
/* The text input fields background colour */ /* The text input fields background colour */
input.post, textarea.post, select { input.post, textarea.post, select {
background-color : #FFFFFF; background-color : #FFFFFF;
} }
input { text-indent : 2px; } input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */ /* The buttons used for bbCode styling in message post */
input.button { input.button {
background-color : #EFEFEF; background-color : #EFEFEF;
color : #000000; color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif; font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px; font-size : 11px;
} }
/* The main submit button option */ /* The main submit button option */
input.mainoption { input.mainoption {
background-color : #FAFAFA; background-color : #FAFAFA;
font-weight : bold; font-weight : bold;
} }
/* None bold submit button */ /* None-bold submit button */
input.liteoption { input.liteoption {
background-color : #FAFAFA; background-color : #FAFAFA;
font-weight : normal; font-weight : normal;
} }
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; } .helpline { background-color: #DEE3E7; border-style: none; }
/* Copyright and bottom info */ /* Copyright and bottom info */
.copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;} .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright { color: #333333; text-decoration: none;} a.copyright { color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;} a.copyright:hover { color: #000000; text-decoration: underline;}