vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Sanity check - where is the colors to change the folllowing (https://vborg.vbsupport.ru/showthread.php?t=326806)

scottkoz20 10-12-2018 02:43 AM

Sanity check - where is the colors to change the folllowing
 
I'm trying to uniform (err - clean up) the color scheme on my site and I cannot for the life of me can find the color for the left side bar on the My Profile page

here is a reference what I am seeing

https://www.sportscardforum.com/memb...031-scottkoz20


Thanks,
Scott

MarkFL 10-12-2018 03:40 AM

The stylevar that controls the background color of that element is named "sidebar_background" but that stylevar controls more than just that element.

If you wish to change the color of just that element, one way to do that is to open the template named "userprofile.css" and locate the selector that reads:

Code:

#sidebar_container.member_summary
{
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
}

And change the "background-color" attribute to your liking.

scottkoz20 10-12-2018 10:04 AM

Thanks Mark -

Now to find the Profile Tab colors as the background went to #FFF

MarkFL 10-12-2018 01:53 PM

Did you change the stylevar or edit the CSS template?

scottkoz20 10-12-2018 02:26 PM

Quote:

Originally Posted by MarkFL (Post 2596743)
Did you change the stylevar or edit the CSS template?

for the sidebar - I changed the CSS as you mentioned, but I dont see the color code at all on the stylevar

MarkFL 10-12-2018 03:23 PM

If you edited the CSS template, then that should only affect the sidebar on the profile. That's what happened on my dev site.

scottkoz20 10-12-2018 03:45 PM

1 Attachment(s)
thats what happened on my site as well - i need to tackle Profile background colors (maybe text also)

edit - I highlighted the text as it was white on white :rolleyes:

MarkFL 10-12-2018 03:56 PM

Just to be clear, your tabs were fine until you edited the CSS template?

scottkoz20 10-12-2018 06:05 PM

WELL - i fixed it!

The issue was on the profile - I have a SAVE and SAVE AS DEFAULT

I was killing my own color settings that I wanted set as the default when I thought I was saving one thing, I would "break" something else. Once I updated one at a time, then all was fine.

Thanks for pointing in the right direction Mark


All times are GMT. The time now is 09:37 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.01621 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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