Template:Team:Berkeley/sidebar
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
<div id=”navMain”> | <div id=”navMain”> | ||
Line 40: | Line 39: | ||
color:#e0993e; | color:#e0993e; | ||
} | } | ||
- | |||
</html> | </html> |
Revision as of 10:02, 26 September 2012
#navMain { color:#c3c3c3; font-family:Tahoma, Geneva, sans-serif; } /* Change color and font*/ #navMain h2{ font-family:Trebuchet MS1, Helvetica, sans-serif; } /*Change font of the title*/ #navMain ul{ padding:0; margin:0; margin-left:25px; } /*Reset the default padding/margin and set it as required*/ #navMain ul li a{ text-decoration:none; color:#c3c3c3; } /*Change color of link text and remove underline*/ #navMain ul li a:hover{ color:#e0993e; }