]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/templates/christmas/simple_header.tpl
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas / simple_header.tpl
diff --git a/phpBB2/templates/christmas/simple_header.tpl b/phpBB2/templates/christmas/simple_header.tpl
deleted file mode 100644 (file)
index f232c43..0000000
+++ /dev/null
@@ -1,237 +0,0 @@
-<!-- DOCTYPE ml PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\r
-    "tp://www.w3.org/TR/xml1/DTD/xml1-transitional.dtd" -->\r
-<!-- <ml xmlns="tp://www.w3.org/1999/xml"> -->\r
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
-<ml dir="{S_CONTENT_DIRECTION}">\r
-<head>\r
-<meta tp-equiv="Content-Type" content="text/ml; charset={S_CONTENT_ENCODING}"  />\r
-<meta tp-equiv="Content-Style-Type" content="text/css" />\r
-<style type="text/css">\r
-<!--\r
--->\r
-</style>\r
-{META}\r
-<title>{SITENAME} :: {PAGE_TITLE}</title>\r
-<!-- link rel="stylesheet" href="templates/christmas/{T_HEAD_STYLESHEET}" type="text/css" -->\r
-<style type="text/css">\r
-<!--\r
-\r
-/*\r
-  The orightinal christmas Theme for phpBB version 2+\r
-  Created by subBlue design\r
-  tp://www.subBlue.com\r
-\r
-  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2\r
-  theme administration centre. When you have finalised your style you could cut the final CSS code\r
-  and place it in an external file, deleting this section to save bandwidth.\r
-*/\r
\r
\r
- /* General page style. The scroll bar colours only visible in IE5.5+ */\r
-body { \r
-       background-color: {T_BODY_BGCOLOR};\r
-       scrollbar-face-color: {T_TR_COLOR2};\r
-       scrollbar-highlight-color: {T_TD_COLOR2};\r
-       scrollbar-shadow-color: {T_TR_COLOR2};\r
-       scrollbar-3dlight-color: {T_TR_COLOR3};\r
-       scrollbar-arrow-color:  {T_BODY_LINK};\r
-       scrollbar-track-color: {T_TR_COLOR1};\r
-       scrollbar-darkshadow-color: {T_TH_COLOR1};\r
-}\r
-\r
-/* General font families for common tags */\r
-font,th,td,p { font-family: {T_FONTFACE1} }\r
-a:link,a:active,a:visited { color : {T_BODY_LINK}; }\r
-a:hover                { text-decoration: underline; color : {T_BODY_HLINK}; }\r
-hr     { height: 0px; border: solid {T_BODY_BGCOLOR} 0px; border-top-width: 1px;}\r
-\r
-\r
-/* This is the border line & background colour round the entire page */\r
-.bodyline      { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }\r
-\r
-/* This is the outline round the main forum tables */\r
-.forumline     { background-color: {T_BODY_BGCOLOR}; border: 2px {T_TH_COLOR2} solid; }\r
-\r
-\r
-/* Main table cell colours and backgrounds */\r
-td.row1        { background-color: {T_TR_COLOR1}; }\r
-td.row2        { background-color: {T_TR_COLOR2}; }\r
-td.row3        { background-color: {T_TR_COLOR3}; }\r
-\r
-\r
-/*\r
-  This is for the table cell above the Topics, Post & Last posts on the index.php page\r
-  By default this is the fading out gradiated silver background.\r
-  However, you could replace this with a bitmap specific for each forum\r
-*/\r
-td.rowpic {\r
-               background-color: {T_TD_COLOR2};\r
-               background-image: url(templates/christmas/images/{T_TH_CLASS3});\r
-               background-repeat: repeat-y;\r
-}\r
-\r
-/* Header cells - the blue and silver gradient backgrounds */\r
-th     {\r
-       color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold; \r
-       background-color: {T_BODY_LINK}; height: 25px;\r
-       background-image: url(templates/christmas/images/{T_TH_CLASS2});\r
-}\r
-\r
-td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {\r
-                       background-image: url(templates/christmas/images/{T_TH_CLASS1});\r
-                       background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;\r
-}\r
-\r
-\r
-/*\r
-  Setting additional nice inner borders for the main table cells.\r
-  The names indicate which sides the border will be on.\r
-  Don't worry if you don't understand this, just ignore it :-)\r
-*/\r
-td.cat,td.catHead,td.catBottom {\r
-       height: 29px;\r
-}\r
-th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {\r
-       font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px; }\r
-td.row3Rig,td.spaceRow {\r
-       background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; }\r
-\r
-th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }\r
-th.thSides,td.catSides,td.spaceRow      { border-width: 0px 1px 0px 1px; }\r
-th.thRight,td.catRight,td.row3Rig       { border-width: 0px 1px 0px 0px; }\r
-th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }\r
-th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }\r
-th.thTop        { border-width: 1px 0px 0px 0px; }\r
-th.thCornerL { border-width: 1px 0px 0px 1px; }\r
-th.thCornerR { border-width: 1px 1px 0px 0px; }\r
-\r
-\r
-/* The largest text used in the index page title and toptic title etc. */\r
-.maintitle     {\r
-                       font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};\r
-                       text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};\r
-}\r
-\r
-\r
-/* General text */\r
-.gen { font-size : {T_FONTSIZE3}px; }\r
-.genmed { font-size : {T_FONTSIZE2}px; }\r
-.gensmall { font-size : {T_FONTSIZE1}px; }\r
-.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }\r
-a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }\r
-a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: {T_BODY_HLINK}; text-decoration: underline; }\r
-\r
-\r
-/* The register, login, search etc links at the top of the page */\r
-.mainmenu              { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }\r
-a.mainmenu             { text-decoration: none; color : {T_BODY_LINK};  }\r
-a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }\r
-\r
-\r
-/* Forum category titles */\r
-.cattitle              { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}\r
-a.cattitle             { text-decoration: none; color : {T_BODY_LINK}; }\r
-a.cattitle:hover{ text-decoration: underline; }\r
-\r
-\r
-/* Forum title: Text and link to the forums used in: index.php */\r
-.forumlink             { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }\r
-a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }\r
-a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }\r
-\r
-\r
-/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */\r
-.nav                   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}\r
-a.nav                  { text-decoration: none; color : {T_BODY_LINK}; }\r
-a.nav:hover            { text-decoration: underline; }\r
-\r
-\r
-/* titles for the topics: could specify viewed link colour too */\r
-.topictitle                    { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }\r
-a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }\r
-a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }\r
-a.topictitle:hover     { text-decoration: underline; color : {T_BODY_HLINK}; }\r
-\r
-\r
-/* Name of poster in viewmsg.php and viewtopic.php and other places */\r
-.name                  { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}\r
-\r
-/* Location, number of posts, post date etc */\r
-.postdetails           { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }\r
-\r
-\r
-/* The content of the posts (body of text) */\r
-.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}\r
-a.postlink:link        { text-decoration: none; color : {T_BODY_LINK} }\r
-a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }\r
-a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}\r
-\r
-\r
-/* Quote & Code blocks */\r
-.code { \r
-       font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};\r
-       background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;\r
-       border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px\r
-}\r
-\r
-.quote {\r
-       font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;\r
-       background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;\r
-       border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px\r
-}\r
-\r
-\r
-/* Copyright and bottom info */\r
-.copyright             { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}\r
-a.copyright            { color: {T_FONTCOLOR1}; text-decoration: none;}\r
-a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}\r
-\r
-\r
-/* Form elements */\r
-input,textarea, select {\r
-       color : {T_BODY_TEXT};\r
-       font: normal {T_FONTSIZE2}px {T_FONTFACE1};\r
-       border-color : {T_BODY_TEXT};\r
-}\r
-\r
-/* The text input fields background colour */\r
-input.post, textarea.post, select {\r
-       background-color : {T_TD_COLOR2};\r
-}\r
-\r
-input { text-indent : 2px; }\r
-\r
-/* The buttons used for bbCode styling in message post */\r
-input.button {\r
-       background-color : {T_TR_COLOR1};\r
-       color : {T_BODY_TEXT};\r
-       font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};\r
-}\r
-\r
-/* The main submit button option */\r
-input.mainoption {\r
-       background-color : {T_TD_COLOR1};\r
-       font-weight : bold;\r
-}\r
-\r
-/* None-bold submit button */\r
-input.liteoption {\r
-       background-color : {T_TD_COLOR1};\r
-       font-weight : normal;\r
-}\r
-\r
-/* This is the line in the posting page which shows the rollover\r
-  help line. This is actually a text box, but if set to be the same\r
-  colour as the background no one will know ;)\r
-*/\r
-.helpline { background-color: {T_TR_COLOR2}; border-style: none; }\r
-\r
-\r
-/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */\r
-@import url("templates/christmas/formIE.css"); \r
--->\r
-</style>\r
-</head>\r
-\r
-<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">\r
-<span class="gen"><a name="top"></a></span>\r