jednak spróbuję z tymi znacznikami
@edit:
ej no nie moge z tym
Kod:
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link href="{T_TEMPLATE_PATH}/{T_HEAD_STYLESHEET}" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}
/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; border: 1px {T_TH_COLOR1} solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: {T_TR_COLOR1}; border: 1px solid #FFFFFF;}
td.row2 { background-color: {T_TR_COLOR2}; border: 1px solid #FFFFFF;}
td.row3 { background-color: {T_TR_COLOR3}; border: 1px solid #FFFFFF;}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: {T_TD_COLOR2};
background-image: url({T_TEMPLATE_PATH}/images/{T_TH_CLASS3});
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : normal;
background-color: {T_BODY_LINK};
background-image: url({T_TEMPLATE_PATH}/images/{T_TH_CLASS2});
font-style: normal;
font-variant: normal;
white-space: nowrap;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url({T_TEMPLATE_PATH}/images/{T_TH_CLASS1});
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
background-color: #6C6C6C; font-weight: normal; border: #FFFFFF; border-style: solid; white-space: nowrap; font-variant: normal; font-style: normal;}
td.row3Right,td.spaceRow {
background-color: #6C6C6C; border: #FFFFFF; border-style: solid; font-weight: normal; }
[/phpbb]