Team:ZJU-China/Datapage
From 2011.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<link rel='stylesheet' type='text/css' href='main.css' /> | <link rel='stylesheet' type='text/css' href='main.css' /> | ||
<link href="Modeling.css" rel="stylesheet" type="text/css"> | <link href="Modeling.css" rel="stylesheet" type="text/css"> | ||
+ | |||
+ | |||
+ | |||
<style> | <style> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.block h1{ | .block h1{ | ||
Line 28: | Line 21: | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
.block h1, h2{ | .block h1, h2{ | ||
border-bottom: none; | border-bottom: none; | ||
Line 45: | Line 36: | ||
margin-right:15px; | margin-right:15px; | ||
} | } | ||
+ | .footer{ | ||
+ | background-color:#666666; | ||
+ | padding:10px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | .footer a{ | ||
+ | color:#cccccc; | ||
+ | margin:10px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | .footer a:hover { | ||
+ | color:#FFF; | ||
+ | text-decoration:none; | ||
+ | cursor:pointer; | ||
</style> | </style> | ||
- | < | + | |
- | + | ||
- | + | <!-- include the Tools --> | |
- | + | <script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
Line 72: | Line 68: | ||
<div class="main"> | <div class="main"> | ||
<div class="pagetitle" id="nbook"> | <div class="pagetitle" id="nbook"> | ||
- | <h3> | + | <h3>Data page</h3> |
</div> | </div> | ||
- | < | + | |
- | + | ||
- | + | <div id="leftul"><div class="leftul"> | |
- | + | <div id="accordion"> | |
- | + | ||
- | + | <h4 class="current">Overview</h4> | |
- | + | ||
- | + | <div class="pane" style="display:block;"> | |
- | + | <a href="https://2011.igem.org/Team:ZJU-China/Project/Stratifiedsystem">|Background<br/></a> | |
- | + | <a href="#">|Results<br/></a> | |
- | + | <a href="#">|Future Application</a> | |
- | + | ||
- | < | + | |
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <h4 >Modeling</h4> | ||
+ | |||
+ | <div class="pane" > | ||
+ | <a href="#">|Biofilm formation<br/></a> | ||
+ | <a href="#">|Biobrick<br/></a> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <h4>Results</h4> | ||
+ | |||
+ | <div class="pane" > | ||
+ | <a href="#">Data page</a> | ||
+ | <a href="">Parts</a> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <a href="#jumptop"><img style="margin-top:10px;" src="https://static.igem.org/mediawiki/2011/4/45/Zju-jump-top.jpg" width="160"></a> | ||
+ | </div> | ||
+ | <!-- activate tabs with JavaScript --> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | |||
+ | $("#accordion").tabs("#accordion div.pane", {tabs: 'h4', effect: 'slide', initialIndex: null}); | ||
+ | }); | ||
+ | </script> | ||
+ | <!-- Navigation scroll follow --> | ||
+ | <script type="text/javascript"> | ||
+ | $(window).scroll(function () { | ||
+ | var scrollPos = $(window).scrollTop(); | ||
+ | if (scrollPos > 310) { | ||
+ | $(".leftul").addClass("stickToTop"); | ||
+ | } else { | ||
+ | $(".leftul").removeClass("stickToTop"); | ||
+ | } | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | |||
+ | <div class="bigblock" id="m_biofilm"><div class="block" id="introduction"> | ||
<h3><font color="white">Introduction</font></h3> | <h3><font color="white">Introduction</font></h3> | ||
<hr/> | <hr/> | ||
Line 119: | Line 164: | ||
</script> | </script> | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
<p style ="clear:both"></p> | <p style ="clear:both"></p> |
Revision as of 13:33, 2 October 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">