(41 intermediate revisions by the same user not shown) | |||
Line 87: | Line 87: | ||
.backgroundPicture{ | .backgroundPicture{ | ||
position: fixed; | position: fixed; | ||
− | top: | + | top: 15; |
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
opacity: 0.5; | opacity: 0.5; | ||
− | background-image: url("https://static.igem.org/mediawiki/2018/e/ | + | background-image: url("https://static.igem.org/mediawiki/2018/e/e0/T--Bulgaria--parts.jpg"); |
background-color: #0A1215; | background-color: #0A1215; | ||
background-position: center; | background-position: center; | ||
Line 101: | Line 101: | ||
.navigation { | .navigation { | ||
− | + | position:fixed; | |
− | + | top:15px; | |
− | + | width: 100%; | |
− | + | left:0px; | |
− | + | #overflow: hidden; | |
− | + | background-color: #62071B; | |
+ | font-family: 'Raleway', sans-serif; | ||
} | } | ||
.navigation a { | .navigation a { | ||
− | + | float: left; | |
− | + | font-size: 16px; | |
− | + | color: white; | |
− | + | text-align: center; | |
− | + | padding: 14px 16px; | |
− | + | text-decoration: none; | |
− | + | ||
− | + | ||
} | } | ||
− | .navigation a:hover { | + | .dropdown { |
− | + | float: left; | |
− | + | overflow: hidden; | |
+ | } | ||
+ | |||
+ | .dropdown .dropNAVbtn { | ||
+ | font-size: 16px; | ||
+ | color: white; | ||
+ | padding: 14px 16px; | ||
+ | background-color: #62071B; | ||
+ | font-family: 'Raleway', sans-serif; | ||
+ | } | ||
+ | |||
+ | .navigation a:hover, .dropdown:hover .dropNAVbtn { | ||
+ | background-color: #9F182F; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | background-color: #f9f9f9; | ||
+ | min-width: 160px; | ||
+ | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
+ | z-index: 100000 !important; | ||
+ | } | ||
+ | |||
+ | .dropdown-content a { | ||
+ | float: none; | ||
+ | color: black; | ||
+ | padding: 12px 16px; | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .dropdown-content a:hover { | ||
+ | background-color: #ddd; | ||
+ | } | ||
+ | |||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
} | } | ||
Line 141: | Line 179: | ||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
.navigation a:not(:first-child) {display: none;} | .navigation a:not(:first-child) {display: none;} | ||
+ | .navigation .dropdown:not(:first-child) {display: none;} | ||
.navigation a.icon { | .navigation a.icon { | ||
float: right; | float: right; | ||
display: block; | display: block; | ||
} | } | ||
+ | |||
} | } | ||
Line 158: | Line 198: | ||
} | } | ||
.navigation.responsive a { | .navigation.responsive a { | ||
+ | float: none; | ||
+ | display: block; | ||
+ | text-align: left; | ||
+ | } | ||
+ | .navigation.responsive .dropdown { | ||
float: none; | float: none; | ||
display: block; | display: block; | ||
Line 217: | Line 262: | ||
p{ | p{ | ||
text-align: center !important; | text-align: center !important; | ||
− | margin-left: | + | margin-left: 128px; |
− | margin-right: | + | margin-right: 128px; |
font-family: 'Montserrat', sans-serif !important; | font-family: 'Montserrat', sans-serif !important; | ||
font-size: 20px !important; | font-size: 20px !important; | ||
Line 274: | Line 319: | ||
left: 40vw; | left: 40vw; | ||
top: 15vh; | top: 15vh; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
Line 388: | Line 396: | ||
left: 25vw; | left: 25vw; | ||
top: 100px; | top: 100px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } | ||
Line 434: | Line 407: | ||
} | } | ||
− | |||
#scroldown::before{ | #scroldown::before{ | ||
content: '╲╱'; | content: '╲╱'; | ||
Line 519: | Line 491: | ||
x.className = "navigation"; | x.className = "navigation"; | ||
} | } | ||
+ | |||
} | } | ||
</script> | </script> | ||
Line 546: | Line 519: | ||
<!-- CUSTOM TOP --> | <!-- CUSTOM TOP --> | ||
<div class="contentHolder" id="topTitle"> | <div class="contentHolder" id="topTitle"> | ||
− | <a id="pagetitle"> | + | <a id="pagetitle">PARTS</a> |
</div> | </div> | ||
</div> | </div> | ||
Line 552: | Line 525: | ||
<div id="scroldown"></div> | <div id="scroldown"></div> | ||
− | |||
<!-- CUSTOM CONTENT HOLDER --> | <!-- CUSTOM CONTENT HOLDER --> | ||
− | <div class="contentHolder" id=" | + | <div class="contentHolder" id="PARTS"> |
− | <h1> | + | <h1>This year, iGEM Bulgaria has submitted three new parts.</h1> |
<p> | <p> | ||
− | + | <ol class=”contentList”> | |
− | + | <strong><li>Cer sequence from plasmid ColE1 - BBa_K2847000 | |
+ | (a silver medal criteria)</strong><br> | ||
+ | <a style="cursor: -webkit-grab; cursor: grab; color: darkblue" href="http://parts.igem.org/Part:BBa_K2847000">parts.igem.org/Part:BBa_K2847000</a><br><br></li> | ||
+ | <strong><li>Inverted Cer sequence from plasmid ColE1 - BBa_K2847001</strong><br> | ||
+ | <a style="cursor: grab; color: darkblue" href="http://parts.igem.org/Part:BBa_K2847001">parts.igem.org/Part:BBa_K2847001</a><br><br></li> | ||
+ | |||
+ | <strong><li>pSC101 ori + RepA (thermosensitive mutant) + AmpR gene - BBa_K2847002</strong><br> | ||
+ | <a style="cursor: grab; color: darkblue" href="http://parts.igem.org/Part:BBa_K2847002">parts.igem.org/Part:BBa_K2847002</a></li> | ||
+ | </ol> | ||
</p> | </p> | ||
</div> | </div> | ||
Line 568: | Line 548: | ||
<!-- CUSTOM MENU --> | <!-- CUSTOM MENU --> | ||
<div class="navigation" id="nav"> | <div class="navigation" id="nav"> | ||
− | <a href="https://2018.igem.org/Team:Bulgaria | + | <a href="https://2018.igem.org/Team:Bulgaria">HOME</a> |
− | <a href="https://2018.igem.org/Team:Bulgaria/theteam" > | + | <div class="dropdown"> |
− | <a href="https://2018.igem.org/Team:Bulgaria/theproject"> | + | <button class="dropNAVbtn">TEAM |
− | <a href="https://2018.igem.org/Team:Bulgaria/ | + | <i class="fa fa-caret-down"></i> |
− | + | </button> | |
− | <a href="https://2018.igem.org/Team:Bulgaria/parts" >PARTS</a> | + | <div class="dropdown-content"> |
+ | <a href="https://2018.igem.org/Team:Bulgaria/theteam">MEMBERS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/attrib">ATTRIBUTIONS</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">PROJECT | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/theproject">DESCRIPTION</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/DESIGN">DESIGN</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/PROTOCOLS">PROTOCOLS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/LABBOOK">LAB BOOK</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/RESULTS">RESULTS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/CONTRIBUTION">CONTRIBUTION</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/IMPROVE">IMPROVE</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">HUMAN PRACTICES | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/publicEng">PUBLIC ENGAGEMENTS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/IntHP">INTEGRATED HUMAN PRACTICES</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/survey">SURVEY</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">COLLABORATIONS | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABMEETINGS">MEETINGS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABSURVEYS">SURVEYS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABOTHERS">OTHERS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABfollow">#FollowMeToiGEM</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <a href="https://2018.igem.org/Team:Bulgaria/parts" id="activeMenu">PARTS</a> | ||
<a href="https://2018.igem.org/Team:Bulgaria/safety">SAFETY</a> | <a href="https://2018.igem.org/Team:Bulgaria/safety">SAFETY</a> | ||
− | <a href="https://2018.igem.org/Team:Bulgaria/ | + | |
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">MEDAL CRITERIA | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALBRONZE">BRONZE</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALSILVER">SILVER</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALGOLD">GOLD</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALAWARD">SPECIAL AWARD</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a href="https://igem.org/2018_Judging_Form?id=2847" id="specialMenu">JUDGING FORM</a> | ||
<a href="javascript:void(0);" class="icon" onclick="burgermenu()"> | <a href="javascript:void(0);" class="icon" onclick="burgermenu()"> | ||
MENU | MENU |
Latest revision as of 23:31, 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