only set up input bindings for clickable keys
[sheet.git] / base.css
index db0acf7b7425128ad6c74268b9bbb6530953f70e..ee92ec1abc7746cd275cabe4327158ffa7edb715 100644 (file)
--- a/base.css
+++ b/base.css
@@ -164,6 +164,9 @@ table.glyphs {
 .glyphs .glyphs td {
        font-size: 100%;
 }
+.glyphs.charmap tbody td {
+       font-size: 200%;
+}
 
 /* table headers */
 
@@ -303,6 +306,15 @@ td.di-a       {background: #EFD} /* ascii */
 td.di-rare    {background: #EEE} /* disfavoured */
 td.di-invalid {background: #BBB} /* impossible */
 
+/* continents */
+td.c-af       {background: #FFC}
+td.c-eu       {background: #FDC}
+td.c-as       {background: #FDD}
+td.c-oc       {background: #EEDDF4}
+td.c-aa       {background: #E3E8FF}
+td.c-sa       {background: #DFF}
+td.c-na       {background: #DFD}
+
 /* hover effects */
 td.di-d,
 td.X:hover {cursor: help}