Skip to content

Instantly share code, notes, and snippets.

View argyleink's full-sized avatar
💀
calc(dev*design)

Adam Argyle argyleink

💀
calc(dev*design)
View GitHub Profile
@argyleink
argyleink / dabblet.css
Created February 10, 2012 07:29
Checkbox Hack for button with what could be a faux :selected
.transparent { opacity:0; }
.absolute { position:absolute; }
/* Toggled State */
label {
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background-color:#ededed;
border-radius:6px;
border:1px solid #dcdcdc;
@argyleink
argyleink / settings.json
Created February 10, 2012 07:54
Untitled
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@argyleink
argyleink / dabblet.css
Created February 13, 2012 03:22
Pure CSS Tab System using :target
/**
* Pure CSS Tab System using :target
*/
body {
font-family: sans-serif;
}
.tabrow {
text-align: center;
@argyleink
argyleink / dabblet.css
Created March 19, 2012 05:29
Pure CSS3 Accordion System inspired by the CSS Ninja
/*
Pure CSS3 Accordion System inspired by the CSS Ninja
*/
body{ font-family:sans-serif; background:#f9f9f9; }
dl {
padding: 10px;
}
@argyleink
argyleink / dabblet.css
Created April 4, 2012 22:50
Dot indicators inside of a circle,
/**
* Dot indicators inside of a circle,
which rotate around the center of the parent circle
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
}
.circle {
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@argyleink
argyleink / dabblet.css
Created April 27, 2012 17:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.triangle {
@argyleink
argyleink / settings.json
Created September 11, 2012 17:18
Untitled
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
@argyleink
argyleink / dabblet.css
Created September 13, 2012 20:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.table {