writing: .ex styling for obsolete alphabets
[sheet.git] / base.css
index 453cb5e636e8caad9042b83db1609cc8d57adfa8..3db71e83630d2c7f8fb07b30b97e27deb40692b9 100644 (file)
--- a/base.css
+++ b/base.css
@@ -85,6 +85,11 @@ ul {
        text-align: left;
 }
 
+h2 small {
+       position: absolute; /* side note; do not influence alignment */
+       margin-left: 1em;
+}
+
 dl > dt {
        float: left;
        width: 50%;
@@ -185,10 +190,10 @@ dl.legend dt,
 
 /* tables */
 
-table.map {
+table {
        border-collapse: collapse;
 }
-table.map th, table.map td {
+th, td {
        border-color: #778;
        border: 1px solid #888;
        background: #DDD;
@@ -218,6 +223,7 @@ thead th, td {
 /* table headers */
 
 th,
+tfoot td,
 thead td {
        border: 0;
        background: transparent !important;
@@ -236,6 +242,13 @@ th {
        text-align: right; /* variable width so keep near cells */
        padding: 0 0.5em;
 }
+.cat {
+       font-size: 70%;
+       text-transform: uppercase;
+}
+tfoot .cat th {
+       border-top: 1px solid #888;
+}
 
 /* digraphs map */
 
@@ -453,7 +466,7 @@ table.dimap {
 .c-as,
 .mo,
 .g6 {background: #FCC} /* red: mode */
-.c-aa,
+.c-an,
 .mv,
 .g7 {background: #ECE} /* purple: visual (g6+) */
 .c-oc,
@@ -479,7 +492,7 @@ table.dimap {
 .c-as:hover,
 .mo a:hover, .mo[onclick]:hover,
 .g6 a:hover, .g6[onclick]:hover {background: #F88}
-.c-aa:hover,
+.c-an:hover,
 .mv a:hover, .mv[onclick]:hover,
 .g7 a:hover, .g7[onclick]:hover {background: #D9D}
 .c-oc:hover,
@@ -492,6 +505,7 @@ table.dimap {
 .keys td.ni {
        border: 0;
        padding: 1px; /* same size as borderlessless keys */
+       background: none;
 }
 
 dl.legend dt.more,