From 6f1d669e88cf0d92d73267291e2f70138e965c1f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 10 Jul 2023 11:39:29 -0300 Subject: css: improve nested blockquote styling --- src/static/site4.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/static/site4.css b/src/static/site4.css index c7ecc393..6a23ff40 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%; -- cgit 1.3.0-6-gf8a5