PDA

View Full Version : Need some help with styles mod.


sokol
05-15-2006, 12:04 AM
I am in the process of moding the site to be more well brown/orange, rather then blue. This is the first step in my vbulletin modifications.

Site url: http://www.vanguard-soh.org

Details: Vbulleting 3.5.4
Details: vbadvanced (installed and running)

I have modified the css files inside the cpstyles folder.
I have modified all the graphics inside the image folder.
I have modified the vbulletin-style.xml in the install folder.
I have modified the styles settings from the controll panel.

Thus far everything works like a charm!
My only problem if you look close I still have a dark blue border around the tables.
My photoshop says it's #0b198c for color. (took a screenshot, enlarged, and used color picker)
I have done several searches with inforapid (an excelent search tool) and can not find where this last blue border is coming from.

I would greatly appreciate and thought/input on this. I know I'm missing soemthing simple, however just can't find it.

Thank you very much,
Duston S. Horacek

On a side note, where is the image that is shown in the url window?
I'd like to edit it to reflect my changes aswell.

peterska2
05-15-2006, 04:59 AM
Check your tborder class for the blue color. I must admit that I didn't notice it though.

The image you are referring to is favicon.ico wich is located in your forum root. It needs to have the exact same name otherwise it will not work.

sokol
05-15-2006, 02:42 PM
Appreciate the response. I have checked all 5 controlpanel.css files located in the cpstyles folder.

vbulletin_2_default folder

/* Border around tables */
.tborder
{
border: solid 1px #66553e;
}

vbulletin_3_default folder
/* Border around tables */
.tborder
{
border: ridge 4px #5c4d38;
}

vBulletin_3_Frontend
/* Border around tables */
.tborder
{
background: #e1d9ce;
color: #000000;
border: 1px solid #5c4d38;
}

vbulletin_3_Manual
/* Border around tables */
.tborder
{
background: #e1d9ce;
color: #000000;
border: 1px solid #5c4d38;
}

vBulletin_3_Silver
/* Border around tables */
.tborder
{
border: ridge 4px #5c4d38;
}

None of these are blue.
I hate to be a bother, but I'm not finding this...

On a side note, I got the icon changed, thanks for that piece of information.


-Duston

peterska2
05-15-2006, 03:08 PM
It's not in the controlpanel.css files, it's actually in the main CSS found via the style manager.

Hope this helps.

sokol
05-15-2006, 05:59 PM
Beautifull! Got it, ironicaly I passed over the second box it was in.
I very much appreciate the help.

Thanks again,
Duston

peterska2
05-15-2006, 06:01 PM
Glad you got it sorted. Any time you need any more help, just ask :)