X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ca8caa9227ad9151bd57ab7eccab2c8947ea55da..b16ebb61e918ea6b67674f515814f4fae6fcc37f:/dark.css diff --git a/dark.css b/dark.css index 835d32d..69a8f10 100644 --- a/dark.css +++ b/dark.css @@ -15,7 +15,7 @@ a:active, a:hover { } dl.legend dt, -ul.keys li { +.keys td { border-color: #888; } dl.legend-options dt {background: #333} @@ -53,7 +53,7 @@ th, td { .X {background: #000} /* unidentified */ .Xr {background: #111} /* reverse */ -.Co {background: #322} /* private */ +.Co, .Xi.Co {background: #322} /* private */ /* implementation-based alternatives */ .l1 {background: #411} /* bmp */ @@ -74,51 +74,33 @@ th, td { /* general colorization */ .c-sa, -.ci, -.g0 {background: #044} +.g1 {background: #044} .c-na, -.pm, -.g1 {background: #040} -.po, -.g2 {background: #340} +.g2 {background: #040} +.g3 {background: #340} .c-af, -.co, -.g3 {background: #440} +.g4 {background: #440} .c-eu, -.cp, -.g4 {background: #530} -.mi, -.g5 {background: #520} +.g5 {background: #530} +.g6 {background: #520} .c-as, -.mo, -.g6 {background: #500} +.g7 {background: #500} .c-an, -.mv, -.g7 {background: #503} +.g8 {background: #503} .c-oc, -.me, -.g8 {background: #205} +.g9 {background: #205} .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, -.co a:hover, .co[onclick]:hover, -.mi a:hover, .mi[onclick]:hover, -.mo a:hover, .mo[onclick]:hover, -.mv a:hover, .mv[onclick]:hover, -.me a:hover, .me[onclick]:hover, +.g9 a:hover, .g9[onclick]:hover, .g8 a:hover, .g8[onclick]:hover, .g7 a:hover, .g7[onclick]:hover, .g6 a:hover, .g6[onclick]:hover, .g5 a:hover, .g5[onclick]:hover, .g4 a:hover, .g4[onclick]:hover, .g3 a:hover, .g3[onclick]:hover, -.g2 a:hover, .g2[onclick]:hover, -.g1 a:hover, .g1[onclick]:hover, -.g0 a:hover, .g0[onclick]:hover { +.g2 a:hover, .g2[onclick]:hover { color: #000; /* on default (light) background hover */ } .legend .ex:hover {background: #666}