style: various minor fixes
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 6 Dec 2010 21:10:41 +0000 (22:10 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 15 Dec 2010 21:40:44 +0000 (22:40 +0100)
base.css
circus.css
dark.css
red.css

index 7e9168affd221e17896bd7605b6035e9a56fea1e..c4c36d4b337c3506c92dd6dd5368a65ffe32bb44 100644 (file)
--- a/base.css
+++ b/base.css
@@ -397,6 +397,7 @@ table.dimap {
 .Xa:hover {outline: 1px solid #0F0} /* ascii */
 .Xl:hover {outline: 1px solid #0C0} /* latin1 */
 .Xz:hover {outline: 1px solid #F00} /* proposed */
+.l0:hover                                  {background: #888}
 .l1:hover                                  {background: #F88}
 .l2:hover                                  {background: #FC8}
 .l3:hover                                  {background: #FF8}
index 69137b27d32c73306f3546f9e8da0c9f76e1bea3..9cf1bbc15a75288aae8de56ec156e561fb441e63 100644 (file)
 .l5       {background: #8F8}
 .l5:hover a, .l5:hover a:visited,
 .l5:hover {     color: #8F8; background: #000}
+.l0:hover a, .l0:hover a:visited,
+.l0:hover {     color: #888; background: #000}
 .ex       {     color: #D00}
+.legend .ex:hover {          background: #000}
 
 .p:hover::after {color: #F00}
 
index 75530898a897c4545feab9312fd8941cebbc8f1a..4b0c8bdda67b2d62732f72eb050ff4a38096ec0d 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -121,5 +121,6 @@ th, td {
 .g0 a:hover, .g0[onclick]:hover {
        color: #000; /* on default (light) background hover */
 }
+.legend .ex:hover {background: #666}
 .X:hover small {color: #FFF}
 
diff --git a/red.css b/red.css
index eab9707aad2ac4dc6b27ab269bbc24d6b9dc0ca7..f3698cc7bef47d3ff7cc9cfa6361e5dc76b4d310 100644 (file)
--- a/red.css
+++ b/red.css
@@ -92,6 +92,8 @@ 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;
        border: 1px solid #800;
@@ -112,6 +114,7 @@ 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}
 .u-invalid {background: #200} /* impossible */