Team:AUC Turkey/test

From 2012hs.igem.org

(Difference between revisions)
(Blanked the page)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
{{AUC_Turkey}}
 
-
<html>
 
-
<head>
 
-
<script type="text/javascript" src="http://turnjs.com/lib/turn.min.js"></script>
 
-
<style type="text/css">
 
-
#notebookigem{
 
-
width:750px;
 
-
height:400px;
 
-
}
 
-
#notebookigem .t{
 
-
background:#0ce;
 
-
        border: 1px solid black;
 
-
background-size:100% 100%;
 
-
}
 
-
#notebookigem .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;
 
-
}
 
-
</style>
 
-
</head>
 
-
<body>
 
-
 
-
<div id="notebookigem">
 
-
<div class="hard">
 
-
<center><h1>AUC_Turkey</h1><br /> <h2>2012 HS Division</h2><br /> <h2>Notebook</h2></center></div>
 
-
<div class="hard"></div>
 
-
<div class="t"><h2>February</h2>
 
-
<h3>February 29, 2012</h3>
 
-
We did something.</div>
 
-
<div class="t">adadsasda</div>
 
-
<div class="t">asdasdsdqewqweasd</div>
 
-
<div class="t">1231232132</div>
 
-
<div class="hard"></div>
 
-
<div class="hard"></div>
 
-
</div>
 
-
 
-
 
-
<script type="text/javascript">
 
-
 
-
$(window).ready(function() {
 
-
$('#notebookigem').turn({
 
-
display: 'double',
 
-
acceleration: true,
 
-
gradients: !$.isTouch,
 
-
elevation:50,
 
-
when: {
 
-
turned: function(e, page) { }
 
-
}
 
-
});
 
-
});
 
-
 
-
 
-
$(window).bind('keydown', function(e){
 
-
 
-
if (e.keyCode==37)
 
-
$('#notebookigem').turn('previous');
 
-
else if (e.keyCode==39)
 
-
$('#notebookigem').turn('next');
 
-
 
-
});
 
-
 
-
</script>
 
-
 
-
</body>
 
-
</html>
 

Latest revision as of 16:25, 24 January 2013