Team:NC School of Sci Math

From 2012hs.igem.org

(Difference between revisions)
Line 3: Line 3:
<style>  
<style>  
 +
/* Menu */
 +
#menu {
 +
width: 960px;
 +
height: 62px;
 +
margin: 0;
 +
border-top: 0;
 +
    border-right: 0;
 +
    border-left: 0;
 +
    padding: 0;
 +
background: #252E3A url(http://i.imgur.com/bDFvK.jpg) no-repeat;
 +
}
 +
 +
#menu ul {
 +
margin: 0;
 +
padding: 21px 0 0 30px;
 +
list-style: none;
 +
line-height: normal;
 +
}
 +
 +
#menu li {
 +
float: left;
 +
padding: 0 20px 0 22px;
 +
background: url(http://i.imgur.com/zJfPx.gif) no-repeat left center;
 +
}
 +
 +
#menu li.first {
 +
background: none;
 +
}
 +
 +
#menu a {
 +
text-decoration: none;
 +
font-size: 14px;
 +
font-weight: bold;
 +
color: #FFFFFF;
 +
}
</style>
</style>

Revision as of 23:17, 5 June 2012