Difference between revisions of "Team:Tuebingen/Lab/Methods"

Line 1: Line 1:
<html lang="en">  
+
<html lang="en">
 
<head>
 
<head>
     <title> iGem Tübingen 2017</title>
+
     <title> iGEM Tübingen 2017</title>
 
     <meta charset="utf-8" content="width=device-width, initial-scale=1.0"> <!--damit die ü, ä usw. richtig angezeigt werden-->
 
     <meta charset="utf-8" content="width=device-width, initial-scale=1.0"> <!--damit die ü, ä usw. richtig angezeigt werden-->
 
     <style>
 
     <style>
 
      
 
      
 +
html, body {
 +
    height: 100%;
 +
    width: 100%;
 +
    margin-left: 0px;
 +
    padding: 0;
 +
}
 +
 +
#BigImageLab{
 +
    padding: 0;
 +
    background-size: cover;
 +
    display: block;
 +
    margin: 0 auto;
 +
    margin-left: 0px;
 +
    margin-top: -2em;
 +
 +
    max-height: 66%;
 +
    max-width: 100%;
 +
   
 +
    width: 100%;
 +
    height: 99%;
 +
    border: none;
 +
}
 
          
 
          
 
          
 
          
 
          
 
          
 +
               
 
#home_logo, #sideMenu { display:none; }
 
#home_logo, #sideMenu { display:none; }
 
   #sideMenu, #top_title, .patrollink  {display:none;}
 
   #sideMenu, #top_title, .patrollink  {display:none;}
Line 14: Line 37:
 
   #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
   #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
 
+
       
 
          
 
          
 
          
 
          
Line 41: Line 64:
 
          
 
          
 
     a:hover{
 
     a:hover{
background-color: black;
+
    background-color: transparent;
color:grey;
+
    color:grey;
 
     background-color: transparent;
 
     background-color: transparent;
 
}
 
}
 
          
 
          
 
div.Hauptnavigation{
 
div.Hauptnavigation{
text-align: right;
+
    text-align: right;
word-spacing: 0.5;
+
    word-spacing: 0.5;
 
      
 
      
top: 0.9em;
+
    top: 0.9em;
background-color: rgb(240,240,250);
+
    background-color: rgb(240,240,250);
position: fixed;
+
    position: fixed;
width: 100%;
+
    width: 100%;
height: 2em;
+
    height: 2em;
font-size: 1.4em;
+
    font-size: 1.4em;
line-height: 1.6em;   
+
    line-height: 1.6em;   
text-align: center;
+
    text-align: center;
margin-bottom: 0;
+
    margin-bottom: 0;
margin-left: 0px;
+
    margin-left: 0px;
  
 
background: linear-gradient(white, transparent 99%);
 
background: linear-gradient(white, transparent 99%);
Line 70: Line 93:
 
   max-width: 20%;
 
   max-width: 20%;
 
   margin-left:0px;
 
   margin-left:0px;
margin-right: 1.875em;
+
    margin-right: 1.875em;
margin-top: 12em;
+
    margin-top: 12em;
padding-left: 2em;
+
    padding-left: 2em;
padding-top: 2em;
+
    padding-top: 2em;
padding-bottom:10em;
+
    padding-bottom:10em;
font-size: 0.9em;
+
    font-size: 0.9em;
line-height:2.3em;
+
    line-height:2.3em;
left: 0em;
+
    left: 0em;
top: 3.5em;
+
    top: 3.5em;
bottom: -7em;
+
    bottom: -7em;
position: sticky;   
+
    position: sticky;   
 
background: linear-gradient(90deg,white, transparent 70%);
 
background: linear-gradient(90deg,white, transparent 70%);
 
}
 
}
Line 86: Line 109:
  
 
.anchor {
 
.anchor {
display:block;
+
    display:block;
padding-top:60px;  <!-- careful-->
+
    padding-top:60px;  <!-- careful-->
margin-top:-60px;
+
    margin-top:-60px;
 
  }
 
  }
  
Line 99: Line 122:
  
 
.Grid{
 
.Grid{
display: grid;
+
    display: grid;
grid-template-columns: repeat (6, 1fr);
+
    grid-template-columns: repeat (6, 1fr);
grid-template-rows: auto;
+
    grid-template-rows: auto;
margin-bottom: 5em;
+
    margin-bottom: 5em;
margin-top: -18em;
+
    margin-top: -18em;
 
    
 
    
 
}
 
}
 
