X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f1614fb2f16c1e75c8dcef8a9d3e1e46cc236bee..c9e24e105a536e99e4c2221e9e3dffe15eb78132:/base.css diff --git a/base.css b/base.css index b566045..139c94c 100644 --- a/base.css +++ b/base.css @@ -1,9 +1,3 @@ -/* media features */ - -@import url(terse.css) all and (max-width: 80em); - -@import url(mono.css) all and (monochrome); - /* general */ body { @@ -42,6 +36,9 @@ hr { margin: 0; } +.section ul { + margin-bottom: 1ex; +} .section h2 { margin: 0 1ex; clear: both; @@ -142,6 +139,13 @@ ul.keys li b[title] { /* mnemonic hover */ ul.keys li[onclick]:hover { /* link */ cursor: pointer; } +ul.keys li a { /* key link */ + color: inherit; + text-decoration: none; + display: block; + height: 100%; +} + ul.keys.meta li b, ul.keys.ctrl li b, ul.keys.lead li b { /* char with ctrl or leading key */ @@ -390,14 +394,14 @@ td.di-a:hover {background: #CF8} .mv {background: #ECE} /* visual mode */ .me {background: #CCF} /* key mode */ -.pm[onclick]:hover {background: #7E7} -.po[onclick]:hover {background: #CE6} -.ci[onclick]:hover {background: #5ED} -.mi[onclick]:hover {background: #F97} -.mo[onclick]:hover {background: #F88} -.me[onclick]:hover {background: #99F} -.mv[onclick]:hover {background: #D9D} -.co[onclick]:hover {background: #EE4} +.pm a:hover, .pm[onclick]:hover {background: #7E7} +.po a:hover, .po[onclick]:hover {background: #CE6} +.ci a:hover, .ci[onclick]:hover {background: #5ED} +.mi a:hover, .mi[onclick]:hover {background: #F97} +.mo a:hover, .mo[onclick]:hover {background: #F88} +.me a:hover, .me[onclick]:hover {background: #99F} +.mv a:hover, .mv[onclick]:hover {background: #D9D} +.co a:hover, .co[onclick]:hover {background: #EE4} .no { background: #EEE;