X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0c4ca53d0803c3d9db0a06b57f650e65c3327467..1f125d4bf3b2d11a1f1aae9f87562a150bebedf4:/base.css diff --git a/base.css b/base.css index 6126193..c4c36d4 100644 --- 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} @@ -397,12 +397,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: #888} .l1:hover {background: #F88} .l2:hover {background: #FC8} .l3:hover {background: #FF8} .l4:hover {background: #CF8} .l5:hover {background: #8F8} -.ex:hover {background: #BBB} /* key type colorization */ @@ -556,7 +556,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,7 +572,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, @@ -576,6 +583,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 {