charset: unicode zone allocations for plane 1
[sheet.git] / red.css
diff --git a/red.css b/red.css
index 00230435f7c5ed0ce07916283de69575b9049459..c816855dcea12a47efb405f09fe40f3b0ec7faa6 100644 (file)
--- a/red.css
+++ b/red.css
@@ -27,15 +27,15 @@ p.footer {
 }
 
 dl.legend dt,
-ul.keys li {
+.keys td {
        border-radius: 0;
        -moz-border-radius: 0;
        border-color: #800;
 }
-ul.keys li {
+.keys td {
        text-align: left;
 }
-ul.keys li b {
+.keys td b {
        margin-right: 3px;
        font-size: 100%;
        background: #800;
@@ -80,7 +80,7 @@ dt.pm, dt.mv,
        color: #FF0;
 } /* mode link */
 
-.l0,
+.l1,
 .X { /* unidentified */
        background: #000;
        border-color: #800;
@@ -92,10 +92,16 @@ 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;
+       background: #800;
        border: 1px solid #800;
 }
+.keys tbody {
+       background: #000;
+       border: 0;
+}
 
 .glyphs small.digraph {
        background: #600;
@@ -109,10 +115,11 @@ tbody, colgroup, th {
 }
 
 /* implementation-based alternatives */
-.l0 {background: #000; color: #DD6}
-.l4 {background: #000; color: #CCC}
+.l1 {background: #000; color: #DD6}
+.l3 {background: #000; color: #CCC}
 .l2 {background: #000; color: #CA8}
-.l5 {background: #000; color: #8BC}
+.l5,
+.l4 {background: #000; color: #8BC}
 .ex {background: #333}
 .u-invalid {background: #200} /* impossible */
 
@@ -120,11 +127,11 @@ tbody, colgroup, th {
 .c-af     {background: #100; color: #FFF}
 .c-eu     {background: #300; color: #FFF}
 .c-as     {background: #500; color: #FFF}
-.c-aa     {background: #400; color: #8BC}
+.c-an     {background: #400; color: #8BC}
 .c-oc     {background: #100; color: #8BC}
 .c-sa     {background: #100; color: #DD6}
 .c-na     {background: #300; color: #DD6}
-.l0:hover,
+.l:hover,
 .X:hover  {background: #800; color: #FF0}
 
 /* code syntax */
@@ -137,3 +144,7 @@ tbody, colgroup, th {
 .sy-error      { font-weight: bold; background-color: #A00; color: #EEE }
 .sy-todo       { background-color: #400 }
 
+#browser td > a:not(:hover):not(:active) {
+       color: inherit;
+}
+