Template:Team:Berkeley/sidebar

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
</ul>
</ul>
</div>
</div>
 +
 +
 +
#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;
 +
}
</html>
</html>

Revision as of 09:59, 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; }