X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5f6e2fb60683e0d7e705786cf980f181411942c7..ef5bd0c3333851ac3406112a75b8f39cc4495c1f:/base.css diff --git a/base.css b/base.css index 94db00b..7cafc57 100644 --- a/base.css +++ b/base.css @@ -114,6 +114,7 @@ body > pre { border-width: 0 1px; border-style: solid; white-space: pre; + font-size: 1.9vmin; /* cover full width at most */ } code { white-space: nowrap; @@ -132,15 +133,28 @@ h2 small { padding-top: .17ex; } -dl > dt { - float: left; - width: 50%; +.section dl { + display: grid; + grid: auto-flow / 1fr 1fr; + clear: both; +} +@media (max-width: 42em) { + .section dl { + grid: auto-flow / minmax(8em, 1fr) minmax(20em, 1fr); + } +} +.section dl > dt { + grid-column: 1; text-align: right; } +dt code { + white-space: normal; +} dl > dd { + grid-column: 2; text-align: left; padding-left: 1em; - overflow: hidden; + margin: 0; } /* "keyboard" (list of keys) */ @@ -754,6 +768,23 @@ figure img { background: rgba(0, 0, 0, .5); } +.gallery figure[data-sup]:after { + position: absolute; + right: 0; + content: attr(data-sup); + color: #FFF; + background: #0006; + border-radius: 1em; + padding: .1ex .4em; + margin: .4em; +} +.gallery .expand > figure[data-sup]:after { + content: '+' attr(data-sup); + background: #0008; + font-size: 150%; + border: 2px solid #FFF8; +} + /* specialised galleries */ body#word {