|
|
(12 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
− | <html>
| |
| | | |
− | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Template:UConn/css/bootstrap?action=raw&ctype=text/css" />
| |
− |
| |
− |
| |
− | <script type="text/javascript" src="https://2018.igem.org/Template:UConn/js/popper?action=raw&ctype=text/javascript"></script>
| |
− | <script type="text/javascript" src="https://2018.igem.org/Template:UConn/js/bootstrap?action=raw&ctype=text/javascript"></script>
| |
− |
| |
− |
| |
− | <style>
| |
− | /************************************NAVBAR FIXES**************************/
| |
− |
| |
− | /* margin for black bar */
| |
− | .bar {
| |
− | margin-top: 15px;
| |
− | }
| |
− |
| |
− | /* padding */
| |
− | .navpad {
| |
− | padding: 0.4rem 1rem;
| |
− | }
| |
− |
| |
− | /* dropdown on hover*/
| |
− |
| |
− | @media (min-width: 992px) {
| |
− | #content .dropdown:hover .dropdown-menu {
| |
− | display: block;
| |
− | margin-top: 0;
| |
− | }
| |
− | }
| |
− |
| |
− | /*dropdown center*/
| |
− |
| |
− | .navbar-nav .dropdown-menu {
| |
− | position: static;
| |
− | float: none;
| |
− | left: 50%;
| |
− | transform: translateX(-50%);
| |
− | }
| |
− |
| |
− | /*dropdown circle highlight*/
| |
− |
| |
− | .nav-link:hover,
| |
− | .nav-link:focus {
| |
− | background-color: #B3EDF2;
| |
− | border-radius: 50%;
| |
− | display: inline-block
| |
− | }
| |
− |
| |
− | /********************************************************************************/
| |
− | </style>
| |
− |
| |
− | </html>
| |