Team:Potsdam Bioware/css

From 2012.igem.org

(Difference between revisions)
Line 15: Line 15:
.gradient_golden {
.gradient_golden {
-
   background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
+
   background-image: -ms-linear-gradient(top, #E1A946 0%, #B28336 100%);
-
   background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
+
   background-image: -moz-linear-gradient(top, #E1A946 0%, #B28336 100%);
-
   background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
+
   background-image: -o-linear-gradient(top, #E1A946 0%, #B28336 100%);
-
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));  
+
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1A946), color-stop(1, #B28336));
-
   background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
+
   background-image: -webkit-linear-gradient(top, #E1A946 0%, #B28336 100%);
-
   background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
+
   background-image: linear-gradient(to bottom, #E1A946 0%, #B28336 100%);
}
}

Revision as of 00:26, 1 September 2012