readline: mark readline v2.1 additions
[sheet.git] / base.css
index db0acf7b7425128ad6c74268b9bbb6530953f70e..d726d0ee93e09bc1da0dcba8247ea5640dc8b10a 100644 (file)
--- a/base.css
+++ b/base.css
@@ -164,6 +164,9 @@ table.glyphs {
 .glyphs .glyphs td {
        font-size: 100%;
 }
+.glyphs.charmap tbody td {
+       font-size: 200%;
+}
 
 /* table headers */
 
@@ -294,6 +297,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 */
@@ -303,6 +307,15 @@ td.di-a       {background: #EFD} /* ascii */
 td.di-rare    {background: #EEE} /* disfavoured */
 td.di-invalid {background: #BBB} /* impossible */
 
+/* continents */
+td.c-af       {background: #FFC}
+td.c-eu       {background: #FDC}
+td.c-as       {background: #FDD}
+td.c-oc       {background: #EEDDF4}
+td.c-aa       {background: #E3E8FF}
+td.c-sa       {background: #DFF}
+td.c-na       {background: #DFD}
+
 /* hover effects */
 td.di-d,
 td.X:hover {cursor: help}
@@ -368,15 +381,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 */