X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3decd7a16f6c826533bb1ff3c8ed56bdc47a9a08..6ab9c94cde0ca32c221dc3120f0088e1693e71c1:/base.css diff --git a/base.css b/base.css index 1e88637..610cced 100644 --- a/base.css +++ b/base.css @@ -723,3 +723,23 @@ nav > .section { ul.legend-set {display: none} /* current options only relevant on dynamic media */ } +/* terse optimisation */ + +@media (max-width: 79em) { + body .keys td { + position: relative; /* hides overflow */ + width: 4.5em; + } + body .keys td b, + body .keys.meta td b, + body .keys.ctrl td b, + body .keys.lead td b { /* leading chars always fit */ + position: absolute; /* background */ + right: 0; /* least overlap in corner */ + font-size: 250%; + line-height: 2.5ex; + opacity: .5; + color: #FFF; + } +} +