From 898d9259fa5d2de60a604b0c35ccb2773a0dce6f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 1 Aug 2008 00:11:47 +0000 Subject: [PATCH] dark style for unassigned keys In the rare case someone wants ?keys=1 _and_ a dark stylesheet. Also define a:hover colors (undo :hover:visited override). --- dark.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dark.css b/dark.css index 6f1feb4..2e05a3a 100644 --- a/dark.css +++ b/dark.css @@ -5,6 +5,10 @@ body { a, a:visited { color: #BBB; } +a:active, a:hover { + color: #44E; + text-decoration: none; +} dl.legend dt, ul.keys li { @@ -20,6 +24,7 @@ dl.legend-options dt {background: #333} .mo {background: #500} /* state */ .mv {background: #503} /* visual */ .me {background: #205} /* mode */ +.no {background: #222} /* unassigned */ .mi[onclick]:hover, .mo[onclick]:hover, -- 2.30.0