X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2a2ae5d0bf7f0f0d0cf2377702fdf6f8827740ae..073e9b2bd8b8d0382c7142d27078a7fd198a75f6:/base.css diff --git a/base.css b/base.css index db0acf7..ee92ec1 100644 --- 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}