18desilvni (Talk | contribs) |
18desilvni (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
<html> | <html> | ||
<head> | <head> | ||
Line 15: | Line 11: | ||
width: 100%; | width: 100%; | ||
background-color: black; | background-color: black; | ||
− | opacity:; | + | opacity: ; |
Line 21: | Line 17: | ||
} | } | ||
+ | .home:hover { | ||
+ | background-color: crimson; | ||
+ | } | ||
+ | |||
+ | .drop-project:hover { | ||
+ | background-color: #ca4775; | ||
+ | |||
+ | } | ||
+ | |||
+ | .drop-parts:hover { | ||
+ | background-color: #db87a8; | ||
+ | |||
+ | } | ||
+ | |||
+ | .drop-hp:hover { | ||
+ | background-color: #f2bad1; | ||
+ | |||
+ | } | ||
+ | |||
+ | .drop-note:hover { | ||
+ | background-color: #fdd9e7; | ||
+ | |||
+ | } | ||
+ | |||
+ | .nav-safety:hover { | ||
+ | background-color: crimson; | ||
+ | |||
+ | } | ||
+ | |||
+ | .nav-team:hover { | ||
+ | background-color: #f2bad1; | ||
+ | |||
+ | } | ||
+ | |||
+ | .nav-igem:hover { | ||
+ | background-color: #ca4775; | ||
+ | |||
+ | } | ||
.navbar ul { | .navbar ul { | ||
Line 29: | Line 63: | ||
} | } | ||
− | + | .navbar ul li { | |
+ | float: right; | ||
+ | width: 130px; | ||
+ | height: 45px; | ||
+ | opacity: .8; | ||
+ | background-color: #d99ebc; | ||
+ | line-height: 45px; | ||
+ | text-align: center; | ||
+ | font-size: 18px | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
.navbar ul li a { | .navbar ul li a { | ||
Line 72: | Line 118: | ||
<body> | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 130: | Line 125: | ||
− | < | + | |
+ | <!-- Navigation Bar --> | ||
+ | <div class="navbar" style="z-index: 1000;"> | ||
+ | <ul> | ||
+ | |||
+ | <!-- iGEM Mainpage --> | ||
+ | <li><a class="nav-igem" href="https://igem.org/Main_Page">iGEM</a></li> | ||
+ | |||
+ | <!-- Team Bios --> | ||
+ | <li><a class="nav-team" href="#">Team</a> | ||
+ | <ul> | ||
+ | <li><a class="nav-team" href="https://2017.igem.org/Team:Lethbridge_HS/Team">Team</a></li> | ||
+ | <li><a class="nav-team" href="https://2017.igem.org/Team:Lethbridge_HS/Collaborations">Collaborations</a></li> | ||
+ | <li><a class="nav-team" href="https://2017.igem.org/Team:Lethbridge_HS/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | <!-- Safety --> | ||
+ | <li><a class="nav-safety" href="https://2017.igem.org/Team:Lethbridge_HS/Safety">Safety</a></li> | ||
+ | |||
+ | |||
+ | <!-- Notebook --> | ||
+ | <li><a class="drop-note" href="#">Notebook</a> | ||
+ | <ul> | ||
+ | <li><a class="drop-note" href="https://2017.igem.org/Team:Lethbridge_HS/Notebook">Lab Book</a></li> | ||
+ | <li><a class="drop-note" href="https://2017.igem.org/Team:Lethbridge_HS/Methods">Methods</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <!-- Human Practices --> | ||
+ | <li><a class="drop-hp" href="#">Human Practices</a> <!-- Link to HP page --> | ||
+ | <ul> | ||
+ | <li><a class="drop-hp" href="https://2017.igem.org/Team:Lethbridge_HS/Human_Practices">Human Practices</a></li> | ||
+ | <li><a class="drop-hp" href="https://2017.igem.org/Team:Lethbridge_HS/HP/Silver">Silver</a></li> | ||
+ | <li><a class="drop-hp" href="https://2017.igem.org/Team:Lethbridge_HS/HP/Gold_Integrated">Gold</a></li> | ||
+ | <li><a class="drop-hp" href="https://2017.igem.org/Team:Lethbridge_HS/Engagement">Engagement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <!-- Parts --> | ||
+ | <li><a class="drop-parts" href="#">Parts</a> | ||
+ | <ul> | ||
+ | <li><a class="drop-parts" href="https://2017.igem.org/Team:Lethbridge_HS/Basic_Part">Basic</a></li> | ||
+ | <li><a class="drop-parts" href="https://2017.igem.org/Team:Lethbridge_HS/Composite_Part">Composite</a></li> | ||
+ | <li><a class="drop-parts" href="https://2017.igem.org/Team:Lethbridge_HS/Improve">Improve</a></li> | ||
+ | <li><a class="drop-parts" href="https://2017.igem.org/Team:Lethbridge_HS/Contribution">Contribution</a></li> | ||
+ | <li><a class="drop-parts" href="https://2017.igem.org/Team:Lethbridge_HS/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- Project --> | ||
+ | <li><a class="drop-project" href="#">Project</a> | ||
+ | <ul> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Description">Description</a></li> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Design">Design</a></li> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Demonstrate">Proof Of Concept</a></li> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Experiments">Experiments</a></li> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Model">Model</a></li> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Results">Results</a></li> | ||
+ | <li><a class="drop-project" href="https://2017.igem.org/Team:Lethbridge_HS/Achievements">Achievements</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <!-- Home --> | ||
+ | <div id="logo"><a href="https://2017.igem.org/Team:Lethbridge_HS"> <img src="https://static.igem.org/mediawiki/2017/c/c2/T--Lethbridge_HS--logonew.jpg" width="140"> </a> </div> | ||
+ | |||
+ | |||
+ | |||
+ | </ul> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 23:05, 2 September 2017