PDA

View Full Version : Change THESE Elements color


SnakeEaterITA
06-21-2011, 08:14 AM
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, 09: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, 07:02 PM
profile.css