Sample CSS for Custom Schedule Table Shortcode and Widget

You can check out the results of these custom rules for the MSTW Schedules & Scoreboards schedule tables on the MSTW Development site. /*————————————————————– * 49ers Schedule Table [shortcode] *————————————————————*/ .mstw-ss-table-head.mstw-ss-table-head_49ers-2014 th { background-color: #AA0000; /*49er red*/ color: #C8AA76; /*49er gold*/ border-color: black; } td.mstw-ss-odd.mstw-ss-odd_49ers-2014 { background-color: #C8AA76; /*49er gold*/ color: #AA0000; /*49er red*/ border-color: black; } td.mstw-ss-odd.mstw-ss-odd_49ers-2014 a, td.mstw-ss-odd.mstw-ss-odd_49ers-2014…

This content is for MSTW Gold Support and League Manager Add-ons members only.
Log In Register