Difference between revisions of "Team:Duesseldorf/Test2"

 
(144 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Template:Duesseldorf/CSS2}}
 +
 
<html>
 
<html>
 
+
<head>
<head>
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximun-scale=1.0, user-scalable=no">
+
 
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 
<!-- Responsive Nav -->
 
<script>
 
function myFunction() {
 
document.getElementsByClassName("topnav")[0].classList.toggle("responsive");
 
}
 
</script>
 
<!-- Img Swap -->
 
<script type="text/javascript">
 
$(document).ready(function() {
 
$('.sg-container').on('click', function() {
 
$(this).toggleClass('active');
 
});
 
});
 
</script>
 
 
 
 
 
<style>
 
<style>
/***** Wiki CSS ******/
+
@media only screen and (max-width: 1024px) {
+
video {display:none;}
#sideMenu,
+
#top_title {
+
  display: none;
+
}
+
+
#content {
+
  width: 500px;
+
  padding: 0px;
+
  margin: auto;
+
  margin-top: -2px;
+
  background-color: #e6e6e6;
+
}
+
+
body {
+
  background-color: #e6e6e6;
+
  font-family: 'Roboto', sans-serif;
+
  width: 500px;
+
  margin: 0px;
+
  line-height: 1.5;
+
  font-size: 15px;
+
}
+
/***** Normalize *****/
+
+
html {
+
  -ms-text-size-adjust: 100%;
+
  -webkit-text-size-adjust: 100%;
+
}
+
/***** Page CSS ******/
+
+
* {
+
  -webkit-box-sizing: border-box;
+
  -moz-box-sizing: border-box;
+
  box-sizing: border-box
+
}
+
/* Fonts */
+
+
h1,
+
h2,
+
h3,
+
h4,
+
h5,
+
h6 {
+
  color: #0C9476;
+
  padding-bottom: 5px;
+
}
+
+
h1 {
+
  font-size: 36px
+
}
+
+
h2 {
+
  font-size: 30px
+
}
+
+
h3 {
+
  font-size: 24px
+
}
+
+
h4 {
+
  font-size: 20px
+
}
+
+
h5 {
+
  font-size: 18px
+
}
+
+
h6 {
+
  font-size: 16px
+
}
+
+
.page a:link {
+
  color: #0C9476;
+
  font-weight: bold;
+
  -webkit-transition: all 0.4s ease;
+
  -moz-transition: all 0.4s ease;
+
  -ms-transition: all 0.4s ease;
+
  -o-transition: all 0.4s ease;
+
  transition: all 0.4s ease;
+
  text-decoration: none;
+
}
+
+
.page a:visited {
+
  color: #0C9476;
+
}
+
+
.page a:hover {
+
  color: black;
+
  text-decoration: underline;
+
}
+
+
.page a:active {
+
  color: #0C9476;
+
}
+
+
.page p {padding-left: 3px; padding-right: 3px; font-size: 15px;}
+
.page ul {padding-left: 3px; padding-right: 3px; font-size: 15px;}
+
+
dd {
+
  font-size: 12px;
+
}
+
b {color:#0C9476 }
+
+
.text-justify {
+
  text-align: justify;
+
}
+
+
.text-left {
+
  text-align: left;
+
  padding-right: 10px;
+
}
+
+
.text-right {
+
  text-align: right;
+
  padding-left: 10px;
+
}
+
+
img {
+
  max-width: 100%;
+
  height: auto
+
}
+
/* Nützliche Klassen*/
+
+
.middle {
+
  margin: auto;
+
}
+
+
.width {
+
  width: 80%;
+
  max-width: 1200px;
+
}
+
+
.top-padding {
+
  padding-top: 15px;
+
}
+
/*Responsive*/
+
+
.row {
+
  width: 100%;
+
  float: left;
+
}
+
+
.row::after {
+
  content: "";
+
  clear: both;
+
  display: table;
+
}
+
/* For mobile phones: */
+
+
[class*="col-"] {
+
  width: 100%;
+
  float: left;
+
}
+
+
.colhalf {
+
  width: 50%;
+
}
+
+
@media only screen and (min-width: 600px) {
+
  /* For tablets: */
+
  .col-m-1 {
+
    width: 8.33%;
+
  }
+
  .col-m-2 {
+
    width: 16.66%;
+
  }
+
  .col-m-3 {
+
    width: 25%;
+
  }
+
  .col-m-4 {
+
    width: 33.33%;
+
  }
+
  .col-m-5 {
+
    width: 41.66%;
+
  }
+
  .col-m-6 {
+
    width: 50%;
+
  }
+
  .col-m-7 {
+
    width: 58.33%;
+
  }
+
  .col-m-8 {
+
    width: 66.66%;
+
  }
+
  .col-m-9 {
+
    width: 75%;
+
  }
+
  .col-m-10 {
+
    width: 83.33%;
+
  }
+
  .col-m-11 {
+
    width: 91.66%;
+
  }
+
  .col-m-12 {
+
    width: 100%;
+
  }
+
}
+
+
@media only screen and (min-width: 1024px) {
+
  /* For desktop: */
+
  .col-1 {
+
    width: 8.33%;
+
  }
+
  .col-2 {
+
    width: 16.66%;
+
  }
+
  .col-3 {
+
    width: 25%;
+
  }
+
  .col-4 {
+
    width: 33.33%;
+
  }
+
  .col-5 {
+
    width: 41.66%;
+
  }
+
  .col-6 {
+
    width: 50%;
+
  }
+
  .col-7 {
+
    width: 58.33%;
+
  }
+
  .col-8 {
+
    width: 66.66%;
+
  }
+
  .col-9 {
+
    width: 75%;
+
  }
+
  .col-10 {
+
    width: 83.33%;
+
  }
+
  .col-11 {
+
    width: 91.66%;
+
  }
+
  .col-12 {
+
    width: 100%;
+
  }
+
}
+
/*Header*/
+
+
.banner {
+
  background-color: #e6e6e6;
+
margin-bottom: 2%
+
}
+
+
.navigation {
+
  background-color: #e6e6e6;
+
  margin-bottom: 1%;
+
}
+
+
ul.topnav {
+
  list-style: none;
+
  margin: 0;
+
  padding: 0;
+
  overflow: hidden;
+
}
+
+
ul.topnav li {display:inline;}
+
+
ul.topnav li a {
+
  display: inline-block;
+
  color: grey;
+
  text-align: center;
+
  padding: 14px 16px;
+
  text-decoration: none;
+
  font-weight: normal;
+
  font-size: 17px;
+
  -webkit-transition: all 0.4s ease;
+
  -moz-transition: all 0.4s ease;
+
  -ms-transition: all 0.4s ease;
+
  -o-transition: all 0.4s ease;
+
  transition: all 0.4s ease;
+
}
+
+
ul.topnav li a.active {
+
  color: #0C9476;
+
}
+
+
ul.topnav li a:hover {
+
  color: #0C9476;
+
  text-decoration: underline;
+
}
+
+
ul.topnav li.icon {
+
  display: none;
+
}
+
+
@media screen and (max-width: 1024px) {
+
  ul.topnav li:not(: last-child) {
+
    display: none;
+
  }
+
  ul.topnav li {
+
    float: left;
+
  }
+
  ul.topnav li.icon {
+
    float: right;
+
    display: inline-block;
+
  }
+
}
+
+
@media screen and (max-width: 1024px) {
+
  ul.topnav.responsive {
+
    position: relative;
+
  }
+
  ul.topnav.responsive li.icon {
+
    position: absolute;
+
    right: 0;
+
    top: 0;
+
  }
+
  ul.topnav.responsive li {
+
    float: none;
+
    display: inline;
+
  }
+
  ul.topnav.responsive li a {
+
    display: block;
+
    text-align: left;
+
  }
+
}
+
/*Page*/
+
+
.border {
+
  border-radius: 10px;
+
}
+
+
.shadow {
+
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
+
}
+
+
.page {
+
  background-color: #ffffff;
+
  margin-bottom: 6%;
+
  padding-top: 4%;
+
  padding-bottom: 2%;
+
  overflow-x: auto
+
}
+
+
.attention {
+
  background-color: #0C9476;
+
  border: 1px solid #09765e;
+
  border-radius: 4px;
+
  padding: 25px;
+
  margin-bottom: 25px;
+
}
+
+
.footer {
+
  margin-top: 50px;
+
}
+
/* Footer Gallery */
+
+
.sponsor {
+
  padding: 5px;
+
}
+
+
.sponsor img {
+
  -webkit-filter: grayscale(100%);
+
  filter: grayscale(100%);
+
}
+
+
.sponsor img:hover {
+
  -webkit-filter: grayscale(0%);
+
  filter: none;
+
}
+
/* Switch Gallery*/
+
+
.sg-container {
+
  max-width: 100%;
+
  float: left;
+
  display: list-item;
+
  list-style-type: none;
+
  position: relative;
+
  margin: 4px;
+
  cursor: pointer
+
}
+
+
.sg-container img {
+
  max-width: 100%;
+
  border-radius: 10px 10px 10px 10px;
+
  -moz-border-radius: 10px 10px 10px 10px;
+
  -webkit-border-radius: 10px 10px 10px 10px;
+
  border: 0px solid #000000;
+
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
+
}
+
+
.img-hidden {
+
  bottom: 0;
+
  position: absolute;
+
  opacity: 0;
+
  filter: alpha(opacity=0);
+
  width: 100%;
+
  z-index: 1000;
+
  transition: opacity 2s;
+
  -moz-transition: opacity 2s;
+
  -webkit-transition: opacity 2s;
+
}
+
+
.sg-container.active .img-hidden {
+
  opacity: 1;
+
  filter: alpha(opacity=100);
+
  transition: opacity 2s;
+
  -moz-transition: opacity 2s;
+
  -webkit-transition: opacity 2s;
+
}
+
/* Accordion */
+
+
button.accordion {
+
  background-color: #eee;
+
  color: #444;
+
  cursor: pointer;
+
  padding: 18px;
+
  width: 100%;
+
  border: none;
+
  text-align: left;
+
  outline: none;
+
  font-size: 15px;
+
  transition: 0.4s;
+
}
+
+
button.accordion.active,
+
button.accordion:hover {
+
  background-color: #ddd;
+
}
+
+
div.panel {
+
  padding: 0 18px;
+
  background-color: white;
+
  max-height: 0;
+
  overflow: hidden;
+
  transition: 0.6s ease-in-out;
+
  opacity: 0;
+
}
+
+
div.panel.show {
+
  opacity: 1;
+
  max-height: 500px;
+
}
+
.sponsors img:hover {
+
-webkit-filter: grayscale(0%);
+
filter: none;
+
 
}
 
}
 +
