Team:SDU-Denmark/css2

From 2010.igem.org

(Difference between revisions)
Line 17: Line 17:
         font-size: 17px;
         font-size: 17px;
         font-weight: bold;
         font-weight: bold;
 +
        color: #ffffff;
background: url(Navibg.jpg) repeat-x;
background: url(Navibg.jpg) repeat-x;
}
}
Line 29: Line 30:
padding: 10px 15px;
padding: 10px 15px;
display: block;
display: block;
-
color: #ffffff;
 
text-decoration: none;
text-decoration: none;
}
}
ul#topnav li:hover {  
ul#topnav li:hover {  
-
         background: ;  
+
         color: #6982f9;  
}/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
}/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

Revision as of 14:47, 28 June 2010