X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f530acce63608ef882e97327ad8ca31d95f0cfe6..01c47091040e8e84d64b8f2b0b395f47bad139c4:/base.css diff --git a/base.css b/base.css index 0bc7a13..cfaa433 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; @@ -105,6 +113,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;