nethack: subargument updates
[sheet.git] / base.css
index 0bc7a131945e35ea92f84755d35a5b298b9c2e34..366499e3283bfd70aa0798b530ff90c910bc2ed5 100644 (file)
--- 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 {
@@ -96,6 +118,7 @@ ul.keys.ctrl li b small { /* meta key indicator */
 .po {background: #DFA}   /* window */
 .co {background: #FFA}   /* command */
 .ci {background: #BFE}   /* info */
+.cp {background: #FDA}   /* TODO */
 .mi {background: #FCA}   /* insert mode */
 .mo {background: #FCC}   /* mode */
 .mv {background: #ECE}   /* visual mode */
@@ -105,6 +128,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 +149,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 +212,10 @@ ul.legend-set li {
 
 /* printing hints */
 
-@page {size: landscape}
+@page {
+       size: landscape;
+       margin: 0;
+}
 
 @media print {
        ul.legend-set {display: none}