</style>
 +
</head>
  
.sponsors img {
+
<body>
   display: inline-block;
+
<div class="content">
  vertical-align: middle;
+
   <div class="nav">
  width: 25%;
+
    <table style="margin: 0; border: none; width: 100%;">
  transition: transform .2s ease-in-out;
+
      <tr style="border:none;">
  -webkit-filter: grayscale(100%);
+
        <td style="border:none; padding: 0 20px 0 20px;"> <a href="https://2016.igem.org/Team:Duesseldorf"><img src="https://static.igem.org/mediawiki/2016/f/f3/T--Duesseldorf--logo-white.svg"></a></td>
  filter: grayscale(100%);
+
      </tr>
}
+
      <tr style="border:none;">
 +
        <td style="border:none;">
 +
          <ul>
 +
<li><a style="color: white;" href="https://2016.igem.org/Team:Duesseldorf">Home</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Demonstrate">Demonstrate</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Proof">Proof</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Collaborations">Collaborations</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Outreach">Outreach</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Hardware">Hardware</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Attributions">Attributions</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Safety">Safety</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Team">Team</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Parts">Parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Experiments">Experiments</a></li>
  
/* Change number of boxes per row based on viewport width */
 
@media all and (min-width: 600px) {
 
  .sponsors img {
 
    width: 20%;
 
  }
 
}
 
