Line 1: | Line 1: | ||
− | <html> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
<head> | <head> | ||
− | <meta | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
+ | <title>无标题文档</title> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | <!-- | ||
+ | #sideMenu, | ||
+ | #top_title{ | ||
+ | display: none; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding:0; | ||
+ | background-color:block; | ||
+ | } | ||
+ | #HQ_page{ background-color:#FFF; | ||
+ | background-image:url("https://static.igem.org/mediawiki/2018/6/6b/T--Nanjing-China--background-1.png"); | ||
+ | background-attachment:fixed; | ||
+ | background-size:cover; | ||
+ | background-repeat:no-repeat | ||
+ | background-position:center;} | ||
+ | #HQ_page p{ font-size:110%;} | ||
+ | #HQ_page h3{ font-size:130%;} | ||
+ | #HQ_page h2{ font-size:150%;} | ||
+ | #HQ_page h1{ font-size:200%; font-family: "Comic Sans MS", cursive;} | ||
+ | #HQ_page table{ border:none; | ||
+ | background-color:rgba(0,51,204,0);} | ||
+ | #HQ_page td{border:none;} | ||
+ | body { | ||
+ | font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | background-color:#FFF; | ||
+ | } | ||
+ | a img {border: none;} | ||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0; | ||
+ | } | ||
+ | .container { | ||
+ | width: 100%; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | margin: 0 auto; | ||
+ | alignment-adjust:central; | ||
+ | } | ||
+ | .header { | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | alignment-adjust:central; | ||
+ | z-index:2; | ||
+ | } | ||
+ | .contain { | ||
+ | position: relative; | ||
+ | top:-120px; | ||
+ | width: 76%; | ||
+ | max-width: 1100px; | ||
+ | min-width: 700px; | ||
+ | padding: 10px 0; | ||
+ | alignment-adjust: central; | ||
+ | background-color:rgba(0,51,204,0); | ||
+ | } | ||
+ | .contain ul, .contain ol { | ||
+ | padding: 0 15px 15px 40px; | ||
+ | } | ||
+ | .footer { | ||
+ | position:relative; | ||
+ | clear: both; | ||
+ | alignment-adjust:central; | ||
+ | } | ||
+ | #menu{ | ||
+ | position:fixed; | ||
+ | left:50px; | ||
+ | width: 770px; | ||
+ | font-family: "Comic Sans MS", cursive; | ||
+ | z-index:3; | ||
+ | |||
+ | } | ||
+ | #menu ul{ margin: auto; padding:0; list-style:none; width:770px;} | ||
+ | #menu ul li{ height:42px; line-height:42px; margin-left: 2px; margin-bottom: 2px; border-right:3px solid #666; border-bottom:2.8px solid #666; border-top:1.5px solid #666; border-left:1px solid #666; text-align:center; float:left; width:122px; color:#F90;} | ||
+ | #menu ul li a{ color:#003; text-decoration:none; display:block; | ||
+ | width:123px; height:42px;} | ||
+ | #menu ul li a:hover{ | ||
+ | background-color: #999; | ||
+ | color: #FFF; | ||
+ | width: 124px; | ||
+ | height: 46px; | ||
+ | font-family:Verdana, Geneva, sans-serif;} | ||
+ | #menu ul li ul{ display:none; width:124px; z-index:3;} | ||
+ | #menu ul li.listshow ul{ display:block;} | ||
+ | #menu ul li ul li{ | ||
+ | float: none; | ||
+ | width: 122px; | ||
+ | margin: 0; | ||
+ | } | ||
+ | #menu ul li ul li a{ background:none; width:124px;} | ||
+ | #menu ul li ul li a:hover{ background:rgba(102,102,102,0.6); color:#FFFFFF; width:124px; height:45px; font-family:Verdana, Geneva, sans-serif;} | ||
+ | #menu ul li a#on{ background:none;} | ||
+ | .clear{clear:both;} | ||
+ | #d{ left:85%; width:15%; position:fixed; z-index:10;} | ||
+ | #HOME { | ||
+ | position:relative; | ||
+ | top:auto; | ||
+ | width: 115px; | ||
+ | text-align:center; | ||
+ | background:rgba(255,255,0,0.2); | ||
+ | font-size:15px; | ||
+ | alignment-adjust:central; | ||
+ | font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; | ||
+ | z-index:3; | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #HOME .sub { | ||
+ | background-color:rgba(102,102,204,0.5); height:50px; line-height:50px; border-bottom:2px solid #999; border-right:2.5px solid #666; text-align:center; float:left; width:115px;} | ||
+ | #HOME .sub ul{ margin: auto; padding:0; list-style:none; width:115px;} | ||
+ | #HOME .sub ul li{ | ||
+ | background-color:rgba(0,153,255,0.3); height:50px; line-height:50px; border-bottom:2px solid #999; border-right:2.5px solid #666; text-align:center; float:left; width:115px;} | ||
+ | #HOME .sub ul li a:hover{background-color:#930; color:#CCC; height:50px; line-height:50px;} | ||
+ | #HOME .sub ul li a{ text-decoration:none; color:#000;} | ||
+ | #HOME ul{ | ||
+ | margin: auto; padding:0; list-style:0;} | ||
+ | #HOME ul li{ background:rgba(102,102,153,0.3); height:37px; line-height:37px; border-bottom:2px solid #999; border-right:2.5px solid #666; text-align:center; float:left; width:115px; margin-right:1px; list-style:0;} | ||
+ | #HOME ul li a{ | ||
+ | text-decoration: none; | ||
+ | display:block; | ||
+ | color:#003; | ||
+ | width:115px; | ||
+ | height:37px; | ||
+ | |||
+ | } | ||
+ | #HOME ul li a:hover{ background:rgba(102,102,153,0.5); color:#FFFFFF; width:115px; height:40px;} | ||
+ | #HOME ul li a#on{ background:rgba(102,102,153,0.9);} | ||
+ | .f{ position:absolute; width:80%; left:10%; alignment-adjust:central; z-index:2;} | ||
+ | .f-word{ position:relative; width:30%; left:auto; height:230px; float:left;} | ||
+ | .f-img{ position:relative; width:20%; height:120px; float:left;} | ||
+ | #HQ_page .f p{ font-size:90%;} | ||
+ | .container .footer div .f .f-word h3 { | ||
+ | color: #000; | ||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | } | ||
+ | .f-b{position:relative;} | ||
+ | .word-background-block{ width:100%; | ||
+ | float:left;} | ||
+ | .word-1{ width:100%; | ||
+ | float:left;} | ||
+ | .word-2{ width:50%; | ||
+ | float:left;} | ||
+ | .word-3{ width:33%; | ||
+ | float:left;} | ||
+ | .word{ | ||
+ | position:relative; | ||
+ | width:90%; | ||
+ | float:left; | ||
+ | background-color:rgba(0,51,204,0.4); | ||
+ | padding:5%;} | ||
+ | |||
</style> | </style> | ||
+ | <script type="text/javascript" src="https://2018.igem.org/Team:Nanjing-China/Javascript:1?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | function menuFix(){ | ||
+ | var sfEles=document.getElementById("menu").getElementsByTagName("li"); | ||
+ | for(var i=0;i<sfEles.length; i++){ | ||
+ | sfEles[i].onmouseover=function(){ | ||
+ | this.className +=(this.className.length>0?"":"")+"listshow"; | ||
+ | } | ||
+ | sfEles[i].onmouseout=function(){ | ||
+ | this.className =this.className.replace("listshow",""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | window.onload= menuFix; | ||
+ | function MM_changeProp(objId,x,theProp,theValue) { //v9.0 | ||
+ | var obj = null; with (document){ if (getElementById) | ||
+ | obj = getElementById(objId); } | ||
+ | if (obj){ | ||
+ | if (theValue == true || theValue == false) | ||
+ | eval("obj.style."+theProp+"="+theValue); | ||
+ | else eval("obj.style."+theProp+"='"+theValue+"'"); | ||
+ | } | ||
+ | } | ||
+ | function MM_effectAppearFade(targetElement, duration, from, to, toggle) | ||
+ | { | ||
+ | Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle}); | ||
+ | } | ||
+ | function MM_effectBlind(targetElement, duration, from, to, toggle) | ||
+ | { | ||
+ | Spry.Effect.DoBlind(targetElement, {duration: duration, from: from, to: to, toggle: toggle}); | ||
+ | } | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
− | </div> | + | <div id="d"> |
− | <div align="center"><img src="https://static.igem.org/mediawiki/2018/d/dd/T--Nanjing-China--InterLab-1.jpg" /></div> | + | <img src="https://static.igem.org/mediawiki/2018/f/fe/T--Nanjing-China--signal-1.jpg" width="100%" onclick="MM_effectBlind('HOME', 1000, '0%', '100%', true)" /> |
− | <div align="center"><img src="https://static.igem.org/mediawiki/2018/c/c0/T--Nanjing-China--InterLab-2.jpg" /></div> | + | <div align="center"> |
− | <div align="center"><img src="https://static.igem.org/mediawiki/2018/4/4e/T--Nanjing-China--InterLab-3.jpg" /></div> | + | <div id="HOME"> |
− | <div align="center"><img src="https://static.igem.org/mediawiki/2018/d/d9/T--Nanjing-China--InterLab-4.jpg" /></div> | + | <div class="sub"> |
− | + | <ul> <li><a href="https://2018.igem.org/Team:Nanjing-China">Introduction</a></li></div> | |
+ | <ul> | ||
+ | <li><a href="#IA">introduction</a></li> | ||
+ | <li><a href="#i-menu">menu</a></li></ul> | ||
+ | <div class="sub"> | ||
+ | <ul><li><a href="https://2018.igem.org/Team:Nanjing-China/Background">Background</a></li></ul></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="container" align="center"> | ||
+ | <div id="menu"> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China">HOME</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China">Introduction</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Background">Background</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2017.igem.org/Team:Nanjing-China/Parts">PARTS</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Basic_Part">Basic_Part</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Improved_Parts">Improved</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Bronze">JUDGE</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Bronze">Bronze</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Sliver">Sliver</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Gold">Gold</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Design">PROJECT</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Design">Design</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Results">Results</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Improvement">Improvement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Team">TEAM</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Team">Introduction</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Members">Members</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Collaborations">Collaboration</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Human_Practices">OTHERS</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Human_Practices">HP</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Safety">Safety</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/Model">Model</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:Nanjing-China/InterLab">InterLab</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="header"><img src="https://static.igem.org/mediawiki/2018/f/f3/T--Nanjing-China--title-1-1.png" width="100%" > | ||
+ | </div> | ||
+ | <div class="contain" align="left"> | ||
+ | <div class="word"> | ||
+ | <h1>InterLab</h1> | ||
+ | <div class="word-1" align="center"><img src="https://static.igem.org/mediawiki/2018/d/dd/T--Nanjing-China--InterLab-1.jpg" /></div> | ||
+ | <div class="word-1" align="center"><img src="https://static.igem.org/mediawiki/2018/c/c0/T--Nanjing-China--InterLab-2.jpg" /></div> | ||
+ | <div class="word-1" align="center"><img src="https://static.igem.org/mediawiki/2018/4/4e/T--Nanjing-China--InterLab-3.jpg" /></div> | ||
+ | <div class="word-1" align="center"><img src="https://static.igem.org/mediawiki/2018/d/d9/T--Nanjing-China--InterLab-4.jpg" /></div> | ||
+ | </div> | ||
+ | <div class="footer"> | ||
+ | <div align="center"> | ||
+ | <div class="f"> | ||
+ | <div class="f-word"><p><strong><u>Address</u></strong></p> | ||
+ | <p>Life Science Department<br /> | ||
+ | #163 Xianlin Blvd, Qixia District<br /> | ||
+ | Nanjing University<br /> | ||
+ | Nanjing, Jiangsu Province<br /> | ||
+ | P.R. of China<br /> | ||
+ | Zip: 210046 | ||
+ | </p></div> | ||
+ | <div class="f-word"> | ||
+ | <p><strong><u>Email</u></strong></p> | ||
+ | <p>nanjing_china@163.com</p> | ||
+ | <p><strong><u>Social media</u></strong></p> | ||
+ | <p>Twitter button: <br/> | ||
+ | <a href="https://twitter.com/Guja1501">iGEM Nanjing-China@nanjing_china</a></p> | ||
+ | </div> | ||
+ | <div class="f-img"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2017/0/04/T-Nanjing-China-%E5%8D%97%E4%BA%AC%E5%A4%A7%E5%AD%A6.png" name="img1" width="80" height="110" id="img1" /></div> | ||
+ | </div> | ||
+ | <div class="f-img"> | ||
+ | <div align="right"><img src=" https://static.igem.org/mediawiki/2017/d/d4/T-Nanjing-China-%E5%9B%BE%E7%89%873.png | ||
+ | " name="img2" width="80" height="110" id="img2" /></div> | ||
+ | </div> | ||
+ | <div class="f-img"> | ||
+ | <div align="center"><img src="https://static.igem.org/mediawiki/2017/3/37/T-Nanjing-China-s1.png" name="img3" width="80" height="80" id="img3" /></div> | ||
+ | </div> | ||
+ | <div class="f-img"> | ||
+ | <div align="right"><img src="https://static.igem.org/mediawiki/2017/d/dc/T-Nanjing-China-%E5%9B%BE%E7%89%872.png" name="img4" width="80" height="80" id="img4" /></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="f-b"><img src="https://static.igem.org/mediawiki/2018/a/ad/T--Nanjing-China--footer-1.jpg" width="100%" /></div> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 05:31, 28 July 2018