Line 254: | Line 254: | ||
border-radius: 10px; | border-radius: 10px; | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 60px; |
z-index: 100; | z-index: 100; | ||
margin: auto; | margin: auto; | ||
Line 280: | Line 280: | ||
} | } | ||
− | nav ul > li a:link{ | + | nav ul > li > a:link{ |
font-family: "Segoe UI"; | font-family: "Segoe UI"; | ||
color: white; | color: white; | ||
Line 286: | Line 286: | ||
text-align: center; | text-align: center; | ||
text-decoration: none; | text-decoration: none; | ||
− | padding: | + | padding: 10px 28px; |
background-color: orange; | background-color: orange; | ||
+ | height: 60px; | ||
} | } | ||
− | nav ul > li a:visited{ | + | nav ul > li > a:visited{ |
font-family: "Segoe UI"; | font-family: "Segoe UI"; | ||
color: white; | color: white; | ||
Line 297: | Line 298: | ||
text-align: center; | text-align: center; | ||
text-decoration: none; | text-decoration: none; | ||
− | padding: | + | padding: 10px 28px; |
background-color: orange; | background-color: orange; | ||
} | } | ||
Line 333: | Line 334: | ||
nav ul ul li a:link { | nav ul ul li a:link { | ||
− | + | padding: 5px 15px; | |
− | + | color: black; | |
− | + | font-family: "Segoe UI"; | |
− | + | background-color: orange; | |
+ | display: block; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | } | ||
nav ul ul li a:visited { | nav ul ul li a:visited { | ||
− | + | padding: 5px 15px; | |
− | + | color: black; | |
− | + | font-family: "Segoe UI"; | |
− | + | background-color: orange; | |
+ | display: block; | ||
+ | text-align: center; | ||
+ | text-decoration: none; | ||
+ | } | ||
nav ul ul > li:hover a{ | nav ul ul > li:hover a{ | ||
color: black; | color: black; | ||
Line 414: | Line 423: | ||
a.special:link { | a.special:link { | ||
− | padding: | + | padding:2px 10px; |
background: gold; | background: gold; | ||
border-radius: 10px 0 0 10px; | border-radius: 10px 0 0 10px; | ||
Line 420: | Line 429: | ||
a.special:visited { | a.special:visited { | ||
− | padding: | + | padding:2px 10px; |
background: gold; | background: gold; | ||
border-radius: 10px 0 0 10px; | border-radius: 10px 0 0 10px; | ||
Line 607: | Line 616: | ||
<ul id="nav_bar"> | <ul id="nav_bar"> | ||
<li> | <li> | ||
− | <a class="special "href="https://2016.igem.org/Team:Manchester" title="Home"><img src="https://static.igem.org/mediawiki/2016/7/7b/Manchester_logo.gif" style="width: | + | <a class="special" href="https://2016.igem.org/Team:Manchester" title="Home"><img src="https://static.igem.org/mediawiki/2016/7/7b/Manchester_logo.gif" style="width:60px; height:60px;"></img></a> |
</li> | </li> | ||
<li><a href="https://2016.igem.org/Team:Manchester/Team"><strong>Team</strong></a> | <li><a href="https://2016.igem.org/Team:Manchester/Team"><strong>Team</strong></a> |
Revision as of 10:45, 16 September 2016