Quote:
Originally Posted by Hippy
I wouldn't say gone!
anyway
change the 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};
}
|
I am running 4.0.3 and can't seem to get the arcade looking right either. I just tried your css fix and it didn't do anything. I must have a different issue. No matter what I do to the css, nothing seems to change? I tried to just make the bg color #eeeeee etc and even that doesn't seem to work?
I have read about and seen other messed up arcade pages but can't seem to find the fix.
Thanks to anyone for any type of help.
--Chris