Team:Virginia/Test
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Template:Team:Virginia:Test}} | {{Template:Team:Virginia:Test}} | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
- | + | ||
- | <script type= | + | <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script> |
- | <script type= | + | |
+ | |||
+ | <script type='text/javascript' src="http://www.turnjs.com/lib/turn.min.js"></script> | ||
+ | |||
+ | |||
+ | <style type='text/css'> | ||
+ | body{ | ||
+ | overflow:hidden; | ||
+ | } | ||
- | + | #flipbook{ | |
- | + | width:400px; | |
+ | height:300px; | ||
+ | } | ||
- | + | #flipbook .page{ | |
- | + | width:400px; | |
- | + | height:300px; | |
- | + | background-color:white; | |
- | + | line-height:300px; | |
- | + | font-size:20px; | |
- | + | text-align:center; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | #flipbook .page-wrapper{ | ||
+ | -webkit-perspective:2000px; | ||
+ | -moz-perspective:2000px; | ||
+ | -ms-perspective:2000px; | ||
+ | -o-perspective:2000px; | ||
+ | perspective:2000px; | ||
+ | } | ||
- | + | #flipbook .hard{ | |
+ | background:#ccc !important; | ||
+ | color:#333; | ||
+ | -webkit-box-shadow:inset 0 0 5px #666; | ||
+ | -moz-box-shadow:inset 0 0 5px #666; | ||
+ | -o-box-shadow:inset 0 0 5px #666; | ||
+ | -ms-box-shadow:inset 0 0 5px #666; | ||
+ | box-shadow:inset 0 0 5px #666; | ||
+ | font-weight:bold; | ||
+ | } | ||
- | + | #flipbook .odd{ | |
+ | background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA)); | ||
+ | background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%); | ||
+ | background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%); | ||
+ | background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%); | ||
+ | background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%); | ||
+ | background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%); | ||
+ | -webkit-box-shadow:inset 0 0 5px #666; | ||
+ | -moz-box-shadow:inset 0 0 5px #666; | ||
+ | -o-box-shadow:inset 0 0 5px #666; | ||
+ | -ms-box-shadow:inset 0 0 5px #666; | ||
+ | box-shadow:inset 0 0 5px #666; | ||
+ | |||
+ | } | ||
- | + | #flipbook .even{ | |
- | + | background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada)); | |
- | + | background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%); | |
- | + | background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%); | |
- | + | background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%); | |
- | + | background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%); | |
- | + | background-image:linear-gradient(left, #fff 95%, #dadada 100%); | |
- | + | -webkit-box-shadow:inset 0 0 5px #666; | |
- | + | -moz-box-shadow:inset 0 0 5px #666; | |
- | + | -o-box-shadow:inset 0 0 5px #666; | |
- | + | -ms-box-shadow:inset 0 0 5px #666; | |
- | + | box-shadow:inset 0 0 5px #666; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
+ | </style> | ||
+ | |||
- | |||
+ | <script type='text/javascript'>//<![CDATA[ | ||
+ | $(function(){ | ||
+ | $("#flipbook").turn({ | ||
+ | width: 400, | ||
+ | height: 300, | ||
+ | autoCenter: true | ||
+ | }); | ||
+ | });//]]> | ||
- | + | </script> | |
- | |||
- | + | </head> | |
- | + | <body> | |
+ | <center><div id="flipbook"> | ||
+ | <div class="hard"> Turn.js </div> | ||
+ | <div class="hard"></div> | ||
+ | <div> Page 1 </div> | ||
+ | <div> Page 2 </div> | ||
+ | <div> Page 3 </div> | ||
+ | <div> Page 4 </div> | ||
+ | <div class="hard"></div> | ||
+ | <div class="hard"></div> | ||
+ | </div></center> | ||
- | + | ||
- | + | </body> | |
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 05:11, 16 October 2014
Turn.js
Page 1
Page 2
Page 3
Page 4