View Full Version : .tcat and background problem
Bob_R
08-29-2010, 02:36 PM
Please see screen shot provided
The lettering is white and against that background it's tough on the eyes.
I went into arcade.css and changed the .tcat but nothing happened.
.tcat a:link, .tcat_alink
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #ffff66;
text-decoration: underline;
Please help.
Thanks!! :)
Hippy
08-29-2010, 04:00 PM
I am not sure why it didn't change
different styles I have tested change but then again something could be over lapping that test..
color: #ffffff;
is the font color for links..
you can open up your skin_arcade.php
and replace all the tcat, with blockhead
use something like editplus ..
click on the search replace all add tcat to the find and blockhead to replace and click all
save and re-upload
if you use skin_v3Arcade.php as well do the same..
once this is done, kill the .tcat in the ARCADE.css
.tcat {
font:{vb:stylevar blockhead_font};
color:{vb:stylevar blockhead_color};
background:{vb:stylevar blockhead_background};
padding:{vb:stylevar blockhead_padding};
border:{vb:stylevar blockhead_border};
-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};
}
.tcat a:link, .tcat_alink
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #FFFF66;
text-decoration: underline;
}
as far as background just add the template posted here to your ARCADE template https://vborg.vbsupport.ru/showpost.php?p=2087507&postcount=2
and change the
and replace alt1 and alt2
with
.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};
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.