Difference between revisions of "Team:Tokyo-NoKoGen/achievement"
Line 1: | Line 1: | ||
{{TeamTokyoNokogenheader}} | {{TeamTokyoNokogenheader}} | ||
− | {{TeamTokyoNokogen | + | {{TeamTokyoNokogen}} |
+ | |||
<html> | <html> | ||
<style> | <style> | ||
+ | /*DEFAULT*/ | ||
+ | html, body{ | ||
+ | margin: 0; /* 余白の削除 */ | ||
+ | padding: 0; /* 余白の削除 */ | ||
+ | height: 100%; /* 縦の高さを100% */ | ||
+ | width: 100%; /* 横の幅を100% */ | ||
+ | } | ||
+ | div#wrap { | ||
+ | width:80%; | ||
+ | text-align:center; | ||
+ | position:relative; | ||
+ | min-height:100%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
p { | p { | ||
font-size:16px; | font-size:16px; | ||
Line 14: | Line 30: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
− | |||
div#main { | div#main { | ||
− | width: | + | width:80%; |
margin:0 auto; | margin:0 auto; | ||
background-color:#ffffff | background-color:#ffffff | ||
Line 25: | Line 40: | ||
line-height:2; | line-height:2; | ||
} | } | ||
+ | div#nav { | ||
+ | width:100%; | ||
+ | margin:0 auto; | ||
+ | background-color:#E6FFE9 | ||
+ | text-align:center; | ||
+ | position:fixed; | ||
+ | z-index: 100; | ||
+ | top:18px; | ||
+ | } | ||
+ | div#nav td{ | ||
+ | width:300px;height:45px; | ||
+ | margin:0 auto; | ||
+ | text-align:center; | ||
+ | border:none; | ||
+ | font-family:fantasy; | ||
+ | font-size:18px; | ||
+ | } | ||
+ | #globalWrapper, #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 40px; | ||
+ | background-color: #E6FFE9; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | html, body, .wrapper { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | background-color: #E6FFE9; | ||
+ | } | ||
+ | /*DEFAULT*/ | ||
+ | div#box1 /*1段目の箱*/ { | ||
+ | width:80%; | ||
+ | height:auto; | ||
+ | margin-top:-10px; | ||
+ | padding:20px; | ||
+ | background:#ffffff; | ||
+ | position:absolute; | ||
+ | } | ||
</style> | </style> | ||
<div id="main"> | <div id="main"> | ||
− | < | + | <div id="box1"> |
+ | <h2>Achievement</h2> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--footer--> | ||
+ | <style> | ||
+ | div#wrapper2 { | ||
+ | width:80%; | ||
+ | text-align:center; | ||
+ | position:relative; | ||
+ | min-height:100%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#footer { | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | margin-left:300px ; | ||
+ | bottom:-1000px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#footer img { | ||
+ | width:200px; | ||
+ | } | ||
+ | p { | ||
+ | font-size:16px; | ||
+ | font-family:Georgia; | ||
+ | line-height:2; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size:20px; | ||
+ | font-family:fantasy; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="wrapper2"> | ||
+ | <div id="footer"> | ||
+ | <a href="http://www.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2014/5/5e/Noko14_IDT.png"></a> | ||
+ | <a href="http://www.ultizyme.jp/"><img src="https://static.igem.org/mediawiki/2014/c/ce/Noko14_Image91.jpg"></a> | ||
+ | <a href="http://www.cosmobio.co.jp/index_e.asp"><img src="https://static.igem.org/mediawiki/2014/e/e5/Noko14_Logo_e.jpg"></a> | ||
+ | <a href="http://www.mbl.co.jp/e/index.html"><img src="https://static.igem.org/mediawiki/2014/4/4f/Noko14_MBL.gif"></a> | ||
+ | <a href="http://www.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2014/a/ad/Noko14_li.png"></a> | ||
+ | <a href="http://www.tuat.ac.jp/en/index.html"><img src="https://static.igem.org/mediawiki/2014/3/39/Noko14_tuat.png"></a> | ||
+ | <a href="http://www.tuat.ac.jp/~tanpaku/"><img src="https://static.igem.org/mediawiki/2014/3/3c/Noko14_ike.jpg"></a> | ||
+ | <a href="http://www.tuat.ac.jp/~kakusan/index.html"><img src="https://static.igem.org/mediawiki/2014/7/77/Noko14_ikeken.jpg"></a> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </body> | ||
+ | |||
+ | <!--footer--> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 15:12, 27 August 2015