|
|
Line 1: |
Line 1: |
- | <html xmlns="http://www.w3.org/1999/xhtml"> | + | <html lang="en"> |
- | <head>
| + | <head> |
- | | + | <meta http-equiv="content-type" content="text/html;charset=utf-8"> |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | + | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Imperial_College_London/superfish?action=raw&ctype=text/css" media="screen"> |
- | | + | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
- | <script type="text/javascript" src="http://linacabal.com/juan/ddaccordion.js"> | + | <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/hoverIntent?action=raw&ctype=text/js"></script> |
| + | <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/superfishjs?action=raw&ctype=text/js"></script> |
| | | |
| + | <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/magnifier?action=raw&ctype=text/js"> |
| /*********************************************** | | /*********************************************** |
- | * Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) | + | * jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) |
- | * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts | + | * This notice MUST stay intact for legal use |
- | * This notice must stay intact for legal use
| + | * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more |
| ***********************************************/ | | ***********************************************/ |
- |
| |
- | </script>
| |
- |
| |
| <script type="text/javascript"> | | <script type="text/javascript"> |
- | | + | var $ = jQuery; |
- | //Initialize Arrow Side Menu:
| + | jQuery.imageMagnify.zIndexcounter = 1000; |
- | ddaccordion.init({
| + | |
- | headerclass: "menuheaders", //Shared CSS class name of headers group
| + | |
- | contentclass: "menucontents", //Shared CSS class name of contents group
| + | |
- | revealtype: "mouseover", //Reveal content when user clicks or onmouseover the header? Valid value: "click", or "mouseover"
| + | |
- | mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
| + | |
- | collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
| + | |
- | defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content.
| + | |
- | onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
| + | |
- | animatedefault: false, //Should contents open by default be animated into view?
| + | |
- | persiststate: true, //persist state of opened contents within browser session?
| + | |
- | toggleclass: ["unselected", "selected"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
| + | |
- | togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
| + | |
- | animatespeed: 500, //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
| + | |
- | oninit:function(expandedindices){ //custom code to run when headers have initalized
| + | |
- | //do nothing
| + | |
- | },
| + | |
- | onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
| + | |
- | //do nothing
| + | |
- | }
| + | |
- | })
| + | |
- | | + | |
| </script> | | </script> |
- |
| |
- | <style type="text/css">
| |
- |
| |
- | #content {
| |
- |
| |
- | }
| |
- |
| |
- | #toc, .toc {
| |
- | display:none;
| |
- |
| |
- | }
| |
- |
| |
- | h1, h2, h3, h4, h5, h6 {
| |
- | border: 0px;
| |
- | color: #00523C;
| |
- | family-font: "Myriad Web Pro";
| |
- | }
| |
- |
| |
- | .arrowsidemenu{
| |
- | width: 180px; /*width of menu*/
| |
- | border-style: solid solid none solid;
| |
- | border-color: #A70D02; /*#94AA74;*/
| |
- | border-size: 1px;
| |
- | border-width: 1px;
| |
- |
| |
- |
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul{
| |
- | list-style-type: none;
| |
- | list-style-image: none;
| |
- | }
| |
- |
| |
- | .arrowsidemenu div a{ /*header bar links*/
| |
- | font: bold 12px Helvetica, Arial, sans-serif;
| |
- | display: block;
| |
- | background: transparent url(https://static.igem.org/mediawiki/2013/c/c0/Redarrows.gif) 100% 0; /* this is where the arrow goes
| |
- | height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
| |
- | padding: 4px 0 4px 10px;
| |
- | line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
| |
- | text-decoration: none;
| |
- | }
| |
- |
| |
- | .arrowsidemenu div a:link, .arrowsidemenu div a:visited{
| |
- | color: #EDEDED; /*#6B4E14;*/
| |
- | }
| |
- |
| |
- | .arrowsidemenu div a:hover{
| |
- | background-position: 100% -32px;
| |
- | }
| |
- |
| |
- | .arrowsidemenu div.unselected a{ /*header that's currently not selected*/
| |
- | color: #EDEDED; /*#283b00;*/
| |
- | }
| |
- |
| |
- |
| |
- | .arrowsidemenu div.selected a{ /*header that's currently selected*/
| |
- | color: #EDEDED; /*#616161;*/
| |
- | background-position: 100% -64px !important;
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul{
| |
- | list-style-type: none;
| |
- | margin: 0;
| |
- | padding: 0;
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul li{
| |
- | border-bottom: 1px solid #6183A6 /*#a1c67b;*/
| |
- | list-style-type: none;
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- |
| |
- | .arrowsidemenu ul li a{ /*sub menu links*/
| |
- | display: block;
| |
- | background: #ffffff;
| |
- | font: normal 12px Helvetica, Arial, sans-serif;
| |
- | text-decoration: none;
| |
- | color: black;
| |
- | padding: 5px 0;
| |
- | padding-left: 10px;
| |
- | border-left: 10px double #E61010 /*#E61010; this is the two vertical bars on the sub menus*/
| |
- | list-style-type: none;
| |
- | }
| |
- |
| |
- | .arrowsidemenu ul li a:hover{
| |
- | background: #E5CEC3;
| |
- | }
| |
- |
| |
- | </style>
| |
- |
| |
- | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
| |
- | <style type="text/css">
| |
- | /* These styles just pretty up the page a bit. */
| |
- | html
| |
- | {
| |
- | overflow: -moz-scrollbars-vertical !important;
| |
- | resize: none;
| |
- | background: url(https://static.igem.org/mediawiki/2013/1/16/DNA_orbit_animated.gif) repeat;
| |
- | background-color: #000;
| |
- | }
| |
- |
| |
- | #top-section {
| |
- | height: 0px;
| |
- | border-top: 1
| |
- | border-left: none;
| |
- | border-right: none;
| |
- | }
| |
- |
| |
- | #siteSub {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | #search-controls {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | .firstHeading {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | #search-controls {
| |
- | margin-top:0px;
| |
- | }
| |
- |
| |
- | #footer-box {
| |
- | display:none;
| |
- | }
| |
- |
| |
- | body
| |
- | {
| |
- |
| |
- | background-color: #000;
| |
- | }
| |
- |
| |
- | body {
| |
- | font: 65%/1.2 Arial, Helvetica, sans-serif;
| |
- | background: url(https://static.igem.org/mediawiki/2013/1/16/DNA_orbit_animated.gif) repeat;
| |
- | background-color: #000; }
| |
- | #wrap {
| |
- | font-size: 1.1em;
| |
- | width: 180px;
| |
- | padding: 0px;
| |
- | margin-left: 15px;
| |
- | background-color: #fff;
| |
- | position: relative;
| |
- | height: 100%;
| |
- |
| |
- | margin-right: 20px;
| |
- | margin-bottom: 20px;
| |
- | margin-top: 10px;
| |
- | float: left;
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- | .right_box{
| |
- | width: 730px;
| |
- | margin-left: 210px;
| |
- | margin-top: 20px;
| |
- |
| |
- |
| |
- | }
| |
- |
| |
- | /* These styles create the dropdown menus. */
| |
- | #navbar {
| |
- | margin: 1600;
| |
- | padding: 0;
| |
- | height: 1em; }
| |
- | #navbar li {
| |
- | list-style: none;
| |
- | float: left; }
| |
- | #navbar li a {
| |
- | padding-left: 6px;
| |
- | padding-bottom: 4px;
| |
- | padding-right: 6px;
| |
- | padding-top: 4px;
| |
- | display: block;
| |
- | background-color: #CDB1AE/*#95466E;*/
| |
- | color: #fff;
| |
- | text-decoration: none; }
| |
- | #navbar li ul {
| |
- | display: none;
| |
- | width: 10em; /* Width to help Opera out */
| |
- | background-color: #80ff00;}
| |
- | #navbar li:hover ul, #navbar li.hover ul {
| |
- | display: block;
| |
- | position: absolute;
| |
- | background-color: #CDB1AE; /*#95466E;*/
| |
- | margin: 0;
| |
- | padding: 0; }
| |
- | #navbar li:hover li, #navbar li.hover li {
| |
- | float: none; }
| |
- | #navbar li:hover li a, #navbar li.hover li a {
| |
- | background-color: #CDB1AE;
| |
- | border-bottom: 1px solid #fff;
| |
- | color: white; }
| |
- | #navbar li li a:hover {
| |
- | background-color: #CDB1AE;} /*#95466E; }*/
| |
- | </style>
| |
| | | |
| <script> | | <script> |
- | // Javascript originally by Patrick Griffiths and Dan Webb.
| + | $(document).ready(function() { |
- | // http://htmldog.com/articles/suckerfish/dropdowns/
| + | $("sup").click(function () { |
- | sfHover = function() {
| + | if ($(this).html().substr(0,1)=="[") |
- | var sfEls = document.getElementById("navbar").getElementsByTagName("li");
| + | { |
- | for (var i=0; i<sfEls.length; i++) {
| + | if ($('.technology').length>0) |
- | sfEls[i].onmouseover=function() {
| + | { |
- | this.className+=" hover";
| + | ddaccordion.expandone('technology', $('.technology').length-1) |
| + | setTimeout("window.scrollBy(0,50000)",200) |
| + | } |
| + | else window.scrollBy(0,50000) |
| } | | } |
- | sfEls[i].onmouseout=function() {
| + | }); |
- | this.className=this.className.replace(new RegExp(" hover\\b"), "");
| + | $("sup").mouseover(function () { |
- | }
| + | if ($(this).html().substr(0,1)=="[") $(this).css('cursor', 'pointer'); |
- | }
| + | }); |
- | } | + | }); |
- | if (window.attachEvent) window.attachEvent("onload", sfHover);
| + | |
| </script> | | </script> |
| | | |
- | | + | <script> |
- | <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> | + | |
- | <script type="text/javascript" src="http://linacabal.com/juan/s3Slider.js"></script>
| + | $(document).ready(function() { |
- | <script type="text/javascript">
| + | $('ul.sf-menu').superfish({ |
- | $(document).ready(function() { | + | }); |
- | $('#slider').s3Slider({ | + | }); |
- | timeOut: 5000
| + | |
- | }); | + | |
- | }); | + | |
| </script> | | </script> |
| | | |
- | <style type="text/css" media="screen"> | + | </head> |
- | #slider {
| + | |
- | width: 970px; /* important to be same as image width */
| + | |
- | height: 244px; /* important to be same as image height */
| + | |
- | position: relative; /* important */
| + | |
- | overflow: hidden; /* important */
| + | |
- | margin-left: -2px;
| + | |
- | }
| + | |
- | #sliderContent {
| + | |
- | width: 970px; /* important to be same as image width or wider */
| + | |
- | position: absolute;
| + | |
- | top: 0;
| + | |
- | margin-left: 0;
| + | |
- | }
| + | |
- | .sliderImage {
| + | |
- | float: left;
| + | |
- | position: relative;
| + | |
- | display: none;
| + | |
- | }
| + | |
- | .sliderImage span {
| + | |
- | position: absolute;
| + | |
- | font: 10px/15px Arial, Helvetica, sans-serif;
| + | |
- | width: 384px;
| + | |
| | | |
- | display: none;
| |
- |
| |
- | }
| |
- | .clear {
| |
- | clear: both;
| |
- | }
| |
- | .sliderImage span strong {
| |
- | font-size: 14px;
| |
- | }
| |
- | .top {
| |
- | top: 0;
| |
- | left: 0;
| |
- | }
| |
- | .bottom {
| |
- | bottom: 0;
| |
- | left: 0;
| |
- | }
| |
- | ul { list-style-type: none;}
| |
- | </style>
| |
- |
| |
- | </head>
| |
| <body> | | <body> |
- | | + | <div id='menucontainer'> |
- | <div id="slider"> | + | <ul class="sf-menu sf-navbar"> |
- | <ul id="sliderContent">
| + | <li> |
- | <li class="sliderImage">
| + | <a class="sf-with-ul" href="#">Project AuxIn<span class="sf-sub-indicator"> »</span></a> |
- | <img src="https://static.igem.org/mediawiki/igem.org/e/ed/Lab_pic.jpg" alt="1" />
| + | <ul> |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2013/f/f8/Test_Logo_V1.jpg" alt="1" /></span>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London">Home</a></li> |
- | </li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Tour">At a Glance</a></li> |
- | <li class="sliderImage">
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Project/Background">The Problem</a></li> |
- | <img src="https://static.igem.org/mediawiki/igem.org/e/ed/Lab_pic.jpg" alt="2" />
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Chemotaxis_Overview">M1: Phyto-Route</a></li> |
- | <span class="top"><img src="https://static.igem.org/mediawiki/2013/9/9f/Logo_test.png" alt="2" /></span>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Auxin_Overview">M2: Auxin Xpress</a></li> |
- | </li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Project_Gene_Overview">M3: Gene Guard</a></li> |
- | | + | </ul> |
- | <div class="clear sliderImage"></div>
| + | </li> |
- | </ul>
| + | <li> |
- | </div>
| + | <a class="sf-with-ul" href="#">Achievements<span class="sf-sub-indicator"> »</span></a> |
- |
| + | <ul> |
- | | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Achievements">Main Results</a></li> |
- | | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Data">Data</a></li> |
- | | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Judging">Judging Criteria</a></li> |
- | <div id="wrap">
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Europe_Jamboree">Europe Jamboree</a></li> |
- | | + | </ul> |
- | <div class="arrowsidemenu">
| + | </li> |
- | <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Home</a></div>
| + | <li> |
- |
| + | <a class="sf-with-ul" href="#">Human Practice<span class="sf-sub-indicator"> »</span></a> |
- | <div class="menuheaders"><a>The Team</a></div>
| + | <ul> |
- | <ul class="menucontents">
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Human_Overview">Informing Design</a></li> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Undergrads">Undergrads</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Safety">Safety</a></li> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Instructors">Instructors</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Human/Outreach">Outreach</a></li> |
- | </ul>
| + | </ul> |
- |
| + | </li> |
- | <div class="menuheaders"><a>Fragrances</a></div>
| + | <li> |
- | <ul class="menucontents">
| + | <a class="sf-with-ul" href="#">Extras<span class="sf-sub-indicator"> »</span></a> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Eucalyptol">Eucalyptol</a></li>
| + | <ul> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Background">Background</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Collaboration">Collaboration</a></li> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Uses">Uses</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_General">Protocols</a></li> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Input">Input</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Software">Software</a></li> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Our_Pathway">Our Pathway</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Notebook/week1">Diary</a></li> |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Output">Output</a></li>
| + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming_Health">Brainstorming</a></li> |
- |
| + | </ul> |
- | </ul>
| + | </li> |
- | <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Parts">Parts</a></div>
| + | <li> |
- | <!--ul>
| + | <a href="https://2011.igem.org/Team:Imperial_College_London/Team">Team</a> |
- | <li><a href="#">Via Email</a></li>
| + | </li> |
- | <li><a href="#">Stalk Us Elsewhere</a></li>
| + | </ul> |
- | </ul-->
| + | </div> |
- | <div class="menuheaders"><a>Modeling</a></div>
| + | <p><br/><br/></p> |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Modeling">??</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">??</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">??</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">??</a></li>
| + | |
- | </ul>
| + | |
- | <!-- <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Results</a></div> -->
| + | |
- | <div class="menuheaders"><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Results stuff</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">AAAA</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">BBBB</a></li> | + | |
- | </ul>
| + | |
- |
| + | |
- | <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Notebook">Notebook</a></div>
| + | |
- |
| + | |
- | <div class="menuheaders"><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Safety">Safety</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Biosafety Provisions</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Hazard</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Biological Parts and Devices</a></li>
| + | |
- | </ul>
| + | |
- | <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Attributions">Attributions</a></div>
| + | |
- | <!--ul>
| + | |
- | <li><a href="#">Baxter</a></li>
| + | |
- | <li><a href="#">Math Works</a></li>
| + | |
- | </ul-->
| + | |
- | <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee">Gallery</a></div>
| + | |
- | <div class="menuheaders"><a>University & Jamboree</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="http://www.msoe.edu">MSOE</a></li>
| + | |
- | <li><a href="https://2013.igem.org/Team:MSOE_Milwaukee">North American Jamboree 2013</a></li>
| + | |
- | </ul>
| + | |
- | <div><a href="https://2013.igem.org/Team:MSOE_Milwaukee/Sponsors">Our Sponsors</a></div>
| + | |
- | <ul class="menucontents">
| + | |
- | <li><a href="#">Baxter</a></li>
| + | |
- | <li><a href="#">Mathworks</a></li>
| + | |
- | <li><a href="#">MSOE</a></li>
| + | |
- | </ul>
| + | |
- |
| + | |
- | <div><a href="https://2013.igem.org/">iGEM</a></div>
| + | |
- |
| + | |
- | </div>
| + | |
- | | + | |
- |
| + | |
- | | + | |
- |
| + | |
- | </div>
| + | |
- | | + | |
| </body> | | </body> |
| </html> | | </html> |
- |
| |
- | <!-- *** COLOMBIA 2012 HEADER USED/EDITED *** -->
| |