Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
<style> | <style> | ||
− | |||
− | |||
− | |||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
− | #content { padding:0px; | + | #content { padding:0px; width:100%; margin:-1.25vh 0vw 0vh -1vw;} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<head> | <head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <title>Dundee Schools: Proof</title> | + | <title>Dundee Schools: Proof of Concept</title> |
</head> | </head> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <style> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | body { | |
− | + | padding:0px; | |
− | + | margin:0px; | |
− | + | list-style-type:none; | |
− | } | + | list-style:none; |
+ | text-decoration:none; | ||
+ | background-color:white; | ||
+ | overflow-y:scroll; | ||
+ | overflow-x:hidden; | ||
+ | font-family:Helvetica; | ||
+ | opacity:1; filter:alpha(opacity=100); | ||
+ | } | ||
− | + | #nav_bar { | |
− | + | background-color:#2b3990; | |
− | + | opacity:0.6; filter:alpha(opacity=60); | |
− | + | width:100vw; | |
− | + | height:11vh; | |
− | + | margin-top:0px; | |
− | + | position:fixed; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .ul { | |
− | + | height:10vh; | |
− | + | width:100vw; | |
− | + | display:inline-block; | |
− | + | list-style-type:none; | |
− | + | list-style:none; | |
− | + | overflow:hidden; | |
+ | position:fixed; | ||
+ | } | ||
− | + | li { | |
− | + | float:right; | |
− | + | opacity:1; filter:alpha(opacity=100); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | #logos { | |
− | + | height:9.5vh; | |
− | + | margin:.25vh 0vw .25vh .25vw; | |
− | + | width:auto; | |
− | + | max-width:35vw; | |
− | + | opacity:1.0; filter:alpha(opacity=100); | |
− | + | z-index:200; | |
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | li .a { | |
− | + | color: white; | |
− | + | padding:1vh .5vw 1vh .5vw; | |
− | + | text-decoration:none; | |
− | + | z-index:200; | |
− | + | opacity:1; filter:alpha(opacity=100); | |
+ | } | ||
− | + | .dropbtn, li.dropdown { | |
+ | list-style-type:none; | ||
+ | float:right; | ||
+ | max-width:20vw; | ||
+ | margin-top:7vh; | ||
+ | padding-bottom:1vh; | ||
+ | font-size:2.5vh; | ||
+ | text-decoration:none; | ||
+ | } | ||
− | + | li .a:hover, .dropdown:hover .dropbtn { | |
− | + | background-color:#a8bce1; | |
− | + | color:black; | |
− | + | list-style-type:none; | |
− | + | z-index:201; | |
− | + | opacity:1; filter:alpha(opacity=100); | |
+ | } | ||
− | + | .dropdown-content { | |
− | + | display:none; | |
− | + | position:fixed; | |
− | + | list-style-type:none; | |
− | + | background-color:#2b3990; | |
− | + | opacity:0.6; filter:alpha(opacity=60); | |
+ | } | ||
+ | .dropdown-content .a { | ||
+ | color:white; | ||
+ | margin:0px; | ||
+ | padding:1.5vh .25vw .5vh .25vw; | ||
+ | text-decoration:none; | ||
+ | display:block; | ||
+ | list-style-type:none; | ||
+ | text-align:left; | ||
+ | } | ||
− | + | .dropdown-content .a:hover { | |
− | + | background-color:#a8bce1; | |
− | + | color:black; | |
− | + | list-style-type:none; | |
− | + | opacity:1; filter:alpha(opacity=100); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .dropdown:hover .dropdown-content { | |
− | + | display:block; | |
− | + | z-index:200; | |
− | + | list-style-type:none; | |
− | + | opacity:1; filter:alpha(opacity=100); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
+ | <body> | ||
− | + | <!--navigation bar--> | |
− | + | <div id="nav_bar"></div> | |
− | + | <p style="position:fixed;float:right;height:3.25vh;width:auto;color:white;margin:1.5vh 2vw 0vh 52vw;font-weight:bold;font-size:3.25vh;">DUNDEE SCHOOLS: FIGHTING BACTERIAL INFECTIONS</p> | |
− | <div | + | <ul class="ul"> |
− | + | <img id="logos" src="https://static.igem.org/mediawiki/2016/2/20/T--Dundee_Schools--nav_logos.png"/> | |
− | + | <li><a style="height:2.5vh;width:auto;float:right;margin:6vh 2vw 0vh 0vw;padding:1vh .5vw 1vh .5vw;font-size:2.5vh;display:inline;" class="a" class="active" href="https://2016.igem.org/Team:Dundee_Schools/Attributions">ATTRIBUTIONS</a></li> | |
− | + | <li class="dropdown"> | |
− | + | <a class="a" href="#" class="dropbtn">PARTS</a> | |
− | + | <div class="dropdown-content"> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Parts">Parts</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Basic">Basic</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Composite">Composite</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Part_collection">Collection</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a class="a" href="#" class="dropbtn">LAB WORK</a> | |
− | + | <div class="dropdown-content"> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Experiments">Experiments</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Results">Results</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Safety">Safety</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a class="a" href="#" class="dropbtn">HUMAN PRACTICES</a> | |
− | + | <div class="dropdown-content"> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Human_Practices">Human Practices</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/HP/Silver">Silver</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/HP/Gold">Gold</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Integrated_Practices">Integrated Practices</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Engagement">Engagement</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a class="a" href="#" class="dropbtn">PROJECT</a> | |
− | + | <div class="dropdown-content"> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Description">Description</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Design">Design</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Proof">Proof of concept</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Medals">Medals</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="dropdown"> | |
− | + | <a class="a" href="#" class="dropbtn">TEAM</a> | |
− | + | <div class="dropdown-content"> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Team">Meet the agents</a> | |
− | + | <a class="a" href="https://2016.igem.org/Team:Dundee_Schools/Collaborations">Collaborations</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li><a style="height:2.5vh;width:auto;float:right;margin:6vh 0vw 0vh 0vw;padding:1.25vh .5vw 1.25vh .5vw;font-size:2.5vh;" class="a" class="active" href="https://2016.igem.org/Team:Dundee_Schools">HOME</a></li> | |
− | + | </ul> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</body> | </body> | ||
Line 330: | Line 224: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 345: | Line 233: | ||
$("#wpTextbox1").css( 'margin-top', '440px'); | $("#wpTextbox1").css( 'margin-top', '440px'); | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</script> | </script> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 19:58, 17 October 2016
DUNDEE SCHOOLS: FIGHTING BACTERIAL INFECTIONS