Line 171: | Line 171: | ||
} | } | ||
− | . | + | .navbar .icon { |
display: none; | display: none; | ||
} | } | ||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
− | . | + | .navbar a:not(:first-child) {display: none;} |
− | . | + | .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) { | ||
− | . | + | .navbar.responsive { position:fixed; |
top:15px; | top:15px; | ||
width: 100%; | width: 100%; | ||
left:0px;} | left:0px;} | ||
− | . | + | .navbar.responsive .icon { |
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
top: 0; | top: 0; | ||
} | } | ||
− | . | + | .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 === " | + | if (x.className === "navbar") { |
x.className += " responsive"; | x.className += " responsive"; | ||
} else { | } else { | ||
− | x.className = " | + | x.className = "navbar"; |
} | } | ||
} | } |
Revision as of 06:01, 17 October 2018
This year, iGEM Bulgaria has submitted three new parts.
- Cer sequence from plasmid ColE1 - BBa_K2847000 (a silver medal criteria)
- Inverted Cer sequence from plasmid ColE1 - BBa_K2847001
- pSC101 ori + RepA (thermosensitive mutant) + AmpR gene - BBa_K2847002
parts.igem.org/Part:BBa_K2847000
parts.igem.org/Part:BBa_K2847001
parts.igem.org/Part:BBa_K2847002