Template:UIUC09Temp

From 2009.igem.org

(Difference between revisions)
Line 235: Line 235:
float:left;
float:left;
width:100%;
width:100%;
 +
}
 +
 +
#nav {
 +
width: 770px;
 +
height: 160px;
 +
margin: 5px;
 +
padding: 0px;
 +
}
 +
 +
#nav a {
 +
display: inline-block;
 +
list-style:none;
 +
width: 175px;
 +
height: 150px;
 +
margin: 5px 37px;
 +
border: none;
 +
color: #f00;
 +
font-size: 16px;
 +
font-weight: bold;
 +
text-transform: uppercase;
 +
text-align: center;
 +
}
 +
 +
#nav a.intro {
 +
background: url(https://static.igem.org/mediawiki/2009/6/64/UI09Intropic.png);
 +
}
 +
 +
#nav a.intro:hover {
 +
text-decoration: none;
 +
background: url(https://static.igem.org/mediawiki/2009/c/c5/UI09Introhover.png);
 +
}
 +
 +
#nav a.research {
 +
background: url(https://static.igem.org/mediawiki/2009/c/cb/UI09Researchpic.png);
 +
}
 +
 +
#nav a.research:hover {
 +
text-decoration: none;
 +
background: url(https://static.igem.org/mediawiki/2009/a/a3/UI09Researchhover.png);
 +
}
 +
 +
#nav a.modeling {
 +
background: url(https://static.igem.org/mediawiki/2009/a/a7/UI09Modelingpic.png);
 +
}
 +
 +
#nav a.modeling:hover {
 +
text-decoration: none;
 +
background: url(https://static.igem.org/mediawiki/2009/0/06/UI09Modelinghover.png);
}
}

Revision as of 21:19, 27 July 2009