Team:UNIK Copenhagen/template

From 2013.igem.org

(Difference between revisions)
Line 23: Line 23:
}
}
body{
body{
-
background: white url(https://static.igem.org/mediawiki/2013/3/39/UNIK_Copenhagen_background.jpg) no-repeat fixed 50% 50%;
+
/* IE10 Consumer Preview */
-
    -webkit-background-size: cover;
+
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%);
-
    -moz-background-size: cover;
+
 
-
    -o-background-size: cover;
+
/* Mozilla Firefox */  
-
    background-size: cover;
+
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%);
 +
 
 +
/* Opera */  
 +
background-image: -o-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%);
 +
 
 +
/* Webkit (Safari/Chrome 10) */
 +
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ABABAB));
 +
 
 +
/* Webkit (Chrome 11+) */
 +
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%);
 +
 
 +
/* W3C Markup, IE10 Release Preview */
 +
background-image: linear-gradient(to bottom, #FFFFFF 0%, #ABABAB 100%);
width: 100%;
width: 100%;
margin: 0 auto;
margin: 0 auto;

Revision as of 12:35, 12 August 2013