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
@font-face { | |
font-family: 'MyWebFont'; | |
src: url('webfont.eot'); /* IE9 Compat Modes */ | |
src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | |
url('webfont.woff2') format('woff2'), /* Super Modern Browsers */ | |
url('webfont.woff') format('woff'), /* Pretty Modern Browsers */ | |
url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */ | |
url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ | |
} |
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
.text-shadow (@string: 0 1px 3px rgba(0, 0, 0, 0.25)) { | |
text-shadow: @string; | |
} | |
.box-shadow (@string) { | |
-webkit-box-shadow: @string; | |
-moz-box-shadow: @string; | |
box-shadow: @string; | |
} | |
.drop-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) { | |
-webkit-box-shadow: @x @y @blur @spread rgba(0, 0, 0, @alpha); |
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
<div class="corners"> | |
Content | |
</div> | |
body { | |
background: #e6e6e6; | |
} | |
.corners { | |
background: #f6f6f6; | |
height: 700px; |
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
text-shadow: 1px 0px #eee, 0px 1px #ccc, | |
2px 1px #eee, 1px 2px #ccc, | |
3px 2px #eee, 2px 3px #ccc, | |
4px 3px #eee, 3px 4px #ccc, | |
5px 4px #eee, 4px 5px #ccc, | |
6px 5px #eee, 5px 6px #ccc, | |
7px 6px #eee, 6px 7px #ccc, | |
8px 7px #eee, 7px 8px #ccc, | |
8px 8px #eee; |
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
input[type=number]::-webkit-inner-spin-button, | |
input[type=number]::-webkit-outer-spin-button { | |
-webkit-appearance: none; | |
margin: 0; | |
} |
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
<?php get_header(); ?> | |
<div id="primary" class="content-area"> | |
<main id="main" class="site-main" role="main"> | |
<?php $cats = get_categories('parent=0&orderby=id'); ?> | |
<?php foreach ($cats as $cat) {?> | |
<div id="indexbox" class="flex"> |
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
if ( ! function_exists('tutorial') ) { | |
function tutorial() { | |
$labels = array( | |
'name' => _x( 'Tutorials', 'Post Type General Name', 'tutorial' ), | |
'singular_name' => _x( 'Tutorial', 'Post Type Singular Name', 'tutorial' ), | |
'menu_name' => __( 'Tutorial', 'tutorial' ), | |
'name_admin_bar' => __( 'Post Type', 'tutorial' ), | |
'archives' => __( 'Item Archives', 'tutorial' ), |
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
http://101ako.com | |
http://24by7bookmarks.com | |
http://2collab.com | |
http://52.co.nz | |
http://88-c.com | |
http://a1socialbookmarking.com | |
http://aboogy.com | |
http://actualtopics.com | |
http://affiliated-business.com | |
http://afunpark.com |
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
<script type='text/javascript' src='<?php get_template_directory_uri();?>/js/jquery.js'></script> | |
<script type='text/javascript' src='<?php get_template_directory_uri();?>/js/navigation.js'></script> |
OlderNewer