Reading this thread, I hate to say a peep, since it looked like y'all were fixin' to have a lynching... but I'm 75% of the way and could use a little nudge.
First, I applied the code below, and that is what got me 75% of the way.
Quote:
Originally Posted by hardfm
It seems to me everyone here is overseeing the main concern, and that is to get that damn arcade to look like your site, so just paste this into your ARCADE.CSS and we're all happy.
Code:
.tborder {
background-color:{vb:stylevar doc_backgroundColor};
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
{
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
text-decoration: underline;
}
.alt1, .alt1Active
{
}
.alt2, .alt2Active
{
}
/* ***** 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 2px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
|
That worked GREAT, with only one exception, which is DARK STYLES. I use several dark styles on my site, and instead of trying to edit this in the templates PER STYLE, I'm sure there must be a way to fix this in my default PARENT templates (I'm just not sure how).
The only problem I'm having in Dark Styles, is that the bold statistical text at the bottom of the page is all
BLACK "best Score of all Time", "actual Highscore Champ", "personal best Score", "Statistics", "Game-Rating"... (For the record, I'm running v4.0.2).
Screen Shot:
I don't want to hard code the text to be white, because then it won't be visible in the light styles I use.
I see that there is another method of changing the background color listed
here, which I have not tried, but since I applied the code above, it looks to do the same thing.
Can anyone tell me how I can fix this?
Thanks for the code above, that was a huge step in the right direction!
By the way, I'm allergic to rope.
Thanks!

Jeff