Created
October 4, 2019 22:12
-
-
Save amandarush/2963b1267e21e45eaa8e863eadf17032 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/* | |
Theme Name: Blind Bargains | |
Theme URI: http://independentpublisher.me/ | |
Author: Amanda Rush | |
Author URI: https://www.customerservant.com | |
Description: Custom theme for the Blind Bargains site | |
Template: indieweb-publisher-master | |
Version: 1.0.0 | |
License: GNU GPLv3 | |
License URI: http://www.gnu.org/copyleft/gpl.html | |
Tags: light, white, blue, two-columns, left-sidebar, flexible-width, custom-background, custom-colors, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready | |
Based on _s http://underscores.me | |
and Publish by Konstantin Kovshenin http://kovshenin.com/themes/publish | |
Resetting and rebuilding styles have been helped along thanks to the fine work of | |
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html | |
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ | |
and Blueprint http://www.blueprintcss.org/ | |
*/ | |
/* =Theme customization starts here. Add your own custom styles. | |
-------------------------------------------------------------- */ | |
/* Uncomment this style definition to hide the green bar on Quote Formatted posts: */ | |
/* | |
.format-quote blockquote { | |
border-left: none; | |
padding-left: 0; | |
} | |
*/ | |
/* Uncomment this style definition to use the original, Mac-specific font stack */ | |
/* | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
.pinglist, | |
#taglist, | |
.comment-form-author label, | |
.comment-form-email label, | |
.comment-form-url label, | |
.comment-form-comment label, | |
.comment-form-subscriptions label, | |
.comment-form-reply-title { | |
font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif; | |
} | |
*/ | |
/* Uncomment this style definition to use a long dash in ```<cite>```: */ | |
/* | |
blockquote cite:before { | |
content: "\2014 \0020"; | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment