Team:Grenoble-EMSE-LSU/Design/Menu Couleurs
From 2013.igem.org
(Difference between revisions)
Hélène (Talk | contribs)
(Created page with "ul.topnav li { background-color: white; } ul.topnav li a { font: normal 15px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: orange; } ...")
Newer edit →
(Created page with "ul.topnav li { background-color: white; } ul.topnav li a { font: normal 15px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: orange; } ...")
Newer edit →
Revision as of 13:58, 16 June 2013
ul.topnav li { background-color: white; }
ul.topnav li a { font: normal 15px Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: orange; }
ul.topnav li:hover { background-color: orange; }
ul.topnav li:hover a { color: white; }
ul.subnav li { background: grey; }
ul.topnav li:hover ul.subnav li a {
color: orange;
}
ul.subnav li:hover { background-color: orange; }
ul.topnav li:hover ul.subnav li:hover a { color: white; }