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