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
/* Reduce white space around footer widget area */ | |
aside.widget-area { | |
padding: 0; | |
padding-bottom: 1.4em; | |
} | |
/* Make the first footer widget column 100% width */ | |
.widget-wrapper .footer-widget-1 { | |
width: 100%; | |
} |
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
/* Set header background to red */ | |
.site-header { | |
background-color: #ca2017; | |
} |
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
/* Reduce margins above H3 headings */ | |
#content h3 { | |
margin-top: 0em; | |
margin-bottom: 0.5em; | |
} |
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
/* Reduce margins above H3 headings */ | |
#content h3 { | |
margin-top: .5em; | |
margin-bottom: 0.5em; | |
} |
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
/* Reduce margins above H3 headings */ | |
#content h3 { | |
margin-top: 1em; | |
} |
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
/* Add line spacing between items in numbered lists */ | |
#content ol li { | |
margin-bottom: 1.5em; | |
} |
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
<a class="paypalbutton" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W5HAUY8UUN86J"> | |
</a><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W5HAUY8UUN86J"><img src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png" alt="Donate with PayPal"></a><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W5HAUY8UUN86J"> | |
</a> |
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
/* Comment box title and sharing title color */ | |
#comments #reply-title, | |
#jp-post-flair { | |
color: white; | |
} |
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
/* Hide date on blog posts */ | |
.single .entry-meta .posted-on { | |
display: none; | |
} |
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
<div style="width:22%;padding:0 10px 0 0;float:left;"> | |
<strong>TITLE FOR COLUMN 1</strong> | |
<ul> | |
<li>First item for Column 1</li> | |
<li>First item for Column 1</li> | |
<li>First item for Column 1</li> | |
</ul> | |
</div> | |
<div style="width:22%;padding:0 10px 0 0;float:left;"> |
NewerOlder