2
Look in style.css for the following:
Quote:
.outer {border: 1px solid #9973E3;}
.head { padding: 5px; font-weight: bold; background : none; border: 1px solid #9973E3;}
.even {padding: 5px; border: 1px solid #9973E3; }
.odd { padding: 5px;border: 1px solid #9973E3;}
.foot {padding: 3px; font-weight: bold; border: 1px solid #9973E3;}
tr.even td {padding: 5px;}
tr.odd td { padding: 5px;}
and
Quote:
.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #9973E3; font-weight:bold; border: 1px solid #9973E3; background-color: #D7CAFB; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #9973E3; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}
obviously the colors etc will be different to thid.
Please note that the .outer, .head etc may be used by other modules also.
For images, the forum module you use will have the images in a folder somewhere - depends on which forum it is.
To make it more confusing, some forum modules have their own CSS file.