unicode: some mathematical symbols (wip)
[sheet.git] / base.css
index 4c01d2b0b24f20d8becc5e70387cedfe3b3aead7..206ee8a242159464efc71756f7e3a9078f1797e7 100644 (file)
--- a/base.css
+++ b/base.css
@@ -17,6 +17,12 @@ a:active, a:hover {
 
 /* common sections */
 
+h1 {
+       background-image: -moz-repeating-linear-gradient(top left -75deg,
+               rgba(255,0,0,.5), rgba(255,0,0,0) 1ex,
+               rgba(255,0,0,0) 2ex, rgba(255,0,0,.5) 3ex
+       );
+}
 h1, h2 {
        font-size: 200%;
        margin: 0;
@@ -79,6 +85,17 @@ ul {
        text-align: left;
 }
 
+dl > dt {
+       float: left;
+       width: 50%;
+       text-align: right;
+}
+dl > dd {
+       text-align: left;
+       padding-left: 1em;
+       overflow: hidden;
+}
+
 /* "keyboard" (list of keys) */
 
 ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */
@@ -323,19 +340,19 @@ table.dimap {
 .ccmap .Xr {opacity:.4}
 
 /* support levels */
-.l0 {background: #FDD} /* no, unsupported, other */
+.l1 {background: #FDD} /* no, unsupported, other */
 .l2 {background: #FED} /* partial, restricted, unofficial */
        /* default u-prop, u-bmp */
-.l4 {background: #FFD} /* almost, imperfect, common */
+.l3 {background: #FFD} /* almost, imperfect, common */
        /* default u-di, u-lat1 */
-.l5 {background: #EFD} /* yes, supported, ubiquitous, native */
+.l4 {background: #EFD} /* yes, supported, ubiquitous, native */
        /* default u-ascii */
-.l6 {background: #DFD} /* complete, perfect */
-.l9 {background: #EEE} /* unknown, omitted */
-.ex {background: #EEE} /* experimental, disfavoured */
+.l5 {background: #DFD} /* complete, perfect */
+.l0 {background: #EEE} /* unknown, omitted */
+.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}
@@ -397,12 +414,12 @@ 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: #F88}
+.l0:hover                                  {background: #888}
+.l1:hover                                  {background: #F88}
 .l2:hover                                  {background: #FC8}
-.l4:hover                                  {background: #FF8}
-.l5:hover                                  {background: #CF8}
-.l6:hover                                  {background: #8F8}
-.ex:hover                                  {background: #BBB}
+.l3:hover                                  {background: #FF8}
+.l4:hover                                  {background: #CF8}
+.l5:hover                                  {background: #8F8}
 
 /* key type colorization */
 
@@ -527,9 +544,11 @@ dl.legend dt {
        margin: 0 0 1px; /* distinct keys */
        height: auto; /* not key-height */
        padding: 2px 0;
+       width: auto; /* not center-aligned */
 }
 dl.legend dd {
        margin: 3px 0.4em 0; /* align text (add dt border+padding height) */
+       padding: 0;
 }
 
 dl.legend-options dt {
@@ -556,7 +575,14 @@ ul.legend-set li {
 
 /* page-specific */
 
-#browser .aside {
+#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;
        height: 0;
@@ -565,17 +591,31 @@ 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:hover .aside {
+#browser tr.target .aside,
+#browser tr:target .aside {
        height: auto;
-       min-height: 5ex; /* browsers currently only transition to static values */
 }
 #browser td.X {
        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 {