Team:Wageningen UR/Templates/NavigationTop1

From 2011.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> .menu{ border:none; border:0px; margin:0px; padding:0px; font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Uni...")
Line 8: Line 8:
margin:0px;
margin:0px;
padding:0px;
padding:0px;
-
font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
+
font-family: 'Quattrocento', arial, sans;
-
font-size:14px;
+
color: white;
-
font-weight:bold;
+
text-decoration: none;  
 +
font-size: 13px;
 +
        font-weight: bold;
}
}
.menu ul{
.menu ul{
-
background:#333333;
+
background: #4092B6;  
height:35px;
height:35px;
list-style:none;
list-style:none;
Line 24: Line 26:
}
}
.menu li a{
.menu li a{
-
background:#333333 url("images/seperator.gif") bottom right no-repeat;
+
background: #4092B6 url("images/seperator.gif") bottom right no-repeat;
-
color:#cccccc;
+
color: white;
display:block;
display:block;
font-weight:normal;
font-weight:normal;
Line 35: Line 37:
}
}
.menu li a:hover, .menu ul li:hover a{
.menu li a:hover, .menu ul li:hover a{
-
background: #2580a2 url("images/hover.gif") bottom center no-repeat;
+
background: #096790 url("images/hover.gif") bottom center no-repeat;
-
color:#FFFFFF;
+
color: white;
text-decoration:none;
text-decoration:none;
}
}

Revision as of 17:25, 26 May 2011