This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 } | |
/* --------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Topic rack | |
*/ | |
* { margin:0; padding:0 } | |
body { background:#ddd } | |
#module { margin:40px; } | |
a:hover { text-decoration:underline } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* CSS loading animation | |
*/ | |
/* Setup */ | |
* { margin:0; padding:0 } | |
body { background:#222; width:20px; margin:10% auto } | |
@keyframes twist { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Bubble Orchestra | |
*/ | |
/* demo styles */ | |
a:hover { cursor:pointer } | |
.bubble { top:20px } | |
.quote { left:218px } | |
.autocomplete { left:604px } | |
.autocomplete + .bubble { left:891px } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
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 } |