From 30731133aff475f100cea7fac18017505a400c38 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Fri, 21 Aug 2026 20:54:39 -0400 Subject: Move contact, blog to index. Rewrite index, structural changes. --- content/assets/site.css | 78 +++++++++++++------------------------------------ 1 file changed, 21 insertions(+), 57 deletions(-) (limited to 'content/assets') diff --git a/content/assets/site.css b/content/assets/site.css index de86b92..f3675bd 100644 --- a/content/assets/site.css +++ b/content/assets/site.css @@ -40,67 +40,26 @@ body article { } } -body h1, -body h2, -body h3, -body h4 { - font-family: sans-serif; - font-weight: normal; - margin: 0; - padding: 0; - color: #bbbbcc; -} -body h1 b, -body h2 b, -body h3 b, -body h4 b { +body h1 { font-family: sans-serif; - display: block; - line-height: 1; - font-size: 150%; -} -body h1 img, -body h2 img, -body h3 img, -body h4 img { - vertical-align: middle; - border: 0 none; -} - -/* body h1 { */ -/* font-family: sans-serif; */ -/* font-weight: bold; */ -/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */ -/* padding: 0px; */ -/* margin: 0px 0px 20px 0px; */ -/* font-size: 42px; */ -/* } */ - -.gray { - font-weight: lighter; - color: gray; -} - -.black { - font-weight: lighter; - color: black; -} - -body h1, h2 { font-weight: bold; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); padding: 0px; position: relative; margin: 0; font-size: 24px; + color: #bbbbcc; } - -body h3 { - font-weight: bold; - text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); +body h2, +body h3, +body h4 { + font-family: sans-serif; + font-weight: normal; + text-decoration-line: underline; padding: 0px; margin: 0; - font-size: 22px; + font-size: 20px; + color: #bbbbcc; } body p { @@ -152,6 +111,12 @@ body li { padding-bottom: 0.1em; } +body .ul-nb { + list-style-type: none; + margin: 0; + padding: 16px; +} + body img { height: auto; width: auto; @@ -309,10 +274,8 @@ footer { /* Summaries */ .summary { - padding: 20px; - background: rgba(0, 0, 0, 0.2); - border-radius: 8px; - margin-top: 1rem; + padding: 5px; + margin: 0; } .summary .date { @@ -320,8 +283,9 @@ footer { } .summary p { - margin-top: 1rem; - margin-bottom: 1rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; + font-size: 0.9em; } /* Posts */ -- cgit v1.2.3