/* ===================================== *\ CLIENT: LEAGUESTAT BUILT & POWERED BY: LEAGUESTAT DATE: NOVEMBER 2006 ------------------------------------ TITLE: PLAYER COLOUR STYLESHEET Revised 10/19/2009 \* ===================================== */ #playerBlock { font: 11px/1.3 Arial,Helvetica,Sans-Serif; color: rgb(0,0,0); } #playerBlock a { text-decoration: none; } #playerBlock #playerPhoto { background: rgb(16,41,108); } #playerBlock #playerPhoto a { font-size: 10px; color: white; } #playerBlock #playerInfo #teamInfo h1 { font: bold 54px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(255,5,0); } #playerBlock #playerInfo h2 { font: bold 22px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,28,28); } #playerBlock #playerSummary { background: rgb(235,235,235); } #playerBlock #playerSummary td { font-size: 12px; line-height: 140%; } #playerBlock #playerInfo h1 + p { padding: 0 8px;} #playerBlock #playerInfo h1, #playerBlock h1#controlBar { background: rgb(16,41,108); font: normal 12px "Arial Narrow",Arial,Helvetica,Sans-Serif; color: white; } #playerBlock h1#controlBar a { color: white; } /*STATS FORMATTING*/ #playerBlock table.statsTable thead td { background: rgb(230,230,230); border-bottom: 1px solid white; font-size: 12px; font-weight: bold; line-height: 23px; text-transform: uppercase; color: rgb(28,28,28); } #playerBlock table.statsTable thead th { background: rgb(16,41,108); font-size: 10px; font-weight: bold; text-align: left; color: white; line-height: 1.5; } #playerBlock table.statsTable thead th a { color: white; } #playerBlock table.statsTable tbody a { font-weight: bold; color: rgb(255,5,0); } #playerBlock table.statsTable thead th a:hover, #playerBlock table.statsTable tbody a:hover { color: rgb(16,41,108); } #playerBlock table.statsTable tr:hover { background: rgb(255,255,230); } #playerBlock table.statsTable td {font-size: 12px;} body #mContent #playerBlock.ad { margin-right: 0; } body #mContent #ad { height: 250px; width: 300px; } body #mContent #playerBlock #playerInfo { min-height: 250px; padding: 15px 0 0 0; } body #mContent #playerBlock #teamInfo { overflow: auto; } body #mContent #playerBlock #teamInfo img { margin-right: 3px; }