dark style for unassigned keys
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 1 Aug 2008 00:11:47 +0000 (00:11 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 1 Aug 2008 00:18:29 +0000 (00:18 +0000)
In the rare case someone wants ?keys=1 _and_ a dark stylesheet.
Also define a:hover colors (undo :hover:visited override).

dark.css

index 6f1feb4d3d1aea866727f089d6f0fd25507448bb..2e05a3aa9c1fdcfda5933e1d94fd7f6b5e257120 100644 (file)
--- 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,