Created
June 26, 2013 21:40
-
-
Save benjohnson/5871991 to your computer and use it in GitHub Desktop.
.shadow{
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
.book { | |
display: inline-block; | |
margin: 10px; | |
} | |
.book img { | |
vertical-align: middle; | |
} | |
.books { | |
margin-top: 100px; | |
margin-left: 10px; | |
} | |
.book { | |
position: relative; | |
-webkit-transform: perspective(173) rotateY(-6deg) translate3d(-195px,0px,-79px); | |
outline: 1px solid transparent; | |
margin: 0; | |
/** box-shadow: rgba(0,0,0,0.25) 0 20px 20px -10px; **/ | |
} | |
.book img { | |
position: relative; | |
max-width: 100%; | |
z-index: 10; | |
} | |
.gradient { | |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.40))); | |
position: absolute; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
z-index: 100; | |
} | |
.backcover { | |
position: absolute; | |
top: 1%; | |
height: 97%; | |
width: 100%; | |
left: 1.3%; | |
background-color: #6b3c60; | |
} | |
.paper { | |
position: absolute; | |
top: 1%; | |
height: 97%; | |
width: 0.6%; | |
left: 100%; | |
background-color: #EFEFEF ; | |
box-shadow: inset 0px 0px 5px #aaa; | |
-webkit-transform: perspective(170) rotateY(20deg) ; | |
} | |
.spine { | |
width: 13px; | |
height: 100%; | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 15; | |
box-shadow: inset -3px 0 10px 0 rgba(0,0,0, 0.25); | |
} | |
/** | |
.shadow{ | |
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.25) 0%,rgba(112,112,112,0.20) 50%,rgba(255,255,255,0) 60%); | |
position: absolute; | |
width: 100%; | |
height: 60px; | |
bottom: -25px; | |
left: 0; | |
z-index: 2; | |
} | |
.backcover:after { | |
background: red; | |
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(112,112,112,0.25) 50%,rgba(255,255,255,0) 60%); | |
content: " "; | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
-webkit-transform: rotateX(80deg) translateY(300%) translateZ(15px) translateX(130px); | |
} | |
**/ |
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
<div class="books"> | |
<div class="book"> | |
<div class="spine"></div> | |
<div class="backcover"></div> | |
<div class="gradient"></div> | |
<img src="http://storybird.s3.amazonaws.com/storyplayer_cover_images/pbfwcyn5x9.jpeg" width="700"> | |
<div class="paper"></div> | |
<div class="shadow"></div> | |
</div> | |
</div> |
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
// alert('Hello world!'); |
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":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment