/* ===================================== *\ CLIENT: LEAGUESTAT BUILT & POWERED BY: LEAGUESTAT DATE: NOVEMBER 2006 ------------------------------------ TITLE: GAMEBYGAME COLOUR STYLESHEET \* ===================================== */ #gamebygameBlock { font: 11px/1.3 Arial,Helvetica,Sans-Serif; color: rgb(0,0,0); } #gamebygameBlock #playerInfo { padding: 15px 0 0; } #gamebygameBlock #playerInfo h1 { font: bold 54px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(255,5,0); } #gamebygameBlock #playerInfo h2 { font: bold 22px/100% "Arial Narrow",Arial,Helvetica,Sans-Serif; color: rgb(28,28,28); } #gamebygameBlock #controlBar { background: rgb(16,41,108); font: normal 12px/22px "Arial Narrow",Arial,Helvetica,Sans-Serif; color: white; } #gamebygameBlock .borderLeft { border-left: 1px solid whiet; } #gamebygameBlock #message { background: rgb(230,230,230); color: rgb(28,28,28) } /*STATS FORMATTING*/ #gamebygameBlock table.statsTable tr:hover { background: rgb(255,255,230); } #gamebygameBlock table.statsTable th { background: rgb(16,41,108); color: white; } #gamebygameBlock table.statsTable .totals { background: rgb(230,230,230); font-size: 11px; line-height: 150%; font-weight: bold; color: rgb(28,28,28); } #gamebygameBlock table.statsTable thead th a:hover, #gamebygameBlock table.statsTable tbody a:hover { color: rgb(16,41,108); } #gamebygameBlock table.statsTable tbody a { color: rgb(255,5,0); }