From 072dd21aa55dfa8af7f023f57a50061cb9eda479 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Thu, 25 Apr 2024 17:26:57 -0500 Subject: Updating custom theme for semantic html updates in the base theme. --- themes/gamerdonkey-theme/static/css/style.css | 29 +++++++-------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css index f8dbbb4..5e13228 100644 --- a/themes/gamerdonkey-theme/static/css/style.css +++ b/themes/gamerdonkey-theme/static/css/style.css @@ -7,20 +7,6 @@ body { font-family: Futura, "Trebuchet MS", Arial, sans-serif; } -h1, h2, h3, h4, h5, h6 { - color: snow; - content: '~ '; -} - -.entry-content h1:before, -.entry-content h2:before, -.entry-content h3:before, -.entry-content h4:before, -.entry-content h5:before, -.entry-content h6:before { - content: '~ ' -} - a { color: darkorange; } @@ -29,7 +15,7 @@ ul { list-style-type: "-> "; } -header#banner { +header hgroup { display: none; } @@ -66,7 +52,7 @@ nav#categories ul li:first-child::after { content: ''; } -section#content { +main { border: 2px double ghostwhite; padding: 0em 1em 1em 1em; } @@ -76,19 +62,18 @@ img { height: auto; } -footer#contentinfo { +body > footer > address { margin-top: 0.5em; font-size: 0.7em; text-align: center; } -ol#post-list { - list-style: none; - padding-left: 0em; +main > article > footer { + font-size: 0.8em; } -footer.post-info { - font-size: 0.8em; +main > article > footer > p { + margin: 0; } @media only screen and (max-width: 900px) { -- cgit v1.2.3