Originally Posted by TMM background-color == color is a boolean, that wouldn't change anything.
I haven't actually looked at the code yet, but I assume you mean color = background-color if that even is the syntax. |
Nom noo, no.
Currently you have something that will look like:
.spoiler {
border: 1px solid #000000;
background: #F8F8F8;
color: #F8F8F8;
padding: 5px;
}
I actually found it in the source for this page, if the styles for a particular forum style are php-included, you need to find the file for each style and change them, if they are html-included, you just need to find the css file. It's just a matter of whether or not vBull gives you some kind of interface to do it.
I'm just saying that color and background-color need to be different things.