Webby
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: div class in themeomg! Thank you, this corrected the issue immediately…
🙂
Forum: Themes and Templates
In reply to: div class in themeAll inline css from my div tags has now been removed.
Forum: Themes and Templates
In reply to: div class in themeIn a custom.css file.
/public_html/wp-content/themes/Empire.v1.0.7/empire/custom.css
this is separate from the default stylesheet
/public_html/wp-content/themes/Empire.v1.0.7/empire/style.css
The code exactly as it’s placed in my custom style sheet is:
/*-------------------------------------------------------------------------------------------*/ /* YCA GAME Boxes CSS */ /*-------------------------------------------------------------------------------------------*/ div.yca_results_box_grey { background:#ccc; background:-moz-linear-gradient(top, #ccc, #eee); background:-webkit-gradient(linear,0 0, 0 100%, from(#ccc), to(#eee)); box-shadow:inset 0 0 10px rgba(0,0,0,.4); -moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4); } div.yca_results_box_green { background:#ccc; background:-moz-linear-gradient(top, #4f863b, #A9D47E); background:-webkit-gradient(linear,0 0, 0 100%, from(#4f863b), to(#A9D47E)); box-shadow:inset 0 0 10px rgba(0,0,0,.4); -moz-box-shadow:inset 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,.4); }
Viewing 3 replies - 1 through 3 (of 3 total)