Team:UI-Indonesia/header
From 2013.igem.org
(Difference between revisions)
m |
|||
Line 57: | Line 57: | ||
/*CHANGE THIS TO CENTER*/ | /*CHANGE THIS TO CENTER*/ | ||
- | padding:0 | + | padding:0 185px; /*12px;*/ |
} | } | ||
Line 115: | Line 115: | ||
.nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */ | .nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */ | ||
- | + | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
.nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */ | .nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */ | ||
+ | background:#121212; | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
.nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */ | .nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */ | ||
- | background:# | + | background:#d4d4d4; |
text-decoration:none; | text-decoration:none; | ||
} | } | ||
Line 157: | Line 158: | ||
<li><a href="https://2013.igem.org/Team:UI-Indonesia/Sponsors">SPONSORS</a></li> | <li><a href="https://2013.igem.org/Team:UI-Indonesia/Sponsors">SPONSORS</a></li> | ||
</ul> | </ul> | ||
- | <hr> | + | <hr color:"white";> |
</html> | </html> |
Revision as of 21:31, 27 September 2013