]> Lady’s Gitweb - GitWikiWeb/commitdiff
Improvements to styling
authorLady <redacted>
Sat, 29 Jul 2023 06:18:25 +0000 (23:18 -0700)
committerLady <redacted>
Sat, 29 Jul 2023 06:39:39 +0000 (23:39 -0700)
style.css

index e79e07046621309399333aca92a68944e27d8f87..df500e83c3310d31aefe5d957101c00585b763f1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
-html{ Color: Canvas; Background: CanvasText }
-body{ Margin-Block: 0; Margin-Inline: Auto; Border: Double; Color: CanvasText; Background: Canvas; Padding: 0; Max-Inline-Size: Max-Content }
+html{ Color: White; Background: Black; Line-Height: 1.28; Text-Align: Justify  }
+body{ Margin-Block: 0; Margin-Inline: Auto; Border: Double; Color: Black; Background: White; Padding: 0; Max-Inline-Size: Max-Content }
 body>header{ Box-Sizing: Border-Box; Margin-Inline: Auto; Border-Block-End: Double; Padding-Block: .5REM; Padding-Inline: 1CH; Inline-Size: 43EM; Max-Inline-Size: 100%; Box-Shadow: Inset 0 -1PX CurrentColor; Font-Size: Large }
 body>header :Any-Link{ Color: Inherit }
 #navigation-about>summary{ Border: Thin Solid; Padding-Inline: 2CH; Inline-Size: Max-Content }
@@ -11,9 +11,17 @@ header.main{ Margin-Block: 0 1REM; Border-Block-End: Thin Solid; Padding-Block:
 header.main h1{ Margin-Block: 0; Font-Size: XX-Large; Font-Style: Italic }
 article>footer{ Font-Size: Small }
 article>footer h2{ Border-Block-End: Thin Solid; Font-Size: Large }
+details{ Margin-Block: 1EM; Border-Inline-Start: Thin Dotted; Padding-Inline-Start: 1CH }
 details:Has(>summary:Last-Child){ Display: None }
+figure{ Margin-Inline: Auto; Max-Inline-Size: Max-Content }
+figcaption{ Font-Size: Smaller; Text-Align-Last: Center }
+blockquote{ Margin-Block: 1EM; Margin-Inline: 4CH; Border: Thin Dotted; Padding-Block: 1EM; Padding-Inline: 2CH; Box-Shadow: Inset 0 0 1CH .5CH WhiteSmoke; Font-Weight: 350 }
+blockquote blockquote{ Border: None; Padding: 0; Box-Shadow: None; Font-Size: Smaller }
+blockquote blockquote blockquote{ Margin-Inline: 2CH; Font-Size: Inherit; Font-Weight: 250 }
+blockquote p+p{ Margin: 0; Text-Indent: 1EM }
+blockquote p+p *{ Text-Indent: 0 }
 p{ Margin: 0 }
-p+p{ Margin-Block-Start: .75EM }
+p+p,li+li>p{ Margin-Block-Start: .75EM }
 :Any-Link[href^="/Special:NotFound?path="]{ Color: Firebrick }
 span.sig{ Font-Style: Italic; Font-Weight: Bold }
 strong[data-recency="7"]{ Font-Weight: 800 }
@@ -24,3 +32,5 @@ strong[data-recency="3"]{ Font-Weight: 600 }
 strong[data-recency="2"]{ Font-Weight: 550 }
 strong[data-recency="1"]{ Font-Weight: 500 }
 strong[data-recency] time{ Font-Style: Italic }
+mark{ Border: 1PX Khaki Solid; Color: MidnightBlue; Background: LemonChiffon; Box-Decoration-Break: Clone }
+sup,sub{ Line-Height: .5 }
This page took 0.046628 seconds and 4 git commands to generate.