Team:Imperial College London/Templates/Brainstorming
From 2011.igem.org
(Difference between revisions)
(Created page with "<html> <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/jqu...") |
|||
(3 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
- | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 11: | Line 10: | ||
var last = path.split("/"); | var last = path.split("/"); | ||
if ( last[1] ) { | if ( last[1] ) { | ||
- | $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css(" | + | $('.underlinemenu ul li a[href*="' + last[1] + '"]').addClass("curlink").css("background-color","#648765"); |
} | } | ||
else { | else { | ||
- | $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css(" | + | $('.underlinemenu ul li a[href$="' + path + '"]').addClass("curlink").css("background-color","","#648765"); |
} | } | ||
}); | }); | ||
Line 40: | 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: | + | margin-right: -4px; /*spacing between each menu link*/ |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{ | .underlinemenu ul li a:hover, .underlinemenu ul li a.selected{ | ||
- | + | background-color: #648765; | |
} | } | ||
Line 57: | Line 57: | ||
<h1>Brainstorming</h1> | <h1>Brainstorming</h1> | ||
<p><b>This page contains a summary of the ideas we developed throughout our brainstorming sessions at the beginning of the project. These ideas can be classified into 4 main categories as shown below. Click on the tabs to find out more about the ideas in each category.</b></p> | <p><b>This page contains a summary of the ideas we developed throughout our brainstorming sessions at the beginning of the project. These ideas can be classified into 4 main categories as shown below. Click on the tabs to find out more about the ideas in each category.</b></p> | ||
+ | <br/> | ||
<div class="underlinemenu"> | <div class="underlinemenu"> | ||
<ul> | <ul> | ||
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming_Health">Health & Medicine</a></li> | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming_Health">Health & Medicine</a></li> | ||
- | <li><a href="">Energy & Environment</a></li> | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming_Energy">Energy & Environment</a></li> |
- | <li><a href="">Bioremediation</a></li> | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming_Bioremediation">Bioremediation</a></li> |
- | <li><a href="">Others</a></li> | + | <li><a href="https://2011.igem.org/Team:Imperial_College_London/Brainstorming_Others">Others</a></li> |
</ul> | </ul> | ||
</div> | </div> |
Latest revision as of 20:26, 16 September 2011
Brainstorming
This page contains a summary of the ideas we developed throughout our brainstorming sessions at the beginning of the project. These ideas can be classified into 4 main categories as shown below. Click on the tabs to find out more about the ideas in each category.