X-Git-Url: https://git.ladys.computer/Status/blobdiff_plain/d1f61cae690e87cf2a64747b788eb1d9285f17f8..fe17d7f8bf6f3803024efe53493be8613dfd4d4b:/status.html diff --git a/status.html b/status.html index dbc899c..4fce1ed 100644 --- a/status.html +++ b/status.html @@ -2,17 +2,24 @@ <HTML Lang=en> <TITLE>Status</TITLE> <STYLE> -body{ Display: Grid; Box-Sizing: Border-Box; Margin: Auto; Padding-Inline: 1REM; Min-Block-Size: 100VH; Inline-Size: 100%; Max-Inline-Size: 45REM; Align-Content: Center; Justify-Content: Stretch; Font-Family: Sans-Serif } -article{ Font-Size: Larger } +html{ Color: #E3E3E3; Background: #700020; Font-Family: UI-Rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, Sans-Serif; Line-Height: 1.5; Text-Shadow: Calc(1EM / 12) Calc(1EM / 12) #000000 } +body{ Display: Grid; Box-Sizing: Border-Box; Margin: Auto; Padding-Inline: 1CH; Min-Block-Size: 100VH; Inline-Size: 100%; Max-Inline-Size: 48REM; Align-Content: Center; Justify-Content: Stretch } +:Any-Link{ Color: #87E6DD } +article{ Border: Thin Solid; Padding-Inline: 1REM; Border-Radius: .5REM; Color: #F3DEE3; Background: #1A1A1A; Font-Size: Larger; Text-Shadow: None } +article :Any-Link{ Color: #D6B7BF } summary{ Padding-Block: 1REM; Font-Weight: Bold } details[open]>summary{ Border-Block-End: Thin Solid } -header{ Border-Block-End: Thin Solid; Padding-Block: 1REM; Text-Align: Start } -footer{ Border-Block-Start: Thin Solid; Padding-Block: 1REM; Text-Align: End } +header{ Padding-Block: 1REM; Text-Align: Start } +footer{ Padding-Block: 1REM; Text-Align: End } +body>footer:Last-Of-Type{ Border-Block-Start: Thin Solid } footer p{ Margin-Block: 0 .5REM } footer time:Not([datetime]), footer small{ Font-Size: Inherit; Font-Style: Italic } </STYLE> <BODY> +<FOOTER> + <A HRef=https://www.ladys.computer/><IMG Width=88 Height=31 Style="Display: Block; Margin: Auto; Image-Rendering: Pixelated" Src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAAfCAMAAABUFvrSAAAAAXNSR0IArs4c6QAAADBQTFRF////AAAAGhoaPj4+aGhok5OTvr6+cAAgmSJEs4qW897jH31jLLONOua1UwB0j2YApwkwfQAAAalJREFUSIm1lgGzgiAQhHM1o3sx/f9/++SOg+OAbJpxx0gxP9blxG7LRbot+xW6JzBmCvtjf/yiZwbPzidweE6Vxh6foVPwXsAVUvZAVME8ig51Di6OAao8KCXv8fkQII0D31ttHkyFwrzDK3cQkfSFZQnSwIHbWd1cFA2lgrk3dYVUYdJ04M1od471rvMXWTAKeJmAa3GvHZgJxHlwS1C7EvFHMPB6yWf1USikoFMshEI+cfyX1TmGcUgmEOSIZfIyd+D4lYUOnBlE1HpXMJdbwg7KLWWcDS8+Cp06WN8aO/QBCclu94BwxuwZGDjWSLXojOqzF/RgUBXJb18V02WqYddBesdZLgogRoeKpieiGboDr0aN43Qpb1EaOTo+0iawjsTtN4+0gGM2JrBYkAXcjvT1WnEC5nuI0g7A29rq1HG1qo71wK/H9/f7WC5X3pr1eASO9f5tFIOMD3BdlAvYRpEnr0TxtDMJM6cevLkgvOOm2mDKW9mQ0Trw9NWkNdW8Ru2B3P8PL9PBpVaAP/n1y7S/9LMy+DH9QQLTLxLwVX+xtkt0gC/SP0CwO6Ncy8sUAAAAAElFTkSuQmCC" Alt="Lady’s Computer"></A> +</FOOTER> <SCRIPT Type=module> const parser = new DOMParser const index = `${new URL(".", location).toString().slice(0, -1)}.jsonld` @@ -127,6 +134,6 @@ fetch(index) const summary = details.appendChild(document.createElement("summary")) summary.textContent = title details.append(...document.importNode(article, true).childNodes) - document.body.replaceChildren(header, wrapper, footer) } - else document.body.replaceChildren(header, document.importNode(article, true), footer) }) + document.body.replaceChildren(header, wrapper, footer, document.body.querySelector("footer")) } + else document.body.replaceChildren(header, document.importNode(article, true), footer, document.body.querySelector("footer")) }) </SCRIPT>