changed git repository location
[sheet.git] / base.css
index 00871f7f4444686eda513fc9b15a424795562eda..95ba44c12da93054d615614049c1aa5e3eddde1d 100644 (file)
--- a/base.css
+++ b/base.css
@@ -29,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 {
@@ -113,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;
@@ -133,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 {
@@ -210,7 +211,10 @@ ul.legend-set li {
 
 /* printing hints */
 
-@page {size: landscape}
+@page {
+       size: landscape;
+       margin: 0;
+}
 
 @media print {
        ul.legend-set {display: none}