X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=css%2Fstandard004.css;h=a568441731f6e920336f3feb5a248951a4a230ce;hp=e3692afe33663ea1283cdb210e48043b475fa556;hb=61ced3e42a77e624e2209a94c5f324a2071eef7d;hpb=e8b56a58ef9b5dabf77273f540d1ec678e604615;ds=sidebyside diff --git a/css/standard004.css b/css/standard004.css index e3692af..a568441 100644 --- a/css/standard004.css +++ b/css/standard004.css @@ -460,19 +460,19 @@ table.score { font-size:larger; } -table { margin: 0.5em 1em; +table.stats { margin: 0.5em 1em; border: solid 0.2em #aeaeae; -moz-border-radius: 0.5em ; } -tr.odd { background-color:#aeaeae; } -tr.even { background-color:#eaeaea; } -td,th { +table.stats tr.odd { background-color:#aeaeae; } +table.stats tr.even { background-color:#eaeaea; } +table.stats td, table.stats th { margin-left: 0.2em; margin-right: 0.2em; padding-left: 0.2em; padding-right: 0.2em; border-right: solid 0.1em black; } -tr td:last-child, tr th:last-child { border-right: solid 0 black; } +table.stats tr td:last-child, table.stats tr th:last-child { border-right: solid 0 black; } -th { border-bottom: solid 0.2em black } \ No newline at end of file +table.stats th { border-bottom: solid 0.2em black } \ No newline at end of file