YB index
From 2012.igem.org
(Difference between revisions)
(29 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | {{:TEAM:XMU-China/ | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
+ | <head> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | <script type=text/javascript><!--//--><![CDATA[//><!-- | ||
+ | function menuFix() { | ||
+ | var sfEls = document.getElementById("menu").getElementsByTagName("li"); | ||
+ | for (var i=0; i<sfEls.length; i++) { | ||
+ | sfEls[i].onmouseover=function() { | ||
+ | this.className+=(this.className.length>0? " ": "") + "sfhover"; | ||
+ | } | ||
+ | sfEls[i].onMouseDown=function() { | ||
+ | this.className+=(this.className.length>0? " ": "") + "sfhover"; | ||
+ | } | ||
+ | sfEls[i].onMouseUp=function() { | ||
+ | this.className+=(this.className.length>0? " ": "") + "sfhover"; | ||
+ | } | ||
+ | sfEls[i].onmouseout=function() { | ||
+ | this.className=this.className.replace(new RegExp("( ?|^)sfhover\\b"), | ||
+ | ""); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | window.onload=menuFix; | ||
+ | //--><!]]></script> | ||
+ | <title>XMU</title> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | body {font-family: Verdana; font-size: 12px; line-height: 1.5; | ||
+ | background:#FFF;width:1280px auto; | ||
+ | height:720px auto;} | ||
+ | a:link { | ||
+ | text-decoration: none;text-shadow:#999999; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menu { | ||
+ | position:absolute; | ||
+ | z-index:2; | ||
+ | margin-left:25px; | ||
+ | margin-top:110px; | ||
+ | width:900px; height:28px; | ||
+ | background-color:#0099cc; | ||
+ | font-family:Raavi; | ||
+ | } | ||
+ | |||
+ | #menu ul { list-style: none; list-style-type:none;} | ||
+ | |||
+ | #menu ul li { float:left; margin-left:0px;width:120px auto;list-style:none;} | ||
+ | |||
+ | #menu ul li a { display:block; width:120px auto; height:28px auto; line-height:28px; text-align:left; font-size:19px;color:#fff;} | ||
+ | |||
+ | |||
+ | #menu ul li a:hover {text-align:center;} | ||
+ | |||
+ | #menu ul li a#current {text-align:center;color:#fff;} | ||
+ | |||
+ | #menu ul li ul { border:0px solid #ccc; display:none; position:absolute;margin-top:0px;height:50px auto; list-style-type:none;} | ||
+ | |||
+ | #menu ul li ul li { float:none; width:140px; background:#0099cc; margin:0;height:20px auto; list-style-type:none;} | ||
+ | |||
+ | #menu ul li ul li a {background:none;font-size:14px;height:20px auto;line-height: 15px none; text-align:left;border:1px solid #fff; list-style-type:none;} | ||
+ | |||
+ | #menu ul li ul li a:hover {background:#004f7c; color:#fff;font-size:18px;height:20px auto;} | ||
+ | |||
+ | #menu ul li:hover ul { display:block;} | ||
+ | |||
+ | #menu ul li.sfhover ul { display:block;} | ||
+ | |||
+ | #left-logo { position:absolute; | ||
+ | z-index:5; | ||
+ | margin:0 auto; | ||
+ | margin-left:25px; | ||
+ | margin-top:0px; | ||
+ | width:900px; | ||
+ | font-family:Raavi; | ||
+ | height:300px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #right-logo{ position:absolute; | ||
+ | z-index:5; | ||
+ | margin:0 auto; | ||
+ | margin-left:650px; | ||
+ | margin-top:50px; | ||
+ | width:275px; | ||
+ | font-family:Raavi; | ||
+ | height:110px; | ||
+ | float:right; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id="left-logo"> | ||
+ | <img src="https://static.igem.org/mediawiki/igem.org/8/87/XMU-Teamlogo.png" height="100" align="left"> | ||
+ | </div> | ||
+ | <div id="right-logo"> | ||
+ | <img src="https://static.igem.org/mediawiki/igem.org/3/32/XMU-Schoollogo.png" align="bottom" height="60"><img src="https://static.igem.org/mediawiki/2012/e/e2/Igemlogo.png" alt="" height="60" align="bottom" > | ||
+ | </div> | ||
+ | |||
+ | <div id="menu"> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Team:XMU-China"> HOME |</a></li> | ||
+ | |||
+ | <li><a href="#"> TEAM |</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/instructors">Instructors</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/advisors">Advisors</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/teammembers">Team members</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/acknowledgement">Acknowledgement</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/ourcity%26ouruniversity">Our city & Our university</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#"> PROJECT |</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/background">Background (Approach/ | ||
+ | Program)</a></li> | ||
+ | <li><a href="#">Section A</a></li> | ||
+ | <li><a href="#">Section B</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/accomplishment">Accomplishment</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/datapage">Data page</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/futureplan">Future plan</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/reference">Reference</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#"> PARTS |</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/partssubmitted">Parts submitted</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/attrivutions">Attrivutions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#"> NOTEBOOK |</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/brainstorm">Brainstorm</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/wetlabjournal">Wet lab journal</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/protocols">Protocols</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/safety"> SAFETY |</a></li> | ||
+ | |||
+ | <li><a href="#"> HUMANPRACTICE |</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/exhibition">Exhibition</a></li> | ||
+ | <li><a href="https://2012.igem.org/Template:Team:XMU-China/communication">Communication</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#https://2012.igem.org"> iGEM</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Latest revision as of 00:33, 30 August 2012