PDA

View Full Version : A few things


TRStealth
07-14-2004, 01:03 AM
I'm in the middle of skinning my 1st VB3 Gold skin, but I need some help:

1) How do I change the border colors on the vB Popup Menus?
ie QuickLinks dropdown, or the Username dropdown. I've added bordercolor: #000000; to the css for it, but it won't change at all.

2) How do I change the colors for the columns in the forum index thing. Right now the setup is default:
Alt 1 | Alt 2 | Alt 1 | Alt 2 | Alt 1

But I want to change it so it's

Alt 2 | Alt 2 | Alt 1 | Alt 1 | Alt 1

Where alt is the alternate color.

3) How do I make the forum categories into seperate tables, intead of one big table?

Tony G
07-14-2004, 12:17 PM
I'll answer the first two tomorrow when I have more time because I'm just rushing through posts now before bedtime, but use this mod for question three:

http://www.vbulletintemplates.com/mods/showthread.php?t=6187

TRStealth
07-14-2004, 04:41 PM
Ah, thank you :)

TRStealth
07-15-2004, 09:21 PM
Alright, I figured out my questions, but now I have another:

How do I change the dotted outline that appears in various parts of the forum. ie Under the quick reply box, or in the Search form.

WhSox21
07-23-2004, 05:38 AM
It's all styles in the AdminCP.

sphinx
07-23-2004, 12:52 PM
yep all in styles look for border dotted and change to solid for example I use this in my first alt colour extra css attributes - border-left: #cfcfcf 1px solid; if I wanted to make this dotted I wouold simply change the solid tag