unicode: add specific header and footer
[sheet.git] / digraphs.css
index 9e037a90b6880ac36277a30d065a795b089d08ea..6019e5e4787b25e9a64547cfc1d3c717e90671a8 100644 (file)
@@ -79,7 +79,7 @@ td.X  {background: #FFF} /* unidentified */
 td.Xr {background: #EEE} /* reverse */
 td.Xa {color: #0A0} /* ascii */
 td.Xl {color: #070} /* latin1 */
-td.Xz {color: #D00} /* proposed */
+  .Xz {color: #D00} /* proposed */
 
 td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */
 
@@ -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}