Quote:
Originally Posted by Dylanblitz
Are you sure you edited the template in the right style? It should match the style of the forum. PM me a link and I'll take a look. If the garage requires an account to view it send me one with access as well 
|
I tweaked the style a little bit, removed some {vb:stylevar} code and used this to get what I want.
PHP Code:
.alt1, .alt1Active
{
background: #242424;
color: #FFFFFF;
padding: 5px;
}
.alt2, .alt2Active
{
background: #141414;
color: #FFFFFF;
padding: 5px;
}
html {
background: #000000;
}