Team:Wageningen UR/Templates/NavigationTop Outreach

From 2011.igem.org

(Difference between revisions)
Line 15: Line 15:
}
}
.menu ul{
.menu ul{
-
background: brown;  
+
background: #FF8E00;  
height:35px;
height:35px;
list-style:none;
list-style:none;
Line 26: Line 26:
}
}
.menu li a{
.menu li a{
-
background: brown url("images/seperator.gif") bottom right no-repeat;
+
background: #FF8E00 url("images/seperator.gif") bottom right no-repeat;
color: white;
color: white;
display:block;
display:block;
Line 42: Line 42:
}
}
.menu li a:hover, .menu ul li:hover a{
.menu li a:hover, .menu ul li:hover a{
-
background: pink url("images/hover.gif") bottom center no-repeat;
+
background: #ABF700 url("images/hover.gif") bottom center no-repeat;
font-family: 'Quattrocento', arial, sans;
font-family: 'Quattrocento', arial, sans;
                color: white;  
                color: white;  
Line 51: Line 51:
}
}
.menu li ul{
.menu li ul{
-
background: pink;
+
background: #ABF700;
display:none;
display:none;
height:auto;
height:auto;

Revision as of 17:23, 28 June 2011