From fcda4b71cb8031eb3a3cd11900df29989b89e003 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:03:05 -0800 Subject: [PATCH] updated CSS w/ new layout, font, colorscheme --- style-colors.css | 30 +++++++++++++++++++++++++----- style-layout.css | 37 +++++++++++++++++++++++++++---------- 2 files changed, 52 insertions(+), 15 deletions(-) diff --git a/style-colors.css b/style-colors.css index 4a9e3c0..13d8881 100644 --- a/style-colors.css +++ b/style-colors.css @@ -1,11 +1,31 @@ body { - color:#555; - background:#ddd; + color:#555; + background:#163345; } a { - color: #000; - font-weight:bold; + color: #ccccff; } header a { - color:#999; + color:#999; +} +div p { + color:#bef5eb; +} +h1 { + color:#36b1d9; +} +h2 { + color:#d871d7; +} +footer.post-footer a { + color:#666; +} +.post-list-date { + color:#3a84a0; + } + .post-list-heading { + color:#fff; +} +ul li { + color:#2fa; } diff --git a/style-layout.css b/style-layout.css index 5557e95..f416d72 100644 --- a/style-layout.css +++ b/style-layout.css @@ -4,24 +4,40 @@ body { margin:0 auto; max-width:700px; } + header { margin:2em 0; } -header a { - text-decoration:none; -} + footer { margin:2em 0; text-align:center; } + +header a { + text-decoration:none; +} + +a { + font-weight:bold; +} img { max-width: 700px; } -h2 { - margin-top:2em; - margin-bottom:1em; + +h1 { + font-family: 'Poiret One', cursive; + margin-top:2em; + margin-bottom:1em; +} +h1 { + font-size: 2.4em; +} +#jeffrey-m-lubow, .post-list-heading { + font-family: 'Poiret One', cursive; } + /* images */ img[src*="#right"] { float:right; @@ -45,16 +61,18 @@ img[src*="#smaller"] { } .post-list-date { font-weight:normal; - color:#436164; margin-top:1em; font-style:italic; - font-size:1.2em; + font-size:1.1em; +} +.post-meta { + font-size:0.8em; } ul.post-list { margin:0; padding:0; } -ul.post-list li{ +ul.post-list li { margin-bottom:2em; margin-left:1.5em; } @@ -68,7 +86,6 @@ footer.post-footer { } footer.post-footer a { text-decoration:none; - color:#666; font-style: italic; } -- 2.34.1