X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.css;h=2d01d88a908957f2b5601ae0f30059d63f472965;hp=64f57aa842c8286722b5fad061b5fa9a65409703;hb=4a2f33b86e70f2270906265751131161ba114f36;hpb=3f858e5e0294d56fc32016a1d5c0e253f39902b5 diff --git a/html/ccbs.css b/html/ccbs.css index 64f57aa..2d01d88 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -65,6 +65,7 @@ th { background-color: rgb(128,229,128); } tr.even td { background-color: #ffa; } tr.total { border-top: 2px solid black; } tr.own { border: 2px solid red; } +td.empty { border: 0px; } a:link, a:hover, th a:link, th a:visited, th a:hover { color: blue; @@ -76,6 +77,9 @@ a:visited { .notpaid { color: red; } +p.button { + margin: 0; +} /* IE sucks! */ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; } @@ -86,3 +90,14 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; font-size: x-small; border-top: 1px solid gray; } + +.score { + border-right: 0px; +} +.playmode { + border-left: 0px; + border-right: 0px; +} +.difficulty { + border-left: 0px; +}