From b3e54a0ab2c2a6d5b0dd2545db9e9d928ddac036 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 24 Feb 2018 12:47:07 -0800 Subject: [PATCH] Make some tweaks to article css. --- Evergreen/MainWindow/Detail/styleSheet.css | 36 +++++++++------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/Evergreen/MainWindow/Detail/styleSheet.css b/Evergreen/MainWindow/Detail/styleSheet.css index b32f65528..c36c4b087 100644 --- a/Evergreen/MainWindow/Detail/styleSheet.css +++ b/Evergreen/MainWindow/Detail/styleSheet.css @@ -1,10 +1,10 @@ body { color: #444; background-color: white; - margin-top: 42px; + margin-top: 32px; margin-bottom: 100px; - margin-left: 80px; - margin-right: 80px; + margin-left: 96px; + margin-right: 96px; font-family: -apple-system; font-size: 18px; } @@ -19,26 +19,16 @@ a:hover { } .articleDateline { color: rgba(0, 0, 0, 0.3); - border-bottxom: 1px solid rgba(0, 0, 0, 0.1); - border-txop: 1px solid rgba(0, 0, 0, 0.1); + border-bxottom: 1px solid rgba(0, 0, 0, 0.1); + border-toxp: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 0px; padding-top: 0px; - margin-bottom: 25px; + margin-bottom: 32px; font-style: italic; } -.articleDateline a:link, #articleDateline a:visited { +.articleDateline, .articleDateline a:link, .articleDateline a:visited { color: rgba(0, 0, 0, 0.3); } -#articleDateline img { - border-radius: 4px; -} -.articleDate { - color: #2db6ff; - text-align: right; - border-bottom: 1px solid rgba(0, 0, 0, 0.5); - padding-bottom: 8px; - margin-bottom: 1em; -} #articleDescription { line-height: 1.5em; } @@ -57,9 +47,14 @@ a:hover { } .articleTitle { border-top: 1px solid rgba(0, 0, 0, 0.1); + padding-top: 1em; + padding-bottom: 0; + margin-bottom: 0; } .headerContainer { - border-botxtom: 1px solid rgba(0, 0, 0, 0.1); + color: rgba(0, 0, 0, 0.3); +} +.headerContainer a:link, .headerContainer a:visited { color: rgba(0, 0, 0, 0.3); } .header { @@ -72,15 +67,12 @@ a:hover { .avatar img { border-radius: 4px; } -.headerContainer a:link, .headerContainer a:visited { - color: rgba(0, 0, 0, 0.3); -} .feedIcon { border-radius: 4px; } h1 { line-height: 1.15em; - font-weight: medium; + font-weight: bold; } h1, h2, h3, h4, h5, h6 { font-family: -apple-system, "Helvetica Neue"