From: Lady Date: Sat, 29 Jul 2023 06:18:25 +0000 (-0700) Subject: Improvements to styling X-Git-Tag: 0.2.2~2 X-Git-Url: https://git.ladys.computer/GitWikiWeb/commitdiff_plain/2f167169b8f38c262b6ad29e1f8eed17d0de2c4e Improvements to styling --- diff --git a/style.css b/style.css index e79e070..df500e8 100644 --- 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 }