(file) Return to simple_header.tpl CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / phpBB2 / templates / subSilver

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

Rizwan Kassim
Powered by
ViewCVS 0.9.2