@media all and (min-width: 1024px) {
 
  .sponsors img {
 
    width: 15%;
 
  }
 
}
 
  
nav ul {
+
          </ul>
    list-style-type: none;
+
        </td>
list-style-image: none;
+
      </tr>
     margin: 0;
+
      <tr style="border:none;">
     padding: 0;
+
        <td style="border:none;">
    overflow: hidden;
+
          Heinrich-Heine University <br />Universitätsstraße 1 <br />40225 Düsseldorf <br />igem@hhu.de <br />facebook.com/igemhhu  <br /> Design by Marvin van Aalst
    background-color: #333;
+
        </td>
}
+
      </tr>
 +
     </table>
 +
  </div>
 +
  <div class="page">
 +
     <div class="paper">
 +
<div id="Navigation" class="navigation">
 +
<ul class="topnav">
 +
<li><a style="color: black;" href="https://2016.igem.org/Team:Duesseldorf">Home</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Demonstrate">Demonstrate</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Proof">Proof</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Collaborations">Collaborations</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Outreach">Outreach</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Hardware">Hardware</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Attributions">Attributions</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Safety">Safety</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Team">Team</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Parts">Parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:Duesseldorf/Experiments">Experiments</a></li>
 +
</ul>
 +
</div>
 +
<img class="medal" src="https://static.igem.org/mediawiki/2016/0/0d/T--duesseldorf--medalgold-achieved.png">
  
