update todo list
[sheet.git] / base.css
index ee92ec1abc7746cd275cabe4327158ffa7edb715..0aee0ed34c58872808e3250380cdaecae29ee319 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 */
 
@@ -297,6 +305,7 @@ td.Xi, td.Cs               {background: #CCC} /* invalid */
 td.Xd                      {color: #844} /* deprecated */
 td.Xr                      {color: #888} /* reserved (digraph reverse or proposal) */
 .dimap td.Xr               {background: #EEE} /* reversed digraph */
+.ccmap td.Xr {opacity:.4}
 
 /* implementation-based alternatives */
 td.di-b       {background: #FDD} /* bmp */
@@ -380,15 +389,13 @@ ul.keys li.ni {
        padding: 1px; /* same size as borderlessless keys */
 }
 
-dl.legend dt.vim,
-ul.keys li.vim {
+dl.legend dt.ext,
+ul.keys li.ext {
        border-style: dashed;
-       -moz-border-radius: 0; /* incompatible with border-style */
 }
-dl.legend dt.vim7,
-ul.keys li.vim7 {
-       border-style: dotted;
-       -moz-border-radius: 0;
+dl.legend dt.new,
+ul.keys li.new {
+       opacity: .6;
 }
 
 /* l/r help columns */