Skip to content

Instantly share code, notes, and snippets.

#Sample Post H1

This is a sample post written in markdown. Markdown on Save Improved will ensure that when this post is saved, it will retain its syntax.

##Markdown Items (H2)

Writing Markdown is extremely simple, but incase you have problems you can read about the syntax of Markdown here, or read a useful cheat sheet here

###Lists

.author-list ul{
list-style: none;
width: 100%;
margin: 0;
padding: 0;
}
.author-list li {
margin: 0 15px 10px 0;
list-style: none;
height: 90px;
.pin {margin:0 0 15px 0;}
.pin_pop {background-color: #8CB13E; height: 110%; width: 100%; top: -10px; left: 0px; position: absolute; color:#fff;z-index:999;}
<?php echo gangmei_get_the_post_thumbnail_url($post->ID, 'large'); ?>
.author-list ul{
list-style: none;
width: 100%;
margin: 0;
padding: 0;
}
.author-list li {
margin: 0 15px 10px 0;
list-style: none;
height: 90px;
<IfModule mod_deflate.c>
# Insert filters
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
.font-size(@font-size: 16){
@pxFontValue: (@font-size / 10);
@pxLineValue: (@font-size / 10 * 1.5);
font-size: @font-size * 1px;
line-height: @font-size * 1.5 * 1px;
font-size: ~"@{pxFontValue}rem";
line-height: ~"@{pxLineValue}rem";
}
<div class="nav">
<div class="mobile-nav">Navigation</div>
<ul class="primary">
<li><a href="#link">Link</a></li>
<li><a class="has-drop">Link w/ Children <span></span></a>
<ul class="drop">
<li><a href="#link">Link</a></li>
<li><a href="#link">Link</a></li>
<li><a href="#link">Link</a></li>
<li><a href="#link">Link</a></li>