keyboard: close <dd> legend row tags
[sheet.git] / keyboard-altgr.css
1 .keys .row0 {
2         display: none; /* headerless */
3 }
4 .keys td {
5         width: 1em;
6         min-width: auto;
7         height: 2.25ex;
8         font-size: 200%;
9         font-size: calc(7.5vmin - 9px); /* fit 12 keys to page */
10         overflow: visible;
11         position: relative;
12         padding: 0;
13 }
14 .keys td b {
15         position: absolute; /* overlay */
16         z-index: 1;
17         top: 3.3ex; /* halfway over bottom */
18         left: 0;
19         right: 0;
20         font-size: 50%;
21         opacity: .5;
22         color: #FFF;
23         line-height: 2.25ex;
24 }
25 .keys .shift td b {
26         display: none;
27 }