Created
July 12, 2012 21:23
-
-
Save innovationhero/3101093 to your computer and use it in GitHub Desktop.
Untitled
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
#notes li { | |
position: relative; | |
width: 300px; | |
min-height: 100px; | |
margin: 25px auto; | |
padding: 60px 15px 15px 15px; | |
-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.5); | |
-moz-box-shadow: 0 2px 12px rgba(0,0,0,.5); | |
box-shadow: 0 1px 2px #000; | |
-webkit-transform: rotate(-.5deg); | |
-moz-transform: rotate(-.5deg); | |
-o-transform: rotate(-.5deg); | |
} | |
#notes li:nth-child(even) { | |
-webkit-transform: rotate(.5deg); | |
-moz-transform: rotate(.5deg); | |
-o-transform: rotate(.5deg); | |
} | |
#notes li::before { | |
content: ' '; | |
display: block; | |
position: absolute | |
left: 115px; | |
top: -15px; | |
width: 75px; | |
height: 25px; | |
z-index: 2; | |
background-color: rgba(243,245,228,0.5); | |
border: 2px solid rgba(255,255,255,0.5); | |
-webkit-box-shadow: 0 0 5px #888; | |
-moz-box-shadow: 0 0 5px #888; | |
box-shadow: 2px 2px 2px #000; | |
-webkit-transform: rotate(-6deg); | |
-moz-transform: rotate(-6deg); | |
-o-transform: rotate(-6deg); | |
} | |
#notes li:nth-child(even)::before { | |
-webkit-transform: rotate(6deg); | |
-moz-transform: rotate(6deg); | |
-o-transform: rotate(6deg); | |
} | |
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
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie&subset=latin' rel='stylesheet' type='text/css'> | |
<ul id="notes"> | |
<li> | |
<li> | |
</li> | |
</ul> |
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
{"view":"separate","fontsize":"150","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment