« get me outta code hell

css: improve nested blockquote styling - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-07-10 11:39:29 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-07-10 11:39:29 -0300
commit6f1d669e88cf0d92d73267291e2f70138e965c1f (patch)
treeb74594cd45261940851ff37ed4e0a53e817e5413 /src
parentfd463e59e0ec7e7a91ad8a56a8c34d60c5d4a7ae (diff)
css: improve nested blockquote styling
Diffstat (limited to 'src')
-rw-r--r--src/static/site4.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index c7ecc39..6a23ff4 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -647,12 +647,29 @@ p code {
   font-weight: 800;
 }
 
-blockquote {
+#content blockquote {
   margin-left: 40px;
   max-width: 600px;
   margin-right: 0;
 }
 
+#content blockquote blockquote {
+  margin-left: 10px;
+  padding-left: 10px;
+  margin-right: 20px;
+  border-left: dotted 1px;
+  padding-top: 6px;
+  padding-bottom: 6px;
+}
+
+#content blockquote blockquote > :first-child {
+  margin-top: 0;
+}
+
+#content blockquote blockquote > :last-child {
+  margin-bottom: 0;
+}
+
 main.long-content .main-content-container,
 main.long-content > h1 {
   padding-left: 12%;