Team:Potsdam Bioware/PU Test
From 2011.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
overflow: hidden; | overflow: hidden; | ||
background:-moz-linear-gradient(top, #fff, #adf); /* Firefox */ | background:-moz-linear-gradient(top, #fff, #adf); /* Firefox */ | ||
- | background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#adf)); /* Safari, Chrome */ | + | background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#adf)); /* Safari, Chrome */ |
- | background:-webkit-linear-gradient(top, #fff, #adf); /* Safari, Chrome - neue Syntax! */ | + | background:-webkit-linear-gradient(top, #fff, #adf); /* Safari, Chrome - neue Syntax! */ |
- | background:-o-linear-gradient(top, #fff, #adf); /* Opera */ | + | background:-o-linear-gradient(top, #fff, #adf); /* Opera */ |
- | background:-ms-linear-gradient(top, #fff, #adf); /* IE */ | + | background:-ms-linear-gradient(top, #fff, #adf); /* IE */ |
- | background:linear-gradient(top, #fff, #adf); /* W3C Standard */ | + | background:linear-gradient(top, #fff, #adf); /* W3C Standard */ |
} | } | ||
#headstripe_full { | #headstripe_full { | ||
Line 72: | Line 72: | ||
background-color: yellow; | background-color: yellow; | ||
overflow: auto; | overflow: auto; | ||
- | + | background:-moz-radial-gradient(center, #fff, #adf); /* Firefox */ | |
+ | background:-webkit-gradient(radial, center center, 80, center center, 400, from(#fff), to(#adf)); /* Safari, Chrome */ | ||
+ | background:-webkit-radial-gradient(center, #fff, #adf); /* Safari, Chrome - neue Syntax! */ | ||
+ | background:-o-radial-gradient(center, #fff, #adf); /* Opera, funktioniert noch nicht, aber sicherlich bald */ | ||
+ | background:-ms-radial-gradient(center, #fff, #adf); /* IE */ | ||
+ | background:radial-gradient(center, #fff, #adf); /* W3C Standard */ | ||
+ | } | ||
#menue_content { | #menue_content { |
Revision as of 21:50, 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.
+++++++++++++++++++++++++++++++++++++++++