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)
-   -   Change THESE Elements color (https://vborg.vbsupport.ru/showthread.php?t=265576)

SnakeEaterITA 06-21-2011 09:14 AM

Change THESE Elements color
 
1 Attachment(s)
Hi,

i have to change these elements:

i'm unable to find thew proper variables since i moved from 3.8.5 to 4.1

any idea?

SnakeEaterITA 06-21-2011 10:33 AM

Ok, i managed to edit a bit of the sidebar, but i still don't understand where the hell can I change the

#sidebar_container.member_summary {
background-color: #F1F3F8;


If i look for it via admincp, i find it in the member.css :

#sidebar_container.member_summary {
width: {vb:stylevar profile_sidebar_width};

float: {vb:stylevar left};
clear: {vb:stylevar right};
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
-moz-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
-webkit-box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
box-shadow:-2px 2px 2px {vb:stylevar shadow_color};
background-color:{vb:stylevar sidebar_background.backgroundColor};
border:{vb:stylevar sidebar_border};
display:inline-block;
margin-bottom: {vb:stylevar padding};
padding: 0;
}

the problem is that i'm unable to find sidebar_background.backgroundColor....I also tried to create a new stylevar, and change the code to "background-color:{vb:stylevar sidebar_custombkg};" but it still doesn't work....

any idea, please? :(

setishock 06-22-2011 08:02 PM

profile.css


All times are GMT. The time now is 08:56 AM.

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.00965 seconds
  • Memory Usage 1,706KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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