« get me outta code hell

content, css, data: Track.nameDetail - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-11 19:06:52 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-11 19:10:31 -0300
commit1af00437b5f4397b0338ca1a64cf36e8c26cfb68 (patch)
tree1693c6d71e1736c1788e7a2186ccad6d3d61d15a /src/static
parent657e1c1e447ad8939d2ad9286af00be52975f791 (diff)
content, css, data: Track.nameDetail
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/miscellany.css5
-rw-r--r--src/static/css/page.css14
2 files changed, 19 insertions, 0 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css
index bbdd3a23..eb085693 100644
--- a/src/static/css/miscellany.css
+++ b/src/static/css/miscellany.css
@@ -69,6 +69,11 @@
     color: var(--primary-color);
   }
 
+  .name-detail {
+    display: inline-block;
+    font-weight: normal;
+  }
+
   .other-group-accent,
   .rerelease-line {
     opacity: 0.7;
diff --git a/src/static/css/page.css b/src/static/css/page.css
index fdd15358..7d5784f3 100644
--- a/src/static/css/page.css
+++ b/src/static/css/page.css
@@ -660,6 +660,14 @@
     margin-bottom: 3px;
   }
 
+  .sidebar li .name-detail {
+    opacity: 0.85;
+  }
+
+  .sidebar li.current .name-detail {
+    opacity: 1;
+  }
+
   .sidebar > details.current summary {
     font-weight: 800;
   }
@@ -789,6 +797,12 @@
     font-size: 1.5em;
   }
 
+  #content h1 .name-detail {
+    opacity: 0.8;
+    margin-left: 0.5ch;
+    font-weight: inherit;
+  }
+
   #content li {
     margin-bottom: 4px;
   }