/* * CSS File for Team Rosters Plugin * Excerpt from the mstw-tr-custom-styles.css on dev.shoalsummitsolutions.com * * Slight changes may be required depending on your theme's default CSS * your-site-url/wp-content/themes/your-parent-theme/style.css * your-site-url/wp-content/themes/your-child-theme/style.css * * Hopefully you are using a child-theme. You can read why in many places including: * https://shoalsummitsolutions.com/why-a-child-theme/ * * Put your custom css in this specific file: * your-site-url/wp-content/themes/your-active-theme/mstw-tr-custom-styles.css * */ /*------------------------------------------------------- * Player Profile settings for Cal Bears *------------------------------------------------------*/ /* * Cal Blue #003262; * Cal Gold #FDB515; * Cal Gray(accent) #DDD; * */ h1.player-head-title.player-head-title_cal-bears, h1.player-head-title.player-head-title_cal-bears-csv { color: #003262; } /* player-header contains player photo and information */ div.player-header_cal-bears, div.player-header_cal-bears-csv { background-color: #003262; } div.player-header_cal-bears #player-name-nbr, div.player-header_cal-bears-csv #player-name-nbr { color: #FDB515; } div.player-header_cal-bears #player-info-table, div.player-header_cal-bears-csv #player-info-table { border-left: 2px solid #888; color: #FDB515; } div.player-bio_cal-bears, div.player-bio_cal-bears-csv { color : #003262; background-color : #DDD; border-color : #003262; } div.player-bio_cal-bears h1, div.player-bio_cal-bears h2, div.player-bio_cal-bears h3, div.player-bio_cal-bears-csv h1, div.player-bio_cal-bears-csv h2, div.player-bio_cal-bears-csv h3 { color: #003262; margin-bottom: 12px; margin-bottom: 1.0rem; margin-top: 6px; margin-top: 1.0rem; } div.player-bio_cal-bears a:link, div.player-bio_cal-bears a:visited, div.player-bio_cal-bears-csv a:link, div.player-bio_cal-bears-csv a:visited { color: #003262; text-decoration: underline; } div.player-bio_cal-bears a:hover, div.player-bio_cal-bears a:active, div.player-bio_cal-bears-csv a:hover, div.player-bio_cal-bears-csv a:active { color: #888; text-decoration: underline; } /*------------------------------------------------------- * Player Profile settings for 2012 SF Giants *------------------------------------------------------*/ /* * Giants Black #000 * Giants Orange #FC4614 * Giants Tan(accent) #C49A6C * Giants Cream(accent) #F0EDE3 * */ h1.player-head-title.player-head-title_sf-giants, h1.player-head-title.player-head-title_2012-sf-giants, h1.player-head-title.player-head-title_sf-giants-1954 { color: #FC4614; } /* player-header contains player photo and information */ div.player-header_sf-giants, div.player-header_2012-sf-giants, div.player-header_sf-giants-1954 { background-color: #C49A6C; /*#000;*/ } div.player-header_sf-giants #player-name-nbr, div.player-header_2012-sf-giants #player-name-nbr, div.player-header_sf-giants-1954 #player-name-nbr { color: #000; } div.player-header_sf-giants #player-info-table, div.player-header_2012-sf-giants #player-info-table, div.player-header_sf-giants-1954 #player-info-table { border-left: 2px solid #C49A6C; color: #000; /*#FC4614;*/ } div.player-bio_sf-giants, div.player-bio_2012-sf-giants, div.player-bio_sf-giants-1954 { color: #000; background-color: #F0EDE3; border-color: #FC4614; } div.player-bio_sf-giants h1, div.player-bio_sf-giants h2, div.player-bio_sf-giants h3, div.player-bio_2012-sf-giants h1, div.player-bio_2012-sf-giants h2, div.player-bio_2012-sf-giants h3, div.player-bio_sf-giants-1954 h1, div.player-bio_sf-giants-1954 h2, div.player-bio_sf-giants-1954 h3 { color: #FC4614; margin-bottom: 12px; margin-bottom: 1.0rem; margin-top: 6px; margin-top: 1.0rem; } div.player-bio_sf-giants a:link, div.player-bio_sf-giants a:visited, div.player-bio_2012-sf-giants a:link, div.player-bio_2012-sf-giants a:visited, div.player-bio_sf-giants-1954 a:link, div.player-bio_sf-giants-1954 a:visited { color: #000; text-decoration: underline; } div.player-bio_sf-giants a:hover, div.player-bio_sf-giants a:active, div.player-bio_2012-sf-giants a:hover, div.player-bio_2012-sf-giants a:active, div.player-bio_sf-giants-1954 a:hover, div.player-bio_sf-giants-1954 a:active { color: #C49A6C; text-decoration: underline; } /*------------------------------------------------------- * Player Profile settings for Boston Celtics *------------------------------------------------------*/ /* * Celtic Green #028249; * Celtic White #fff; * Celtic Black(accent) #000; * */ h1.player-head-title.player-head-title_celts { color: #028249; } /* player-header contains player photo and information */ div.player-header_celts { background-color: #028249; } div.player-header_celts #player-name-nbr { color: #fff; } div.player-header_celts #player-info-table { border-left: 2px solid #fff; color: #fff; } div.player-bio_celts { color: #000; background-color: #fff; border-color: #028249; } div.player-bio_celts h1, div.player-bio_celts h2, div.player-bio_celts h3 { color: #028249; margin-bottom: 12px; margin-bottom: 1.0rem; margin-top: 6px; margin-top: 1.0rem; } div.player-bio_celts a:link, div.player-bio_celts a:visited { color: #028249; text-decoration: underline; } div.player-bio_celts a:hover, div.player-bio_celts a:active { color: #028249; text-decoration: none; }