X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/85e0235b718898b6411ed2eb5d387a2a9d62156b..a5c0408aa517489b5610479a7aab78d83e11aa23:/circus.css diff --git a/circus.css b/circus.css index 17fde61..160ca54 100644 --- a/circus.css +++ b/circus.css @@ -2,26 +2,21 @@ .po {background: #CF7} /* window */ .co {background: #FF7} /* command */ .ci {background: #8FD} /* info */ +.cp {background: #FB7} /* info */ .mi {background: #FFA070} /* insert mode */ .mo {background: #F77} /* mode */ .mv {background: #E8E} /* visual mode */ .me {background: #99F} /* key mode */ +.ci[onclick]:hover {background: #000; color: #8FD} .co[onclick]:hover {background: #000; color: #FF7} .mi[onclick]:hover {background: #000; color: #FFA070} .mo[onclick]:hover {background: #000; color: #F77} .me[onclick]:hover {background: #000; color: #99F} .mv[onclick]:hover {background: #000; color: #E8E} -dl.legend dt.vim7, -ul.keys li.vim7, -dl.legend dt.vim, -ul.keys li.vim { - border: 1px solid #800; - -moz-border-radius: 4px; /* reset */ -} -dl.legend dt.vim7, -ul.keys li.vim7 { - border-color: #F00; +dl.legend dt.ext, +ul.keys li.ext { + border: 1px solid #F00; }