Line 82: | Line 82: | ||
/******** Links n' such (NavBar)********/ | /******** Links n' such (NavBar)********/ | ||
− | |||
a.nav-link:link | a.nav-link:link | ||
{ | { | ||
− | color: # | + | color: #4E2A84; |
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
+ | |||
} | } | ||
a.nav-link:visited | a.nav-link:visited | ||
{ | { | ||
− | color: # | + | color: #4E2A84; |
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
a.nav-link:hover | a.nav-link:hover | ||
Line 98: | Line 102: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
a.nav-link:active | a.nav-link:active | ||
{ | { | ||
− | color: # | + | color: #4E2A84; |
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
Line 109: | Line 117: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
a.nav-link2:visited | a.nav-link2:visited | ||
Line 114: | Line 124: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
a.nav-link2:hover | a.nav-link2:hover | ||
Line 119: | Line 131: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
a.nav-link2:active | a.nav-link2:active | ||
Line 124: | Line 138: | ||
color: #000000; | color: #000000; | ||
text-decoration: none; | text-decoration: none; | ||
+ | font-family: "Trebuchet", sans-serif; | ||
+ | letter-spacing: 1px; | ||
} | } | ||
/******* w3 Syle editing *******/ | /******* w3 Syle editing *******/ | ||
Line 187: | Line 203: | ||
<!-- Navbar code (sits on top) --> | <!-- Navbar code (sits on top) --> | ||
− | |||
<div class="w3-top"> | <div class="w3-top"> | ||
− | + | <div class="w3-bar w3-white w3-wide w3-padding w3-card-2"> | |
− | <a class="w3-bar-item w3-button | + | <a href="#home" class="w3-bar-item w3-button">NU-CRISPy</a> |
− | + | <!-- Float links to the right. Hide them on small screens --> | |
− | < | + | <div class="w3-right w3-hide-small"> |
− | < | + | <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/Team" class="w3-bar-item w3-button w3-hide-small w3-right nav-link"> Team </a> |
− | <a href="https://2017.igem.org/Team:Northwestern | + | <a href="https://2017.igem.org/Team:Northwestern/HP" 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 | + | <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 | + | |
− | + | ||
</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 216: | Line 227: | ||
</div> | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:05, 13 July 2017