|
|
Line 1: |
Line 1: |
- | <html>
| + | {| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center" |
- | <head>
| + | !align="center"|[[Team:British_Columbia/Home|Home]] |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| + | !align="center"|[[Team:British_Columbia/Team|Team]] |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
| + | !align="center"|[[Team:British_Columbia/Project|Project]] |
- | <script type="text/javascript">
| + | !align="center"|[[Team:British_Columbia/Parts|Parts Submitted to the Registry]] |
- | $(document).ready(function(){
| + | !align="center"|[[Team:British_Columbia/Modeling|Modeling]] |
- | | + | !align="center"|[[Team:British_Columbia/Notebook|Notebook]] |
- | $(function(){
| + | !align="center"|[[Team:British_Columbia/Safety|Safety]] |
- | var path = location.pathname.substring(1);
| + | !align="center"|[[Team:British_Columbia/Attributions|Attributions]] |
- | var last = path.split("/");
| + | |} |
- | if ( last[1] ) {
| + | |
- | $('#headover ul li a[href*="' + last[1] + '"]').addClass("curlink").css("color","ffffff");
| + | |
- | }
| + | |
- | else {
| + | |
- | $('#headover ul li a[href$="' + path + '"]').addClass("curlink").css("color","#ffffff");
| + | |
- | }
| + | |
- | });
| + | |
- | | + | |
- | $('#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:#000000;}
| + | |
- | a:visited {color:#000000;}
| + | |
- | a:hover {color:#000000;}
| + | |
- | a:active {color:#000000;}
| + | |
- | | + | |
- | #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: #216278}
| + | |
- | | + | |
- | .firstHeading {
| + | |
- | display: none;}
| + | |
- | | + | |
- | #content {
| + | |
- | width: 900px;
| + | |
- | border: none;
| + | |
- | font-family: helvetica, arial, sans-serif;
| + | |
- | color: #024E68}
| + | |
- | | + | |
- | #title {
| + | |
- | width:900px;
| + | |
- | height:55px;
| + | |
- | position: relative;
| + | |
- | top: 0px;
| + | |
- | left: 0px;}
| + | |
- | | + | |
- | #Synthase {
| + | |
- | width:400px;
| + | |
- | height:50px;
| + | |
- | position: relative;
| + | |
- | top: 0px;
| + | |
- | left: 20px;}
| + | |
- | | + | |
- | #Ubc_iGEM {
| + | |
- | width:200px;
| + | |
- | height:50px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 435px;}
| + | |
- | | + | |
- | #igemlogo {
| + | |
- | width:84px;
| + | |
- | height:50px;
| + | |
- | position:absolute;
| + | |
- | top:0px;
| + | |
- | left:615px;}
| + | |
- | | + | |
- | #menu {
| + | |
- | width:900px;
| + | |
- | height:150px;
| + | |
- | position: relative;
| + | |
- | top: 20px;
| + | |
- | left: 0px;}
| + | |
- | | + | |
- | #menuback {
| + | |
- | width:100px;
| + | |
- | height:150px;
| + | |
- | position: absolute;
| + | |
- | top: 0px;
| + | |
- | left: 0px;
| + | |
- | background-color: #BF7930}
| + | |
- | | + | |
- | #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: #BF7930;}
| + | |
- | | + | |
- | #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: #000000;}
| + | |
- | | + | |
- | #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: #BF7930;}
| + | |
- | | + | |
- | </style>
| + | |
- | </head>
| + | |
- | <body>
| + | |
- | <div id='title'>
| + | |
- | <div id='Synthase'>
| + | |
- | <a href='https://2011.igem.org/Team:British_Columbia'>
| + | |
- | <img src='https://static.igem.org/mediawiki/2011/5/55/Synthase.png'>
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='Ubc_iGEM'>
| + | |
- | <a href='http://www.ubc.ca/'>
| + | |
- | <img src='https://static.igem.org/mediawiki/2011/d/d7/UBC_iGEM.png'>
| + | |
- | </a>
| + | |
- | </div>
| + | |
- | <div id='igemlogo'>
| + | |
- | <a href='https://2011.igem.org/Main_Page'>
| + | |
- | <img src=''>
| + | |
- | </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>
| + | |
- | </div>
| + | |
- | <div id='headpic'>
| + | |
- | <div id='headover'>
| + | |
- | <p id='headtit'>Pine Beetle<span class='dark'> <span class='highlight'>|</span> Mass production of monoterpenes by yeast</span></p>
| + | |
- | <ul class='project'>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia' class='listmain' id='results'>Home</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Introduction' class='listmain' id='results'>Introduction</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Research' class='listmain' id='results'>Research</a></li>
| + | |
- | <ul class='project'>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Modelling' class='listmain' id='results'>Modelling</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Outreach' class='listmain' id='results'>Outreach</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Outlook' class='listmain' id='results'>Outlook</a></li>
| + | |
- | </ul>
| + | |
- | </ul>
| + | |
- | <ul class='plan'>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Notebook' class='listmain' id='results'>Notebook</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Lab_Protocols' class='listmain' id='results'>Lab Protocols</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Safety' class='listmain' id='results'>Safety</a></li>
| + | |
- | </ul>
| + | |
- | | + | |
- | <ul class='results'>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Experimental_Results' class='listmain' id='results'>Experimental Results</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Parts' class='listmain' id='results'>Parts</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Achievements' class='listmain' id='results'>Achievements</a></li>
| + | |
- | </ul>
| + | |
- | <ul class='extra'>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/The_Team' class='listmain' id='results'>The Team</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Location' class='listmain' id='results'>Location</a></li>
| + | |
- | <li><a href='https://2011.igem.org/Team:British_Columbia/Acknowledgements' class='listmain' id='results'>Acknowledgements</a></li>
| + | |
- |
| + | |
- | </ul>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </body>
| + | |
- | </html>
| + | |
- | | + | |
- | <html>
| + | |
- | | + | |
- | <style type="text/css">
| + | |
- | | + | |
- | html, body {
| + | |
- | margin: 0;
| + | |
- | padding: 0;
| + | |
- | } | + | |
- | | + | |
- | body {
| + | |
- | background:#000000 url(http://1.bp.blogspot.com/__wCei2u4CpA/TG6yTvzCqII/AAAAAAAAAHo/TI00aJINejA/s1600/102_0963.jpg) no-repeat top center fixed;
| + | |
- | }
| + | |
- | /* Tips taken from Pieter van Boheemen wiki hack */
| + | |
- | /* with modifications. */
| + | |
- | /* Author: Alejandro Vignoni*/
| + | |
- | /*background:transparent url("https://static.igem.org/mediawiki/2010/0/0c/Transpa.png") center top fixed repeat-y;*/
| + | |
- | /* El que estaba antes 26/10 https://static.igem.org/mediawiki/2010/8/86/Transpa30.png */
| + | |