View Full Version : Problem with color of arcade.
Lilmikeishere
03-28-2010, 10:47 PM
Basically, the template being used for the arcade is the one for the default style (which has already been deleted...)
Is there a way to fix this? If anybody knows or has had this problem and fixed it, please guide me through.
A picture for a simple understanding:
https://vborg.vbsupport.ru/external/2010/03/9.png
Digital Jedi
03-29-2010, 04:35 PM
Please try some of the posted fixes: https://vborg.vbsupport.ru/showpost.php?p=1982008&postcount=3
Lilmikeishere
03-29-2010, 06:49 PM
Did not help. Just to be sure I did it all right, I'll post my stuff.
skin_Arcade.php
http://pastebin.com/QEteH8RF
Arcade.css
.tborder {
background-color:{vb:stylevar doc_backgroundColor};
border: 1px solid #c4c4c4;
font-size: {vb:stylevar font-size};
}
.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;
}
.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
padding: 5px;
font-size: {vb:stylevar font-size};
border: 1px solid #c4c4c4;
margin: 0 10px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
Digital Jedi
03-29-2010, 08:51 PM
Did you also try saving your CSS as files, rather in the database? That option is in your vB Options.
Lilmikeishere
03-29-2010, 11:15 PM
Did you also try saving your CSS as files, rather in the database? That option is in your vB Options.
Thank you. :)
HRCHOSTING
04-04-2010, 01:24 PM
This solved my problem as well, THANKS!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.