Team:Potsdam Bioware/css homepage
From 2011.igem.org
(Difference between revisions)
Line 49: | Line 49: | ||
background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */ | background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */ | ||
background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */ | background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */ | ||
- | -moz-box-shadow: | + | -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Firefox - alte Syntax */ |
- | -webkit-box-shadow: | + | -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */ |
- | + | box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */ | |
- | + | ||
- | - | + | |
- | + | ||
- | + | ||
} | } | ||
Revision as of 13:43, 18 September 2011