vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Need some help with styles mod. (https://vborg.vbsupport.ru/showthread.php?t=115608)

sokol 05-15-2006 12:04 AM

Need some help with styles mod.
 
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
Code:

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

vbulletin_3_default folder
Code:

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

vBulletin_3_Frontend
Code:

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

vbulletin_3_Manual
Code:

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

vBulletin_3_Silver
Code:

/* 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 :)


All times are GMT. The time now is 08:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01056 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete