vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Need help with colors (https://vborg.vbsupport.ru/showthread.php?t=265089)

HC. 06-12-2011 03:14 PM

Need help with colors
 
1 Attachment(s)
I can't find where to change the colors for the attachments please help me find them

Look at the attachments and see the red marks for where I need help

napy8gen 06-19-2011 12:30 PM

From your screenshots.
they are;

Styelvars>Ffooter> footerbackground
Styelvars>Secondarycontent> secondarycontent header background
Styelvars> Threadbit> Threadlisthead background
Styelvars> Toolsmenu> toolsmenu background

the whatsgoing on also use the secondary content like the forumdisplay options.

Have Fun!

HC. 07-02-2011 12:32 AM

1 Attachment(s)
last thing thanks for your help

Anyone know where to change the items in RED
this is on the main forum page

TheLastSuperman 07-02-2011 01:28 AM

Quote:

Originally Posted by HC. (Post 2215688)
last thing thanks for your help


Anyone know where to change the items in RED
this is on the main forum page

The background is stylevar > doc_background *found under Common

For the Welcome text edit the css template > vbulletin-chrome.css *now find:
Code:

.toplinks ul.isuser li.welcomelink {
        display: block;
        float: {vb:stylevar right};
        clear: {vb:stylevar left};
        padding-top: 3px;
        padding-bottom: 3px;
        padding-{vb:stylevar left}: 4px;
        padding-{vb:stylevar right}: 4px;
}

Add in the color for example if white add this to the code as shown in blue:

Code:

.toplinks ul.isuser li.welcomelink {
        color: #FFFFFF;
        display: block;
        float: {vb:stylevar right};
        clear: {vb:stylevar left};
        padding-top: 3px;
        padding-bottom: 3px;
        padding-{vb:stylevar left}: 4px;
        padding-{vb:stylevar right}: 4px;
}

Save, refresh the forum page to view the color change and your welcome to use RGB instead i.e.

Code:

color: rgb(255, 255, 255);
:D

HC. 07-02-2011 01:53 AM

WOW Thank You sooooo much that has saved me show much time and BEER looking for that setting

napy8gen 07-02-2011 01:28 PM

that welcome text is actually stylevars>header>header color.


All times are GMT. The time now is 07:20 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.01237 seconds
  • Memory Usage 1,724KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_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