Difference between revisions of "Team:Bulgaria/parts"

Line 171: Line 171:
 
}
 
}
  
.navigation .icon {
+
.navbar .icon {
 
   display: none;
 
   display: none;
 
}
 
}
  
 
@media screen and (max-width: 1000px) {
 
@media screen and (max-width: 1000px) {
   .navigation a:not(:first-child) {display: none;}
+
   .navbar a:not(:first-child) {display: none;}
   .navigation a.icon {
+
   .navbar a.icon {
 
     float: right;
 
     float: right;
 
     display: block;
 
     display: block;
Line 184: Line 184:
  
 
@media screen and (max-width: 1000px) {
 
@media screen and (max-width: 1000px) {
   .navigation.responsive {  position:fixed;
+
   .navbar.responsive {  position:fixed;
 
   top:15px;
 
   top:15px;
 
   width: 100%;
 
   width: 100%;
 
   left:0px;}
 
   left:0px;}
   .navigation.responsive .icon {
+
   .navbar.responsive .icon {
 
     position: absolute;
 
     position: absolute;
 
     right: 0;
 
     right: 0;
 
     top: 0;
 
     top: 0;
 
   }
 
   }
   .navigation.responsive a {
+
   .navbar.responsive a {
 
     float: none;
 
     float: none;
 
     display: block;
 
     display: block;
Line 477: Line 477:
 
function burgermenu() {
 
function burgermenu() {
 
     var x = document.getElementById("nav");
 
     var x = document.getElementById("nav");
     if (x.className === "navigation") {
+
     if (x.className === "navbar") {
 
         x.className += " responsive";
 
         x.className += " responsive";
 
     } else {
 
     } else {
         x.className = "navigation";
+
         x.className = "navbar";
 
     }
 
     }
 
}
 
}

Revision as of 06:01, 17 October 2018

This year, iGEM Bulgaria has submitted three new parts.

  1. Cer sequence from plasmid ColE1 - BBa_K2847000 (a silver medal criteria)
    parts.igem.org/Part:BBa_K2847000

  2. Inverted Cer sequence from plasmid ColE1 - BBa_K2847001
    parts.igem.org/Part:BBa_K2847001

  3. pSC101 ori + RepA (thermosensitive mutant) + AmpR gene - BBa_K2847002
    parts.igem.org/Part:BBa_K2847002