]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/templates/subSilver/temp/overall_header.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / subSilver / temp / overall_header.tpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html dir="{S_CONTENT_DIRECTION}">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 {META}
7 {NAV_LINKS}
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" />  
12 <style type="text/css">
13 <!--
14 /*
15   The original subSilver Theme for phpBB version 2+
16   Created by subBlue design
17   http://www.subBlue.com
19   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
20   theme administration centre. When you have finalised your style you could cut the final CSS code
21   and place it in an external file, deleting this section to save bandwidth.
22 */
24 /* General page style. The scroll bar colours only visible in IE5.5+ */
25 body { 
26         background-color: {T_BODY_BGCOLOR};
27         scrollbar-face-color: {T_TR_COLOR2};
28         scrollbar-highlight-color: {T_TD_COLOR2};
29         scrollbar-shadow-color: {T_TR_COLOR2};
30         scrollbar-3dlight-color: {T_TR_COLOR3};
31         scrollbar-arrow-color:  {T_BODY_LINK};
32         scrollbar-track-color: {T_TR_COLOR1};
33         scrollbar-darkshadow-color: {T_TH_COLOR1};
34 }
36 /* General font families for common tags */
37 font,th,td,p { font-family: {T_FONTFACE1} }
38 a:link,a:active,a:visited { color : {T_BODY_LINK}; }
39 a:hover         { text-decoration: underline; color : {T_BODY_HLINK}; }
40 hr      { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
42 /* This is the border line & background colour round the entire page */
43 .bodyline       { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
45 /* This is the outline round the main forum tables */
46 .forumline      { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
48 /* Main table cell colours and backgrounds */
49 td.row1 { background-color: {T_TR_COLOR1}; }
50 td.row2 { background-color: {T_TR_COLOR2}; }
51 td.row3 { background-color: {T_TR_COLOR3}; }
53 /*
54   This is for the table cell above the Topics, Post & Last posts on the index.php page
55   By default this is the fading out gradiated silver background.
56   However, you could replace this with a bitmap specific for each forum
57 */
58 td.rowpic {
59                 background-color: {T_TD_COLOR2};
60                 background-image: url(templates/subSilver/images/{T_TH_CLASS3});
61                 background-repeat: repeat-y;
62 }
64 /* Header cells - the blue and silver gradient backgrounds */
65 th      {
66         color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; 
67         background-color: {T_BODY_LINK}; height: 25px;
68         background-image: url(templates/subSilver/images/{T_TH_CLASS2});
69 }
71 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
72                         background-image: url(templates/subSilver/images/{T_TH_CLASS1});
73                         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
74 }
76 /*
77   Setting additional nice inner borders for the main table cells.
78   The names indicate which sides the border will be on.
79   Don't worry if you don't understand this, just ignore it :-)
80 */
81 td.cat,td.catHead,td.catBottom {
82         height: 29px;
83         border-width: 0px 0px 0px 0px;
84 }
85 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
86         font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
87 }
88 td.row3Right,td.spaceRow {
89         background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
90 }
92 th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
93 th.thSides,td.catSides,td.spaceRow       { border-width: 0px 1px 0px 1px; }
94 th.thRight,td.catRight,td.row3Right      { border-width: 0px 1px 0px 0px; }
95 th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
96 th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
97 th.thTop         { border-width: 1px 0px 0px 0px; }
98 th.thCornerL { border-width: 1px 0px 0px 1px; }
99 th.thCornerR { border-width: 1px 1px 0px 0px; }
101 /* The largest text used in the index page title and toptic title etc. */
102 .maintitle      {
103         font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
104         text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
107 /* General text */
108 .gen { font-size : {T_FONTSIZE3}px; }
109 .genmed { font-size : {T_FONTSIZE2}px; }
110 .gensmall { font-size : {T_FONTSIZE1}px; }
111 .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
112 a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
113 a.gen:hover,a.genmed:hover,a.gensmall:hover     { color: {T_BODY_HLINK}; text-decoration: underline; }
115 /* The register, login, search etc links at the top of the page */
116 .mainmenu               { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
117 a.mainmenu              { text-decoration: none; color : {T_BODY_LINK};  }
118 a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
120 /* Forum category titles */
121 .cattitle               { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
122 a.cattitle              { text-decoration: none; color : {T_BODY_LINK}; }
123 a.cattitle:hover{ text-decoration: underline; }
125 /* Forum title: Text and link to the forums used in: index.php */
126 .forumlink              { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
127 a.forumlink     { text-decoration: none; color : {T_BODY_LINK}; }
128 a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
130 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
131 .nav                    { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
132 a.nav                   { text-decoration: none; color : {T_BODY_LINK}; }
133 a.nav:hover             { text-decoration: underline; }
135 /* titles for the topics: could specify viewed link colour too */
136 .topictitle,h1,h2       { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
137 a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
138 a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
139 a.topictitle:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
141 /* Name of poster in viewmsg.php and viewtopic.php and other places */
142 .name                   { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
144 /* Location, number of posts, post date etc */
145 .postdetails            { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
147 /* The content of the posts (body of text) */
148 .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
149 a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
150 a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
151 a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
153 /* Quote & Code blocks */
154 .code { 
155         font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
156         background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
157         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
160 .quote {
161         font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
162         background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
163         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
166 /* Copyright and bottom info */
167 .copyright              { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
168 a.copyright             { color: {T_FONTCOLOR1}; text-decoration: none;}
169 a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
171 /* Form elements */
172 input,textarea, select {
173         color : {T_BODY_TEXT};
174         font: normal {T_FONTSIZE2}px {T_FONTFACE1};
175         border-color : {T_BODY_TEXT};
178 /* The text input fields background colour */
179 input.post, textarea.post, select {
180         background-color : {T_TD_COLOR2};
183 input { text-indent : 2px; }
185 /* The buttons used for bbCode styling in message post */
186 input.button {
187         background-color : {T_TR_COLOR1};
188         color : {T_BODY_TEXT};
189         font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
192 /* The main submit button option */
193 input.mainoption {
194         background-color : {T_TD_COLOR1};
195         font-weight : bold;
198 /* None-bold submit button */
199 input.liteoption {
200         background-color : {T_TD_COLOR1};
201         font-weight : normal;
204 /* This is the line in the posting page which shows the rollover
205   help line. This is actually a text box, but if set to be the same
206   colour as the background no one will know ;)
207 */
208 .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
210 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
211 @import url("templates/subSilver/formIE.css"); 
212 -->
213 </style>
214 <!-- BEGIN switch_enable_pm_popup -->
215 <script language="Javascript" type="text/javascript">
216 <!--
217         if ( {PRIVATE_MESSAGE_NEW_FLAG} )
218         {
219                 window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
220         }
221 //-->
222 </script>
223 <!-- END switch_enable_pm_popup -->
224 <LINK REL="SHORTCUT ICON" HREF="/favicon.ico">
225 </head>
226 <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
227 <!-- INCLUDE ../../../header.shtml -->
228 <a name="top"></a>
230 <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
231         <tr> 
232                 <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
233                         <tr> 
234                                 <td><a href="{U_INDEX}"><img src="templates/subSilver/images/BoardLogo.jpg" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
235                                 <td align="center" width="100%" valign="middle">
236                                 <!--<span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>--> 
237                                 <table cellspacing="0" cellpadding="2" border="0">
238                                         <tr> 
239                                                 <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<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">&nbsp; &nbsp;<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>&nbsp; &nbsp;<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>&nbsp; &nbsp;<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>&nbsp; 
240                                                 <!-- BEGIN switch_user_logged_out -->
241                                                 &nbsp;<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>&nbsp;
242                                                 <!-- END switch_user_logged_out -->
243                                                 </td>
244                                         </tr>
245                                         <tr>
246                                                 <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<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>&nbsp; &nbsp;<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>&nbsp; &nbsp;<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>&nbsp;</span></td>
247                                         </tr>
248                                 </table></td>
249                         </tr>
250                 </table>
252                 <br />