X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fc1512ec76af075c6aa6022c07d9af7e4cb0e668..3aab2658e078a4f424343fb10817f8d0eab9343b:/red.css diff --git a/red.css b/red.css index 5606d38..af61745 100644 --- a/red.css +++ b/red.css @@ -26,20 +26,33 @@ ul.keys li b { font-style: normal; } -.ci {background: none; font-style: italic} /* info */ -.pm {background: none} .pm b, dt.pm {color: #DD6} /* motion */ -.po {background: none} .po b, dt.po {color: #6CD} /* window */ -.co {background: none} .co b, dt.co {color: none} /* command */ -.mi, .cp {background: #300} /* ins */ -.mo {background: #600} /* state */ -.mv {background: #600; font-style: italic} .mv b, dt.mv {color: #DD6} /* visual */ -.me {background: #600; font-style: italic} /* mode */ -dl.legend-options dt, -.no {background: none} .no b {color: #000} /* unassigned */ -#vimperator .mi b, #vimperator dt.mi {color: #6CD} /* tab open */ +.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} +.no b {color: #000} /* unassigned */ +.ci, .mv, .me {font-style: italic} +#mutt .ci, #mutt .me, +.no {font-style: normal} .ci[onclick]:hover, +.pm[onclick]:hover, +.po[onclick]:hover, .co[onclick]:hover, +.cp[onclick]:hover, .mi[onclick]:hover, .mo[onclick]:hover, .mv[onclick]:hover,