Haddon2016/style.css

143 lines
2.0 KiB
CSS
Raw Normal View History

2020-06-28 14:33:05 -04:00
/*
Theme Name: Haddon 2016
Theme URI: http://jacobhaddon.com/twenty-sixteen-child/
Description: Twenty Sixteen Child Theme
Author: Jacob Haddon
Author URI: http://jacobhaddon.com
Template: twentysixteen
Version: 1.1.0
2020-06-28 14:33:05 -04:00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twenty-sixteen-child
*/
/* ## Typography ## */
2020-06-28 14:33:05 -04:00
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono);
2020-06-28 14:33:05 -04:00
/* Serif */
2020-06-28 14:33:05 -04:00
body,
button,
input,
select,
textarea,
.wp-block-verse,
.wp-block-preformatted
{
font-family: Merriweather, Georgia, serif;
2020-06-28 14:33:05 -04:00
}
/* Sans-Serif */
blockquote,
2020-06-28 14:33:05 -04:00
.tagcloud a,
.site-title,
.entry-title,
.entry-footer,
.sticky-post,
.page-title,
.page-links,
.comments-title,
.comment-reply-title,
.comment-metadata,
.pingback .edit-link,
.comment-reply-link,
.comment-form label,
.no-comments,
.widecolumn label,
.widecolumn .mu_register label,
.wp-block-pullquote,
.wp-block-quote
{
font-family: Raleway, "Helvetica Neue", sans-serif;
}
2020-06-28 14:33:05 -04:00
/* Monospace */
pre,
code,
.wp-block-code
{
font-family: 'IBM Plex Mono', monospace;
background-color: transparent;
}
2020-06-28 14:33:05 -04:00
/* ## Gutenberg Blocks ## */
.wp-block-verse
{
border: none;
line-height: 1.8;
2020-06-28 14:33:05 -04:00
}
.wp-block-pullquote blockquote
{
font-style: normal;
2020-06-28 14:33:05 -04:00
}
/* ## Misc ## */
.site-title
{
font-weight: 100;
font-size: 48px;
2020-06-28 14:33:05 -04:00
}
.entry-title
{
font-weight: 400;
}
2020-06-28 14:33:05 -04:00
/* for the iframes amazon makes */
.amazonpreview
{
float: none;
}
2020-06-28 14:33:05 -04:00
/* ## Media levels in 2016 below ## */
2020-06-28 14:33:05 -04:00
/**
* 14.1 - >= 710px
*/
@media screen and (min-width: 44.375em)
{
}
2020-06-28 14:33:05 -04:00
/* media 710px */
2020-06-28 14:33:05 -04:00
/**
* 14.2 - >= 783px
*/
@media screen and (min-width: 48.9375em)
{
}
2020-06-28 14:33:05 -04:00
/* media 738px */
2020-06-28 14:33:05 -04:00
/**
* 14.3 - >= 910px
*/
@media screen and (min-width: 56.875em)
{
.amazonpreview { float: right; }
2020-06-28 14:33:05 -04:00
}
/* media 910px */
2020-06-28 14:33:05 -04:00
/**
* 14.4 - >= 985px
*/
@media screen and (min-width: 61.5625em)
{
}
2020-06-28 14:33:05 -04:00
/* media 985px */
2020-06-28 14:33:05 -04:00