98 lines
2.7 KiB
CSS
98 lines
2.7 KiB
CSS
|
/* Reset font-family styles for Jetpack
|
||
|
*
|
||
|
* See: https://github.com/Automattic/jetpack/blob/master/modules/theme-tools/compat/twentynineteen.css
|
||
|
*
|
||
|
* Note: Use $font__heading or $font__body variables approriately
|
||
|
*/
|
||
|
/*
|
||
|
* Source Serif Pro. (Google font)
|
||
|
*/
|
||
|
/* Infinite scroll */
|
||
|
.site-main #infinite-handle span button,
|
||
|
.site-main #infinite-handle span button:hover,
|
||
|
.site-main #infinite-handle span button:focus {
|
||
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||
|
background: #c43d80;
|
||
|
}
|
||
|
|
||
|
.site-main #infinite-handle span button,
|
||
|
.site-main #infinite-handle span button:hover,
|
||
|
.site-main #infinite-handle span button:focus
|
||
|
div.sharedaddy > *,
|
||
|
#content div.sharedaddy > *,
|
||
|
#main div.sharedaddy > * {
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
.entry div.sharedaddy h3.sd-title,
|
||
|
.entry h3.sd-title {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
letter-spacing: normal;
|
||
|
}
|
||
|
|
||
|
.entry div.sharedaddy h3.sd-title:before,
|
||
|
.entry h3.sd-title:before,
|
||
|
.entry #jp-relatedposts h3.jp-relatedposts-headline:before {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Related Posts
|
||
|
*/
|
||
|
.entry #jp-relatedposts h3.jp-relatedposts-headline {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
letter-spacing: normal;
|
||
|
}
|
||
|
|
||
|
.entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
|
||
|
.entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
letter-spacing: normal;
|
||
|
}
|
||
|
|
||
|
.entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
|
||
|
.entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
}
|
||
|
|
||
|
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
|
||
|
font-size: 0.88889em;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Stats
|
||
|
*/
|
||
|
/**
|
||
|
* Comments
|
||
|
*/
|
||
|
/**
|
||
|
* Widgets
|
||
|
*/
|
||
|
/* Authors Widget */
|
||
|
.widget_authors > ul > li > a {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
}
|
||
|
|
||
|
/* Display WordPress Posts */
|
||
|
/* GoodReads */
|
||
|
/* EU cookie law */
|
||
|
.widget_eu_cookie_law_widget #eu-cookie-law {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
}
|
||
|
|
||
|
/* RSS Links */
|
||
|
.widget_rss_links li {
|
||
|
font-family: "Source Serif Pro", "Baskerville Old Face", Garamond, "Times New Roman", serif;
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Content Options
|
||
|
*/
|
||
|
/**
|
||
|
* Content Form
|
||
|
*/
|
||
|
.contact-form label span {
|
||
|
color: #767676;
|
||
|
}
|