Team:Michigan/Template:New

From 2012.igem.org

(Difference between revisions)
Line 178: Line 178:
   line-height:200%;
   line-height:200%;
}
}
 +
 +
/*Test Code*/
 +
 +
.header{
 +
background:url(../images/bg-navigation.jpg) no-repeat center 90px;
 +
width:940px;
 +
margin:0 auto;
 +
height:105px;
 +
padding:36px 10px 0;
 +
}
 +
.header a#logo{
 +
display:block;
 +
float:left;
 +
outline:none;
 +
}
 +
.header a#logo img{
 +
border:0;
 +
}
 +
.header ul{
 +
margin:0;
 +
list-style:none;
 +
padding:13px 0 0;
 +
float:right;
 +
}
 +
.header ul li{
 +
float:left;
 +
margin:0 0 0 63px;
 +
}
 +
.header ul li.selected a,.header ul li a:hover{
 +
color:#f78117;
 +
}
 +
.header ul li a{
 +
font-size:16px;
 +
text-decoration:none;
 +
color:#5e5e5e;
 +
font-family: 'RokkittRegular';
 +
outline:none;
 +
}
 +

Revision as of 20:23, 25 July 2012