PDA

View Full Version : vB Code Buttons...



Prometheus
Sat 2nd Jun '01, 5:00pm
OK, in trying to modify the color styles of my forum, I'm running into this problem with the vB Code Buttons:


How do I change the font color of those little buttons so they look more like this?:


I swear I can't find it anywhere in the Styles control panel. Its driving me nuts...

Thanks.
:D

Steve Machol
Sat 2nd Jun '01, 5:05pm
I believe you do this in the CSS settings in the headerinclude template.

Prometheus
Sat 2nd Jun '01, 10:02pm
I've looked there. Could you be a little more specific?
:(

tubedogg
Sat 2nd Jun '01, 10:17pm
I think this is what you're looking for:


TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}

Be aware that will also edit your textarea (the big box you type replies in). If you wish, you can separate them and give them two different colors as so:


TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #222222
}
.bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #CCCCCC;
BACKGROUND-COLOR: #111111
}

Prometheus
Sat 2nd Jun '01, 10:23pm
Wow.

Thank you.
:D

Prometheus
Sat 2nd Jun '01, 10:42pm
Well, that sorta helped. But it wasn't the fix I was looking for.

I can change the colors and text colors of all the buttons EXCEPT the vB Code buttons. The text color for those seems to be stubbornly stuck at #000000.

I'm still running RC2, so maybe an upgrade will help.
:p

tubedogg
Sat 2nd Jun '01, 10:46pm
Yes I believe that was changed in RC3. You will need to upgrade to v2.0.0 (aka Final) to receive further support anyway.