]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - phpBB2/templates/subSilver/simple_header.tpl
Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / subSilver / simple_header.tpl
1 <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
3 <!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
4 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5 <html dir="{S_CONTENT_DIRECTION}">
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
8 <meta http-equiv="Content-Style-Type" content="text/css" />
9 <link rel="stylesheet" href="/styles/header.css" type="text/css" />
10 <link rel="stylesheet" href="/styles/main.css" type="text/css" />
11 <style type="text/css">
12 <!--
13 -->
14 </style>
15 {META}
16 <title>{SITENAME} :: {PAGE_TITLE}</title>
17 <!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
18 <style type="text/css">
19 <!--
21 /*
22   The original subSilver Theme for phpBB version 2+
23   Created by subBlue design
24   http://www.subBlue.com
26   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
27   theme administration centre. When you have finalised your style you could cut the final CSS code
28   and place it in an external file, deleting this section to save bandwidth.
29 */
30  
31  
32  /* General page style. The scroll bar colours only visible in IE5.5+ */
33 body { 
34         background-color: {T_BODY_BGCOLOR};
35         scrollbar-face-color: {T_TR_COLOR2};
36         scrollbar-highlight-color: {T_TD_COLOR2};
37         scrollbar-shadow-color: {T_TR_COLOR2};
38         scrollbar-3dlight-color: {T_TR_COLOR3};
39         scrollbar-arrow-color:  {T_BODY_LINK};
40         scrollbar-track-color: {T_TR_COLOR1};
41         scrollbar-darkshadow-color: {T_TH_COLOR1};
42 }
44 /* General font families for common tags */
45 font,th,td,p { font-family: {T_FONTFACE1} }
46 a:link,a:active,a:visited { color : {T_BODY_LINK}; }
47 a:hover         { text-decoration: underline; color : {T_BODY_HLINK}; }
48 hr      { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
51 /* This is the border line & background colour round the entire page */
52 .bodyline       { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
54 /* This is the outline round the main forum tables */
55 .forumline      { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid; }
58 /* Main table cell colours and backgrounds */
59 td.row1 { background-color: {T_TR_COLOR1}; }
60 td.row2 { background-color: {T_TR_COLOR2}; }
61 td.row3 { background-color: {T_TR_COLOR3}; }
64 /*
65   This is for the table cell above the Topics, Post & Last posts on the index.php page
66   By default this is the fading out gradiated silver background.
67   However, you could replace this with a bitmap specific for each forum
68 */
69 td.rowpic {
70                 background-color: {T_TD_COLOR2};
71                 background-image: url(templates/subSilver/images/{T_TH_CLASS3});
72                 background-repeat: repeat-y;
73 }
75 /* Header cells - the blue and silver gradient backgrounds */
76 th      {
77         color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; 
78         background-color: {T_BODY_LINK}; height: 25px;
79         background-image: url(templates/subSilver/images/{T_TH_CLASS2});
80 }
82 td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
83                         background-image: url(templates/subSilver/images/{T_TH_CLASS1});
84                         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
85 }
88 /*
89   Setting additional nice inner borders for the main table cells.
90   The names indicate which sides the border will be on.
91   Don't worry if you don't understand this, just ignore it :-)
92 */
93 td.cat,td.catHead,td.catBottom {
94         height: 29px;
95 }
96 th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
97         font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }
98 td.row3Right,td.spaceRow {
99         background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }
101 th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
102 th.thSides,td.catSides,td.spaceRow       { border-width: 0px 1px 0px 1px; }
103 th.thRight,td.catRight,td.row3Right      { border-width: 0px 1px 0px 0px; }
104 th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
105 th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
106 th.thTop         { border-width: 1px 0px 0px 0px; }
107 th.thCornerL { border-width: 1px 0px 0px 1px; }
108 th.thCornerR { border-width: 1px 1px 0px 0px; }
111 /* The largest text used in the index page title and toptic title etc. */
112 .maintitle      {
113                         font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
114                         text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
118 /* General text */
119 .gen { font-size : {T_FONTSIZE3}px; }
120 .genmed { font-size : {T_FONTSIZE2}px; }
121 .gensmall { font-size : {T_FONTSIZE1}px; }
122 .gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
123 a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
124 a.gen:hover,a.genmed:hover,a.gensmall:hover     { color: {T_BODY_HLINK}; text-decoration: underline; }
127 /* The register, login, search etc links at the top of the page */
128 .mainmenu               { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
129 a.mainmenu              { text-decoration: none; color : {T_BODY_LINK};  }
130 a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
133 /* Forum category titles */
134 .cattitle               { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
135 a.cattitle              { text-decoration: none; color : {T_BODY_LINK}; }
136 a.cattitle:hover{ text-decoration: underline; }
139 /* Forum title: Text and link to the forums used in: index.php */
140 .forumlink              { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
141 a.forumlink     { text-decoration: none; color : {T_BODY_LINK}; }
142 a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
145 /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
146 .nav                    { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
147 a.nav                   { text-decoration: none; color : {T_BODY_LINK}; }
148 a.nav:hover             { text-decoration: underline; }
151 /* titles for the topics: could specify viewed link colour too */
152 .topictitle                     { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
153 a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
154 a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
155 a.topictitle:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
158 /* Name of poster in viewmsg.php and viewtopic.php and other places */
159 .name                   { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
161 /* Location, number of posts, post date etc */
162 .postdetails            { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
165 /* The content of the posts (body of text) */
166 .postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
167 a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
168 a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
169 a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
172 /* Quote & Code blocks */
173 .code { 
174         font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
175         background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
176         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
179 .quote {
180         font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
181         background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
182         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
186 /* Copyright and bottom info */
187 .copyright              { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
188 a.copyright             { color: {T_FONTCOLOR1}; text-decoration: none;}
189 a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}
192 /* Form elements */
193 input,textarea, select {
194         color : {T_BODY_TEXT};
195         font: normal {T_FONTSIZE2}px {T_FONTFACE1};
196         border-color : {T_BODY_TEXT};
199 /* The text input fields background colour */
200 input.post, textarea.post, select {
201         background-color : {T_TD_COLOR2};
204 input { text-indent : 2px; }
206 /* The buttons used for bbCode styling in message post */
207 input.button {
208         background-color : {T_TR_COLOR1};
209         color : {T_BODY_TEXT};
210         font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
213 /* The main submit button option */
214 input.mainoption {
215         background-color : {T_TD_COLOR1};
216         font-weight : bold;
219 /* None-bold submit button */
220 input.liteoption {
221         background-color : {T_TD_COLOR1};
222         font-weight : normal;
225 /* This is the line in the posting page which shows the rollover
226   help line. This is actually a text box, but if set to be the same
227   colour as the background no one will know ;)
228 */
229 .helpline { background-color: {T_TR_COLOR2}; border-style: none; }
232 /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
233 @import url("templates/subSilver/formIE.css"); 
234 -->
235 </style>
236 </head>
238 <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
239 <!-- start of vanrenterghem.biz header - including PHP is possible  thanks to extreme styles mod - xs_mod -->
240 <?php readfile($_SERVER['DOCUMENT_ROOT'].'/header.shtml'); ?>
241 <!-- end include of vanrenterghem.biz header-->
243 <span class="gen"><a name="top"></a></span>