Skip to content

Instantly share code, notes, and snippets.

@mishunov
mishunov / dabblet.css
Created June 20, 2012 18:14
Tag labels
/* Tag labels */
a {
color: #fff;
text-decoration: none;
font-family: sans-serif;
}
.tag {
background: #BA925E;
padding: .5em 1em .5em .5em;
@mishunov
mishunov / dabblet.css
Created June 18, 2012 19:02
Improved flip down effect
/**
* Improved flip down effect
*/
.face.back {
display: none;
}
#f2_container {
position: relative;
margin: 10px auto;
width: 450px;
@mishunov
mishunov / dabblet.css
Created April 23, 2012 11:37
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body, html {
height: 100%;
padding: 0
}
body {
padding: 0;
@mishunov
mishunov / dabblet.css
Created March 29, 2012 20:57
Improved flip down effect
/**
* Improved flip down effect
*/
.face.back {
display: none;
}
#f2_container {
position: relative;
margin: 10px auto;
width: 450px;
@mishunov
mishunov / dabblet.css
Created March 29, 2012 20:44
Flipp down cell
/**
* Flipp down cell
*/
body {
background: Olive;
}
.cell {
background: #444;
width: 200px;
height: 200px;
@mishunov
mishunov / dabblet.css
Created December 28, 2011 08:02
Notification style
/**
* Notification style
*/
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.notification {
margin: .5em 0;
background: #ddd;
background-image: linear-gradient(top, #ddd, #efefef);