X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0f352cba4bd2bd1271275c60853c500a233eeef5..0b57d5121c74fe18615499055e2f079c81c89001:/red.css diff --git a/red.css b/red.css index eab9707..e93abaf 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; @@ -46,36 +46,36 @@ ul.keys li b { } .no, dl.legend-options dt, -.ci, .pm, .po, .co {background: none} -#mutt .co, -.mi, .cp {background: #300} -.mo, .mv, .me {background: #600} -#mutt .pm b, #mutt dt.pm, -#mutt .mv b, #mutt dt.mv, -dt.co, - .co b {color: inherit} -#vimperator .mi b, #vimperator dt.mi, -dt.po, - .po b {color: #6CD} -#mutt .ci b, #mutt dt.ci, -#mutt .mi b, #mutt dt.mi, -#mutt .me b, #mutt dt.me, -dt.pm, dt.mv, - .pm b, .mv b {color: #DD6} +.g1, .g2, .g3, .g4 {background: none} +#mutt .g4, +.g6, .g5 {background: #300} +.g7, .g8, .g9 {background: #600} +#mutt .g2 b, #mutt dt.g2, +#mutt .g8 b, #mutt dt.g8, +dt.g4, + .g4 b {color: inherit} +#vimperator .g6 b, #vimperator dt.g6, +dt.g3, + .g3 b {color: #6CD} +#mutt .g1 b, #mutt dt.g1, +#mutt .g6 b, #mutt dt.g6, +#mutt .g9 b, #mutt dt.g9, +dt.g2, dt.g8, + .g2 b, .g8 b {color: #DD6} .no b {color: #000} -.ci, .mv, .me {font-style: italic} -#mutt .ci, #mutt .me, +.g1, .g8, .g9 {font-style: italic} +#mutt .g1, #mutt .g9, .no {font-style: normal} -.ci a:hover, .ci[onclick]:hover, -.pm a:hover, .pm[onclick]:hover, -.po a:hover, .po[onclick]:hover, -.co a:hover, .co[onclick]:hover, -.cp a:hover, .cp[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 { +.g1 a:hover, .g1[onclick]:hover, +.g2 a:hover, .g2[onclick]:hover, +.g3 a:hover, .g3[onclick]:hover, +.g4 a:hover, .g4[onclick]:hover, +.g5 a:hover, .g5[onclick]:hover, +.g6 a:hover, .g6[onclick]:hover, +.g7 a:hover, .g7[onclick]:hover, +.g8 a:hover, .g8[onclick]:hover, +.g9 a:hover, .g9[onclick]:hover { background: #800; color: #FF0; } /* mode link */ @@ -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,15 +118,17 @@ 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} +.Xi, .u-invalid {background: #200} /* impossible */ /* continents */ .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} @@ -137,6 +145,8 @@ tbody, colgroup, th { .sy-error { font-weight: bold; background-color: #A00; color: #EEE } .sy-todo { background-color: #400 } +.glyphs b { color: #C44 } + #browser td > a:not(:hover):not(:active) { color: inherit; }