browser: specify script type
[sheet.git] / base.css
index d0905bc3f55177d00b59340dee4d19e1245a84a3..d05e45288b08d8dba4b52487a3d620c7ae564ddb 100644 (file)
--- a/base.css
+++ b/base.css
@@ -332,10 +332,10 @@ table.dimap {
        /* default u-ascii */
 .l5 {background: #DFD} /* complete, perfect */
 .l0 {background: #EEE} /* unknown, omitted */
-.ex {background: #EEE} /* experimental, disfavoured */
+.ex {     color: #888} /* experimental, disfavoured */
 .u-invalid {background: #BBB} /* invalid, impossible */
 
-.p0         {opacity: .5}
+.p0         {opacity: .6}
 .p0.p       {opacity: 1}
 .p::after   {content: '!'; color: #F00}
 .p4::after  {color: #C00}
@@ -402,7 +402,6 @@ table.dimap {
 .l3:hover                                  {background: #FF8}
 .l4:hover                                  {background: #CF8}
 .l5:hover                                  {background: #8F8}
-.ex:hover                                  {background: #BBB}
 
 /* key type colorization */
 
@@ -559,7 +558,7 @@ ul.legend-set li {
 #browser td > a {
        text-decoration: none;
 }
-#browser .aside {
+#browser tr .aside {
        font-size: 80%;
        overflow: hidden;
        height: 0;
@@ -568,7 +567,7 @@ ul.legend-set li {
        -moz-transition: all 1s ease-in;
        transition: height 1s ease-in;
 }
-#browser .aside p {
+#browser tr .aside p {
        margin: 1ex 0;
 }
 #browser tr.target .aside,
@@ -579,6 +578,20 @@ 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;
+}
+#browser tr.focus > td {
+       border-bottom-color: #000;
+}
+
+form.aside {
+       position: absolute;
+       top: 3ex;
+       right: 1em;
+}
+
 /* printing hints */
 
 @page {