1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html dir="{S_CONTENT_DIRECTION}">
4 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
5 <meta http-equiv="Content-Style-Type" content="text/css">
8 <title>{SITENAME} :: {PAGE_TITLE}</title>
9 <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
10 <link rel="stylesheet" href="/styles/header.css" type="text/css" />
11 <link rel="stylesheet" href="/styles/main.css" type="text/css" />
13 <style type="text/css">
16 The original subSilver Theme for phpBB version 2+
17 Created by subBlue design
18 http://www.subBlue.com
20 NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
21 theme administration centre. When you have finalised your style you could cut the final CSS code
22 and place it in an external file, deleting this section to save bandwidth.
25 /* General page style. The scroll bar colours only visible in IE5.5+ */
27 background-color: {T_BODY_BGCOLOR};
28 scrollbar-face-color: {T_TR_COLOR2};
29 scrollbar-highlight-color: {T_TD_COLOR2};
30 scrollbar-shadow-color: {T_TR_COLOR2};
31 scrollbar-3dlight-color: {T_TR_COLOR3};
32 scrollbar-arrow-color: {T_BODY_LINK};
33 scrollbar-track-color: {T_TR_COLOR1};
34 scrollbar-darkshadow-color: {T_TH_COLOR1};
37 /* General font families for common tags */
38 font,th,td,p { font-family: {T_FONTFACE1} }
39 a:link,a:active,a:visited { color : {T_BODY_LINK}; }
40 a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
41 hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
43 /* This is the border line & background colour round the entire page */
44 .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
46 /* This is the outline round the main forum tables */
47 .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
49 /* Main table cell colours and backgrounds */
50 td.row1 { background-color: {T_TR_COLOR1}; }
51 td.row2 { background-color: {T_TR_COLOR2}; }
52 td.row3 { background-color: {T_TR_COLOR3}; }
55 This is for the table cell above the Topics, Post & Last posts on the index.php page
56 By default this is the fading out gradiated silver background.
57 However, you could replace this with a bitmap specific for each forum
60 background-color: {T_TD_COLOR2};
61 background-image: url(templates/subSilver/images/{T_TH_CLASS3});
62 background-repeat: repeat-y;
65 /* Header cells - the blue and silver gradient backgrounds */
67 color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
68 background-color: {T_BODY_LINK}; height: 25px;
69 background-image: url(templates/subSilver/images/{T_TH_CLASS2});
72 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
73 background-image: url(templates/subSilver/images/{T_TH_CLASS1});
74 background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
78 Setting additional nice inner borders for the main table cells.
79 The names indicate which sides the border will be on.
80 Don't worry if you don't understand this, just ignore it :-)
82 td.cat,td.catHead,td.catBottom {
84 border-width: 0px 0px 0px 0px;
86 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
87 font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
89 td.row3Right,td.spaceRow {
90 background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
93 th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
94 th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
95 th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
96 th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
97 th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
98 th.thTop { border-width: 1px 0px 0px 0px; }
99 th.thCornerL { border-width: 1px 0px 0px 1px; }
100 th.thCornerR { border-width: 1px 1px 0px 0px; }
102 /* The largest text used in the index page title and toptic title etc. */
104 font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
105 text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
109 .gen { font-size : {T_FONTSIZE3}px; }
110 .genmed { font-size : {T_FONTSIZE2}px; }
111 .gensmall { font-size : {T_FONTSIZE1}px; }
112 .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
113 a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
114 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
116 /* The register, login, search etc links at the top of the page */
117 .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
118 a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
119 a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
121 /* Forum category titles */
122 .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
123 a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
124 a.cattitle:hover{ text-decoration: underline; }
126 /* Forum title: Text and link to the forums used in: index.php */
127 .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
128 a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
129 a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
131 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
132 .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
133 a.nav { text-decoration: none; color : {T_BODY_LINK}; }
134 a.nav:hover { text-decoration: underline; }
136 /* titles for the topics: could specify viewed link colour too */
137 .topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
138 a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
139 a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
140 a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
142 /* Name of poster in viewmsg.php and viewtopic.php and other places */
143 .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
145 /* Location, number of posts, post date etc */
146 .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
148 /* The content of the posts (body of text) */
149 .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
150 a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
151 a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
152 a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
154 /* Quote & Code blocks */
156 font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
157 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
158 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
162 font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
163 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
164 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
167 /* Copyright and bottom info */
168 .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
169 a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;}
170 a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
173 input,textarea, select {
174 color : {T_BODY_TEXT};
175 font: normal {T_FONTSIZE2}px {T_FONTFACE1};
176 border-color : {T_BODY_TEXT};
179 /* The text input fields background colour */
180 input.post, textarea.post, select {
181 background-color : {T_TD_COLOR2};
184 input { text-indent : 2px; }
186 /* The buttons used for bbCode styling in message post */
188 background-color : {T_TR_COLOR1};
189 color : {T_BODY_TEXT};
190 font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
193 /* The main submit button option */
195 background-color : {T_TD_COLOR1};
199 /* None-bold submit button */
201 background-color : {T_TD_COLOR1};
202 font-weight : normal;
205 /* This is the line in the posting page which shows the rollover
206 help line. This is actually a text box, but if set to be the same
207 colour as the background no one will know ;)
209 .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
211 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
212 @import url("templates/subSilver/formIE.css");
215 <!-- BEGIN switch_enable_pm_popup -->
216 <script language="Javascript" type="text/javascript">
218 if ( {PRIVATE_MESSAGE_NEW_FLAG} )
220 window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
224 <!-- END switch_enable_pm_popup -->
226 <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
227 <?php readfile($_SERVER['DOCUMENT_ROOT'].'/header.shtml'); ?>
230 <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
232 <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
235 <td align="center" width="100%" valign="middle">
237 <span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span>
239 <table cellspacing="0" cellpadding="2" border="0">
241 <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
242 <!-- BEGIN switch_user_logged_out -->
243 <a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>
244 <!-- END switch_user_logged_out -->
248 <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>