X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ca8caa9227ad9151bd57ab7eccab2c8947ea55da..3f5c2ac6dbfb8d0e583c023345a919ed8bef0ef9:/base.css diff --git a/base.css b/base.css index e2f9bac..7a2d4e7 100644 --- a/base.css +++ b/base.css @@ -74,6 +74,17 @@ p.footer { margin: 0; } +.error { + background: #F00; + background: rgba(255, 0, 0, .8); + color: #FFF; + border: 2px solid #000; + border-width: 2px 0; + padding: 1em; + margin: 2ex auto; + clear: both; +} + ul { margin: 0; padding: 0; @@ -223,6 +234,7 @@ thead th, td { /* table headers */ th, +tfoot td, thead td { border: 0; background: transparent !important; @@ -241,6 +253,13 @@ th { text-align: right; /* variable width so keep near cells */ padding: 0 0.5em; } +.cat { + font-size: 70%; + text-transform: uppercase; +} +tfoot .cat th { + border-top: 1px solid #888; +} /* digraphs map */