X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b5770997564659fc6a205c774152f6f41d8d1832..79f8945f7b66f8cf1ba1f1b84567665a051a76ff:/base.css diff --git a/base.css b/base.css index 918d824..989f8be 100644 --- a/base.css +++ b/base.css @@ -119,11 +119,13 @@ ul.keys li b[title] { /* mnemonic hover */ ul.keys li[onclick]:hover { /* link */ cursor: pointer; } +ul.keys.meta li b, ul.keys.ctrl li b, ul.keys.lead li b { /* char with ctrl or leading key */ font-size: 100%; /* space is too limited for 2+ double-sized chars */ line-height: 5ex; /* keep double height though */ } +ul.keys.meta li b small, ul.keys.ctrl li b small { /* meta key indicator */ font-size: 70%; font-weight: normal; /* nice and subtle */ @@ -152,7 +154,7 @@ table.glyphs { .glyphs th, .glyphs thead td { border: 0; - background: transparent; + background: transparent !important; } .glyphs thead td { width: auto; /* no glyph cells in header */ @@ -221,17 +223,11 @@ table.glyphs.dimap { margin-bottom: -2.2ex; /* take cell padding */ } .glyphs small.digraph { - background: #888; - color: #FFF; - background: #000; color: #FFF; opacity: 0.3; } .glyphs small.value { - background: #CCC; - color: #666; - background: #600; color: #FFF; opacity: 0.3;