Team:Tokyo-NoKoGen/result
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | <html> | ||
- | |||
- | |||
<style> | <style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div#wrapper { | div#wrapper { | ||
- | + | width:1300px; | |
- | + | background-color:#ffffff; | |
- | + | text-align:center; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | div#nav { | |
- | div# | + | width:1000px; |
- | + | margin:0 auto; | |
- | + | background-color:#ffffff | |
- | + | text-align:center; | |
- | + | position:fixed; | |
- | + | top:12px;left:140px; | |
- | + | } | |
- | + | div#nav table { | |
- | margin | + | margin:0 auto; |
- | + | } | |
- | } | + | |
- | div# | + | div#nav td{ |
- | + | width:300px;height:45px; | |
- | + | margin:0 auto; | |
- | width: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
text-align:center; | text-align:center; | ||
border:none; | border:none; | ||
font-family:Impact; | font-family:Impact; | ||
+ | font-size:18px; | ||
} | } | ||
td a{ | td a{ | ||
text-decoration:none; | text-decoration:none; | ||
- | |||
- | |||
- | |||
} | } | ||
div#header { | div#header { | ||
- | + | width:900px; | |
- | + | padding-top:5px; | |
- | + | margin:0 auto; | |
- | + | background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg"); | |
- | + | position:fixed; | |
- | + | top:75px;left:130px; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | div#main{ | + | div#main { |
- | + | width:800px; | |
- | + | margin:150px auto; | |
- | + | text-align:left; | |
- | + | } | |
- | + | ||
- | + | div#content h1 { | |
- | + | display:none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
div#sub { | div#sub { | ||
- | + | width:150px; | |
- | + | float:left; | |
- | + | position:fixed; | |
- | + | top:100px;left:5px; | |
- | + | } | |
- | + | ||
- | } | + | |
- | + | p { | |
- | + | font-size:16px; | |
- | + | font-family:Georgia; | |
- | + | line-height:2; | |
- | } | + | } |
+ | h2 { | ||
+ | font-size:20px; | ||
+ | font-family:Georgia Bold; | ||
+ | text-decoration:none; | ||
+ | } | ||
</style> | </style> | ||
<body> | <body> | ||
- | + | <div id="cont"> | |
- | <div id=" | + | <div id="nav"> |
- | <div id=" | + | <table> |
- | <table | + | |
<tr heigth="15px"></tr> | <tr heigth="15px"></tr> | ||
<tr heigth="75px"> | <tr heigth="75px"> | ||
+ | |||
+ | <td style="bgcolor:#ffffff;width:400px;"> | ||
+ | </td> | ||
<td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | <td onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> | ||
Line 147: | Line 113: | ||
<td align ="center"> <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 align ="center"> <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 style="background-color:#ffffff;width:200px;"></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
- | </div> | + | </div> |
- | + | <div id="header"> | |
- | + | <img src="https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg"> | |
- | + | </div> | |
- | + | <div id="main"> | |
- | + | <h2>Now Constructing</h2> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | </div> | ||
+ | <div id="sub"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/6/6e/Noko14_Background.jpg"> | ||
</div> | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 13:37, 8 October 2014