X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0f352cba4bd2bd1271275c60853c500a233eeef5..84a63eb1d32b332d3b0b2cf290c35b2e0c8d8f07:/red.css diff --git a/red.css b/red.css index eab9707..c816855 100644 --- a/red.css +++ b/red.css @@ -27,15 +27,15 @@ p.footer { } dl.legend dt, -ul.keys li { +.keys td { border-radius: 0; -moz-border-radius: 0; border-color: #800; } -ul.keys li { +.keys td { text-align: left; } -ul.keys li b { +.keys td b { margin-right: 3px; font-size: 100%; background: #800; @@ -92,10 +92,16 @@ th, td, .Co { border-width: 1px 0 0 1px; /* no precedence */ } .Co {background: #200 } /* private */ +.mapped tbody, .mapped colgroup, +.dimap tbody, .dimap colgroup, tbody, colgroup, th { - background: #800 !important; + background: #800; border: 1px solid #800; } +.keys tbody { + background: #000; + border: 0; +} .glyphs small.digraph { background: #600; @@ -112,6 +118,7 @@ tbody, colgroup, th { .l1 {background: #000; color: #DD6} .l3 {background: #000; color: #CCC} .l2 {background: #000; color: #CA8} +.l5, .l4 {background: #000; color: #8BC} .ex {background: #333} .u-invalid {background: #200} /* impossible */ @@ -120,7 +127,7 @@ tbody, colgroup, th { .c-af {background: #100; color: #FFF} .c-eu {background: #300; color: #FFF} .c-as {background: #500; color: #FFF} -.c-aa {background: #400; color: #8BC} +.c-an {background: #400; color: #8BC} .c-oc {background: #100; color: #8BC} .c-sa {background: #100; color: #DD6} .c-na {background: #300; color: #DD6}