Team:Potsdam Bioware/PU Test
From 2011.igem.org
(Difference between revisions)
Line 38: | Line 38: | ||
z-index: 2; | z-index: 2; | ||
background-color: #CCFFFF; | background-color: #CCFFFF; | ||
- | /* Für WebKit (Safari, Chrome, etc.) */ | + | /* Für WebKit (Safari, Chrome, etc.) */ background: -webkit-gradient(linear, left top, left bottom, from(#c8482c), to(#fff)); |
- | background: -webkit-gradient(linear, left top, left bottom, | + | background:-webkit-linear-gradient(top, ##c8482c, #fff); /* Safari, Chrome - neue Syntax! */ |
- | from(#c8482c), to(#fff)); | + | /* Für Mozilla/Gecko (Firefox etc) */ background: -moz-linear-gradient(top, #c8482c, #fff); |
- | /* Für Mozilla/Gecko (Firefox etc) */ | + | /* aktueller W3C working draft */ background: linear-gradient(top, #c8482c, #fff); |
- | background: -moz-linear-gradient(top, #c8482c, #fff); | + | |
- | /* aktueller W3C working draft */ | + | |
- | background: linear-gradient(top, #c8482c, #fff); | + | |
/* Für Internet Explorer 5.5 - 7 */ | /* Für Internet Explorer 5.5 - 7 */ | ||
- | filter: progid:DXImageTransform.Microsoft. | + | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c8482c, endColorstr=#ffffff); |
- | (GradientType=0, startColorstr=#c8482c, endColorstr=#ffffff); | + | |
zoom: 1; | zoom: 1; | ||
+ | |||
/* Für Internet Explorer 8 */ | /* Für Internet Explorer 8 */ | ||
- | -ms-filter: "progid:DXImageTransform.Microsoft. | + | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c8482c, endColorstr=#ffffff)"; |
- | (GradientType=0, startColorstr=#c8482c, endColorstr=#ffffff)"; | + | |
} | } | ||
Revision as of 22:37, 16 September 2011
headstripe
TEXT
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget nunc eu lacus sagittis
ullamcorper elementum commodo arcu. Aliquam vitae accumsan sem. Morbi ut nisi ligula. Suspendisse potenti.
Phasellus semper fermentum erat, eget tristique tellus egestas sed. In aliquet adipiscing leo ac ultricies.
Integer quis lectus magna. Duis et eros.
+++++++++++++++++++++++++++++++++++++++++