termcol: move common styling to css include
[sheet.git] / base.css
index 7b8586ec4d436b058e5e3eb1a2d384488434c3e8..eb181287143f8c86dd6644f121e0efbf2a6753a9 100644 (file)
--- a/base.css
+++ b/base.css
@@ -232,7 +232,7 @@ th,
 tfoot td,
 thead td {
        border: 0;
-       background: transparent !important;
+       background: transparent;
 }
 .glyphs thead td {
        width: auto; /* no glyph cells in header */
@@ -256,6 +256,17 @@ tfoot .cat th {
        border-top: 1px solid #888;
 }
 
+/* colour map */
+
+table.color th {
+       border: 1px solid #555;
+       font-weight: normal;
+       padding: 0 1ex;
+}
+table.color th ~ td {
+       font-family: monospace;
+}
+
 /* digraphs map */
 
 table.dimap {