Team:Groningen/Templates/Navigationbar
From 2013.igem.org
(Difference between revisions)
Line 39: | Line 39: | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ | ||
} | } | ||
+ | |||
+ | .menu-item h4:hover { | ||
+ | background: #cc002c; /* Old browsers */ | ||
+ | background: -moz-linear-gradient(top, #cc002c 0%, #6d0019 100%); /* FF3.6+ */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */ | ||
+ | background: -webkit-linear-gradient(top, #cc002c 0%,#6d0019 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(top, #cc002c 0%,#6d0019 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(top, #cc002c 0%,#6d0019 100%); /* IE10+ */ | ||
+ | background: linear-gradient(top, #cc002c 0%,#6d0019 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002c', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ | ||
+ | } | ||
+ | |||
.menu-item h4 a { | .menu-item h4 a { | ||
color: white; | color: white; |
Revision as of 12:46, 16 July 2013