Skip to content

Instantly share code, notes, and snippets.

@airpwn
airpwn / dabblet.css
Created July 4, 2012 00:09
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%;
@airpwn
airpwn / dabblet.css
Created July 3, 2012 23: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%;
jQuery(document).ready(function(){
jQuery(".tab:not(:first)").hide();
//to fix u know who
jQuery(".tab:first").show();
jQuery(".htabs a").click(function(){
stringref = jQuery(this).attr("href").split('#')[1];
body{
height: 100%;
width: 100%;
font: 0.75em Arial, Helvetica, sans-serif;
}
a{
color:#000;
text-decoration:none;
}
a:hover{ color:#d00; }
body{
height: 100%;
width: 100%;
font: 0.75em Arial, Helvetica, sans-serif;
}
a{
color:#000;
text-decoration:none;
}
a:hover{ color:#d00; }