Rev 291 Rev 292
Line 4... Line 4...
4 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> 4 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
5 <meta http-equiv="Content-Style-Type" content="text/css"> 5 <meta http-equiv="Content-Style-Type" content="text/css">
6 {META} 6 {META}
7 {NAV_LINKS} 7 {NAV_LINKS}
8 <title>{SITENAME} :: {PAGE_TITLE}</title> 8 <title>{SITENAME} :: {PAGE_TITLE}</title>
9 <!-- link rel="stylesheet" href="{T_HEAD_STYLESHEET}" type="text/css" --> 9 link rel="stylesheet" href="{T_HEAD_STYLESHEET}" type="text/css" -->
10 <style type="text/css"> 10 <style type="text/css">
11 <!-- -  
12 /* -  
13 The original subSilver Theme for phpBB version 2+ -  
14 Created by subBlue design -  
15 http://www.subBlue.com -  
16   -  
17 NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 -  
18 theme administration centre. When you have finalised your style you could cut the final CSS code -  
19 and place it in an external file, deleting this section to save bandwidth. -  
20 */ -  
21   -  
22 /* General page style. The scroll bar colours only visible in IE5.5+ */ -  
23 body { -  
24 background-color: {T_BODY_BGCOLOR}; -  
25 scrollbar-face-color: {T_TR_COLOR2}; -  
26 scrollbar-highlight-color: {T_TD_COLOR2}; -  
27 scrollbar-shadow-color: {T_TR_COLOR2}; -  
28 scrollbar-3dlight-color: {T_TR_COLOR3}; -  
29 scrollbar-arrow-color: {T_BODY_LINK}; -  
30 scrollbar-track-color: {T_TR_COLOR1}; -  
31 scrollbar-darkshadow-color: {T_TH_COLOR1}; -  
32 } -  
33   -  
34 /* General font families for common tags */ -  
35 font,th,td,p { font-family: {T_FONTFACE1} } -  
36 a:link,a:active,a:visited { color : {T_BODY_LINK}; } -  
37 a:hover { text-decoration: underline; color : {T_BODY_HLINK}; } -  
38 hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} -  
39   -  
40 /* This is the border line & background colour round the entire page */ -  
41 .bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; } -  
42   -  
43 /* This is the outline round the main forum tables */ -  
44 .forumline { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; } -  
45   -  
46 /* Main table cell colours and backgrounds */ -  
47 td.row1 { background-color: {T_TR_COLOR1}; } -  
48 td.row2 { background-color: {T_TR_COLOR2}; } -  
49 td.row3 { background-color: {T_TR_COLOR3}; } -  
50   -  
51 /* -  
52 This is for the table cell above the Topics, Post & Last posts on the index.php page -  
53 By default this is the fading out gradiated silver background. -  
54 However, you could replace this with a bitmap specific for each forum -  
55 */ -  
56 td.rowpic { -  
57 background-color: {T_TD_COLOR2}; -  
58 background-image: url(templates/subSilver/images/{T_TH_CLASS3}); -  
59 background-repeat: repeat-y; -  
60 } -  
61   -  
62 /* Header cells - the blue and silver gradient backgrounds */ -  
63 th { -  
64 color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; -  
65 background-color: {T_BODY_LINK}; height: 25px; -  
66 background-image: url(templates/subSilver/images/{T_TH_CLASS2}); -  
67 } -  
68   -  
69 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { -  
70 background-image: url(templates/subSilver/images/{T_TH_CLASS1}); -  
71 background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px; -  
72 } -  
73   -  
74 /* -  
75 Setting additional nice inner borders for the main table cells. -  
76 The names indicate which sides the border will be on. -  
77 Don't worry if you don't understand this, just ignore it :-) -  
78 */ -  
79 td.cat,td.catHead,td.catBottom { -  
80 height: 29px; -  
81 border-width: 0px 0px 0px 0px; -  
82 } -  
83 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { -  
84 font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; -  
85 } -  
86 td.row3Right,td.spaceRow { -  
87 background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; -  
88 } -  
89   -  
90 th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; } -  
91 th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } -  
92 th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } -  
93 th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } -  
94 th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } -  
95 th.thTop { border-width: 1px 0px 0px 0px; } -  
96 th.thCornerL { border-width: 1px 0px 0px 1px; } -  
97 th.thCornerR { border-width: 1px 1px 0px 0px; } -  
98   -  
99 /* The largest text used in the index page title and toptic title etc. */ -  
100 .maintitle { -  
101 font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; -  
102 text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; -  
103 } -  
104   -  
105 /* General text */ -  
106 .gen { font-size : {T_FONTSIZE3}px; } -  
107 .genmed { font-size : {T_FONTSIZE2}px; } -  
108 .gensmall { font-size : {T_FONTSIZE1}px; } -  
109 .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; } -  
110 a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; } -  
111 a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; } -  
112   -  
113 /* The register, login, search etc links at the top of the page */ -  
114 .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } -  
115 a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } -  
116 a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } -  
117   -  
118 /* Forum category titles */ -  
119 .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} -  
120 a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } -  
121 a.cattitle:hover{ text-decoration: underline; } -  
122   -  
123 /* Forum title: Text and link to the forums used in: index.php */ -  
124 .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } -  
125 a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } -  
126 a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } -  
127   -  
128 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ -  
129 .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} -  
130 a.nav { text-decoration: none; color : {T_BODY_LINK}; } -  
131 a.nav:hover { text-decoration: underline; } -  
132   -  
133 /* titles for the topics: could specify viewed link colour too */ -  
134 .topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; } -  
135 a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; } -  
136 a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; } -  
137 a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; } -  
138   -  
139 /* Name of poster in viewmsg.php and viewtopic.php and other places */ -  
140 .name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};} -  
141   -  
142 /* Location, number of posts, post date etc */ -  
143 .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } -  
144   -  
145 /* The content of the posts (body of text) */ -  
146 .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px} -  
147 a.postlink:link { text-decoration: none; color : {T_BODY_LINK} } -  
148 a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; } -  
149 a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}} -  
150   -  
151 /* Quote & Code blocks */ -  
152 .code { -  
153 font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2}; -  
154 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; -  
155 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px -  
156 } -  
157   -  
158 .quote { -  
159 font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%; -  
160 background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid; -  
161 border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px -  
162 } -  
163   -  
164 /* Copyright and bottom info */ -  
165 .copyright { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;} -  
166 a.copyright { color: {T_FONTCOLOR1}; text-decoration: none;} -  
167 a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;} -  
168   -  
169 /* Form elements */ -  
170 input,textarea, select { -  
171 color : {T_BODY_TEXT}; -  
172 font: normal {T_FONTSIZE2}px {T_FONTFACE1}; -  
173 border-color : {T_BODY_TEXT}; -  
174 } -  
175   -  
176 /* The text input fields background colour */ -  
177 input.post, textarea.post, select { -  
178 background-color : {T_TD_COLOR2}; -  
179 } -  
180   -  
181 input { text-indent : 2px; } -  
182   -  
183 /* The buttons used for bbCode styling in message post */ -  
184 input.button { -  
185 background-color : {T_TR_COLOR1}; -  
186 color : {T_BODY_TEXT}; -  
187 font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1}; -  
188 } -  
189   -  
190 /* The main submit button option */ -  
191 input.mainoption { -  
192 background-color : {T_TD_COLOR1}; -  
193 font-weight : bold; -  
194 } -  
195   -  
196 /* None-bold submit button */ -  
197 input.liteoption { -  
198 background-color : {T_TD_COLOR1}; -  
199 font-weight : normal; -  
200 } -  
201   -  
202 /* This is the line in the posting page which shows the rollover -  
203 help line. This is actually a text box, but if set to be the same -  
204 colour as the background no one will know ;) -  
205 */ -  
206 .helpline { background-color: {T_TR_COLOR2}; border-style: none; } -  
207   11  
208 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ -  
209 @import url("templates/subSilver/formIE.css"); -  
210 --> -  
211 </style> 12 </style>
212 <!-- BEGIN switch_enable_pm_popup --> 13 <!-- BEGIN switch_enable_pm_popup -->
213 <script language="Javascript" type="text/javascript"> 14 <script language="Javascript" type="text/javascript">
214 <!-- 15 <!--
215 if ( {PRIVATE_MESSAGE_NEW_FLAG} ) 16 if ( {PRIVATE_MESSAGE_NEW_FLAG} )