X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f530acce63608ef882e97327ad8ca31d95f0cfe6..09bc7e2233fec9509879df474235cc0492982eb3:/base.css diff --git a/base.css b/base.css index 0bc7a13..95ba44c 100644 --- a/base.css +++ b/base.css @@ -1,3 +1,11 @@ +/* media features */ + +@import url(terse.css) all and (max-width: 80em); + +@import url(mono.css) all and (monochrome); + +/* general */ + body { background: #FFF; color: #000; @@ -21,6 +29,20 @@ h2 { margin-bottom: -4ex; } +/* footer */ + +hr { + clear: both; + visibility: hidden; + height: 2ex; + margin: 0; +} + +p.footer { + margin: 0; + text-align: center; +} + /* "keyboard" (list of keys) */ ul { @@ -105,6 +127,7 @@ ul.keys.ctrl li b small { /* meta key indicator */ .mo[onclick]:hover {background: #F88} .me[onclick]:hover {background: #99F} .mv[onclick]:hover {background: #D9D} +.co[onclick]:hover {background: #EE4} .no { background: #EEE; @@ -125,20 +148,6 @@ ul.keys li.vim7 { -moz-border-radius: 0; } -/* footer */ - -hr { - clear: both; - visibility: hidden; - height: 2ex; - margin: 0; -} - -p.footer { - margin: 0; - text-align: center; -} - /* l/r help columns */ .help { @@ -202,7 +211,10 @@ ul.legend-set li { /* printing hints */ -@page {size: landscape} +@page { + size: landscape; + margin: 0; +} @media print { ul.legend-set {display: none}