styles update

This commit is contained in:
Sophia Atkinson 2024-04-08 07:14:15 -07:00
parent 79dbca77db
commit a63e80f9e4
Signed by: Sophia
GPG Key ID: 73928E5CCCD28BE1
2 changed files with 81 additions and 34 deletions

View File

@ -98,7 +98,7 @@
.posted-on a::before { .posted-on a::before {
width: 18px; width: 18px;
right: -24px right: -24px;
} }
.posted-on a { .posted-on a {
@ -468,8 +468,8 @@
} }
.posted-on a::before { .posted-on a::before {
width: 11px; width: 10px;
right: -16px right: -14px;
} }
.posted-on a { .posted-on a {

109
style.css
View File

@ -25,23 +25,75 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
Reset Reset
--------------------------------------------------------------*/ --------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/fork-awesome/css/fork-awesome.min.css"); @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, html,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, body,
abbr, acronym, address, big, cite, code, del, dfn, em, font, div,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, span,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, applet,
table, caption, tbody, tfoot, thead, tr, th, td { object,
border: 0; iframe,
font-family: inherit; h1,
font-size: 100%; h2,
font-style: inherit; h3,
font-weight: inherit; h4,
margin: 0; h5,
outline: 0; h6,
padding: 0; p,
vertical-align: baseline; 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 { html {
font-size: 62.5%; 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 */ /* 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 { h6 {
clear: both; clear: both;
font-weight: normal; font-weight: normal;
font-family: 'Josefin Sans', sans-serif;
line-height: 1.5; line-height: 1.5;
margin-bottom: 15px; margin-bottom: 15px;
color: #ffffff; color: #ffffff;
@ -1213,7 +1264,7 @@ Default widget css
.wp-block-archives, .wp-block-archives,
.wp-block-categories, .wp-block-categories,
.wp-block-page-list, .wp-block-page-list,
.wp-block-latest-comments { .wp-block-latest-comments {
list-style: outside none none; list-style: outside none none;
margin: 0; margin: 0;
} }
@ -1252,7 +1303,7 @@ Default widget css
.wp-block-archives li:last-child, .wp-block-archives li:last-child,
.wp-block-categories li:last-child, .wp-block-categories li:last-child,
.wp-block-page-list 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; border: none;
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 0; margin-bottom: 0;
@ -1270,7 +1321,7 @@ Default widget css
.wp-block-archives li a, .wp-block-archives li a,
.wp-block-categories li a, .wp-block-categories li a,
.wp-block-page-list li a, .wp-block-page-list li a,
.wp-block-latest-comments li{ .wp-block-latest-comments li {
color: #ffffff; color: #ffffff;
font-size: 14px; font-size: 14px;
line-height: 32px; line-height: 32px;
@ -1302,7 +1353,7 @@ Default widget css
.wp-block-archives li a:before, .wp-block-archives li a:before,
.wp-block-categories li a:before, .wp-block-categories li a:before,
.wp-block-page-list li a:before, .wp-block-page-list li a:before,
.wp-block-latest-comments li:before { .wp-block-latest-comments li:before {
color: #afb4bd; color: #afb4bd;
content: "\f187"; content: "\f187";
font-family: "ForkAwesome"; font-family: "ForkAwesome";
@ -1333,7 +1384,7 @@ Default widget css
} }
.widget_recent_comments li::before, .widget_recent_comments li::before,
.wp-block-latest-comments li:before { .wp-block-latest-comments li:before {
content: "\f086"; content: "\f086";
top: 0; top: 0;
} }
@ -1666,7 +1717,6 @@ Header CSS
.site-title { .site-title {
margin: 0; margin: 0;
font-size: 36px; font-size: 36px;
font-family: 'Josefin Sans', sans-serif;
line-height: 1.5; line-height: 1.5;
font-weight: 700; font-weight: 700;
} }
@ -1893,7 +1943,7 @@ Search CSS
color: #fff; color: #fff;
} }
.mt-form-close a{ .mt-form-close a {
color: #fff; color: #fff;
} }
@ -2306,7 +2356,6 @@ Slider CSS
margin-bottom: 25px; margin-bottom: 25px;
position: relative; position: relative;
padding-left: 40px; padding-left: 40px;
font-family: 'Josefin Sans', sans-serif;
} }
.top-featured-post-wrap .mt-single-post-wrap { .top-featured-post-wrap .mt-single-post-wrap {
@ -2873,9 +2922,11 @@ Footer CSS
font-size: 13px; font-size: 13px;
float: center; float: center;
} }
.site-info .mt-disclaimer-text{
font-style:italic; .site-info .mt-disclaimer-text {
font-style: italic;
} }
#colophon .widget .widget-title, #colophon .widget .widget-title,
#top-footer a { #top-footer a {
color: #fff; color: #fff;
@ -3081,10 +3132,6 @@ Scroll To Top styles
box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1); box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
} }
.search article .post-thumbnail {
border-radius: 0px;
}
.no-results.not-found { .no-results.not-found {
text-align: center; text-align: center;
} }