X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ff415f6392ee38af55f1657c02d5a0069779b82f..982ebe99c0ce43548ad4910fb87d7b425b6ff689:/digraphs.css?ds=sidebyside diff --git a/digraphs.css b/digraphs.css index 22c2d6f..6019e5e 100644 --- a/digraphs.css +++ b/digraphs.css @@ -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}