Quote:
Originally Posted by ErnieTheMilk
I really like this style, its one of the best I've seen for vB4 apart from the white border around the user details.... anyway these can be taken off?
|
In the template
postbit.css
find:
Code:
.pbit {
padding: 2px 2px 2px 2px;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
border-left: 1px solid #dadada;
border-bottom: 2px solid #dadada;
margin-bottom: 3px;
color: #FFFFFF;
}
.alolz {
text-align: center;
padding: 2px 2px 2px 2px;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
border-left: 1px solid #dadada;
border-bottom: 2px solid #dadada;
margin-bottom: 3px;
font-weight: bold;
}
and change the
#dadada's to whatever color you want.
http://www.computerhope.com/htmcolor.htm
^^pretty good chart.