Skip to content

Instantly share code, notes, and snippets.

View jasondavis's full-sized avatar

Jason Davis jasondavis

View GitHub Profile
@jasondavis
jasondavis / dabblet.css
Created September 8, 2012 00:56
Nice menu from Dribble
/**
* Nice menu from Dribble
* http://dribbble.com/shots/720647-Account-Dropdown-Menu
*/
#list{
list-style-type: none;
background: #f2f1ed;
width:225px;
border: 1px solid #d1c8c9;
@jasondavis
jasondavis / dabblet.css
Created September 12, 2012 12:07
Nice menu from Dribble
body{
background: #EDECE8 url("http://www.codedevelopr.com/assets/images/bg.png") repeat;
}
.tranparent {
filter: alpha(opacity=50); /* internet explorer */
-khtml-opacity: 0.5; /* khtml, old safari */
@jasondavis
jasondavis / dabblet.css
Created September 13, 2012 01:43
Books
/**
* Books
*/
body {
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
line-height: 22px;
margin: 0 10px 10px 0;
@jasondavis
jasondavis / dabblet.css
Created September 27, 2012 23:17
Button link
.entry a {
color: #2E5663;
border-bottom: 1px dashed #93A4B4;
background: #F7F8FA;
}
.entry a:hover {
color: #758A9F;
background: whiteSmoke;
@jasondavis
jasondavis / dabblet.css
Created October 22, 2012 06:36
Sidebar Portfolio Ad Widget
/* Sidebar Portfolio Ad Widget */
body {
font-size: 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: normal;line-height: 22px;margin: 0 10px 10px 0;padding: 0;text-align: left;width: 100%;color: #404040;background: #EDECE8 url("http://www.codedevelopr.com/assets/images/bg.png") repeat;
}
@font-face {
font-family: 'Oswald';
src: url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.eot');
@jasondavis
jasondavis / dabblet.css
Created November 2, 2012 23:19
Sidebar Portfolio Ad Widget
/* Sidebar Portfolio Ad Widget */
body {
font-size: 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: normal;line-height: 22px;margin: 0 10px 10px 0;padding: 0;text-align: left;width: 100%;color: #404040;background: #EDECE8 url("http://www.codedevelopr.com/assets/images/bg.png") repeat;
}
@font-face {
font-family: 'Oswald';
src: url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.eot');
@jasondavis
jasondavis / dabblet.css
Created November 2, 2012 23:19
Sidebar Portfolio Ad Widget
/* Sidebar Portfolio Ad Widget */
body {
font-size: 14px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: normal;line-height: 22px;margin: 0 10px 10px 0;padding: 0;text-align: left;width: 100%;color: #404040;background: #EDECE8 url("http://www.codedevelopr.com/assets/images/bg.png") repeat;
}
@font-face {
font-family: 'Oswald';
src: url('http://www.codedevelopr.com/assets/fonts/oswald/oswald-webfont.eot');
@jasondavis
jasondavis / dabblet.css
Created November 12, 2012 18:08
3d hover boxes
/* 3d hover boxes */
.ch-grid {
/*margin: 20px 0 0 0;*/
padding: 0;
list-style: none;
display: block;
width: 100%;
margin-bottom: 30px;
}
@jasondavis
jasondavis / dabblet.css
Created November 12, 2012 18:08
3d hover boxes
/* 3d hover boxes */
.ch-grid {
/*margin: 20px 0 0 0;*/
padding: 0;
list-style: none;
display: block;
width: 100%;
margin-bottom: 30px;
}
@jasondavis
jasondavis / functions.php
Created November 19, 2012 04:00
testing
<?php
//define('WP_DEBUG', true);
include( TEMPLATEPATH . DIRECTORY_SEPARATOR . 'functions' . DIRECTORY_SEPARATOR . 'jdcoreclass.php');
include( TEMPLATEPATH . DIRECTORY_SEPARATOR . 'functions' . DIRECTORY_SEPARATOR . 'comments.php' );
include( TEMPLATEPATH . DIRECTORY_SEPARATOR . 'functions' . DIRECTORY_SEPARATOR . 'shortcodes.php' );
include( TEMPLATEPATH . DIRECTORY_SEPARATOR . 'functions' . DIRECTORY_SEPARATOR . 'tag-list-widget.php' );
include( TEMPLATEPATH . DIRECTORY_SEPARATOR . 'functions' . DIRECTORY_SEPARATOR . 'admin.php' );
//if ( is_admin() ) include( TEMPLATEPATH . DIRECTORY_SEPARATOR . 'functions' . DIRECTORY_SEPARATOR . 'settings.php' );