/* ===================================== *\ CLIENT: LEAGUESTAT BUILT & POWERED BY: LEAGUESTAT DATE: NOVEMBER 2006 ------------------------------------ TITLE: ROSTER COLOUR STYLESHEET \* ===================================== */ #navBlock { background: rgb(1,41,72); } #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(1,41,72); } /* 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(1,41,72); 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(182,0,6); } #rosterBlock #videoBlock li a:hover, #rosterBlock thead th a:hover, #rosterBlock tbody a:hover { color: rgb(1,41,72); } #rosterBlock table tr:hover { background: rgb(255,255,230); } #rosterBlock #videoBlock { background: rgba(1,41,72,.9); background: rgb(1,41,72); border: 1px solid rgb(134,134,134); } #rosterBlock #videoBlock li a { color: rgb(255,255,255); font-weight: normal; } #rosterBlock #videoBlock li.date { background: rgb(255,255,255); font-weight: bold; color: rgb(182,0,6); }