Team:Potsdam Bioware/css homepage
From 2011.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 23: | Line 23: | ||
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:5px 5px 5px rgba(0,0,0,0.5); /* Firefox - alte Syntax */ | ||
+ | -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 */ | ||
+ | |||
/* Für Internet Explorer 5.5 - 7 */ | /* Für Internet Explorer 5.5 - 7 */ | ||
Line 98: | Line 103: | ||
padding:10px; | padding:10px; | ||
cursor:pointer; | cursor:pointer; | ||
- | height: | + | height:270px; |
margin:0 15px 15px; | margin:0 15px 15px; | ||
background:-moz-linear-gradient(top, #fff, #e6e6e6); /* Firefox */ | background:-moz-linear-gradient(top, #fff, #e6e6e6); /* Firefox */ |
Latest revision as of 21:11, 28 October 2011