X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b8cac6e3a9b47f1a2ae9dfc7bfc53df8fec1d004..0521f436ed93fcfee1073656b425522cef34b204:/digraphs.css diff --git a/digraphs.css b/digraphs.css index 60c0a56..dc62529 100644 --- a/digraphs.css +++ b/digraphs.css @@ -70,7 +70,14 @@ td { background: #DDD; } -td.X {background: #FFF} /* unidentified */ +/* properties */ +td.X {background: #FFF} /* unidentified */ +td.Xr {background: #EEE} /* reverse */ +td.Xa {color: #0A0} /* ascii */ +td.Xl {color: #070} /* latin1 */ +td.Co {color: #800} /* private */ +td.Xz {color: #D00} /* proposed */ + td.Lm, td.Mc, td.Me, td.Zl, td.Zp, td.Cs {background: #F00} /* unstyled */ /* letter scripts */ @@ -96,12 +103,6 @@ td.Cc {color: #666; background: #BBB} /* control */ td.Zs {background: #ACB} /* space */ td.Zs span {background: #EEE} -/* properties */ -td.Xa {color: #0A0} /* ascii */ -td.Xl {color: #070} /* latin1 */ -td.Co {color: #800} /* private */ -td.Xz {color: #D00} /* proposed */ - /* hover effects */ td.X:hover {cursor: help} td.Greek:hover {background: #FA9}