Catherinepan (Talk | contribs) |
Catherinepan (Talk | contribs) |
||
(47 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | < | + | <meta charset="UTF-8"> |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
+ | <style> | ||
− | + | html,body {font-family: GeosansLight; margin-top:-1.5px !important; border:0 !important;} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .dropbtn { | |
− | + | background-color: #D9EDEB; | |
− | + | color: #808080; | |
− | + | padding: 30px 20px; | |
− | + | font-family:GeosansLight; | |
− | + | font-size: 18px; | |
+ | letter-spacing: 1.5px; | ||
+ | -webkit-text-stroke: 0.9px; | ||
+ | border: 0; | ||
+ | margin-top: -1.5px; | ||
+ | height: 80px; | ||
+ | } | ||
− | + | .dropdown { | |
− | + | position: relative; | |
− | + | display: inline-block; | |
− | + | float: right; | |
− | + | } | |
− | + | ||
− | + | .dropdown-content { | |
− | + | display: none; | |
− | + | position: absolute; | |
− | + | background-color: #45827A; | |
− | + | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | |
− | + | } | |
− | + | ||
− | + | ||
− | + | .dropdown-content a { | |
− | </ | + | color: white !important; |
+ | font-family: GeosansLight; | ||
+ | font-size: 17px; | ||
+ | letter-spacing: 1px; | ||
+ | padding: 6px 16px; | ||
+ | text-decoration: none !important; | ||
+ | display: block; | ||
+ | width:160px; | ||
+ | font-weight:normal !important; | ||
+ | } | ||
+ | |||
+ | .dropdown-content a:hover {background-color: #22645B; -webkit-text-stroke: 0.8px;} | ||
+ | |||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | .dropdown:hover .dropbtn { | ||
+ | background-color: #C4DFDD; color: black; | ||
+ | } | ||
+ | |||
+ | |||
+ | </style> | ||
<body> | <body> | ||
− | < | + | |
− | + | ||
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">ACHIEVEMENTS</button> | |
− | + | </div> | |
− | + | ||
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">NOTEBOOK▾</button> | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="#">PROTOCOLS</a> | |
− | + | <a href="#">LAB BOOK</a> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn">TEAM▾</button> | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="#">MEMBERS</a> | |
− | + | <a href="#">ATTRIBUTIONS</a> | |
− | + | <a href="#">SPONSORS</a> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div class="dropdown"> | |
− | + | <button class="dropbtn"><img src=""/>HUMAN PRACTICES▾</button> | |
− | + | <div class="dropdown-content"> | |
− | + | <a href="#">SILVER</a> | |
− | + | <a href="#">GOLD</a> | |
− | + | <a href="#">EDUCATION & ENGAGEMENT</a> | |
− | + | <a href="#">COLLABORATIONS</a> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | <div class="dropdown"> | |
− | </ | + | <button class="dropbtn">MODEL</button> |
+ | </div> | ||
+ | |||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">PROJECT▾</button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:British_Columbia/Description">DESCRIPTION</a> | ||
+ | <a href="https://2018.igem.org/Team:British_Columbia/Naringenin">NARINGENIN</a> | ||
+ | <a href="https://2018.igem.org/Team:British_Columbia/Biosensor">BIOSENSOR</a> | ||
+ | <a href="https://2018.igem.org/Team:British_Columbia/Kaempferol">KAEMPFEROL</a> | ||
+ | <a href="https://2018.igem.org/Team:British_Columbia/Parts">PARTS</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn"><img src="https://2018.igem.org/File:T--British_Columbia--general_logo.png" height=300px/></button> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 15:43, 20 August 2018