Quote:
Originally Posted by MonsterDK
hey,
Can anyone kindly help with changing the arcade colours so I can match them to my forum colours please? so that is the background and also text colours of the arcade... thanks in advanced.
|
with out seeing your arcade I could suggest changing your alt1 and alt2 in your arcade.css
to this
Code:
.alt1, .alt1Active
{
background:{vb:stylevar formrow_background.backgroundColor};
color: {vb:stylevar blocksubhead_color};
//-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
//-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
//-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
//-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
//-moz-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color};
//-webkit-box-shadow: -1px 1px 1px {vb:stylevar forumbits_shadow_color};
//margin-bottom: {vb:stylevar padding};
}
.alt2, .alt2Active
{
background-color:{vb:stylevar content3_background.backgroundColor};
color: {vb:stylevar blocksubhead_color};
//-moz-box-shadow: -1px 1px 1px 1px {vb:stylevar forumbits_shadow_color};
//-webkit-box-shadow: -1px 1px 1px 1px{vb:stylevar forumbits_shadow_color};
//margin-bottom: {vb:stylevar padding};
}
and change your ARCADE template to this
https://vborg.vbsupport.ru/showpost....07&postcount=2
grab the attachment