Skip to content

Instantly share code, notes, and snippets.

View jwdallas's full-sized avatar

Jonathan Dallas jwdallas

View GitHub Profile
@jwdallas
jwdallas / dabblet.css
Created February 12, 2013 21:10
Inset button
/**
* Inset button
*/
body { background:#f2f2f2; padding:20px; font:100%/1em 'proxima nova' }
a { text-decoration:none }
a { color:#666; padding:12px 18px; border-radius:6px;
box-shadow:inset 0 1px 3px 0 #aaa, 0 1px 1px 0 #fefefe }
@jwdallas
jwdallas / dabblet.css
Created February 11, 2013 18:20
Usermenu
/**
* Usermenu
*/
/* demo */
* { margin:0; padding:0 }
body { background:#222; font:300 100%/1.4 proxima nova;
color:#2e2e2e; margin:20px }
a { text-decoration:none }
nav + nav { margin-top:50px }
@jwdallas
jwdallas / dabblet.css
Created January 31, 2013 19:49
Featured banner CSS
/* Featured banner CSS */
.featured { background:#2ca9df; background:linear-gradient(top, #2dafe7 0%, #2ca6db 100%);
padding:2px 44px 2px 18px; font-size:11px; font-weight:normal; color:#fff;
text-transform:uppercase; box-shadow:0 2px 1px 0 #cacaca; position:absolute; right:-20px }
.featured:before { content:''; position:absolute; border-bottom:10px solid transparent;
border-left:10px solid #4b4b4b; top:19px; right:0 }
/* ---------------------------------------------------
@jwdallas
jwdallas / dabblet.css
Created November 19, 2012 18:52
Topic rack
/**
* Topic rack
*/
* { margin:0; padding:0 }
body { background:#ddd }
#module { margin:40px; }
a:hover { text-decoration:underline }
@jwdallas
jwdallas / dabblet.css
Created November 17, 2012 23:57
CSS loading animation
/**
* CSS loading animation
*/
/* Setup */
* { margin:0; padding:0 }
body { background:#222; width:20px; margin:10% auto }
@keyframes twist {
@jwdallas
jwdallas / dabblet.css
Last active March 30, 2025 20:28
Bubble Orchestra
/**
* Bubble Orchestra
*/
/* demo styles */
a:hover { cursor:pointer }
.bubble { top:20px }
.quote { left:218px }
.autocomplete { left:604px }
.autocomplete + .bubble { left:891px }
@jwdallas
jwdallas / dabblet.css
Created October 15, 2012 19:01
New Dialog
/**
* New Dialog
*/
/* dabblet only */
* { margin:0; padding:0; font-family:inherit }
body { background:#444; font-family:'proxima nova' }
#dialog { margin:5% auto; width:426px; padding:32px;
@jwdallas
jwdallas / dabblet.css
Created August 1, 2012 16:55
Meet The Like Bubbles
/**
* Meet The Like Bubbles
*/
/* resets */
body { font:300 100%/1.4 helvetica,sans-serif; background:#eee }
a { text-decoration:none; color:#B7DE44 }
textarea, p, button { margin:0; padding:0; font:inherit }
/*disabled*/ .bubble:nth-of-type(2) { top:26px }
@jwdallas
jwdallas / dabblet.css
Created July 11, 2012 00:21
Action button toolbar
/**
* Action button toolbar
*/
/* dabblet */
html,body { background:#f5f5f5; font-family:'proxima nova'; margin:10px }
* { margin:0; padding:0 }
menu { display:inline-block }
/* buy dropdown button */
@jwdallas
jwdallas / dabblet.css
Created June 11, 2012 01:54
Reg Buttons 3
/**
Reg Buttons 3
*/
button { padding:0; margin:0; margin-top:20px;
border:0; width:210px; transition:box-shadow 10ms;
text-align:left; text-transform:uppercase; cursor:pointer; }
button:before { background:url('http://f.cl.ly/items/383k1i1l1I2W2I38080Q/regsprite2.png') }
section { width:300px }