X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/194ad84d50ba285bc620fe8cbd48d5e595c1dedc..79f8945f7b66f8cf1ba1f1b84567665a051a76ff:/base.css diff --git a/base.css b/base.css index 0922dc4..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 */ @@ -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;