Team:Potsdam Bioware/css homepage
From 2011.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
url(https://static.igem.org/mediawiki/2011/9/98/Potsdam10_Box_Home.png) no-repeat scroll center 0px; | url(https://static.igem.org/mediawiki/2011/9/98/Potsdam10_Box_Home.png) no-repeat scroll center 0px; | ||
*/ | */ | ||
- | background:-moz-linear-gradient(top, #fff, # | + | background:-moz-linear-gradient(top, #fff, #e6e6e6); /* Firefox */ |
- | background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(# | + | background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6)); /* Safari, Chrome */ |
- | background:-webkit-linear-gradient(top, #fff, # | + | background:-webkit-linear-gradient(top, #fff, #e6e6e6); /* Safari, Chrome - neue Syntax! */ |
- | background:-o-linear-gradient(top, #fff, # | + | background:-o-linear-gradient(top, #fff, #e6e6e6); /* Opera */ |
- | background:-ms-linear-gradient(top, #fff, # | + | background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */ |
- | background:linear-gradient(top, #fff, # | + | background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */ |
} | } | ||
div.box_home:hover { | div.box_home:hover { |
Revision as of 13:05, 18 September 2011