Quote:
Originally Posted by KTBleeding
Ah, I feel like I've been up for days working on this..
Okay, this is my first vB3 skin.. I think it's about 99% finished, I'm posting this for feedback, and suggestions because of being a vb3 "noobie" I am very open to opinions on it..
I'm not going to talk much about mods, because A.) They're easy to install, and B.) They're the same ones EVERYONE has installed (arcade/articles/etc). And before anyone says they HATE green, I know you do.
For now, the links in my header are not up, so I'll link you to both the main page and the forums:
Main Page
Forums
There's only one thing I can't figure out and it's posted in the attachment. Does anyone know how to change the text color, and that white border color?
Thanks,
|
The text color is <legend> on the Style Manager -> Main CSS
The border, IIRC you will have to add a custom CSS entry
Code:
fieldset { border-color: #yourcolourhere; }