Line 85: | Line 85: | ||
a.nav-link:link | a.nav-link:link | ||
{ | { | ||
− | color: # | + | color: #7842ff; |
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
− | |||
} | } | ||
a.nav-link:visited | a.nav-link:visited | ||
{ | { | ||
− | color: # | + | color: #7842ff; |
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
a.nav-link:hover | a.nav-link:hover | ||
Line 102: | Line 97: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
a.nav-link:active | a.nav-link:active | ||
{ | { | ||
− | color: # | + | color: #7842ff; |
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
Line 117: | Line 108: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
a.nav-link2:visited | a.nav-link2:visited | ||
Line 124: | Line 113: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
a.nav-link2:hover | a.nav-link2:hover | ||
Line 131: | Line 118: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
a.nav-link2:active | a.nav-link2:active | ||
Line 138: | Line 123: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
− | |||
} | } | ||
/******* w3 Syle editing *******/ | /******* w3 Syle editing *******/ | ||
Line 203: | Line 186: | ||
<!-- Navbar code (sits on top) --> | <!-- Navbar code (sits on top) --> | ||
+ | |||
<div class="w3-top"> | <div class="w3-top"> | ||
− | <div class="w3-bar w3- | + | <div class="w3-bar" "w3-right" "w3-hide-small" id="myNavbar"> |
− | <a | + | <a class="w3-bar-item w3-button w3-hover-purple w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu"> |
− | + | <i class="fa fa-bars"></i> | |
− | + | </a> | |
− | <a href="https://2017.igem.org/Team:Northwestern | + | |
− | <a href="https://2017.igem.org/Team:Northwestern | + | <a href="https://2017.igem.org/Team:Northwestern#contact" class= "w3-bar-item w3-button w3-hide-small w3-right nav-link"> Contact </a> |
− | <a href="https://2017.igem.org/Team:Northwestern | + | <a href="https://2017.igem.org/Team:Northwestern#humanpractices" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Human Practices </a> |
− | <a href="https://2017.igem.org/Team:Northwestern | + | <a href="https://2017.igem.org/Team:Northwestern#parts" class= "w3-bar-item w3-button w3-hide-small w3-right nav-link"> Parts </a> |
− | <a href="https://2017.igem.org/Team:Northwestern | + | <a href="https://2017.igem.org/Team:Northwestern#lab" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Lab </a> |
+ | <a href="https://2017.igem.org/Team:Northwestern#team" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Team </a> | ||
<a href="https://2017.igem.org/Team:Northwestern/project" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Project </a> | <a href="https://2017.igem.org/Team:Northwestern/project" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Project </a> | ||
+ | <a href="https://2017.igem.org/Team:Northwestern#home" class="w3-bar-item w3-button w3-hide-small w3-right nav-link">HOME</a> | ||
</div> | </div> | ||
+ | |||
+ | |||
<!-- Navbar on small screens --> | <!-- Navbar on small screens --> | ||
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium"> | <div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium"> | ||
Line 227: | Line 215: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:46, 13 July 2017