X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/43d481448a3819d58326be4587eadbedcf486e46..be8886dee519a890138da95643787b230e760295:/base.css diff --git a/base.css b/base.css index 97d8128..46f6e35 100644 --- a/base.css +++ b/base.css @@ -767,6 +767,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 {