nav li {
+
      <div class="article">
    float: left;
+
}
+
  
nav li a, .dropbtn {
+
<video id="Logo" src="https://static.igem.org/mediawiki/2016/b/b7/T--Duesseldorf--Logo-Animation.mov" autoplay="autoplay" width="100%;" height="auto;"></video>
    display: inline-block;
+
    color: white;
+
    text-align: center;
+
    padding: 14px 16px;
+
    text-decoration: none;
+
}
+
  
nav li a:hover, .dropdown:hover .dropbtn {
+
<h2 id="Medal_Criteria">Medal Criteria</h2>
     background-color: red;
+
<div class="w3-container" style="margin-bottom:50px;margin-top: 20px;">
}
+
  <div class="w3-row">
 +
    <a href="javascript:void(0)" onclick="openrequirement(event, 'Bronze');">
 +
      <span class="w3-third tablink w3-bottombar w3-hover-light-grey w3-padding" style="text-align:center;"><img src="https://static.igem.org/mediawiki/2016/a/a8/T--duesseldorf--medalbronze.PNG" style="width: 120px; height:120px; margin:auto;"></span>
 +
    </a>
 +
    <a href="javascript:void(0)" onclick="openrequirement(event, 'Silver');">
 +
      <span class="w3-third tablink w3-bottombar w3-hover-light-grey w3-padding" style="text-align:center;"><img src="https://static.igem.org/mediawiki/2016/a/a0/T--duesseldorf--medalsilver.PNG" style="width: 120px; height:120px; margin:auto;"></span>
 +
     </a>
 +
    <a href="javascript:void(0)" onclick="openrequirement(event, 'Gold');">
 +
      <span class="w3-third tablink w3-bottombar w3-hover-light-grey w3-padding" style="text-align:center;"><img src="https://static.igem.org/mediawiki/2016/8/86/T--duesseldorf--medalgold.PNG" style="width: 120px; height:120px; margin:auto;"></span>
 +
    </a>
 +
  </div>
  
nav li.dropdown {
+
  <div id="Bronze" class="w3-container requirement">
     display: inline-block;
+
     <h2>Bronze</h2>
}
+
    <p>Bronze text.</p>
 +
  </div>
  
.dropdown-content {
+
  <div id="Silver" class="w3-container requirement">
     display: none;
+
     <h2>Silver</h2>
     position: absolute;
+
     <p>Silver text.</p>
    background-color: #f9f9f9;
+
  </div>
    min-width: 160px;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
}
+
  
.dropdown-content a {
+
  <div id="Gold" class="w3-container requirement">
     color: black;
+
     <h2>Gold</h2>
    padding: 12px 16px;
+
     <p>Gold text.</p>
     text-decoration: none;
+
  </div>
    display: block;
+
</div>
    text-align: left;
+
}
+
  
