« get me outta code hell

content: generateArtTagSidebar: combine boxes into one - 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-05 23:52:35 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-05 23:52:35 -0300
commit48284df1091b10dfcc19eb6858e55bc254800407 (patch)
treee1a8fea0da872bd682f8dc1a990a060e41613c5b /src/static/site4.css
parent62d7e0146d471e7623e4ec384a928a828b8780e9 (diff)
content: generateArtTagSidebar: combine boxes into one
Diffstat (limited to 'src/static/site4.css')
-rw-r--r--src/static/site4.css31
1 files changed, 28 insertions, 3 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index 6dd19d84..9c1f02c1 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -348,12 +348,37 @@ body::before {
   margin-left: 0;
 }
 
-.sidebar dl > dd > dl {
+.sidebar > dl .side {
+  padding-left: 10px;
+}
+
+.sidebar details.has-tree-list[open] summary {
+  font-weight: 800;
+}
+
+.sidebar dl.tree-list {
+  margin-top: 0.25em;
+  line-height: 1.25em;
   padding-left: 15px;
 }
 
-.sidebar > dl .side {
-  padding-left: 10px;
+.sidebar dl.tree-list dt {
+  display: list-item;
+  list-style-type: disc;
+  padding-left: 0;
+  margin-left: 20px;
+}
+
+.sidebar dl.tree-list dl {
+  padding-left: 15px;
+}
+
+.sidebar dl.tree-list dd {
+  margin-left: 0;
+}
+
+.sidebar dl.tree-list .current {
+  font-weight: 800;
 }
 
 .sidebar li.current {