60 lines
1.6 KiB
CSS
60 lines
1.6 KiB
CSS
|
/*
|
||
|
Theme Name: Independent Snipette
|
||
|
Author: Badri Sunderarajan
|
||
|
Author URI: https://medium.com/@badrihippo
|
||
|
Description: Snipette extensions to the "Independent Publisher" theme
|
||
|
Template: independent-publisher
|
||
|
Version: 0.1
|
||
|
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 "Independent Publisher Child Theme" by raamdev
|
||
|
https://github.com/raamdev/independent-publisher-child-theme/
|
||
|
*/
|
||
|
|
||
|
/* =Imports styles from the parent theme
|
||
|
-------------------------------------------------------------- */
|
||
|
@import url('../independent-publisher/style.css');
|
||
|
|
||
|
/* =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";
|
||
|
}
|
||
|
*/
|