From a63e80f9e48b8eb768d1414e0fe08a51a1c12415 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Mon, 8 Apr 2024 07:14:15 -0700 Subject: [PATCH] styles update --- assets/css/mt-responsive.css | 6 +- style.css | 109 +++++++++++++++++++++++++---------- 2 files changed, 81 insertions(+), 34 deletions(-) diff --git a/assets/css/mt-responsive.css b/assets/css/mt-responsive.css index 900a48a..b9f30ee 100644 --- a/assets/css/mt-responsive.css +++ b/assets/css/mt-responsive.css @@ -98,7 +98,7 @@ .posted-on a::before { width: 18px; - right: -24px + right: -24px; } .posted-on a { @@ -468,8 +468,8 @@ } .posted-on a::before { - width: 11px; - right: -16px + width: 10px; + right: -14px; } .posted-on a { diff --git a/style.css b/style.css index 8cc2db1..dfd1250 100644 --- a/style.css +++ b/style.css @@ -25,23 +25,75 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ Reset --------------------------------------------------------------*/ @import url("https://cdn.jsdelivr.net/npm/fork-awesome/css/fork-awesome.min.css"); -@import url(https://fonts.bunny.net/css?family=josefin-sans:400,700|poppins:300,400,500,700); -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, -abbr, acronym, address, big, cite, code, del, dfn, em, font, -ins, kbd, q, s, samp, small, strike, strong, sub, sup, -tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - border: 0; - font-family: inherit; - font-size: 100%; - font-style: inherit; - font-weight: inherit; - margin: 0; - outline: 0; - padding: 0; - vertical-align: baseline; + +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +font, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td { + border: 0; + font-family: inherit; + font-size: 100%; + font-style: inherit; + font-weight: inherit; + margin: 0; + outline: 0; + padding: 0; + vertical-align: baseline; } + html { font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ @@ -172,7 +224,6 @@ h5, h6 { clear: both; font-weight: normal; - font-family: 'Josefin Sans', sans-serif; line-height: 1.5; margin-bottom: 15px; color: #ffffff; @@ -1213,7 +1264,7 @@ Default widget css .wp-block-archives, .wp-block-categories, .wp-block-page-list, -.wp-block-latest-comments { +.wp-block-latest-comments { list-style: outside none none; margin: 0; } @@ -1252,7 +1303,7 @@ Default widget css .wp-block-archives li:last-child, .wp-block-categories li:last-child, .wp-block-page-list li:last-child, -.wp-block-latest-comments li:last-child { +.wp-block-latest-comments li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; @@ -1270,7 +1321,7 @@ Default widget css .wp-block-archives li a, .wp-block-categories li a, .wp-block-page-list li a, -.wp-block-latest-comments li{ +.wp-block-latest-comments li { color: #ffffff; font-size: 14px; line-height: 32px; @@ -1302,7 +1353,7 @@ Default widget css .wp-block-archives li a:before, .wp-block-categories li a:before, .wp-block-page-list li a:before, -.wp-block-latest-comments li:before { +.wp-block-latest-comments li:before { color: #afb4bd; content: "\f187"; font-family: "ForkAwesome"; @@ -1333,7 +1384,7 @@ Default widget css } .widget_recent_comments li::before, -.wp-block-latest-comments li:before { +.wp-block-latest-comments li:before { content: "\f086"; top: 0; } @@ -1666,7 +1717,6 @@ Header CSS .site-title { margin: 0; font-size: 36px; - font-family: 'Josefin Sans', sans-serif; line-height: 1.5; font-weight: 700; } @@ -1893,7 +1943,7 @@ Search CSS color: #fff; } -.mt-form-close a{ +.mt-form-close a { color: #fff; } @@ -2306,7 +2356,6 @@ Slider CSS margin-bottom: 25px; position: relative; padding-left: 40px; - font-family: 'Josefin Sans', sans-serif; } .top-featured-post-wrap .mt-single-post-wrap { @@ -2873,9 +2922,11 @@ Footer CSS font-size: 13px; float: center; } -.site-info .mt-disclaimer-text{ - font-style:italic; + +.site-info .mt-disclaimer-text { + font-style: italic; } + #colophon .widget .widget-title, #top-footer a { color: #fff; @@ -3081,10 +3132,6 @@ Scroll To Top styles box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1); } -.search article .post-thumbnail { - border-radius: 0px; -} - .no-results.not-found { text-align: center; }