+
       
    #Fliesstext1{
+
        #Fliesstext1{    
        grid-column: 2/4;
+
            grid-column: 2/4;
        grid-row: 1;
+
            grid-row: 1;
        text-align: justify;
+
            text-align: justify;
        font-size: 18px;
+
            font-size: 18px;
        margin-left: 20em;
+
            margin-left: 20em;
        margin-right: 10em;
+
            margin-right: 10em;
 
}
 
}
    #Fliesstext2{
+
        #Fliesstext2{    
        grid-column: 2/4;
+
            grid-column: 2/4;
        grid-row: 2;
+
            grid-row: 2;
        text-align: justify;
+
            text-align: justify;
        font-size: 18px;
+
            font-size: 18px;
        margin-left: 20em;
+
            margin-left: 20em;
        margin-right: 10em;
+
            margin-right: 10em;
        margin-top: 1.75em;
+
            margin-top: 1.75em;
 
}
 
}
 
   
 
   
 
+
       
 
/*table setup*/
 
/*table setup*/
 
table, th, td {
 
table, th, td {
Line 136: Line 159:
 
   padding: 0px;
 
   padding: 0px;
 
   text-align: center;
 
   text-align: center;
}
+
}    
  
 
h1{font-weight:light;
 
h1{font-weight:light;
Line 169: Line 192:
  
 
caption{text-align:left;
 
caption{text-align:left;
font-size: 0.7em;
+
    font-size: 0.7em;
margin-bottom: 0.4em;
+
    margin-bottom: 0.4em;
 
}
 
}
  
Line 180: Line 203:
  
 
#Bild{
 
#Bild{
grid-column-start: 0;
+
    grid-column-start: 0;
grid-column-end: 0;
+
    grid-column-end: 0;
grid-row: 2;
+
    grid-row: 2;
width: 50%;
+
    width: 50%;
margin-left: 33em;
+
    margin-left: 33em;
margin-top: 3em;
+
    margin-top: 3em;
border: 1px solid black;
+
    border: 1px solid black;
 
}
 
}
 
+
       
  
 
+
       
</style>
+
    </style>
 +
</head>
 +
   
 +
<body>     
 +
      <div class="Hauptnavigation" >
 +
      <a href="https://2017.igem.org/Team:Tuebingen">
 +
      <img src="https://static.igem.org/mediawiki/2017/thumb/b/bb/T--Tuebingen--TrojHorse.png/293px-T--Tuebingen--TrojHorse.png"
 +
                alt="Logo Trojan Horse"
 +
                style="max-height:70%; max-width:90%;float:left; margin-left: 2.5em;margin-top:2px;"> 
 +
      </a>         
 +
     
 +
 
 +
        <a href="https://2017.igem.org/Team:Tuebingen/Team" style="margin-right:1.5em;">Team</a>
 +
        <a href="https://2017.igem.org/Team:Tuebingen/Inspiration"style="margin-right:1.5em;">Inspiration</a>
 +
        <a href="https://2017.igem.org/Team:Tuebingen/Demonstrate"style="margin-right:1.5em;">Results</a>
 +
        <a href="https://2017.igem.org/Team:Tuebingen/HP/Silver"style="margin-right:1.5em;">Human Practice</a>
 +
        <a href="https://2017.igem.org/Team:Tuebingen/Lab"style="margin-right:1.5em;">Lab</a>
 +
        <a href="https://2017.igem.org/Team:Tuebingen/Attributions"style="margin-right:1.5em;">Attributions</a>
 +
      </div>
 +
     
 +
  <div style="max-width:100%;">
 +
      <img src="https://static.igem.org/mediawiki/2017/archive/b/b7/20171101165958%21T--Tuebingen--Pferd.jpg" alt="HPBild" id="BigImageHP">
 +
   
 +
      <div  style="position: absolute; text-align:right;
 +
                                margin-bottom: 10%;
 +
                                margin-left: 60%;
 +
                                margin-top:-4em;
 +
                                font-size: 3em;color:white;font-weight:light;letter-spacing: 3px;"> collaborations
 +
                </div> </div>
 
</head>
 
</head>
 
      
 
      

Revision as of 02:41, 2 November 2017

iGEM Tübingen 2017

HPBild
collaborations