Haddon2016/style.css
2020-06-28 14:33:05 -04:00

116 lines
1.7 KiB
CSS

/*
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.0.0
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
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600,600italic,700,700italic);
/*Typography*/
/*Serif */
body,
button,
input,
select,
textarea {
font-family: Merriweather, Georgia, serif;
}
/*Sans-Serif*/
.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 {
font-family: Raleway, "Helvetica Neue", sans-serif;
}
.site-title {
font-weight: 100;
font-size: 48px;
}
.entry-title {
font-weight: 400;
}
pre {
}
code {
background-color: transparent;
}
/*for the iframes amazon makes*/
.amazonpreview {
float: none;
}
/* Media levels in 2016 below */
/**
* 14.1 - >= 710px
*/
@media screen and (min-width: 44.375em) {
} /* media 710px */
/**
* 14.2 - >= 783px
*/
@media screen and (min-width: 48.9375em) {
} /* media 738px */
/**
* 14.3 - >= 910px
*/
@media screen and (min-width: 56.875em) {
.amazonpreview {
float: right;
}
} /* media 910px */
/**
* 14.4 - >= 985px
*/
@media screen and (min-width: 61.5625em) {
} /* media 985px */