X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c14ff34df0f6e80b747b2f0eef7b30a2deab636d..5f6d3958e4207035fefe088df2519231b5f07476:/darklite.css diff --git a/darklite.css b/darklite.css new file mode 100644 index 0000000..41c915e --- /dev/null +++ b/darklite.css @@ -0,0 +1,38 @@ +@import url(dark.css); + +th, td { + border-color: #333; + background: #181818; +} +.glyphs.dimap tbody, .glyphs.dimap colgroup { + border-color: #555; +} + +.glyphs small.digraph { + background: #444; + color: #AAA; + opacity: 0.5; +} +.glyphs small.value { + background: #633; + color: #AAA; + opacity: 0.4; +} + +td.X {background: #000} /* unidentified */ +td.Xr {background: #111} /* reverse */ +td.Co {background: #181111} /* private */ + +.mo, td.c-as, td.di-b {background: #200} +.co, td.c-af, td.di-d {background: #1C1C00} +.cp, td.c-eu, td.di-prop {background: #221400} +.pm, td.c-na, td.di-a {background: #002200} +.po {} +.ci, td.c-sa {background: #001A1A} +.mi {} +.mv, td.c-oc {background: #012} +.me, td.c-aa {background: #102} +.no {} + td.di-rare {background: #181818} /* disfavoured */ + td.di-invalid {background: #222} /* impossible */ +