From 8f0e66e5f134e4e38c85d2fee40759ce38602838 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 6 Dec 2010 22:10:41 +0100 Subject: [PATCH] style: various minor fixes --- base.css | 1 + circus.css | 3 +++ dark.css | 1 + red.css | 3 +++ 4 files changed, 8 insertions(+) diff --git a/base.css b/base.css index 7e9168a..c4c36d4 100644 --- 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} diff --git a/circus.css b/circus.css index 69137b2..9cf1bbc 100644 --- a/circus.css +++ b/circus.css @@ -16,7 +16,10 @@ .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} diff --git a/dark.css b/dark.css index 7553089..4b0c8bd 100644 --- 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 eab9707..f3698cc 100644 --- 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 */ -- 2.30.0