Team:UiOslo Norway

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
-
 
<html>
<html>
 +
<head>
 +
<style>
 +
.menubutton {
 +
background-color: #e7e7e7;
 +
border: 1px solid black;
 +
text-align: center;
 +
height: 60px;
 +
width: 16%;
 +
}
 +
.menubutton:hover {
 +
background-color: #d3d3d3;
 +
}
 +
a {
 +
text-decoration: none;
 +
}
 +
</style>
 +
</head>
<!--main content -->
<!--main content -->
Line 12: Line 28:
<table  width="100%">
<table  width="100%">
-
<tr heigth="75px">  
+
<tr heigth="75px">
-
<td style="border:1px solid black;" align="center" height ="45px" width="17%" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
 
-
<a href="https://2014.igem.org/Team:UiOslo_Norway"style="color:#000000">Home </a> </td>
+
<td class="menubutton">
-
<td style="border:1px solid black;" align="center" height ="45px" width="17%" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
<a href="https://2014.igem.org/Team:UiOslo_Norway"style="color:#000000">Home <img src="icon-arrow-down128.png" height="16px" width="16px" alt=""></a>
 +
</td>
 +
 
 +
<td class="menubutton"  
<a href="https://2014.igem.org/Team:UiOslo_Norway/Team"style="color:#000000"> Team </a> </td>
<a href="https://2014.igem.org/Team:UiOslo_Norway/Team"style="color:#000000"> Team </a> </td>
-
<td style="border:1px solid black" align="center"  height ="45px" width="17%" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
 
 +
<td class="menubutton">   
<a href="https://2014.igem.org/Team:UiOslo_Norway/Project"style="color:#000000"> Project</a></td>
<a href="https://2014.igem.org/Team:UiOslo_Norway/Project"style="color:#000000"> Project</a></td>
-
<td style="border:1px solid black;" align="center" height ="45px" width="17%" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
 
 +
<td class="menubutton">   
<a href="https://2014.igem.org/Team:UiOslo_Norway/Achievements"style="color:#000000"> Achievements</a></td>
<a href="https://2014.igem.org/Team:UiOslo_Norway/Achievements"style="color:#000000"> Achievements</a></td>
-
<td style="border:1px solid black;" align="center" height ="45px" width="16%" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>   
+
 
 +
<td class="menubutton">   
<a href="https://2014.igem.org/Team:UiOslo_Norway/Notebook"style="color:#000000"> Notebook</a></td>
<a href="https://2014.igem.org/Team:UiOslo_Norway/Notebook"style="color:#000000"> Notebook</a></td>
-
<td align ="center" width="16%"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
 
 +
<td class="menubutton">
 +
<a href="https://2014.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a>
 +
</td>
</tr>
</tr>
</table>
</table>

Revision as of 09:24, 2 July 2014

Home

Coming soon!