/* Stats and legend table styles */ table#stats { border-collapse: separate; } /* colours for headers and "team global" material */ #stats .topstuff th { text-align: center; } #stats .topstuff td { text-align: center; } /* no border on little icons inside cells */ #stats .topstuff td a img { border: none; } /* implementation of dynamic hovering colour change for player rows */ #stats tr.dynamic { } #stats tr.dynamic:hover { } #stats .dynamic th, #stats .dynamic td { } /* special colours for notable material */ #stats td.yellow, #stats th.yellow, #stats th.notqual { } #stats td.green, #stats th.green, #stats th.qual { } #stats td.red, #stats th.red, #stats th.disqual { } #stats .bigbold { font-weight: bold; font-size: 140%; } /* put this near the end so it overrides other one-class specifiers */ /* used for material which "doesn't count": exhibitions or non-played games */ #stats td.greyout { color: inherit; } /* put this near the end so it overrides other one-class specifiers */ /* used for "separator" rows and columns */ #stats td.blank { } /* ------------------------------------------------------- */ table#legend { border-collapse: separate; } #legend th, #legend td { vertical-align: top; text-align: left; } #legend th { } #legend td { }