This file contains 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
/* Tag labels */ | |
a { | |
color: #fff; | |
text-decoration: none; | |
font-family: sans-serif; | |
} | |
.tag { | |
background: #BA925E; | |
padding: .5em 1em .5em .5em; |
This file contains 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
/** | |
* Improved flip down effect | |
*/ | |
.face.back { | |
display: none; | |
} | |
#f2_container { | |
position: relative; | |
margin: 10px auto; | |
width: 450px; |
This file contains 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body, html { | |
height: 100%; | |
padding: 0 | |
} | |
body { | |
padding: 0; |
This file contains 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
/** | |
* Improved flip down effect | |
*/ | |
.face.back { | |
display: none; | |
} | |
#f2_container { | |
position: relative; | |
margin: 10px auto; | |
width: 450px; |
This file contains 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
/** | |
* Flipp down cell | |
*/ | |
body { | |
background: Olive; | |
} | |
.cell { | |
background: #444; | |
width: 200px; | |
height: 200px; |
This file contains 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
/** | |
* Notification style | |
*/ | |
body { | |
font-family: "Helvetica Neue", Helvetica, sans-serif; | |
} | |
.notification { | |
margin: .5em 0; | |
background: #ddd; | |
background-image: linear-gradient(top, #ddd, #efefef); |