/* ===================================== *\ CLIENT: LEAGUESTAT BUILT & POWERED BY: LEAGUESTAT DATE: NOVEMBER 2006 ------------------------------------ TITLE: ROSTER COLOUR STYLESHEET Revised 10/19/2009 \* ===================================== */ #navBlock { background: rgb(28,28,28); } #navBlock h1 { padding-top: 35px; } #navBlock h1, #navBlock h4 { font: bold 18px/1 "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,28,28); } #navBlock h3 { font: normal 14px/1 Arial,Helvetica,Sans-Serif; } #navBlock h4 { font-size: 11px; color: lightGray; } #navBlock #controlBar { background: rgb(16,41,108); } /* STATS FORMATTING */ #rosterBlock thead td { background: rgb(230,230,230); border-bottom: 1px solid white; font-size: 12px; font-weight: bold; color: rgb(28,28,28); } #rosterBlock thead th { background: rgb(16,41,108); font-size: 10px; font-weight: bold; text-align: left; color: white; } #rosterBlock thead th a { color: white; } #rosterBlock tbody a { font-weight: bold; color: rgb(255,5,0); } #rosterBlock #videoBlock li a:hover, #rosterBlock thead th a:hover, #rosterBlock tbody a:hover { color: rgb(16,41,108); } #rosterBlock table tr:hover { background: rgb(255,255,230); } #rosterBlock #videoBlock { background: rgba(16,41,108,.9); background: rgb(16,41,108); border: 1px solid rgb(134,134,134); } #rosterBlock #videoBlock li a { color: rgb(200,200,200); font-weight: normal; } #rosterBlock #videoBlock li.date { background: rgb(200,200,200); font-weight: bold; color: rgb(26,26,26); }