Team:BIT-China/Team
From 2014.igem.org
(Difference between revisions)
(Prototype team page) |
|||
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
<html> | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
+ | <title>project</title> | ||
+ | <link href="https://2014.igem.org/Team:BIT-China/all.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet" /> | ||
+ | <style type="text/css"> | ||
+ | #p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks | ||
+ | { display:none; } | ||
+ | #globalWrapper { | ||
+ | padding:0; top:0px; | ||
+ | margin:0px; | ||
+ | font-size:100%; | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | } | ||
- | + | #top-section{ | |
- | + | height:0px; | |
- | + | border:none; | |
- | + | width:100%; } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | #content{ | ||
+ | width:100%!important; | ||
+ | border-left:none; border-right: none; | ||
+ | padding:1px 0px 0px 0px!important; | ||
+ | background-color:#f7f7f5; | ||
+ | height:0px; | ||
+ | } | ||
+ | #contentSub { | ||
+ | position:absolute; | ||
+ | } | ||
- | + | #menubar { | |
- | + | position:absolute; | |
- | + | top: -30px; | |
- | + | line-height: 1em; | |
- | + | font-family: sans-serif; | |
- | + | font-size: 95%; | |
- | + | white-space: nowrap; | |
- | + | z-index: 200; | |
- | + | ||
- | + | ||
+ | } | ||
+ | #menubar:hover{ | ||
+ | background-color: #555; | ||
+ | top:0px; | ||
+ | } | ||
+ | .right-menu { | ||
+ | position:absolute; | ||
+ | width:1500px; | ||
+ | right:100px; | ||
+ | height:30px; | ||
+ | font-size:14px; | ||
+ | color:#999; | ||
+ | text-align: right; | ||
+ | text-transform: lowercase; | ||
+ | } | ||
- | + | .right-menu:hover { | |
+ | color: white; | ||
+ | background-color: #555; | ||
+ | } | ||
+ | .right-menu li{ | ||
+ | float:left; | ||
+ | } | ||
+ | .right-menu li a{ | ||
+ | color:#ccc; | ||
+ | background-color: transparent; | ||
+ | text-decoration:none; | ||
+ | } | ||
- | + | .right-menu li a:hover{ | |
- | + | text-decoration:none; | |
- | + | color:white; | |
- | + | } | |
+ | .left-menu { | ||
+ | height:30px; | ||
+ | left: 0px; | ||
+ | text-align: left; | ||
+ | color: transparent; | ||
+ | text-transform: lowercase; | ||
+ | padding-left:20px; | ||
+ | } | ||
- | + | .left-menu a { | |
- | + | left: 0px; text-align: left; color: transparent; text-transform: lowercase; font-size:14px; | |
- | + | } | |
- | + | .left-menu:hover { | |
- | + | color: white; background-color: rgb(85, 85, 85); | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | .left-menu li a{ | |
+ | color:#FFF; | ||
- | + | text-decoration:none; | |
- | + | } | |
- | + | .left-menu li { | |
+ | color: transparent;float:left; margin-right:10px; | ||
+ | } | ||
+ | .left-menu li a:hover{ | ||
+ | text-decoration:none; | ||
+ | } | ||
- | </ | + | .menubar ul,li{ list-style:none; margin-bottom:0 !important;} |
+ | </style> | ||
+ | <script src="http://code.hs-cn.com/jquery/jquery-1.7.1.min.js" type="text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(function () { | ||
+ | var ie6 = /msie 6/i.test(navigator.userAgent) | ||
+ | , dv = $('.daohang'), st; | ||
+ | dv.attr('otop', dv.offset().top); | ||
+ | $(window).scroll(function () { | ||
+ | st = Math.max(document.body.scrollTop || document.documentElement.scrollTop); | ||
+ | if (st >= parseInt(dv.attr('otop'))) { | ||
+ | if (ie6) { | ||
+ | dv.css({ position: 'absolute', top: st }); | ||
+ | } | ||
+ | else if (dv.css('position') != 'fixed') { | ||
+ | dv.css({ 'position': 'fixed', top: 0,left:203 }); | ||
+ | $('#left').css({ 'position': 'fixed', top: 175,left:147 }); | ||
+ | } | ||
+ | } | ||
+ | else if (dv.css('position') != 'absolute'){ | ||
+ | dv.css({ 'position': 'absolute',top:105,left:0 }); | ||
+ | $('#left').css({ 'position': 'absolute', top: 280,left:-55 }); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="maincontent"> | ||
+ | <div id="header"></div> | ||
+ | <div class="daohang"> | ||
+ | <div id="nav"> | ||
+ | <ul> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Project"><img src="https://static.igem.org/mediawiki/2014/b/b3/BIT-CHINA_1.png | ||
+ | " /></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Modeling"><img src="https://static.igem.org/mediawiki/2014/1/18/BIT-CHINA_2.png | ||
+ | " /></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Practice"><img src="https://static.igem.org/mediawiki/2014/1/15/BIT-CHINA_3.png | ||
+ | " /></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Judging"><img src="https://static.igem.org/mediawiki/2014/3/3e/BIT-CHINA_4.png | ||
+ | " /></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div id="nav1"> | ||
+ | <ul> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Safety"><img src="https://static.igem.org/mediawiki/2014/b/b7/BIT-CHINA_5.png | ||
+ | " /></a></li> | ||
+ | <li style="top:50px"><a href="https://2014.igem.org/Team:BIT-China/Team"><img src="https://static.igem.org/mediawiki/2014/c/ca/BIT-CHINA_6.png | ||
+ | " /></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Notebook"><img src="https://static.igem.org/mediawiki/2014/7/72/BIT-CHINA_7.png | ||
+ | " /></a></li> | ||
+ | <li><a href="https://2014.igem.org/Team:BIT-China/Sponsor"><img src="https://static.igem.org/mediawiki/2014/8/89/BIT-CHINA_8.png" /></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="content0"> | ||
+ | <div id="content1"> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | <div id="footer"></div> | ||
+ | </div> | ||
+ | <div id="left"> | ||
+ | <ul class="sidenav"> | ||
+ | <li><a href="#">M<span>EMBERS</span></a></li> | ||
+ | <li><a href="#">C<span>ONTACT US</span></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 22:13, 16 October 2014