X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/25c42c7d1649e85339b165f205e620b8eadf6e7b..d1bf245dac9f5a1401ac536b5a19fff9aa39b72f:/keyboard/altgr.css diff --git a/keyboard/altgr.css b/keyboard/altgr.css new file mode 100644 index 0000000..50c182f --- /dev/null +++ b/keyboard/altgr.css @@ -0,0 +1,27 @@ +.keys .row0 { + display: none; /* headerless */ +} +.keys td { + width: 1em; + min-width: auto; + height: 2.25ex; + font-size: 200%; + font-size: calc(7.5vmin - 9px); /* fit 12 keys to page */ + overflow: visible; + position: relative; + padding: 0; +} +.keys td b { + position: absolute; /* overlay */ + z-index: 1; + top: 3.3ex; /* halfway over bottom */ + left: 0; + right: 0; + font-size: 50%; + opacity: .5; + color: #FFF; + line-height: 2.25ex; +} +.keys .shift td b { + display: none; +}