Template:Team:Gothenburg/UpperTemplate

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
.stuff {
.stuff {
width: 950px;
width: 950px;
-
padding-top: 15px;
+
padding-top: 5px;
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
Line 135: Line 135:
background: -webkit-linear-gradient(bottom, #f3d3f3 0%, #f330f3 100%);
background: -webkit-linear-gradient(bottom, #f3d3f3 0%, #f330f3 100%);
}
}
 +
 +
.grass:hover, .pink:focus {
 +
background-color: #00CC00;
 +
background: linear-gradient(bottom, #00CC00 0%, #66FF99 100%); 
 +
background: -moz-linear-gradient(bottom, #00CC00 0%, #66FF99 100%);
 +
background: -webkit-linear-gradient(bottom, #00CC00 0%, #66FF99 100%);
 +
}
 +
nav ul li:hover a {
nav ul li:hover a {
Line 150: Line 158:
nav ul li a {
nav ul li a {
display: block;
display: block;
-
padding: 15px 30px;
+
padding: 15px 20px;
color: #000000;
color: #000000;
text-decoration: none;
text-decoration: none;
Line 298: Line 306:
<li><a class="cyan" href="https://2014.igem.org/Team:Gothenburg/Modeling">Modeling</a></li>
<li><a class="cyan" href="https://2014.igem.org/Team:Gothenburg/Modeling">Modeling</a></li>
 +
<li><a class="grass" href="https://2014.igem.org/Team:Gothenburg/BTB">BTB</a>
 +
<ul>
 +
<li><a class="grass" href="https://2014.igem.org/Team:Gothenburg/BTB/Human_Practice">Human Practice</a></li>
 +
<li><a class="grass" href="https://2014.igem.org/Team:Gothenburg/BTB/Ethics">Ethics</a>
 +
<ul>
 +
 +
</ul>
 +
</li>
 +
</ul>
 +
</li>
 +
 +
<li><a class="blue" href="https://2014.igem.org/Team:Gothenburg/Safety">Safety</a></li>
<li><a class="blue" href="https://2014.igem.org/Team:Gothenburg/Safety">Safety</a></li>

Revision as of 22:40, 16 October 2014

TemplateUp