Difference between revisions of "Team:Munich/Testflow"

Line 7: Line 7:
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
 
href="https://2017.igem.org/Template:Munich/CSS?action=raw&ctype=text/css" />
 
href="https://2017.igem.org/Template:Munich/CSS?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css"
 +
href="https://2017.igem.org/Template:Munich/Header?action=raw&ctype=text/css" />
 
<link rel="stylesheet" type="text/css"  
 
<link rel="stylesheet" type="text/css"  
 
href="https://2017.igem.org/Template:Munich/Filter?action=raw&ctype=text/css" />
 
href="https://2017.igem.org/Template:Munich/Filter?action=raw&ctype=text/css" />
 
<head>
 
<head>
 
<style>
 
<style>
#home_logo, #sideMenu { display:none; }
 
    #sideMenu, #top_title, .patrollink  {display:none;}
 
    #content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 
    body {background-color:white; font-size: 14px; }
 
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
 
#HQ_page #myFooter td{
 
vertical-align: text-top;
 
}
 
 
#HQ_page #myContent p{
 
font-size: medium;
 
}
 
 
#HQ_page td not(#myContent){
 
padding: 0;
 
}
 
 
#HQ_page table{
 
font-size: 14px;
 
}
 
 
hr{
 
height: 1px !important;
 
}
 
#HQ_page td{
 
border-style: none ;
 
vertical-align: middle;
 
}
 
 
#HQ_page table{
 
border-style: none !important;
 
margin: 0 !important;
 
}
 
 
#HQ_page p.header{
 
font-size: 1.287em;
 
}
 
 
html, body
 
{
 
margin: 0;
 
padding: 0;
 
font-family: "Helvetica", Arial, Serif;
 
}
 
.dropdown {
 
    width: 137px;
 
    margin: auto;
 
    position: relative;
 
    display: inline-block;
 
}
 
 
.dropbtn{
 
    position: relative;
 
    padding: 0;
 
    border: none;
 
    cursor: pointer;
 
    cursor: hand;
 
    width: 137px;
 
    height: 60px;
 
    background-color: white;
 
    overflow: hidden;
 
    text-align: center;
 
}
 
 
#HQ_page .dropbtn p {
 
  text-align: center;
 
  color: #51A7F9;
 
}
 
 
#HQ_page .dropdown:hover .dropbtn p {
 
  color: #3c7cb9;
 
}
 
 
.dropbtn img {
 
width: 40px;
 
height: 40px;
 
display: inline-block; background: url('https://static.igem.org/mediawiki/2017/3/3a/T--Munich--sprite_logos.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left;
 
}
 
 
 
 
.dropbtnCascAID img{
 
  background: url("https://static.igem.org/mediawiki/2017/thumb/a/af/T--Munich--Logo_Final.svg/739px-T--Munich--Logo_Final.svg.png");
 
  width: 137px;
 
  height: 40px;
 
  background-size: cover;
 
 
 
}
 
.dropbtnCascAID:hover {
 
 
}
 
 
 
 
.dropbtnProject img {
 
    background-position: -80px -120px;
 
}
 
.dropdown:hover .dropbtnProject img {
 
    background-position: -40px -120px;
 
}
 
 
 
 
.dropbtnWetlab img {
 
    background-position: -40px -80px;
 
}
 
.dropdown:hover .dropbtnWetlab img {
 
    background-position: -80px -80px;
 
}
 
 
 
 
.dropbtnSoftHardware img {
 
    background-position: -40px -40px;
 
}
 
.dropdown:hover .dropbtnSoftHardware img {
 
    background-position: -80px -40px;
 
}
 
 
 
 
.dropbtnModel img {
 
    background-position: -120px -80px;
 
}
 
.dropdown:hover .dropbtnModel img {
 
    background-position: -0px -120px;
 
}
 
 
 
 
.dropbtnHP img {
 
    background-position: -120px -40px;
 
}
 
.dropdown:hover .dropbtnHP img {
 
    background-position: -0px -80px;
 
}
 
 
 
 
.dropbtnTeam img {
 
    background-position: -40px -160px;
 
}
 
.dropdown:hover .dropbtnTeam img {
 
    background-position: -80px -160px;
 
}
 
 
.dropdown-content{
 
    display: none;
 
    position: absolute;
 
    height: 36px;
 
    width: 137px;
 
    z-index: 1;
 
    overflow: hidden;
 
    background-color: white;
 
    text-align: center;
 
}
 
 
.dropdown-content a{
 
      color: #51A7f9;
 
}
 
 
.dropdown-content:hover a{
 
  color: #3c7cb9;
 
}
 
 
.dropdown:hover .dropdown-content{
 
    display: block;
 
   
 
}
 
 
.dropdown-content a{
 
    height: 36px;
 
    width: 137px;
 
    padding: 0px 0px;
 
    text-decoration: none;
 
    display: block;
 
}
 
 
#HQ_page .dropdown-content p {
 
  display: table-cell;
 
  text-align: center;
 
  width: 137px;
 
  height: 36px;
 
  vertical-align: middle;
 
}
 
 
.dropdown-contentTeamMembers {
 
  top: 60px;
 
}
 
 
.dropdown-contentTeamMembers:hover {
 
}
 
 
 
