Skip to content

Instantly share code, notes, and snippets.

@sthembi
sthembi / dabblet.css
Created February 7, 2013 19:30
CSS3 borders and box-shadow experiment - passport left & right
/**
* CSS3 borders and box-shadow experiment - passport left & right
*/
body {
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);*/
min-height: 100%;
min-width:1100px;
}
#container {
@sthembi
sthembi / LICENSE.txt
Created November 24, 2012 09:03 — forked from eliperelman/LICENSE.txt
Preloader140
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@sthembi
sthembi / gist:4053144
Created November 11, 2012 00:26 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@sthembi
sthembi / dabblet.css
Created October 24, 2012 17:10
CSS3 borders and box-shadow experiment - passport left & right
/**
* CSS3 borders and box-shadow experiment - passport left & right
*/
body {
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);*/
min-height: 100%;
min-width:1100px;
}
#container {
@sthembi
sthembi / dabblet.css
Created October 20, 2012 16:27
CSS3 borders and box-shadow experiment - passport
/**
* CSS3 borders and box-shadow experiment - passport
*/
body {
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);*/
min-height: 100%;
}
button {margin:40px;}
@sthembi
sthembi / dabblet.css
Created October 20, 2012 16:02 — forked from anonymous/dabblet.css
CSS3 borders and box-shadow experiment
/**
* CSS3 borders and box-shadow experiment
*/
body {
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);*/
min-height: 100%;
}
button {margin:40px;}
@sthembi
sthembi / example.php
Created August 31, 2012 11:48 — forked from jonathonbyrdziak/example.php
Wordpress Metabox, stand alone class for multiple metabox abilities
<?php
/*
Here's a couple of metaboxes that I've recently created using this system
*/
$subpostings = redrokk_metabox_class::getInstance('subpostings', array(
'title' => '(optional) Subscription for Postings',
'description' => "As an optional feature, you have a complete api at your disposal which will allow you the ability to offer and manage member posts. In addition to these settings, you may need to create the associated pages for accepting posts from your frontend.",
@sthembi
sthembi / dabblet.css
Created March 30, 2012 05:56
example center blocks with display: inline block
/* example center blocks with display: inline block*/
#gallery-container {
width:900px;
border:1px solid red;
height:105px;
margin:0 auto
}
.thumb {
width:220px;
@sthembi
sthembi / fiddle.css
Created December 21, 2011 02:31 — forked from zalun/fiddle.css
jsFiddle template
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid #999;
}
@sthembi
sthembi / dabblet.css
Created December 16, 2011 21:49
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;