Line 1: | Line 1: | ||
− | |||
<html><title>GBC-Team</title> | <html><title>GBC-Team</title> | ||
+ | |||
+ | |||
+ | <!--CREATOR OF THIS WIKI TEMPLATE: WEIQIAN LIN, KUANGYI WEI,Copyright Served. Any eligible editor using this template must be a member of the iGEM team: GreatBay_China 2018--> | ||
+ | |||
+ | |||
+ | |||
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> | ||
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> | ||
Line 15: | Line 20: | ||
================================================== --> | ================================================== --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> | ||
− | <!-- | + | <!-- js --> |
− | < | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/jquery.js&action=raw&ctype=text/javascript"></script> |
− | < | + | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/bootstrap.js&action=raw&ctype=text/javascript"></script> |
− | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:GreatBay_China/ | + | <!-- js popover --> |
− | + | ||
− | + | ||
− | + | ||
− | <!-- js | + | |
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function () { $("[data-toggle='popover']").popover(); }); | $(function () { $("[data-toggle='popover']").popover(); }); | ||
</script> | </script> | ||
+ | <!-- js menu --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function(){ | $(function(){ | ||
− | $('.top-nav ul li span').hover(function(){ | + | $('.top-nav ul li span').hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');}); |
− | + | $('.top-nav ul li').mouseover(function(){$(this).children('div').stop().slideDown().parent().siblings().children('div').stop().slideUp();}); | |
− | },function(){ | + | $('.top-nav ul li span').mouseleave(function(){$(this).siblings('div').stop().slideUp()}); |
− | $(this).removeClass('hover'); | + | |
− | }); | + | |
− | $('.top-nav ul li').mouseover(function(){ | + | |
− | + | ||
− | }); | + | |
− | $('.top-nav ul li span').mouseleave(function(){ | + | |
− | + | ||
$('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | $('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | ||
− | }) | + | }) |
+ | |||
</script> | </script> | ||
+ | <!-- js cathead --> | ||
<script> | <script> | ||
function changeface() | function changeface() | ||
Line 1,395: | Line 1,392: | ||
} | } | ||
.text-primary { | .text-primary { | ||
− | + | color: #337ab7; | |
− | color: # | + | |
} | } | ||
a.text-primary:hover { | a.text-primary:hover { | ||
− | color:# | + | <!-- color: #286090; --> |
} | } | ||
.text-success { | .text-success { | ||
Line 1,430: | Line 1,426: | ||
} | } | ||
a.bg-primary:hover { | a.bg-primary:hover { | ||
− | background-color:# | + | <!-- background-color: #286090; --> |
} | } | ||
Line 3,146: | Line 3,142: | ||
.btn-primary.active, | .btn-primary.active, | ||
.open > .dropdown-toggle.btn-primary { | .open > .dropdown-toggle.btn-primary { | ||
− | + | color: black; | |
− | + | ||
− | + | ||
border-color:none; | border-color:none; | ||
} | } | ||
Line 3,175: | Line 3,169: | ||
.btn-primary[disabled].active, | .btn-primary[disabled].active, | ||
fieldset[disabled] .btn-primary.active { | fieldset[disabled] .btn-primary.active { | ||
− | + | background-color:none; | |
− | + | border:none; | |
} | } | ||
.btn-primary .badge { | .btn-primary .badge { | ||
Line 4,830: | Line 4,824: | ||
.label-primary[href]:hover, | .label-primary[href]:hover, | ||
.label-primary[href]:focus { | .label-primary[href]:focus { | ||
− | background-color: # | + | <!-- background-color: #286090; --> |
} | } | ||
.label-success { | .label-success { | ||
Line 6,822: | Line 6,816: | ||
<!-- } --> | <!-- } --> | ||
.top-nav ul li div img{ | .top-nav ul li div img{ | ||
− | + | width:95px; | |
− | + | margin-top:-3px; | |
− | + | position:relative; | |
− | + | left:-15px; | |
} | } | ||
#top{ | #top{ | ||
Line 6,852: | Line 6,846: | ||
left:-83px; | left:-83px; | ||
top:-30px; | top:-30px; | ||
+ | |||
+ | } | ||
+ | .top-nav ul li div .long{ | ||
+ | line-height:1.1em; | ||
+ | padding:8px; | ||
+ | font-size:0.85em; | ||
+ | |||
} | } | ||
/* link style */ | /* link style */ | ||
Line 6,860: | Line 6,861: | ||
/* submenu link style */ | /* submenu link style */ | ||
.top-nav ul li div span:hover{ | .top-nav ul li div span:hover{ | ||
− | background: | + | background:rgba(125, 63, 152, 0.4);; |
+ | |||
} | } | ||
Line 6,866: | Line 6,868: | ||
.top-nav ul li div a:hover{ | .top-nav ul li div a:hover{ | ||
color:rgb(88,73,63); | color:rgb(88,73,63); | ||
− | background:rgb( | + | background:rgb(203,170,199); |
} | } | ||
/* special */ | /* special */ | ||
Line 6,912: | Line 6,914: | ||
.header img{ | .header img{ | ||
− | |||
max-width: 950px; | max-width: 950px; | ||
height: auto; | height: auto; | ||
Line 6,918: | Line 6,919: | ||
.responsive .img-title{ | .responsive .img-title{ | ||
− | + | font-size:20px; | |
− | + | color:rgb(88,73,63); | |
− | + | background-color:white; | |
− | + | padding-bottom:10px; | |
− | + | margin:0; | |
− | + | font-family:Delius; | |
− | + | text-align:center; | |
} | } | ||
.responsive div.img { | .responsive div.img { | ||
Line 6,963: | Line 6,964: | ||
top:-9px; | top:-9px; | ||
z-index:10; | z-index:10; | ||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#menuhead{ | #menuhead{ | ||
position: absolute; | position: absolute; | ||
Line 7,044: | Line 6,992: | ||
} | } | ||
− | |||
+ | </style> | ||
<!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | <!-- <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> --> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div class="logo"><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></div> | + | <div class="logo"><a><img src="https://static.igem.org/mediawiki/2018/1/14/T--GreatBay_China--logo1.jpg" /></a></div> |
<div class="container"> | <div class="container"> | ||
Line 7,064: | Line 7,012: | ||
</li> | </li> | ||
− | <li> | + | |
− | + | <li> | |
<a href="#"><span>Team</span></a> | <a href="#"><span>Team</span></a> | ||
<div> | <div> | ||
Line 7,071: | Line 7,019: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Collaborations">Collaboration</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Collaborations">Collaboration</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Attributions">Attributions</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Attributions">Attributions</a> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | </div> | |
</li> | </li> | ||
<li> | <li> | ||
Line 7,079: | Line 7,027: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | ||
− | + | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Results" >Results</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Results" >Results</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Demonstrate</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Demonstrate</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Improve" >Improve</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Improve" >Improve</a> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | ||
− | + | </div> | |
</li> | </li> | ||
<li> | <li> | ||
Line 7,093: | Line 7,041: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Composite_Part">Composite</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Part_Collection">Collection</a> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | ||
− | + | </div> | |
</li> | </li> | ||
Line 7,101: | Line 7,049: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Human_Practices"><span>HP</span></a> | <a href="https://2018.igem.org/Team:GreatBay_China/Human_Practices"><span>HP</span></a> | ||
<div> | <div> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/HP/Gold_Integrated">Integrated HP</a> |
− | <a href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Applied_Design">Product Design</a> |
− | <a href="https://2018.igem.org/Team:GreatBay_China/ | + | <a href="https://2018.igem.org/Team:GreatBay_China/Hardware">Hardware</a> |
− | + | <a class="long" href="https://2018.igem.org/Team:GreatBay_China/Engagement">Public Engagement</a> | |
− | + | ||
− | + | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | ||
+ | |||
+ | </div> | ||
</li> | </li> | ||
<li> | <li> | ||
<a href="#"><span>Lab</span></a> | <a href="#"><span>Lab</span></a> | ||
<div> | <div> | ||
− | <a href="https://2018.igem.org/Team:GreatBay_China/Experiments">Experiments</a> | + | <a href="https://2018.igem.org/Team:GreatBay_China/Experiments">Experiments</a> |
<a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2e/T--GreatBay_China--AlexisWrite.jpgleaf.png"/> | |
− | + | ||
− | + | </div> | |
</li> | </li> | ||
<li> | <li> | ||
Line 7,142: | Line 7,094: | ||
</ul> | </ul> | ||
− | + | ||
+ | |||
+ | |||
+ | </div> | ||
Line 7,194: | Line 7,149: | ||
</div> | </div> | ||
<div class="row"> | <div class="row"> | ||
− | <div class="header | + | <div class="header"> |
<img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | <img src="https://static.igem.org/mediawiki/2018/7/74/T--GreatBay_China--Top.png" /> | ||
</div> | </div> | ||
</div> | </div> | ||
− | <!--TEMPLATE ENDS HERE BY CHARELS WEI --> | + | |
− | + | <!--TEMPLATE ENDS HERE BY CHARELS WEI (All edits down here)--> | |
+ | |||
+ | |||
+ | <div class="row "> | ||
<span style="height:250px"></span> | <span style="height:250px"></span> | ||
<div class="jumbotron" style="color:white;"> | <div class="jumbotron" style="color:white;"> | ||
Line 7,924: | Line 7,882: | ||
<br><br><br> | <br><br><br> | ||
− | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
− | <!--DON'T FORGET TEMPLATE STARTS HERE BY CHARLES WEI--> | + | |
− | + | ||
+ | |||
+ | |||
+ | <!--DON'T FORGET TEMPLATE STARTS HERE BY CHARLES WEI (I wonder why I am writing this cuz only Lucinda and I will edit here.)--> | ||
+ | <br><br><br><br> | ||
</div> | </div> | ||
− | |||
− | |||
</div> | </div> | ||
+ | |||
+ | </div> | ||
Line 7,942: | Line 7,910: | ||
</body> | </body> | ||
+ | |||
+ | </p> | ||
+ | |||
+ | </div> <div class="visualClear"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<!-- Life sucks by Lucinda Lin. Sometimes working out a template can be so goddamn hard, and it is not responsive. --> | <!-- Life sucks by Lucinda Lin. Sometimes working out a template can be so goddamn hard, and it is not responsive. --> | ||
<!-- Well life has to go on by Charles Wei. Sometimes correcting a template can be so tiring, and it is a recursive.--> | <!-- Well life has to go on by Charles Wei. Sometimes correcting a template can be so tiring, and it is a recursive.--> | ||
− | + | </html> |