Template:WashUtop
From 2012e.igem.org
(Difference between revisions)
BrianBasco (Talk | contribs) |
BrianBasco (Talk | contribs) |
||
Line 237: | Line 237: | ||
} | } | ||
.menu-item2 h4:hover { | .menu-item2 h4:hover { | ||
- | background: # | + | background: #5d0016; /* Old browsers */ |
- | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #5d0016 0%, #430010 100%); /* FF3.6+ */ |
- | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,# | + | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d0016), color-stop(100%,#430010)); /* Chrome,Safari4+ */ |
- | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #5d0016 0%,#430010 100%); /* Chrome10+,Safari5.1+ */ |
- | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #5d0016 0%,#430010 100%); /* Opera 11.10+ */ |
- | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #5d0016 0%,#430010 100%); /* IE10+ */ |
- | background: linear-gradient(top, # | + | background: linear-gradient(top, #5d0016 0%,#430010 100%); /* W3C */ |
- | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d0016', endColorstr='#430010',GradientType=0 ); /* IE6-9 */ |
} | } |
Revision as of 18:20, 9 August 2012