This is that CSS that’s used in the Coaching Staffs demo. ALWAYS use a new stylesheet named mstw-cs-custom-styles.css
and located in your CHILD theme’s main directory.
/******************************************************
* MSTW COACHING STAFFS PLUGIN CUSTOM CSS FILE (mstw-cs-custom-styles.css)
*
* This file includes custom rulesets for the sample varsity-basketball-girls
* on shoalsummitsolutions.com:
* - For the coaching staff table ([mstw-cs-table] shortcode)
* - For the single coach profile/bio (single-coach.php page template)
* - For the coaching staff gallery (taxonomy-staffs.php page template)
******************************************************/
/*-------------------------------------------------------------------
*
* Sample Custom Styles for shoalsummitsolutions.com live coaching staffs
* VARSITY BASKETBALL GIRLS STAFF (varsity-basketball-girls)
*
*------------------------------------------------------------------*/
/*-----------------------------------------------------------
* Staff table [shortcode]
*-----------------------------------------------------------*/
h1.staff-head-title.staff-head-title-varsity-basketball-girls {
color: #2774AE; /* UCLA Blue */
}
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls th {
background-color: #2774AE;
color: #FFD100;
}
/* Odd rows will be the default */
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls tr td {
background-color : #FFD100; /* UCLA Gold */
color : #2774AE;
}
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls tr td a {
color: #2774AE;
}
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls tr:nth-child(even) td {
background-color : #2774AE;
color : #FFD100;
}
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls tr:nth-child(even) td a,
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls tr:nth-child(even) td a:visited,
table.mstw-cs-table.mstw-cs-table-varsity-basketball-girls tr:nth-child(even) td a:active {
color : #FFD100;
}
/*-------------------------------------------------------------
* Single Coach Profile/Bio page (single-coach.php page template)
*-----------------------------------------------------------*/
div.coach-header-varsity-basketball-girls {
background-color: #2774AE;
color: #FFD100;
}
div.coach-header-varsity-basketball-girls #coach-name-position #coach-name h1,
div.coach-header-varsity-basketball-girls #coach-name-position #coach-name h2 {
color : #FFD100;
}
div.coach-header-varsity-basketball-girls .coach-bio h1 {
color : #2774AE;
}
div.coach-header-varsity-basketball-girls + .coach-bio {
background-color : #FFD100; /* UCLA gold */
color : #003B5C; /* UCLA Darkest Blue */
border : solid 2px #2774AE; /* UCLA Blue */
}
div.coach-header-varsity-basketball-girls + .coach-bio h1 {
color : #003B5C;
}
/*-------------------------------------------------------------
* Staff Gallery page (taxonomy-staffs.php page template)
*------------------------------------------------------------*/
h1.staff-head-title.staff-head-title-varsity-basketball-girls {
color: #2774AE;
}
div.coach-tile.coach-tile-varsity-basketball-girls {
background-color : #2774AE;
color : #FFD100;
}
div.coach-tile-varsity-basketball-girls .coach-name-position h1,
div.coach-tile-varsity-basketball-girls .coach-name-position h2 {
color : #FFD100;
}
div.coach-tile-varsity-basketball-girls .coach-name-position a {
color : #FFD100;
text-decoration : none;
}
div.coach-tile-varsity-basketball-girls .coach-name-position a:hover {
color : #FFD100;
text-decoration : underline;
}