word/finder: collapse categories until clicked
[sheet.git] / base.css
index 97d8128a9eb4c9ae9594662417e20d6f83f4ec09..46f6e35f2014dbee7799cd42c0dfb365950e4fee 100644 (file)
--- 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 {