Created
January 27, 2015 15:50
-
-
Save georgeolaru/f41b189a90c3dfa1d251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Colors | |
*/ | |
/* Accent Color */ | |
blockquote a:hover, | |
.format-quote .edit-link a:hover, | |
.content-quote blockquote:before, | |
.widget a:hover, | |
.widget_blog_subscription input[type="submit"], | |
.widget_blog_subscription a:hover, | |
blockquote a:hover { | |
color: pink; | |
} | |
select:focus, | |
textarea:focus, | |
input[type="text"]:focus, | |
input[type="password"]:focus, | |
input[type="datetime"]:focus, | |
input[type="datetime-local"]:focus, | |
input[type="date"]:focus, | |
input[type="month"]:focus, | |
input[type="time"]:focus, | |
input[type="week"]:focus, | |
input[type="number"]:focus, | |
input[type="email"]:focus, | |
input[type="url"]:focus, | |
input[type="search"]:focus, | |
input[type="tel"]:focus, | |
input[type="color"]:focus, | |
.form-control:focus { | |
outline-color: pink; | |
} | |
.widget_blog_subscription input[type="submit"] { | |
border-color: pink; | |
} | |
.highlight:before, | |
.archive__grid .accent-box, | |
.sticky:after, | |
.content-quote blockquote:after { | |
background: pink; | |
} | |
.content-quote blockquote:after { | |
-webkit-box-shadow: pink 5.5em 0 0; | |
box-shadow: pink 5.5em 0 0; | |
} | |
/* Headings Color */ | |
.site-title a, h1, h2, h3, blockquote, .dropcap, .single .entry-content:before, .page .entry-content:before { | |
color: blue; | |
} | |
/* Body Text Color */ | |
body, | |
.posted-on a, .entry-title a { | |
color: red; | |
} | |
/** | |
* Typography | |
*/ | |
/* Headings */ | |
.dropcap, .single .entry-content:before, .page .entry-content:before, | |
.site-title, h1, h2, h3, h4, h5, h6, | |
.fs-36px, .archive__grid .entry-title, | |
blockquote { | |
font-family: "Gotham", "Playfair Display", serif; | |
font-variant: normal; | |
font-style: normal; | |
font-weight: 100; | |
} | |
/* Body Text */ | |
body, table th, table td, | |
.content-quote blockquote, .comment-number--dark, .add-comment .add-comment__button, .comments-area-title .comments-title, .comment-reply-title .comments-title, .comment-reply-title, .comment-navigation .assistive-text, .nocomments span, | |
blockquote cite, | |
.archive__grid .format-status .entry-content, .archive__grid .format-status .entry-summary, .widget .widget-title, | |
.intro, | |
.site-description, | |
p, blockquote blockquote, .pagination a, .pagination span, .comment-navigation .nav-previous a, .comment-navigation .nav-next a, div.sharedaddy .sd-social h3.sd-title, | |
input, textarea, .single .entry-meta, .page .entry-meta, .content-quote cite, .comment__author-name a, .fs-16px, .widget, .widget ul, .widget_blog_subscription input, | |
.fs-14px, .entry-meta, #recentcomments, .widget_blog_subscription, .archive__grid .edit-link, .comment__author-name, .comment__content, .comment__links, .comment-form-comment textarea, .comment-subscription-form textarea, .search-form .search-submit, | |
.wp-caption-text, .fs-13px, .widget .post-date, .widget_recent_entries .post-date { | |
font-family: "Quattrocento", "Droid Serif", serif; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment