Line 87: | Line 87: | ||
.backgroundPicture{ | .backgroundPicture{ | ||
position: fixed; | position: fixed; | ||
− | top: | + | top: 15; |
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
Line 407: | Line 407: | ||
#myBtn:hover { | #myBtn:hover { | ||
background-color: #555; /* Add a dark-grey background on hover */ | background-color: #555; /* Add a dark-grey background on hover */ | ||
+ | } | ||
+ | |||
+ | .dropTEAM { | ||
+ | float: left; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .dropTEAM .dropNAVbtn { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 14px 16px; | ||
+ | background-color: inherit; | ||
+ | font-family: inherit; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | .navbar a:hover, .dropdown:hover .dropNAVbtn { | ||
+ | background-color: red; | ||
+ | } | ||
+ | |||
+ | .dropTEAM-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: 1; | ||
+ | } | ||
+ | |||
+ | .dropTEAM-content a { | ||
+ | float: none; | ||
+ | color: black; | ||
+ | padding: 12px 16px; | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .dropTEAM-content a:hover { | ||
+ | background-color: #ddd; | ||
+ | } | ||
+ | |||
+ | .dropTEAM:hover .dropTEAM-content { | ||
+ | display: block; | ||
} | } | ||
</style> | </style> | ||
Line 504: | Line 550: | ||
<a href="https://2018.igem.org/Team:Bulgaria">HOME</a> | <a href="https://2018.igem.org/Team:Bulgaria">HOME</a> | ||
<a href="https://2018.igem.org/Team:Bulgaria/theteam">TEAM</a> | <a href="https://2018.igem.org/Team:Bulgaria/theteam">TEAM</a> | ||
+ | <div class="dropTEAM"> | ||
+ | <button class="dropNAVbtn">TEAM | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropTEAM-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/theteam">MEMBERS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/attributions">ATTRIBUTIONS</a> | ||
+ | </div> | ||
+ | </div> | ||
<a href="https://2018.igem.org/Team:Bulgaria/theproject">PROJECT</a> | <a href="https://2018.igem.org/Team:Bulgaria/theproject">PROJECT</a> | ||
<a href="https://2018.igem.org/Team:Bulgaria/humanPractices">HUMAN PRACTICES</a> | <a href="https://2018.igem.org/Team:Bulgaria/humanPractices">HUMAN PRACTICES</a> |
Revision as of 05:44, 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