termcol: monospaced terminal samples
[sheet.git] / base.css
index 7a21feb3bbafa0aa982c42a03c6ecf8c0b1331ac..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}
@@ -558,6 +559,10 @@ ul.legend-set li {
 #browser td > a {
        text-decoration: none;
 }
+#browser td > a:active,
+#browser td > a:hover {
+       text-decoration: underline;
+}
 #browser tr .aside {
        font-size: 80%;
        overflow: hidden;
@@ -578,6 +583,7 @@ ul.legend-set li {
        white-space: nowrap; /* some browsers break on dashes */
 }
 
+#browser tr:target > td:first-of-type,
 #browser tr.focus > td:first-of-type {
        background: inherit;
 }