|
|
Line 1: |
Line 1: |
- | <html> | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | <head>
| + | <html xmlns="http://www.w3.org/1999/xhtml"> |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| + | <head> |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
- | <script type="text/javascript">
| + | <title>Imperial iGEM 2011</title> |
- | $(document).ready(function(){
| + | <script src="https://2011.igem.org/Team:Imperial/SpryMenuBar?action=raw&ctype=text/js" type="text/javascript"></script> |
| + | <link href="https://2011.igem.org/Team:Imperial/SpryMenuBarHorizontal?action=raw&ctype=text/css" rel="stylesheet" type="text/css" /> |
| + | </head> |
| | | |
- | $(function(){
| + | <body> |
- | var path = location.pathname.substring(1);
| + | <ul id="MenuBar1" class="MenuBarHorizontal"> |
- | var last = path.split("/");
| + | <li><a class="MenuBarItemSubmenu" href="#">Introduction</a> |
- | if ( last[1] ) {
| + | <ul> |
- | $('#headover ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","#ea8828");
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London">Home</a></li> |
- | }
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">The Team</a></li> |
- | else {
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Background">Background</a></li> |
- | $('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ea8828");
| + | |
- | }
| + | |
- | });
| + | |
- | | + | |
- | $('#menuback').mouseover(function() {
| + | |
- | $('#headover').stop().animate({height:'150px',top:'0px'},1000);
| + | |
- | });
| + | |
- | | + | |
- | $('#menu').mouseleave(function() {
| + | |
- | $('.listhead').not('.curlink').css("color","#ffffff");
| + | |
- | $('.listmain').not('.curlink').css("color","#dddddd");
| + | |
- | $('#headover ul').fadeOut(500);
| + | |
- | $('#headover').stop().animate({height:'50px',top:'100px'},1000);
| + | |
- | });
| + | |
- | | + | |
- | $('.listhead').mouseover(function(){
| + | |
- | $('.listhead').not('.curlink').css("color","#ffffff");
| + | |
- | $(this).css("color","#444444");
| + | |
- | $('#headover ul').css("display","none");
| + | |
- | var vActive = $(this).attr("id");
| + | |
- | $('.'+vActive).stop(true, true).fadeIn(500);
| + | |
- | });
| + | |
- | | + | |
- | $('.listmain').mouseover(function(){
| + | |
- | $('.listmain').not('.curlink').css("color","#dddddd");
| + | |
- | $(this).css("color","#ea8828");
| + | |
- | });
| + | |
- | | + | |
- | $('#headover').mouseleave(function(){
| + | |
- | $('.listmain').not('.curlink').css("color","#dddddd");
| + | |
- | });
| + | |
- | | + | |
- | });
| + | |
- | </script>
| + | |
- | <style type="text/css">
| + | |
- | | + | |
- | a:link {color:#20548f;}
| + | |
- | a:visited {color:#20548f;}
| + | |
- | a:hover {color:#20548f;}
| + | |
- | a:active {color:#20548f;}
| + | |
- | | + | |
- | #top-section {
| + | |
- | background-color: #ffffff;
| + | |
- | height: 100px;
| + | |
- | border: none;
| + | |
- | width:910px;
| + | |
- | height:20px}
| + | |
- | | + | |
- | #p-logo {
| + | |
- | position: absolute;
| + | |
- | display: none;}
| + | |
- | | + | |
- | #search-controls {
| + | |
- | display: none;}
| + | |
- | | + | |
- | #menubar.left-menu {
| + | |
- | position: absolute;
| + | |
- | top:0px;
| + | |
- | left:0px;}
| + | |
- | | + | |
- | #menubar.right-menu {
| + | |
- | position: absolute;
| + | |
- | top:0px;
| + | |
- | right:0px;}
| + | |
- | | + | |
- | | + | |
- | #menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited {
| + | |
- | color: #000000;}
| + | |
- | | + | |
- | #footer-box {
| + | |
- | width:900px;}
| + | |
- | | + | |
- | body {
| + | |
- | background-color: #555555}
| + | |
- | | + | |
- | .firstHeading {
| + | |
- | display: none;} | + | |
- | | + | |
- | #content {
| + | |
- | width: 900px;
| + | |
- | border: none;
| + | |
- | font-family: helvetica, arial, sans-serif;
| + | |
- | color: #555555}
| + | |
- | | + | |
- | #title {
| + | |
- | width:900px;
| + | |
- | height:55px;
| + | |
- | position: relative;
| + | |
- | top: 0px;
| + | |
- | left: 0px;}
| + | |
- | | + | |
- | #paralogo {
| + | |
- | width:400px;
| + | |
- | height:50px;
| + | |
- | position: relative;
| + | |
- | top: 0px;
| + | |
- | left: 20px;}
| + | |
- | | + | |
- | #implogo {
| + | |
- | width:200px;
| + | |
- | height:50px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 435px;}
| + | |
- | | + | |
- | #igemlogo {
| + | |
- | width:84px;
| + | |
- | height:50px;
| + | |
- | position:absolute;
| + | |
- | top:0px;
| + | |
- | left:615px;}
| + | |
- | | + | |
- | #csynbilogo {
| + | |
- | width:140px;
| + | |
- | height:35px;
| + | |
- | position:absolute;
| + | |
- | top:-10px;
| + | |
- | left:695px;}
| + | |
- | | + | |
- | #csbl {
| + | |
- | width:140px;
| + | |
- | height:35px;}
| + | |
- | | + | |
- | #belink {
| + | |
- | width:200px;
| + | |
- | height:16px;
| + | |
- | position: absolute;
| + | |
- | top: 25px;
| + | |
- | font-size:1em;
| + | |
- | left: 697px;
| + | |
- | font-weight:500;}
| + | |
- | | + | |
- | #belink a {
| + | |
- | text-decoration:none;}
| + | |
- | | + | |
- | #mblink {
| + | |
- | width:205px;
| + | |
- | height:16px;
| + | |
- | position: absolute;
| + | |
- | top: 42px;
| + | |
- | font-size:1em;
| + | |
- | left: 697px;
| + | |
- | font-weight:500;}
| + | |
- | | + | |
- | #mblink a {
| + | |
- | text-decoration:none;}
| + | |
- | | + | |
- | #menu {
| + | |
- | width:900px;
| + | |
- | height:150px;
| + | |
- | position: relative;
| + | |
- | top: 20px;
| + | |
- | left: 0px;}
| + | |
- | | + | |
- | #menuback {
| + | |
- | width:100px;
| + | |
- | height:150px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 0px;
| + | |
- | background-color: #ea8828}
| + | |
- | | + | |
- | #headpic {
| + | |
- | width:800px;
| + | |
- | height:150px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 100px;
| + | |
- | background-image: url('https://static.igem.org/mediawiki/2010/5/54/Imperialigemheadone.jpg'); }
| + | |
- | | + | |
- | #headover {
| + | |
- | width: 800px;
| + | |
- | height:50px;
| + | |
- | position: absolute;
| + | |
- | top: 100px;
| + | |
- | left: 0px;
| + | |
- | background: url(https://static.igem.org/mediawiki/2010/d/d8/Imperialigemheadoverone.png) 0px 0px no-repeat; }
| + | |
- | | + | |
- | a {
| + | |
- | outline:none;}
| + | |
- | | + | |
- | #headtit{
| + | |
- | font-family: helvetica, arial, sans-serif;
| + | |
- | font-size: 1.2em;
| + | |
- | color: #ffffff;
| + | |
- | position: absolute;
| + | |
- | top: 0.5em;
| + | |
- | right: 1.4em;}
| + | |
- | | + | |
- | .dark{
| + | |
- | color: #dddddd;}
| + | |
- | | + | |
- | .highlight{
| + | |
- | color: #ea8828;}
| + | |
- | | + | |
- | #menulist{
| + | |
- | position: absolute;
| + | |
- | top: 16px;
| + | |
- | left: 3px;
| + | |
- | list-style: none;}
| + | |
- | | + | |
- | #menulist li{
| + | |
- | height: 30px;
| + | |
- | }
| + | |
- | | + | |
- | #menulist li a{
| + | |
- | font-weight: 100;
| + | |
- | font-size: 1.2em;
| + | |
- | text-decoration: none;
| + | |
- | font-family: helvetica, arial, sans-serif;
| + | |
- | color: #ffffff;}
| + | |
- | | + | |
- | #headover ul{
| + | |
- | list-style: none;
| + | |
- | display: none;
| + | |
- | position: absolute;
| + | |
- | top: 1.2em;
| + | |
- | left: 0.2em;
| + | |
- | }
| + | |
- | | + | |
- | #headover ul ul{
| + | |
- | position: absolute;
| + | |
- | width:10em;
| + | |
- | top:-0.2em;
| + | |
- | left: 10em;
| + | |
- | list-style:none;}
| + | |
- | | + | |
- | #headover ul li{
| + | |
- | height: 2.4em;
| + | |
- | }
| + | |
- | | + | |
- | #headover ul li a{
| + | |
- | font-weight: 100;
| + | |
- | font-size: 1.2em;
| + | |
- | text-decoration: none;
| + | |
- | font-family: helvetica, arial, sans-serif;
| + | |
- | color: #dddddd;}
| + | |
- | | + | |
- | </style>
| + | |
- | </head>
| + | |
- | <body>
| + | |
- | <div id='title'>
| + | |
- | <div id='paralogo'>
| + | |
- | <a href='https://2010.igem.org/Team:Imperial_College_London'>
| + | |
- | <img src='https://static.igem.org/mediawiki/2010/9/9f/ICparalogo.png'>
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='implogo'>
| + | |
- | <a href='http://www3.imperial.ac.uk/'>
| + | |
- | <img src='https://static.igem.org/mediawiki/2010/8/84/ICLlogo1.png'>
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='igemlogo'>
| + | |
- | <a href='https://2010.igem.org/Main_Page'>
| + | |
- | <img src='https://static.igem.org/mediawiki/2010/7/7d/ICLlogo2.png'>
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='csynbilogo'>
| + | |
- | <a href='http://www3.imperial.ac.uk/syntheticbiology'>
| + | |
- | <img id="csbl" src='https://static.igem.org/mediawiki/2010/7/7f/ICLlogo3.png'>
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='belink'>
| + | |
- | <a href='http://www3.imperial.ac.uk/bioengineering'>Department of Bioengineering</a>
| + | |
- | </div>
| + | |
- | <div id='mblink'>
| + | |
- | <a href='http://www3.imperial.ac.uk/molecularbiosciences'>Division of Molecular Biosciences</a>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div id='menu'>
| + | |
- | <div id='menuback'>
| + | |
- | <ul id='menulist'>
| + | |
- | <li><a href='#' class='listhead' id='project'>Project</a></li>
| + | |
- | <li><a href='#' class='listhead' id='plan'>Plan</a></li>
| + | |
- | <li><a href='#' class='listhead' id='results'>Results</a></li>
| + | |
- | <li><a href='#' class='listhead' id='extra'>Extras</a></li>
| + | |
| </ul> | | </ul> |
- | </div>
| + | </li> |
- | <div id='headpic'>
| + | <li><a class="MenuBarItemSubmenu" href="#">Project</a> |
- | <div id='headover'>
| + | <ul> |
- | <p id='headtit'>Parasight<span class='dark'> <span class='highlight'>|</span> Parasite detection with a rapid response</span></p>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Overview">Overview</a></li> |
- | <ul class='project'>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Chemotaxis">Chemotaxis</a></li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London' class='listmain' id='results'>Home</a></li> | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Arabidopsis">Arabidopsis</a></li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Tour/Page_One' class='listmain' id='results'>Tour</a></li> | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Auxin">Auxin</a></li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Modules' class='listmain' id='results'>Modules</a></li> | + | </ul> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Chassis' class='listmain' id='results'>Chassis</a></li> | + | </li> |
- | <ul class='project'>
| + | <li><a class="MenuBarItemSubmenu" href="#">Plan</a> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Human_Practices' class='listmain' id='results'>Human Practices</a></li>
| + | <ul> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Schistosoma' class='listmain' id='results'>Schistosoma</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Modeling">Modelling</a></li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Research' class='listmain' id='results'>Research</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Experiments">Experiments</a></li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Diary/Week_One' class='listmain' id='project'>Diary</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Notebook">Notebook</a></li> |
- | </ul>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming">Brainstorming</a></li> |
- | </ul>
| + | </ul> |
- | <ul class='plan'>
| + | </li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Modelling' class='listmain' id='results'>Modelling</a></li> | + | <li><a class="MenuBarItemSubmenu" href="#">Results</a> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Strategy' class='listmain' id='results'>Assembly</a></li> | + | <ul> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Lab_Diaries' class='listmain' id='results'>Lab Diaries</a></li> | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Experimental_Results">Experimental Results</a></li> |
- | <ul class='plan'>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Parts">Parts</a></li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Protocol' class='listmain' id='results'>Lab Protocols</a></li>
| + | </ul> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Safety' class='listmain' id='results'>Safety</a></li>
| + | </li> |
- | </ul>
| + | <li><a class="MenuBarItemSubmenu" href="#">Others</a> |
- | <ul class='plan'>
| + | <ul> |
- | </ul>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Safety">Safety</a></li> |
- | </ul>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Attributions">Attributions</a></li> |
- | <ul class='results'>
| + | </ul> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Results' class='listmain' id='results'>Experimental Results</a></li> | + | </li> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Parts/Favourites' class='listmain' id='results'>Parts</a></li> | + | </ul> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Achievements' class='listmain' id='results'>Achievements</a></li>
| + | <p> </p> |
- | | + | <script type="text/javascript"> |
- | </ul>
| + | var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); |
- | <ul class='extra'>
| + | </script> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/The_Team' class='listmain' id='results'>The Team</a></li>
| + | </body> |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Media/Videos' class='listmain' id='results'>Media</a></li> | + | |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/School_Workshops' class='listmain' id='results'>School Workshops</a></li> | + | |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Software_Tool' class='listmain' id='results'>Software Tool</a></li>
| + | |
- | <ul class='extra'>
| + | |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Acknowledgments' class='listmain' id='results'>Acknowledgments</a></li>
| + | |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Brainstorming' class='listmain' id='results'>Brainstorming</a></li>
| + | |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Glossary' class='listmain' id='results'>Glossary</a></li>
| + | |
- | <li><a href='https://2010.igem.org/Team:Imperial_College_London/Sitemap' class='listmain' id='results'>Sitemap</a></li>
| + | |
- | </ul>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </body>
| + | |
| </html> | | </html> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">