X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1509cc6f533fa6718a0913176c692d12f59a1748..9dbcbd066045c364ea5cea0dad6507e3038c2163:/base.css diff --git a/base.css b/base.css index 2d4dc90..d726d0e 100644 --- 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 */ @@ -288,6 +297,7 @@ td.Xi, td.Cs {background: #CCC} /* invalid */ td.Xd {color: #844} /* deprecated */ td.Xr {color: #888} /* reserved (digraph reverse or proposal) */ .dimap td.Xr {background: #EEE} /* reversed digraph */ +.ccmap td.Xr {opacity:.4} /* implementation-based alternatives */ td.di-b {background: #FDD} /* bmp */ @@ -297,6 +307,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} @@ -362,15 +381,13 @@ ul.keys li.ni { padding: 1px; /* same size as borderlessless keys */ } -dl.legend dt.vim, -ul.keys li.vim { +dl.legend dt.ext, +ul.keys li.ext { border-style: dashed; - -moz-border-radius: 0; /* incompatible with border-style */ } -dl.legend dt.vim7, -ul.keys li.vim7 { - border-style: dotted; - -moz-border-radius: 0; +dl.legend dt.new, +ul.keys li.new { + opacity: .6; } /* l/r help columns */