From 9e4b0062a15622eaced89b0a57088e3527f8b89f Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sun, 28 Jun 2020 14:33:05 -0400 Subject: [PATCH] initial commit, child theme --- functions.php | 19 +++++++++ style.css | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 functions.php create mode 100644 style.css diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..9ce5464 --- /dev/null +++ b/functions.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..051a216 --- /dev/null +++ b/style.css @@ -0,0 +1,115 @@ +/* + 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 */ + + +