X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8ee54859dde1136675f9c3cc2226984418094c0c..7ee7a878e0b44cd8306fb0ff35ddbcee216bd7d9:/base.css diff --git a/base.css b/base.css index c53f11e..3db71e8 100644 --- a/base.css +++ b/base.css @@ -223,6 +223,7 @@ thead th, td { /* table headers */ th, +tfoot td, thead td { border: 0; background: transparent !important; @@ -241,6 +242,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 */ @@ -458,7 +466,7 @@ table.dimap { .c-as, .mo, .g6 {background: #FCC} /* red: mode */ -.c-aa, +.c-an, .mv, .g7 {background: #ECE} /* purple: visual (g6+) */ .c-oc, @@ -484,7 +492,7 @@ table.dimap { .c-as:hover, .mo a:hover, .mo[onclick]:hover, .g6 a:hover, .g6[onclick]:hover {background: #F88} -.c-aa:hover, +.c-an:hover, .mv a:hover, .mv[onclick]:hover, .g7 a:hover, .g7[onclick]:hover {background: #D9D} .c-oc:hover,