X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.css;h=2d01d88a908957f2b5601ae0f30059d63f472965;hp=f3f8f6f9a487106dcd3292d0808bc869bc3cef18;hb=HEAD;hpb=984ee342666877f8a3423be51c659fcc19cbc549 diff --git a/html/ccbs.css b/html/ccbs.css index f3f8f6f..2d01d88 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -53,6 +53,10 @@ table { margin-left: 2em; font-size: smaller; } +table.scores { + margin-top: 1em; + margin-bottom: 1em; +} th, td { border: 1px solid black; padding: 2px; @@ -61,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; @@ -69,6 +74,13 @@ a:visited { color: navy; } +.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; } @@ -78,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; +}