|
|
(33 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/jquery?action=raw&ctype=text/javascript"></script>
| |
− | <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 */
| |
− | .navbar {
| |
− | position: relative;
| |
− | display: -ms-flexbox;
| |
− | display: flex;
| |
− | -ms-flex-wrap: wrap;
| |
− | flex-wrap: wrap;
| |
− | -ms-flex-align: center;
| |
− | align-items: center;
| |
− | -ms-flex-pack: justify;
| |
− | justify-content: space-between;
| |
− | padding: 0.5rem 1rem;
| |
− | margin-top:auto;
| |
− | }
| |
− |
| |
− | /* 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>
| |