Team:Imperial College London/Templates/Protocols

From 2011.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
 +
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
  <script type="text/javascript">
 +
  $(document).ready(function(){
 +
 +
    $(function(){
 +
    var path = location.pathname.substring(1);
 +
    var last = path.split("/");
 +
    if ( last[1] ) {
 +
      $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css("background-color","#648765");
 +
    }
 +
    else {
 +
      $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css("background-color","","#648765");
 +
    }
 +
    });
 +
  });
 +
</script>
 +
<style type="text/css">
<style type="text/css">
Line 21: Line 39:
.underlinemenu ul li a{
.underlinemenu ul li a{
-
color: #225323;
+
color: #ffffff;
 +
background-color: #225323;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
-
margin-right: 20px; /*spacing between each menu link*/
+
margin-right: -4px; /*spacing between each menu link*/
text-decoration: none;
text-decoration: none;
-
border-bottom: 3px solid #90A991; /*bottom border is 3px*/
 
}
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
-
border-bottom-color: #225323;
+
background-color: #648765;
}
}
Line 36: Line 54:
<body>
<body>
 +
<hr style="color:#BDCBBD; height:3px;" />
<h1>Protocols</h1>
<h1>Protocols</h1>
-
<p><b>The protocols used for the project are categorised and listed below.</b></p>
+
<p><b>This page lists all the protocols used in our project. We have classified them into five main categories as follow.</b></p>
<br/>
<br/>
<div class="underlinemenu">
<div class="underlinemenu">
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/General">General</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_General">General</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Plant">Plant</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_Plant">Plant</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Chemotaxis">Phyto-Route</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_Chemotaxis">Phyto-Route</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Auxin">Auxin Xpress</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_Auxin">Auxin Xpress</a></li>
-
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Extras/Protocols/Switch">Gene Guard</a></li>
+
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Protocols_Switch">Gene Guard</a></li>
</ul>
</ul>
</div>
</div>
-
<hr style="color:#225323; width:5px;"
+
<br/>
 +
<hr style="color:#BDCBBD; height:3px;" />
</body>
</body>
</html>
</html>

Latest revision as of 20:25, 16 September 2011


Protocols

This page lists all the protocols used in our project. We have classified them into five main categories as follow.