Sample CSS for Roster Tables, Team Galleries, & Single Player Pages

/*——————————————————-
* Special stuff for sf-giants
*——————————————————*/
/*sf-giants roster table [shortcode]*/
.mstw-tr-table.mstw-tr-table-sf-giants {
border-bottom: 1px solid #555;
}

.mstw-tr-table.mstw-tr-table-sf-giants th.mstw-tr-table-head {
color: #f59e19; /*orange;*/
background-color: black;
}

.mstw-tr-table.mstw-tr-table-sf-giants td.mstw-tr-odd {
color: black;
background-color: #f59e19; /*orange;*/
border-top: 1px solid #555;
}

.mstw-tr-table.mstw-tr-table-sf-giants td.mstw-tr-even {
color: black;
background-color: #fcdaa6; /*light orange*/
border-top: 1px solid #555;
}

.mstw-tr-table.mstw-tr-table-sf-giants td.mstw-tr-odd a ,
.mstw-tr-table.mstw-tr-table-sf-giants td.mstw-tr-even a{
color: #555;
}

/*sf-giants single player bio page*/
header.player-header.player-header-sf-giants {
background-color: #f59e19; /*orange*/
color: #000;
}

h1.mstw_tr_roster_title.mstw_tr_roster_title_sf-giants {
color: black;
}

h1.player-head-title.player-head-title-sf-giants {
color: #000;
}

.player-bio-sf-giants {
border-color: #f59e19; /*orange*/
}

.player-bio.player-bio-sf-giants h1 {
color: #000;
}

.player-bio.player-bio-sf-giants p {
color: #000;
}

/*sf-giants player gallery (taxonomy) page*/
/*.player-tile.player-tile-sf-giants {*/
.player-tile-sf-giants {
background-color: #f59e19; /*orange*/
color: black;
}

.player-tile.player-tile-sf-giants a {
color: gray;
}

h1.team-head-title.team-head-title-sf-giants {
color: #000;
font-weight: bold;
}

.player-tile-sf-giants .player-name-number {
color: #000;
}

/*——————————————————-
* Special stuff for celts
*——————————————————*/
.mstw-tr-table.mstw-tr-table-celts {
border-bottom: 1px solid #000;
}

.mstw-tr-table.mstw-tr-table-celts th.mstw-tr-table-head {
color: white;
background-color: #028249; /*green*/
}

.mstw-tr-table.mstw-tr-table-celts td.mstw-tr-odd {
color: #028249; /*green*/
background-color: #fff;
border-top: 1px solid #000;
}

.mstw-tr-table.mstw-tr-table-celts td.mstw-tr-even {
color: white;
background-color: #028249; /*green*/
border-top: 1px solid #000;
}

.mstw-tr-table.mstw-tr-table-celts td.mstw-tr-odd a {
color: #028249; /*green*/
text-decoration: underline;
}

.mstw-tr-table.mstw-tr-table-celts td.mstw-tr-even a {
color: white;
text-decoration: underline;
}

/*——————————————————-
* Special stuff for cal-bears
*——————————————————*/
.mstw-tr-table.mstw-tr-table-cal-bears {
border-bottom: 1px solid #A2AAAD;
}

.mstw-tr-table.mstw-tr-table-cal-bears th.mstw-tr-table-head {
color: #FEC524; /*gold*/
background-color: #002D62; /*blue*/
}

.mstw-tr-table.mstw-tr-table-cal-bears td.mstw-tr-odd {
color: #002D62; /*blue*/
background-color: #FEC524; /*gold*/
border-top: 1px solid #A2AAAD;
}

.mstw-tr-table.mstw-tr-table-cal-bears td.mstw-tr-even {
color: #FEC524; /*gold*/
background-color: #002D62; /*blue*/
border-top: 1px solid #A2AAAD;
}

.mstw-tr-table.mstw-tr-table-cal-bears td.mstw-tr-odd a,
.mstw-tr-table.mstw-tr-table-cal-bears td.mstw-tr-even a {
color: #A2AAAD; /*gray*/
}

/*cal-bears single player bio page*/
header.player-header.player-header-cal-bears {
background-color: #002D62; /*blue*/
color: #FEC524; /*gold*/
}

.player-header-cal-bears #player-name-nbr {
color: #FEC524; /*gold*/
}

h1.player-head-title.player-head-title-cal-bears {
color: #002D62; /*blue*/
}

.player-bio.player-bio-cal-bears {
border-color: #002D62; /*blue*/
background-color: #AFB7BA; /*gray*/
color: #002D62; /*blue*/
}

.player-bio.player-bio-cal-bears h1 {
color: #002D62; /*blue*/
}

/*cal-bears player gallery (taxonomy) page*/

.player-tile.player-tile-cal-bears {
background-color: #002D62; /*blue*/
color: #FEC524; /*gold*/
}

h1.team-head-title.team-head-title-cal-bears {
color: #002D62; /*blue*/
font-weight: bold;
}

.player-tile-cal-bears .player-name-number {
color: #FEC524; /*gold*/
}

.player-tile.player-tile-cal-bears a {
color: #AFB7BA; /*gray*/
}

Leave a Reply