diff options
| author | gamerdonkey | 2024-04-25 17:26:57 -0500 |
|---|---|---|
| committer | gamerdonkey | 2024-04-25 17:26:57 -0500 |
| commit | 072dd21aa55dfa8af7f023f57a50061cb9eda479 (patch) | |
| tree | c2bc6de13051a3e8a5ecb1b3ae11c1241b4090c3 | |
| parent | 1f30c51a59c443e6152c519509d5deb5fca2e7e9 (diff) | |
| download | gamerdonkey.com-blog-072dd21aa55dfa8af7f023f57a50061cb9eda479.tar.gz gamerdonkey.com-blog-072dd21aa55dfa8af7f023f57a50061cb9eda479.tar.bz2 gamerdonkey.com-blog-072dd21aa55dfa8af7f023f57a50061cb9eda479.zip | |
Updating custom theme for semantic html updates in the base theme.
| -rw-r--r-- | themes/gamerdonkey-theme/static/css/style.css | 29 |
1 files 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) { |
