mutt: compose mode
[sheet.git] / base.css
index d726d0ee93e09bc1da0dcba8247ea5640dc8b10a..76f5929a40b7c2484c64a97143b2d589a0dff005 100644 (file)
--- a/base.css
+++ b/base.css
@@ -91,6 +91,14 @@ li.row ul ul {
 h3      {display: none} /* semantic details (non-css/js) */
 li.mode {display: none} /* initially hidden (only show interactively (js)) */
 
+#rows {
+       width: 82.5em; /*       12 * (2px + 1px + 6.2em + 1px + 2px) + 8em*/
+       padding-right: 72px;
+}
+#rows > li {
+       margin-right: -72px;
+}
+
 /* individual keys */
 
 dl.legend dt,
@@ -158,15 +166,15 @@ table.glyphs {
 .glyphs tbody td {
        font-size: 112%;
 }
+.glyphs.big tbody td {
+       font-size: 200%;
+}
 .glyphs .glyphs {
        margin: 0.5ex 0;
 }
 .glyphs .glyphs td {
        font-size: 100%;
 }
-.glyphs.charmap tbody td {
-       font-size: 200%;
-}
 
 /* table headers */
 
@@ -366,6 +374,8 @@ td.di-a:hover                                      {background: #CF8}
 .mv {background: #ECE}   /* visual mode */
 .me {background: #CCF}   /* key mode */
 
+.pm[onclick]:hover {background: #7E7}
+.po[onclick]:hover {background: #CE6}
 .ci[onclick]:hover {background: #5ED}
 .mi[onclick]:hover {background: #F97}
 .mo[onclick]:hover {background: #F88}