You can check out the results of these custom rules for the MSTW Schedules & Scoreboards scoreboard ticker format on the MSTW Development site.
/******************************************************/ /* Custom colors for NFL Week 16 Scoreboard Ticker */ /******************************************************/ div#sbt-header-nfl-week-16 { background-color: green; color: yellow; } div#sbt-header-nfl-week-16 div.sbt-title a, div#sbt-header-nfl-week-16 div.sbt-title a:active, div#sbt-header-nfl-week-16 div.sbt-title a:visited { color: yellow; text-decoration: underline; } div#sbt-header-nfl-week-16 div.sbt-title a:hover { text-decoration: none; color: yellow; } div#sbt-ticker-content-nfl-week-16 ul li { color: green; background-color: rgba( 255, 255, 0, 0.45 ); } div#sbt-ticker-content-nfl-week-16 .sbt-game-header{ background-color: green; color: white; } div#sbt-ticker-content-nfl-week-16 .sbt-team{ color: green; }