|
|
Line 1: |
Line 1: |
| {{CSS/Main}} | | {{CSS/Main}} |
- | | + | {{Team:Gothenburg/UpperTemplate}} |
| | | |
| <html> | | <html> |
| + | <head> |
| + | <meta charset="utf-8" /> |
| + | <style> |
| + | |
| + | h1.firstHeading { |
| + | display: none; |
| + | } |
| + | |
| + | #bodyContent { |
| + | width: 960px; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | box-shadow: 0px 0px 9px 6px rgba(0,0,0,0.15); |
| + | } |
| + | |
| + | #ourContent { |
| + | padding: 10px; |
| + | } |
| + | |
| + | </style> |
| + | |
| + | </head> |
| | | |
| + | <body> |
| + | <div id="ourContent"> |
| <!--main content --> | | <!--main content --> |
- | <table width="70%" align="center"> | + | <table width="100%" align="center"> |
| | | |
| | | |
Line 21: |
Line 45: |
| <tr> <td colspan="3" height="5px"> </td></tr> | | <tr> <td colspan="3" height="5px"> </td></tr> |
| <!-- end welcome box --> | | <!-- end welcome box --> |
- | <tr>
| |
- |
| |
- | <!--navigation menu -->
| |
- | <td align="center" colspan="3">
| |
- |
| |
- | <table width="100%">
| |
- | <tr heigth="15px"></tr>
| |
- | <tr heigth="75px">
| |
- |
| |
- | <td align ="center"> <a href="http://www.chalmers.se/en/Pages/default.aspx" target="_blank"> <img src="http://www.chalmers.se/_layouts/ChalmersPublicWeb/Images/chalmers-avancez.png" width="55px"></a> </td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg"style="color:#000000">Home </a> </td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Team"style="color:#000000"> Team </a> </td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://igem.org/Team.cgi?year=2014&team_name=Gothenburg"style="color:#000000"> Official Team Profile </a></td>
| |
- |
| |
- | <td style="border:1px solid black" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Project"style="color:#000000"> Project</a></td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Parts"style="color:#000000"> Parts</a></td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Modeling"style="color:#000000"> Modeling</a></td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Notebook"style="color:#000000"> Notebook</a></td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Safety"style=" color:#000000"> Safety </a></td>
| |
- |
| |
- | <td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
| |
- | <a href="https://2014.igem.org/Team:Gothenburg/Attributions"style="color:#000000"> Attributions </a></td>
| |
- |
| |
- |
| |
- | <td align ="center"> <a href="https://2014.igem.org/Main_Page" target="_blank"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
| |
- | </tr>
| |
- | </table>
| |
- |
| |
- | <!--end navigation menu -->
| |
- | </tr>
| |
- |
| |
- | </tr>
| |
- | </td>
| |
| | | |
| <tr> <td colspan="3" height="15px"> </td></tr> | | <tr> <td colspan="3" height="15px"> </td></tr> |
Line 134: |
Line 110: |
| | | |
| </table> | | </table> |
| + | </body> |
| + | |
| </html> | | </html> |