« get me outta code hell

Merge branch 'commentary-sidebar' into preview - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site4.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-06 08:12:15 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-06 08:12:15 -0300
commitbc68ac93a4dfc1f80209ea26e0af333ddc25d6b3 (patch)
treea21dfeb824390d0faf4f2f808f5425e8dcfe05b7 /src/static/site4.css
parent97d9a13846654b8fa5b7520254f0f5ebc575305b (diff)
parent33f622ca94cdac2b7b6b1d3bbd57a96248e57035 (diff)
Merge branch 'commentary-sidebar' into preview
Diffstat (limited to 'src/static/site4.css')
-rw-r--r--src/static/site4.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index ab8976bc..0e6166b4 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -533,6 +533,13 @@ p .current {
   margin-top: 5px;
 }
 
+.commentary-art {
+  float: right;
+  width: 30%;
+  max-width: 250px;
+  margin: 15px 0 10px 20px;
+}
+
 .js-hide,
 .js-show-once-data,
 .js-hide-once-data {
@@ -1250,6 +1257,10 @@ html[data-url-key="localized.home"] .carousel-container {
   animation-delay: 125ms;
 }
 
+h3.content-heading {
+  clear: both;
+}
+
 /* This animation's name is referenced in JavaScript */
 @keyframes highlight-hash-link {
   0% {
@@ -1438,6 +1449,30 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r
   align-self: flex-start;
 }
 
+.sidebar-column.sidebar.sticky-column {
+  max-height: calc(100vh - 20px);
+  overflow-y: scroll;
+  align-self: start;
+  padding-bottom: 0;
+  box-sizing: border-box;
+  flex-basis: 275px;
+  padding-top: 0;
+}
+
+.sidebar-column.sidebar.sticky-column > h1 {
+  position: sticky;
+  top: 0;
+  margin: 0 calc(-1 * var(--content-padding));
+  margin-bottom: 10px;
+
+  border-bottom: 1px dotted rgba(220, 220, 220, 0.4);
+  padding: 10px 5px;
+
+  background: var(--bg-black-color);
+  -webkit-backdrop-filter: blur(3px);
+  backdrop-filter: blur(3px);
+}
+
 /* Image overlay */
 
 #image-overlay-container {