.dropdown-contentDescription {
 
  top:60px;
 
}
 
.dropdown-contentDescription:hover {
 
 
}
 
 
.dropdown-contentDesign {
 
    top: 94px;
 
}
 
.dropdown-contentDesign:hover {
 
 
}
 
 
.dropdown-contentProofofConcept {
 
 
    top: 128px;
 
}
 
.dropdown-contentProofofConcept:hover {
 
 
}
 
 
.dropdown-contentDemonstration {
 
 
    top: 160px;
 
}
 
.dropdown-contentDemonstration:hover {
 
 
}
 
 
.dropdown-contentApplication {
 
 
    top: 192px;
 
}
 
.dropdown-contentApplication:hover {
 
 
}
 
 
.dropdown-contentFinalResults {
 
 
    top: 224px;
 
}
 
.dropdown-contentFinalResults:hover {
 
 
}
 
 
.dropdown-contentEntrepreneurship {
 
 
    top: 256px;
 
}
 
.dropdown-contentEntrepreneurship:hover {
 
 
}
 
 
.dropdown-contentAchievements {
 
 
    top: 288px;
 
}
 
.dropdown-contentAchievements:hover {
 
 
}
 
 
 
.dropdown-contentProtocolsMethods {
 
    top: 60px;
 
   
 
}
 
 
.dropdown-contentProtocolsMethods:hover {
 
}
 
 
.dropdown-contentMaterials {
 
    top: 96px;
 
}
 
.dropdown-contentMaterials:hover {
 
}
 
 
.dropdown-contentLabJournal {
 
    top: 128px;
 
}
 
.dropdown-contentLabJournal:hover {
 
}
 
 
.dropdown-contentSafety {
 
    top: 160px;
 
}
 
.dropdown-contentSafety:hover {
 
}
 
 
.dropdown-contentParts {
 
    top: 192px;
 
}
 
.dropdown-contentParts:hover {
 
}
 
 
.dropdown-contentInterlab {
 
    top: 224px;
 
}
 
.dropdown-contentInterlab:hover {
 
}
 
 
.dropdown-contentSoftware {
 
    top: 60px;
 
}
 
.dropdown-contentSoftware:hover {
 
}
 
 
.dropdown-contentHardware {
 
    top: 96px;
 
}
 
.dropdown-contentHardware:hover {
 
}
 
 
.dropdown-contentHPSilver {
 
    top: 60px;
 
}
 
.dropdown-contentHPSilver:hover {
 
}
 
 
.dropdown-contentIHPgold {
 
    top: 96px;
 
}
 
.dropdown-contentIHPgold:hover {
 
}
 
 
.dropdown-contentPublicEngagement {
 
    top: 128px;
 
}
 
.dropdown-contentPublicEngagement:hover {
 
}
 
 
.dropdown-contentCollaborations {
 
    top: 160px;
 
}
 
.dropdown-contentCollaborations:hover {
 
}
 
 
.dropdown-contentSupervisors {
 
    top: 96px;
 
}
 
.dropdown-contentSupervisors:hover {
 
}
 
 
.dropdown-contentPIs {
 
    top: 128px;
 
}
 
.dropdown-contentPIs:hover {
 
}
 
 
.dropdown-contentCollaboratingInstitutions {
 
    top: 160px;
 
}
 
.dropdown-contentCollaboratingInstitutions:hover {
 
}
 
 
.dropdown-contentSponsors {
 
    top: 196px;
 
}
 
.dropdown-contentSponsors:hover {
 
}
 
 
.dropdown-contentAttributions {
 
    top: 232px;
 
}
 
.dropdown-contentAttributions:hover {
 
}
 
 
.no-padding{
 
padding: 0 !important;
 
}
 
 
 
#HQ_page .month{
 
display: initial !important;
 
}
 
 
 
input {
 
input {
 
display: none;
 
display: none;

Revision as of 13:02, 26 September 2017


Labbook

According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don't care what humans think is impossible. Yellow, black. Yellow, black. Yellow, black. Yellow, black.

Text for when the pdf viewer fails

Text for when the pdf viewer fails