In Admin panel >> General Admin >> Configuration >> Site description , enter this code in more of your texte :
- Code:
<link rel=stylesheet href=URL/Fichier.css type=text/css>
About the syntax, it's quite simple ; make a search with :
Google.
Here is what can be done [my board] (french board) with my CSS file :
- Code:
body {
background-attachment:fixed;
background-repeat:no-repeat;
background-position:top center;
cursor: url("http://bklproject.free.fr/Forum/cible.cur");
}
table.forumline {border:2px dashed;}
th{font-variant: small-caps;}
th.thCornerL, th.thTop, th.thCornerR{border:0px;}
td.bodyline{border:3px dotted;}
td.spaceRow{border:0px; background-color: transparent;}
td.catHead,td.catBottom{border:0px;}
td.catLeft{border:0px;font-variant: small-caps;text-align:center;}
td.row1,td.row2,td.row3{filter:Alpha(Opacity=80);}
span.cattitle,span.maintitle,span.mainmenu,span.nav{font-variant: small-caps;}
a{cursor: url("http://bklproject.free.fr/Forum/cible_hand.ani");}
a.copyright{color: #00BFF3;}
a.copyright:hover{color: #CC6600;}
Some explain :
body { ... } >> fix the background image,
table.forumline {border:2px dashed;} >> dotted line around the cells,
td.bodyline{border:3px dotted;} >> dots all around the board,
{font-variant: small-caps;} >> display of the small letters to small capital letters,
td.spaceRow{border:0px; background-color: transparent;} >> removal of the bar between the categories, Forums, ...
td.row1,td.row2,td.row3{filter:Alpha(Opacity=80);} >> Opacity of 80% for the cells of the Forum (it is necessary to put colors in the 'Table Row 1, 2 and 3'),
cursor : url("URL"); >> Cursor of your board
a.copyright{color: #00BFF3;} >> to modify the page footer link colour,
a.copyright:hover{color: #CC6600;} >> to modify the page footer link colour when the mouse passes on.
Written by the friendly SanDream
that's all folks
Corrections by Katt

Home




by larme d'ange on Tue Dec 20, 2005 4:01 am


