|
La feuille de style du template subSilver |
|
| /* General page style. The scroll
bar colours only visible in IE5.5+ */ body { 1. 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}; } |
Pour remplacer l'un des fonds par
une image , mettre : pour le fond 2 :
bodyline { background-image: url(url de l'image); |
| /* 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 */ |
|
| /* This is the outline round the
main forum tables */ 8.forumline { background-color: {T_TD_COLOR2}; 4 border: 2px {T_TH_COLOR2} solid; } |
|
| /* Main table cell colours and backgrounds
*/ 11 td.row1 { background-color: {T_TR_COLOR1}; } 12 td.row2 { background-color: {T_TR_COLOR2}; } td.row3 { background-color: {T_TR_COLOR3}; } |
|
| /*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 { 10 background-color: {T_TD_COLOR2}; 9 background-image: url(templates/subSilver/images/{T_TH_CLASS3}); background-repeat: repeat-y; |
|
|
/* Header cells - the blue and silver gradient
backgrounds */ |
|
| /*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 { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight, th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; 5 border: {T_TD_COLOR2}; border-style: solid; height: 28px; } 13 td.row3Right,td.spaceRow { background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; } th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px
1px 0px 1px; }
|
|