2016-01-28 19:00:39 +00:00
|
|
|
/*
|
2017-05-27 15:57:30 +00:00
|
|
|
Theme Name: Atticus Finch Child
|
|
|
|
Theme URI: http://wiki.kjodle.net/Category:Atticus_Finch_Theme
|
|
|
|
Template: atticus-finch
|
|
|
|
Author: kjodle
|
|
|
|
Author URI: http://techblog.kjodle.net/
|
|
|
|
Description: Use this Atticus Finch child theme to easily configure your own version of this theme.
|
|
|
|
Version: 1.1
|
|
|
|
Updated: 2017-05-27 15:45:54
|
|
|
|
License: GNU General Public License v2 or later
|
|
|
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
Text Domain: atticus-finch-child
|
|
|
|
|
2016-05-29 00:16:25 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
This child theme stylesheet already has many theme elements included. All you
|
|
|
|
need to do is to uncomment those items you need to change. Feel free to
|
|
|
|
delete anything you are not using.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
Google Webfonts
|
|
|
|
If you want to add a webfont, simply use the '@import' as in the example below:
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,500italic,700,700italic);
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Site title and site description */
|
|
|
|
/*
|
|
|
|
#site-title {
|
|
|
|
font-family: ;
|
|
|
|
}
|
|
|
|
#site-desc {
|
|
|
|
font-family: ;
|
|
|
|
}
|
|
|
|
#site-title h1,
|
|
|
|
#site-title h2, {
|
|
|
|
color: ;
|
|
|
|
}
|
|
|
|
#site-title a {
|
|
|
|
color: '
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Post titles */
|
|
|
|
/*
|
|
|
|
.post-title {
|
|
|
|
font-size: 24px;
|
|
|
|
font-family: "", serif;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
*/
|
2017-05-27 15:57:30 +00:00
|
|
|
|
|
|
|
/* Headers */
|
|
|
|
/*
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
|
|
|
|
}
|
|
|
|
*/
|