jeremy-wordpress-theme/style.css
2018-04-08 10:21:47 -04:00

248 lines
5.7 KiB
CSS

/*
Theme Name: Jeremy's Simplent Child
Description: Jeremy's Simplent Child Theme
Author: Jeremy Dormitzer
Template: simplent
Version: 1.0.0
Text Domain: simplent-child
*/
@font-face {
font-family: 'Input Sans';
font-style: normal;
font-weight: 400;
src: url('fonts/input-sans/Input-Regular_(InputSans-Regular).ttf');
}
@font-face {
font-family: 'Input Sans';
font-style: italic;
font-weight: 400;
src: url('fonts/input-sans/Input-Italic_(InputSans-Italic).ttf');
}
@font-face {
font-family: 'Input Sans';
font-style: normal;
font-weight: 700;
src: url('fonts/input-sans/Input-Bold_(InputSans-Bold).ttf');
}
@font-face {
font-family: 'Input Sans';
font-style: italic;
font-weight: 700;
src: url('fonts/input-sans/Input-BoldItalic_(InputSans-BoldItalic).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: normal;
font-weight: 400;
src: url('fonts/input-serif/Input-Regular_(InputSerif-Regular).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: italic;
font-weight: 400;
src: url('fonts/input-serif/Input-Italic_(InputSerif-Italic).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: normal;
font-weight: 700;
src: url('fonts/input-serif/Input-Bold_(InputSerif-Bold).ttf');
}
@font-face {
font-family: 'Input Serif';
font-style: italic;
font-weight: 700;
src: url('fonts/input-serif/Input-BoldItalic_(InputSerif-BoldItalic).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: normal;
font-weight: 400;
src: url('fonts/input-mono/Input-Regular_(InputMono-Regular).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
font-weight: 400;
src: url('fonts/input-mono/Input-Italic_(InputMono-Italic).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: normal;
font-weight: 700;
src: url('fonts/input-mono/Input-Bold_(InputMono-Bold).ttf');
}
@font-face {
font-family: 'Input Mono';
font-style: italic;
font-weight: 700;
src: url('fonts/input-mono/Input-BoldItalic_(InputMono-BoldItalic).ttf');
}
body, button, input, select, textarea {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Input Serif', 'Times New Roman', serif;
}
code, kbd, pre, samp, tt {
font-family: 'Input Mono', Inconsolata, monospace;
}
input[type="submit"][disabled]:focus {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.post-password-form label {
font-family: 'Input Serif', 'Times New Romand', serif;
}
.site-title {
font-family: 'Input Serif', 'Times New Roman', serif;
}
.site-description {
font-family: 'Input Serif', 'Times New Roman', serif;
}
.menu-toggle {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.sticky-post {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.page-links {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.single .entry-footer {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.page-title {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.entry-author-info .author-title {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.site .skip-link {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.post-navigation {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.post-navigation .post-title {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.pagination {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.image-navigation, .comment-navigation {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.comments-title, .comment-reply-title {
font-family: 'Input Serif', 'Times New Roman', serif;
}
.comment-metadata, .pingback .edit-link {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.comment-reply-link {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.comment-form label {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.no-comments {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.form-allowed-tags code {
font-family: 'Input Mono', Inconsolata, monospace;
}
.required {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.widget_recent_entries .post-date {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.widget_rss cite {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.tagcloud a {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.site-footer {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.main-navigation, .menu-toggle {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
font-family: 'Input Sans', 'Helvetica Neue', sans-serif;
}
.content-area .search-submit:before {
content: "";
}
.content-area .search-submit {
color: white;
}
.search-form > label {
margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
img.wp-image-52 {
min-width: 100%;
}
}