Team:UNIK Copenhagen/template
From 2013.igem.org
(Difference between revisions)
m |
|||
Line 24: | Line 24: | ||
body{ | body{ | ||
/* IE10 Consumer Preview */ | /* IE10 Consumer Preview */ | ||
- | background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%); | + | background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%) no-repeat fixed 50% 50%; |
/* Mozilla Firefox */ | /* Mozilla Firefox */ | ||
- | background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%); | + | background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%) no-repeat fixed 50% 50%; |
/* Opera */ | /* Opera */ | ||
- | background-image: -o-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%); | + | background-image: -o-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%) no-repeat fixed 50% 50%; |
/* Webkit (Safari/Chrome 10) */ | /* Webkit (Safari/Chrome 10) */ | ||
- | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ABABAB)); | + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ABABAB)) no-repeat fixed 50% 50%; |
/* Webkit (Chrome 11+) */ | /* Webkit (Chrome 11+) */ | ||
- | background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%); | + | background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%) no-repeat fixed 50% 50%; |
/* W3C Markup, IE10 Release Preview */ | /* W3C Markup, IE10 Release Preview */ | ||
- | background-image: linear-gradient(to bottom, #FFFFFF 0%, #ABABAB 100%); | + | background-image: linear-gradient(to bottom, #FFFFFF 0%, #ABABAB 100%) no-repeat fixed 50% 50%; |
width: 100%; | width: 100%; | ||
margin: 0 auto; | margin: 0 auto; |
Revision as of 12:37, 12 August 2013