only set up input bindings for clickable keys
[sheet.git] / base.css
index 2d4dc9007a892b7c6201390b778ce0603f4eef01..ee92ec1abc7746cd275cabe4327158ffa7edb715 100644 (file)
--- a/base.css
+++ b/base.css
@@ -59,7 +59,7 @@ p.aside {
 p.footer {
        margin: 1em 0 0;
 }
-hr ~ .footer {
+.help + .footer {
        margin: 0;
 }
 
@@ -158,6 +158,15 @@ table.glyphs {
 .glyphs tbody td {
        font-size: 112%;
 }
+.glyphs .glyphs {
+       margin: 0.5ex 0;
+}
+.glyphs .glyphs td {
+       font-size: 100%;
+}
+.glyphs.charmap tbody td {
+       font-size: 200%;
+}
 
 /* table headers */
 
@@ -297,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}