|
|
(13 intermediate revisions not shown) |
Line 1: |
Line 1: |
| + | {{Team:Sheffield}} |
| + | |
| <html> | | <html> |
- | | + | <head> |
- | | + | |
- | | + | |
| <style type="text/css"> | | <style type="text/css"> |
- | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
| |
| | | |
- | #top-section { | + | #Section { |
- |
| + | width:1200px; |
- | border: 0 none;
| + | height:30em; |
- | height: 14px;
| + | margin-top:auto; |
- | z-index: 100;
| + | margin-left:auto; |
- | top: 0;
| + | margin-right:auto; |
- | position: fixed;
| + | } |
- | width: 975px;
| + | |
- | left: 50%;
| + | |
- | margin-left: -487px;
| + | |
- | }
| + | |
- | | + | |
- | #globalWrapper, #content {
| + | |
- | width: 100%;
| + | |
- | height: 100%;
| + | |
- | border: 0px;
| + | |
- | background-color: transparent;
| + | |
- | margin: 0px;
| + | |
- | padding: 0px;
| + | |
- | } | + | |
- | | + | |
- | html, body, .wrapper {
| + | |
- | width: 100%;
| + | |
- | height: 100%;
| + | |
- | background-color: transparent;
| + | |
- | }
| + | |
| </style> | | </style> |
| + | </head> |
| | | |
| | | |
- | <div id="contentcontainer">
| |
| | | |
| + | <body> |
| + | <div id="Section"> |
| + | <div id="thirdSection"> |
| + | <p>bla bla bla</p> |
| + | </div> |
| | | |
| + | <div id="fourthSection"> |
| + | <p>bla bla bla</p> |
| + | </div> |
| | | |
| + | <div id="fifthSection"> |
| + | <p>bla bla bla</p> |
| + | </div> |
| + | </div> |
| + | </body> |
| | | |
- | <!-- menu -->
| |
- | <table id="menu" width="100%" cellspacing="0" height="0px">
| |
- | <tr>
| |
- | <td bgColor="#FFFFFF"></td>
| |
- | <td valign="bottom" width="975px" align="center" bgColor="#FFFFFF">
| |
- |
| |
- |
| |
- | <font size="2px" face="arial">
| |
- | <table align="center">
| |
- | <tr height="50px">
| |
- |
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#FFE066'" bgColor=#FFE066>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/tmp"> <img src="https://static.igem.org/mediawiki/2014/d/d6/IGEM_Logo_F.png" width="55px"></a> </td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#FFE066'" bgColor=#FFE066>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/team" style="text-decoration:none;color:#1C140D">Team</a></td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#FFE066'" bgColor=#FFE066>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/project" style="text-decoration:none;color:#1C140D">Project</a></td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/modelling" style="text-decoration:none;color:#1C140D">Modelling</a> </td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/result" style="text-decoration:none;color:#1C140D">Results</a> </td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/hp" style="text-decoration:none;color:#1C140D">Human Practice</a></td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/notebook" style="text-decoration:none;color:#1C140D">Notebook</a> </td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| |
- | <a href="https://2014.igem.org/Team:Sheffield/attribution" style="text-decoration:none;color:#1C140D">Attributions</a></td>
| |
- |
| |
- | <td width="170px" align="center" onMouseOver="this.bgColor='#FEE5AD'" onMouseOut="this.bgColor='#A1DBB2'" bgColor=#A1DBB2>
| |
- | <a href="https://igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a></td>
| |
- |
| |
- |
| |
- | </tr>
| |
- | </table>
| |
- | </font>
| |
- | </td>
| |
- |
| |
- | <td bgColor="#FFFFFF"></td>
| |
- | </tr>
| |
- | </table>
| |
- | <!-- end of menu -->
| |
- |
| |
- |
| |
- |
| |
- | </div>
| |
| </html> | | </html> |