.dropdown-content a:hover {background-color: #f1f1f1}
 
  
.dropbox-content ul {
 
list-style-image: none;
 
}
 
  
.dropdown:hover .dropdown-content {
 
    display: block;
 
}
 
  
</style>
+
<div class="sponsor">
</head>
+
<h3>Many thanks to our sponsors!</h3>
 +
<table style="border: hidden" class="footer">
 +
<tr style="border: hidden">
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/f/f5/T--Duesseldorf--Bayer_Logo.svg" alt="Bayer"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/5/5b/T--Duesseldorf--Biozym_Logo.jpg" alt="Biozym"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/5/5b/Muc16_Sponsor_CarlRoth.png" alt="Carl Roth"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/7/7a/T--Duesseldorf--Ceplas_Logo.jpg" alt="Ceplas"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/5/55/T--Duesseldorf--Ella_Biotech_Logo.jpg" alt="Ella Biotech"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/f/fa/Eppendorf-Logo.svg.png" alt="Eppendorf"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/e/e6/Eurofins_logo.png" alt="Eurofins"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/9/95/GATC_Biotech_Logo.tiff.png" alt="GATC Biotech"></td>
 +
</tr>
 +
<tr style="border: hidden">
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/a/ad/Muc16_Sponsor_Geneious.png" alt="Geneious"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/5/56/T--Duesseldorf--HHU_Logo.gif" alt="HHU"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/6/67/Idt_logo.png" alt="IDT"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/b/b1/2000px-MLP-Logo.svg.png" alt="MLP"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/2/27/Muc16_Sponsor_NEB.png" alt="New England Biolabs"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/c/cf/2000px-Promega-Logo.svg.png" alt="Promega"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/9/9c/Qiagen_Logo.svg" alt="Qiagen"></td>
 +
<td style="border: hidden"><img src="https://static.igem.org/mediawiki/2016/a/a1/Untitled.png" alt="Starlab"></td>
 +
</tr>
 +
</table>
  
 +
</div>
 +
</div>
  
<nav>
+
</div>
<ul>
+
  <li><a href="#home">Home</a></li>
+
  <li><a href="#news">Project</a></li>
+
  <li class="dropdown"><a href="#" class="dropbtn">Achievements</a>
+
    <div class="dropdown-content">
+
      <a href="#">Results</a>
+
      <a href="#">Medal Fulfilment</a>
+
      <a href="#">Parts</a>
+
 
     </div>
 
     </div>
   </li>
+
   </div>
  <li><a href="#news">Cooperations</a></li>
+
 
   <li class="dropdown"><a href="#" class="dropbtn">Outreach</a>
+
<script>
    <div class="dropdown-content">
+
function openrequirement(evt, requirementName) {
      <a href="#">Results</a>
+
   var i, x, tablinks;
      <a href="#">Medal Fulfilment</a>
+
  x = document.getElementsByClassName("requirement");
      <a href="#">Parts</a>
+
  for (i = 0; i < x.length; i++) {
    </div>
+
    x[i].style.display = "none";
   </li>
+
   }
   <li><a href="#news">Lab book</a></li>
+
   tablinks = document.getElementsByClassName("tablink");
   <li><a href="#news">Safety</a></li>
+
   for (i = 0; i < x.length; i++) {
  <li class="dropdown"><a href="#" class="dropbtn">Team</a>
+
    tablinks[i].className = tablinks[i].className.replace(" w3-border-green", "");
    <div class="dropdown-content">
+
  }
      <a href="#">Results</a>
+
  document.getElementById(requirementName).style.display = "block";
      <a href="#">Medal Fulfilment</a>
+
  evt.currentTarget.firstElementChild.className += " w3-border-green";
      <a href="#">Parts</a>
+
}
    </div>
+
</script>
  </li>
+
</body>
</ul>
+
</nav>
+
</html>
+

Latest revision as of 11:06, 4 November 2016

Medal Criteria

Bronze

Bronze text.

Silver

Silver text.

Gold

Gold text.