countries: rename from cc
[sheet.git] / terse.css
1 @import url(base.css);
2
3 body ul.keys li {
4         position: relative; /* hides overflow */
5         width: 4.5em;
6 }
7 body ul.keys li b,
8 body ul.keys.meta li b,
9 body ul.keys.ctrl li b,
10 body ul.keys.lead li 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