Difference between revisions of "Team:Tokyo-NoKoGen"
Line 1: | Line 1: | ||
− | |||
{{TeamTokyoNokogen}} | {{TeamTokyoNokogen}} | ||
− | <html> | + | <html> |
− | + | ||
<style> | <style> | ||
− | |||
html, body{ | html, body{ | ||
margin: 0; /* 余白の削除 */ | margin: 0; /* 余白の削除 */ | ||
Line 19: | Line 16: | ||
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
+ | |||
+ | |||
} | } | ||
+ | div#bannerContainer { | ||
+ | width:75%; | ||
+ | position:absolute; | ||
+ | |||
+ | top:0px; | ||
+ | |||
+ | } | ||
+ | div#box1 /*1段目の箱*/ { | ||
+ | width:900px; | ||
+ | height:330px; | ||
+ | margin-top:-10px; | ||
+ | |||
+ | position:absolute; | ||
+ | top:260px | ||
+ | } | ||
+ | |||
+ | .overview { | ||
+ | width:600px; | ||
+ | height:300px; | ||
+ | margin-top:10px; | ||
+ | margin-left:10px; | ||
+ | background:#FFFFCC; | ||
+ | |||
+ | display: inline-block; _display: inline; | ||
+ | float:left; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | .team { | ||
+ | width:260px; | ||
+ | height:135px; | ||
+ | position:relative; | ||
+ | left:15px; | ||
+ | margin-top:10px; | ||
+ | margin-left:20px; | ||
+ | background:#CCFF99; | ||
+ | display: inline-block; _display: inline; | ||
+ | display: table-cell; /* ④ */ | ||
+ | vertical-align: middle; | ||
+ | left:15px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | .notebook { | ||
+ | width:260px; | ||
+ | height:140px; | ||
+ | position:relative; | ||
+ | margin-top:5px; | ||
+ | margin-left:15px; | ||
+ | margin-right:10px; | ||
+ | background:#91d176; | ||
+ | display: table-cell; | ||
+ | display: inline-block; _display: inline; | ||
+ | vertical-align: middle; | ||
+ | top:300px | ||
+ | |||
+ | display: inline-block; _display: inline; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | div#box2 /*2段目の箱*/ { | ||
+ | width:900px; | ||
+ | height:330px; | ||
+ | margin-top:-10px; | ||
+ | |||
+ | position:absolute; | ||
+ | top:340px; | ||
+ | left:0px; | ||
+ | } | ||
+ | |||
+ | .facebook { | ||
+ | width:200px; | ||
+ | height:135px; | ||
+ | position:relative; | ||
+ | left:15px; | ||
+ | margin-top:10px; | ||
+ | margin-left:20px; | ||
+ | background:#6b8bcd; | ||
+ | display: inline-block; _display: inline; | ||
+ | display: table-cell; /* ④ */ | ||
+ | vertical-align: middle; | ||
+ | position:absolute; | ||
+ | left:15px; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .twitter { | ||
+ | width:200px; | ||
+ | height:140px; | ||
+ | position:relative; | ||
+ | left:15px; | ||
+ | margin-top:300px; | ||
+ | margin-left:20px; | ||
+ | background:#6b8bcd; | ||
+ | display: inline-block; _display: inline; | ||
+ | display: table-cell; | ||
+ | vertical-align: middle; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | .project { | ||
+ | width:650px; | ||
+ | height:300px; | ||
+ | margin-top:-300px; | ||
+ | margin-right:10px; | ||
+ | background: #79d480; | ||
+ | float:right; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | div#box3 /*3段目の箱*/ { | ||
+ | width:900px; | ||
+ | height:180px; | ||
+ | margin-top:-19px; | ||
+ | |||
+ | position:absolute; | ||
+ | top:350px | ||
+ | } | ||
+ | .Ache { | ||
+ | width:210px; | ||
+ | height:150px; | ||
+ | margin-top:10px; | ||
+ | margin-left:10px; | ||
+ | background:#71b4d0; | ||
+ | display: inline-block; _display: inline; | ||
+ | float:left; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .Human { | ||
+ | width:210px; | ||
+ | height:150px; | ||
+ | margin-top:10px; | ||
+ | margin-left:10px; | ||
+ | background:#6ecec7; | ||
+ | display: inline-block; _display: inline; | ||
+ | float:left; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .parts { | ||
+ | width:210px; | ||
+ | height:150px; | ||
+ | margin-top:10px; | ||
+ | margin-left:10px; | ||
+ | background:#7bd593; | ||
+ | display: inline-block; _display: inline; | ||
+ | float:left; | ||
+ | cursor:pointer; | ||
+ | |||
+ | } | ||
+ | .safety { | ||
+ | width:210px; | ||
+ | height:150px; | ||
+ | margin-top:-5px; | ||
+ | margin-left:10px; | ||
+ | background:#7593d3; | ||
+ | display: inline-block; _display: inline; | ||
+ | float:left; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | |||
p { | p { | ||
font-size:16px; | font-size:16px; | ||
Line 27: | Line 185: | ||
h2 { | h2 { | ||
font-size:20px; | font-size:20px; | ||
− | font-family: | + | font-family:fantasy; |
text-decoration:none; | text-decoration:none; | ||
} | } | ||
+ | |||
div#main { | div#main { | ||
− | width: | + | width:1000px; |
margin:0 auto; | margin:0 auto; | ||
background-color:#ffffff | background-color:#ffffff | ||
text-align:center; | text-align:center; | ||
− | top:12px;left:140px; | + | top:12px; |
+ | left:140px; | ||
font-family:Georgia; | font-family:Georgia; | ||
font-size:16px; | font-size:16px; | ||
line-height:2; | line-height:2; | ||
} | } | ||
+ | |||
+ | |||
div#nav { | div#nav { | ||
width:100%; | width:100%; | ||
Line 49: | Line 211: | ||
top:18px; | top:18px; | ||
} | } | ||
+ | |||
div#nav td{ | div#nav td{ | ||
width:300px;height:45px; | width:300px;height:45px; | ||
Line 57: | Line 220: | ||
font-size:18px; | font-size:18px; | ||
} | } | ||
+ | |||
#globalWrapper, #content { | #globalWrapper, #content { | ||
width: 100%; | width: 100%; | ||
Line 70: | Line 234: | ||
height: 100%; | height: 100%; | ||
background-color: #E6FFE9; | background-color: #E6FFE9; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .link_box{ | ||
+ | position:; | ||
+ | width:30%; | ||
+ | padding:5%; | ||
+ | border:solid 1px #CCC; | ||
+ | margin:0px auto 20px; | ||
+ | } | ||
+ | |||
+ | .link_box a{ | ||
+ | position:absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | text-indent:-999px; | ||
+ | } | ||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | + | <div id="wrap"> |
− | + | ||
− | + | ||
− | + | ||
− | < | + | <div id="bannerContainer"/*バナー*/> |
− | < | + | <img src="https://static.igem.org/mediawiki/2015/8/82/Tokyo-NoKogen_banner.png" width="900" height="250"> |
− | + | </div> | |
− | + | <div id="box1"/*見えない1段目のボックス*/> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | < | + | |
− | + | ||
− | < | + | <div class="overview"> |
− | + | <h2>Introduction</h2> | |
− | + | <!-- <img src="http://junk-blog.com/wp-content/uploads/2014/09/sample_image.jpg" alt="サンプル画像" width="550" height="250"alt="Overview"/> --> | |
− | + | ||
− | + | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen" target="_blank"></a></td> | |
− | + | ||
− | + | ||
− | + | </div> | |
− | < | + | |
− | + | <div class="team"> | |
− | + | <h2>Team</h2> | |
− | < | + | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Team" target="_blank" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7 ></a> |
− | + | </div> | |
− | + | ||
− | + | <div class="notebook"> | |
− | + | <h2>Notebook</h2> | |
− | + | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Notebook" target="_blank" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7 ></a> | |
− | + | </div> | |
− | + | ||
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <div id="box2"/*見えない2段目のボックス*/> | |
+ | <div class="facebook"> | ||
+ | <h2>facebook</h2> | ||
+ | <a href="https://www.facebook.com/tokyo.nokogen" target="_blank"></a> | ||
+ | |||
+ | </div> | ||
+ | <div class="twitter"> | ||
+ | <h2>twitter</h> | ||
+ | <a href="https://twitter.com/iGEM_Nokogen" target="_blank"></a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="project"> | ||
+ | <h2>project</h2> | ||
+ | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Description" target="_blank"></a> | ||
+ | </div> | ||
+ | |||
+ | <div id="box3"/*見えない3段目のボックス*/> | ||
+ | <div class="Ache"> | ||
+ | <h2>Achievement</h2> | ||
+ | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/achievement" target="_blank"></a> | ||
+ | </div> | ||
+ | <div class="Human"> | ||
+ | <h2>Human practice</h2> | ||
+ | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Practices" target="_blank"></a> | ||
+ | </div> | ||
+ | <div class="parts"> | ||
+ | <h2>Parts</h2> | ||
+ | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Parts" target="_blank"></a> | ||
+ | </div> | ||
+ | <div class="safety"> | ||
+ | <h2>Safety</h2> | ||
+ | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Safety" target="_blank"></a> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | $(".overview").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".team").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".facebook").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".twitter").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".notebook").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".project").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".Ache").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".Human").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".parts").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | $(function(){ | ||
+ | $(".safety").click(function(){ | ||
+ | window.location=$(this).find("a").attr("href"); | ||
+ | return false; | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
− | + | /*footer*/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<style> | <style> | ||
div#wrapper2 { | div#wrapper2 { | ||
Line 198: | Line 400: | ||
− | + | div#footer { | |
− | position:absolute; | + | margin:0 auto; |
− | width: | + | position:absolute; |
− | + | width:900px; | |
− | bottom:- | + | |
+ | left : -200px ; | ||
+ | bottom:-1300px; | ||
} | } | ||
− | + | div#footer img { | |
width:200px; | width:200px; | ||
} | } | ||
Line 219: | Line 423: | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
− | + | </style> | |
<body> | <body> | ||
− | <div id=" | + | <div id="wrapper"> |
<div id="footer"> | <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.idtdna.com/site"><img src="https://static.igem.org/mediawiki/2014/5/5e/Noko14_IDT.png"></a> | ||
Line 238: | Line 442: | ||
</body> | </body> | ||
− | + | /*footer*/ | |
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 15:16, 27 August 2015