unicode: colourise different character classes
[sheet.git] / digraphs.css
index 22c2d6f6aff5bf235314d21f7fba718d0661b9c7..6019e5e4787b25e9a64547cfc1d3c717e90671a8 100644 (file)
@@ -108,6 +108,13 @@ td.Zs                      {background: #ACB} /* space */
 td.Zs span                 {background: #EEE}
 td.Co                      {background: #A99} /* private */
 
+/* alternate categories */
+td.Ascii    {background: #EFD} /* ascii */
+td.Di       {background: #FFD} /* rfc-1345 digraph */
+td.DiProp   {background: #FED} /* proposed digraph */
+td.DiNone   {background: #FDD} /* other unicode */
+td.Reserved {background: #BBB} /* impossible */
+
 /* hover effects */
 td.X:hover {cursor: help}
 td.Greek:hover                                     {background: #FA9}