« get me outta code hell

content, client, css: generateGroupGalleryPage: series view - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-04 19:16:15 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-06 15:20:24 -0300
commit72f6fc9659fe4cc6ea60229e636421a78fe98f29 (patch)
treef5f073bec80c68e543015aadd6d6a4384ac5a8b7 /src/static/css
parentfedd22c523ec5c20b098cc478170ef096ab1b58e (diff)
content, client, css: generateGroupGalleryPage: series view
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/site.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 655d095a..6fa4da38 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1913,6 +1913,48 @@ ul.quick-info li:not(:last-child)::after {
   text-align: center;
 }
 
+.gallery-view-switcher {
+  text-align: center;
+  line-height: 1.4;
+}
+
+#content.top-index section {
+  margin-bottom: 1.5em;
+}
+
+.expandable-gallery-section .section-expando {
+  margin-top: 1em;
+  margin-bottom: 2em;
+
+  display: flex;
+  flex-direction: row;
+  justify-content: space-around;
+}
+
+.expandable-gallery-section .section-expando-content {
+  text-align: center;
+  line-height: 1.5;
+}
+
+.expandable-gallery-section .section-expando-toggle {
+  text-decoration: underline;
+  text-decoration-style: dotted;
+}
+
+.expandable-gallery-section.expanded .section-content-below-cut {
+  animation: expand-gallery-section 0.8s forwards;
+}
+
+@keyframes expand-gallery-section {
+  from {
+    opacity: 0;
+  }
+
+  to {
+    opacity: 1;
+  }
+}
+
 .quick-description:not(.has-external-links-only) {
   --clamped-padding-ratio: max(var(--responsive-padding-ratio), 0.06);
   margin-left: auto;