X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/07d8e0861073c9aabaf3592d52629114e8bf00b9..dc650a4e69e5ed4eb42736e37142393782ef4e04:/base.css diff --git a/base.css b/base.css index dab95d7..94db00b 100644 --- a/base.css +++ b/base.css @@ -123,8 +123,13 @@ 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 { @@ -254,6 +259,12 @@ td.joinl { border-left: none; } +thead { + position: sticky; + top: 0; + background: #DDD8; +} + /* character table */ .glyphs thead th, .glyphs td { @@ -671,7 +682,7 @@ figure { margin: 0; position: relative; } -img { +figure img { vertical-align: bottom; width: 100%; } @@ -711,6 +722,8 @@ img { .gallery figure { overflow: hidden; box-sizing: border-box; + hyphens: auto; + max-width: 900px; } .gallery figcaption > small { display: inline-block; @@ -725,7 +738,7 @@ 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;