writing: common method to display (univer) legend
[sheet.git] / terse.css
1 @import url(base.css);
2
3 body .keys td {
4         position: relative; /* hides overflow */
5         width: 4.5em;
6 }
7 body .keys td b,
8 body .keys.meta td b,
9 body .keys.ctrl td b,
10 body .keys.lead td b { /* leading chars always fit */
11         position: absolute; /* background */
12         right: 0; /* least overlap in corner */
13         font-size: 250%;
14         line-height: 2.5ex;
15         opacity: .5;
16         color: #FFF;
17 }
18