X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ff9cbad80439360585c609d6f6d61ef200f55681..4117f35a7b636c06817c7c6a94224e28adde8ee1:/dark.css diff --git a/dark.css b/dark.css index 068f6ec..6c471ba 100644 --- a/dark.css +++ b/dark.css @@ -1,5 +1,5 @@ @import url(base.css); -@import url(terse.css) all and (max-width: 80em); +@import url(terse.css) all and (max-width: 79em); body { background: #000; @@ -8,13 +8,14 @@ body { a, a:visited { color: #BBB; } +.l:hover a:active, .l:hover a:hover, /* prevent override */ a:active, a:hover { color: #44E; text-decoration: none; } dl.legend dt, -ul.keys li { +.keys td { border-color: #888; } dl.legend-options dt {background: #333} @@ -55,15 +56,21 @@ th, td { .Co {background: #322} /* private */ /* implementation-based alternatives */ -.l0 {background: #411} /* bmp */ +.l1 {background: #411} /* bmp */ .l2 {background: #321} /* proposed digraph */ -.l4 {background: #330} /* rfc-1345 digraph */ -.l5 {background: #030} /* ascii */ -.l6 {background: #00331D} /* ascii */ -.l9 {background: #222} -.ex {background: #222} /* disfavoured */ +.l3 {background: #330} /* rfc-1345 digraph */ +.l4 {background: #030} /* ascii */ +.l5 {background: #00331D} /* ascii */ +.l0 {background: #222} +.ex { color: #777} /* disfavoured */ .u-invalid {background: #333} /* impossible */ +.p4::after {color: #F44} +.p3::after {color: #E66} +.p2::after {color: #C88} +.p1::after, +.p0::after {color: #CCC} + /* general colorization */ .c-sa, @@ -85,7 +92,7 @@ th, td { .c-as, .mo, .g6 {background: #500} -.c-aa, +.c-an, .mv, .g7 {background: #503} .c-oc, @@ -94,6 +101,7 @@ th, td { .no {background: #222} .X:hover, +.l:hover a, .l:hover a:visited, .pm a:hover, .pm[onclick]:hover, .po a:hover, .po[onclick]:hover, .ci a:hover, .ci[onclick]:hover, @@ -113,5 +121,6 @@ th, td { .g0 a:hover, .g0[onclick]:hover { color: #000; /* on default (light) background hover */ } +.legend .ex:hover {background: #666} .X:hover small {color: #FFF}