From: Mischa POSLAWSKY Date: Thu, 7 Aug 2008 18:48:12 +0000 (+0000) Subject: automatically apply monochrome/terse styling X-Git-Tag: v1.2~69 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/ff9e3ed9324334426d82f411422efd5480692dff automatically apply monochrome/terse styling In browsers supporting CSS3 media selectors, load the mono stylesheet for monochrome environments, and terse if available width is insufficient for default key formatting. --- diff --git a/base.css b/base.css index 0bc7a13..00871f7 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;