Team:Tokyo-NoKoGen/Team
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{CSS/Main}} | {{CSS/Main}} | ||
+ | <html> | ||
- | |||
- | |||
<style> | <style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div#wrapper { | div#wrapper { | ||
- | + | width:1000px; | |
- | + | background-color:#ffffff; | |
- | + | text-align:center; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | div#nav { | |
- | div# | + | width:900px; |
- | + | margin:0 auto; | |
- | + | background-color:#ffffff | |
- | + | text-align:center; | |
- | + | position:fixed; | |
- | + | top:12px;left:230px; | |
- | + | } | |
- | + | div#nav table { | |
- | margin | + | margin:0 auto; |
- | + | } | |
- | } | + | |
- | div# | + | div#nav td{ |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | td{ | + | |
width:160px;height:45px; | width:160px;height:45px; | ||
+ | margin:0 auto; | ||
text-align:center; | text-align:center; | ||
border:none; | border:none; | ||
Line 59: | Line 30: | ||
td a{ | td a{ | ||
text-decoration:none; | text-decoration:none; | ||
- | |||
- | |||
- | |||
} | } | ||
div#header { | div#header { | ||
- | + | width:900px; | |
- | + | margin:0 auto; | |
- | + | background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg"); | |
- | + | position:fixed; | |
- | + | top:70px;left:150px; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | div#main{ | + | div#main { |
- | + | width:850px; | |
- | + | margin:150px auto; | |
- | + | text-align:left; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
+ | div#content h1 { | ||
+ | display: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"> | ||
Line 149: | Line 90: | ||
</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"> | |
- | + | <p>Now constructing</p> | |
- | + | </div> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </div> | + | |
</body> | </body> | ||
</html> | </html> |
Revision as of 09:44, 8 October 2014
Now constructing