X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4af2c4c329f1a501831734ce6e7e867bf1d26b9d..45151087c5eb4029a380ac5fd0bb9a677be329c5:/dark.css diff --git a/dark.css b/dark.css index 8c06973..3691fbd 100644 --- a/dark.css +++ b/dark.css @@ -50,40 +50,40 @@ th, td { opacity: 0.4; } -td.X {background: #000} /* unidentified */ -td.Xr {background: #111} /* reverse */ -td.Co {background: #322} /* private */ +.X {background: #000} /* unidentified */ +.Xr {background: #111} /* reverse */ +.Co {background: #322} /* private */ /* implementation-based alternatives */ -td.l0 {background: #411} /* bmp */ -td.l2 {background: #321} /* proposed digraph */ -td.l4 {background: #330} /* rfc-1345 digraph */ -td.l5 {background: #030} /* ascii */ -td.l6 {background: #00331D} /* ascii */ -td.ex {background: #222} /* disfavoured */ -td.u-invalid {background: #333} /* impossible */ +.l0 {background: #411} /* bmp */ +.l2 {background: #321} /* proposed digraph */ +.l4 {background: #330} /* rfc-1345 digraph */ +.l5 {background: #030} /* ascii */ +.l6 {background: #00331D} /* ascii */ +.ex {background: #222} /* disfavoured */ +.u-invalid {background: #333} /* impossible */ /* general colorization */ -td.c-na, +.c-na, .pm {background: #040} /* motion */ .po {background: #340} /* window */ -td.c-sa, +.c-sa, .ci {background: #044} /* info */ -td.c-af, +.c-af, .co {background: #440} /* command */ -td.c-eu, +.c-eu, .cp {background: #530} /* command */ .mi {background: #520} /* ins */ -td.c-as, +.c-as, .mo {background: #500} /* state */ -td.c-aa, +.c-aa, .mv {background: #503} /* visual */ -td.c-oc, +.c-oc, .me {background: #205} /* mode */ .no {background: #222} /* unassigned */ -td.X:hover, +.X:hover, .pm a:hover, .pm[onclick]:hover, .po a:hover, .po[onclick]:hover, .ci a:hover, .ci[onclick]:hover, @@ -94,5 +94,5 @@ td.X:hover, .me a:hover, .me[onclick]:hover { color: #000; /* on default (light) background hover */ } -td.X:hover small {color: #FFF} +.X:hover small {color: #FFF}