X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/94259759473e60e9fb3823864031e827f09cc607..85197963ca9cdece9448e6549d3759e65168d389:/base.css diff --git a/base.css b/base.css index f4a4943..f4d6610 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; @@ -123,19 +124,37 @@ h1 small, h2 small { position: absolute; /* side note; do not influence alignment */ margin-left: 1em; - font-size: 80%; - line-height: 175%; + font-weight: normal; + font-size: 50%; /* 1rem */ + padding-top: 1.75ex; /* align baseline with container */ +} +h2 small { + font-size: 90.9%; + 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) */ @@ -485,10 +504,10 @@ table.dimap { /* code syntax */ .sy-comment { color: #888 } .sy-constant { color: #008 } -.sy-type, .sy-identifier { color: #804 } .sy-statement { } .sy-preProc { } +.sy-type, .sy-special { color: #408 } .sy-error { font-weight: bold; background-color: #F00; color: #FFF } .sy-todo { background-color: #FF0 } @@ -717,6 +736,8 @@ figure img { .gallery figure { overflow: hidden; box-sizing: border-box; + hyphens: auto; + max-width: 900px; } .gallery figcaption > small { display: inline-block; @@ -731,7 +752,7 @@ figure img { } @media (min-width: 603px) and (min-height: 400px) { /* fit 3 cells of 200x133 */ - .gallery > ul > li:first-child > figure, + .gallery > li:first-child > figure, .gallery li.huge > figure { grid-row: span 3; grid-column: span 3; @@ -747,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 { @@ -947,6 +985,20 @@ body .magic-perma { .row3 {margin-left: 6em} /* 8em / Δtd */ .row4 {margin-left: 7.5em} /* 10em / Δtd */ + /* letter scripts columns to rows */ + .legend .glyphs:first-child td:not(td td) { + display: table-row; + } + .legend .glyphs td > table { + width: auto; + display: inline-block; + margin: 1px 0 1px 1ex; + vertical-align: -6px; + } + .legend .glyphs td td { + margin: 2px; + } + @media (max-width: 61em) { .keys td { width: 3em;