(28 intermediate revisions by the same user not shown) | |||
Line 65: | Line 65: | ||
display: none; | display: none; | ||
padding: 50px; | padding: 50px; | ||
+ | padding-top:20px; | ||
text-align: center; | text-align: center; | ||
+ | margin: auto | ||
} | } | ||
/* Style each tab content individually */ | /* Style each tab content individually */ | ||
− | #overview {background-color: | + | #overview { |
− | #notebook {background-color: | + | background-color:#426487; |
− | #attributions {background-color:black | + | } |
− | #Design {background-color:black | + | |
+ | #notebook { | ||
+ | background-image:url(https://media.giphy.com/media/gH2bKIakvLuW4/giphy.gif); | ||
+ | background-color:black; | ||
+ | } | ||
+ | |||
+ | #attributions { | ||
+ | background-image:url(https://media.giphy.com/media/3NeSk2IVEd2FYUQEcM/giphy.gif); | ||
+ | background-color:black} | ||
+ | |||
+ | #Design { | ||
+ | background-image:url(https://media.giphy.com/media/xUA7bfDro97ipc4fu0/giphy.gif); | ||
+ | background-color:black} | ||
Line 85: | Line 99: | ||
<body> | <body> | ||
− | < | + | <img class="mosaic_img" src="https://static.igem.org/mediawiki/2018/2/2e/T--Melbourne--igem_mosaic.png" style="margin-top:35px; width:100%"> |
<button class="tablink" onclick="openCity('overview', this, '#0D306A')" id="defaultOpen">Project Overview</button> | <button class="tablink" onclick="openCity('overview', this, '#0D306A')" id="defaultOpen">Project Overview</button> | ||
Line 94: | Line 108: | ||
<div id="overview" class="tabcontent"> | <div id="overview" class="tabcontent"> | ||
− | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/5/53/T--Melbourne--project_overview.png"> | + | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/5/53/T--Melbourne--project_overview.png" style="width:40%; margin-top:35px;"> |
</div> | </div> | ||
<div id="notebook" class="tabcontent"> | <div id="notebook" class="tabcontent"> | ||
− | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/b/bd/T--Melbourne--notebook_pt1.png"><br> | + | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/b/bd/T--Melbourne--notebook_pt1.png" style="width:40%; margin-top:35px;"><br> |
− | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/5/5d/T--Melbourne--notebook_pt2.png"> | + | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/5/5d/T--Melbourne--notebook_pt2.png" style="width:40%;"> |
</div> | </div> | ||
<div id="attributions" class="tabcontent"> | <div id="attributions" class="tabcontent"> | ||
− | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/d/d0/T--Melbourne--attributions.png"> | + | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/d/d0/T--Melbourne--attributions.png" style="width:40%; margin-top:35px;"> |
</div> | </div> | ||
<div id="Design" class="tabcontent"> | <div id="Design" class="tabcontent"> | ||
− | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/4/4b/T--Melbourne--project_design.png"> | + | <img class="overview_img" src="https://static.igem.org/mediawiki/2018/4/4b/T--Melbourne--project_design.png" style="width:40%; margin-top:35px;"> |
</div> | </div> | ||
+ | |||
+ | <div id="footer"> | ||
+ | Property of Team Melbourne | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 02:08, 18 October 2018