Team:UCLA/Template/CSS

From 2014.igem.org

(Difference between revisions)
Line 706: Line 706:
<!--BACKGROUND-->
<!--BACKGROUND-->
<style>
<style>
-
/* IE10 Consumer Preview */
+
background-image: url('http://maleikaw.webstarts.com/uploads/gray_gradient2.jpg');
-
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #000E14 100%);
+
-
 
+
-
/* Mozilla Firefox */
+
-
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #000E14 100%);
+
-
 
+
-
/* Opera */  
+
-
background-image: -o-linear-gradient(top, #FFFFFF 0%, #000E14 100%);
+
-
 
+
-
/* Webkit (Safari/Chrome 10) */
+
-
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #000E14));
+
-
 
+
-
/* Webkit (Chrome 11+) */
+
-
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #000E14 100%);
+
-
 
+
-
/* W3C Markup, IE10 Release Preview */
+
-
background-image: linear-gradient(to bottom, #FFFFFF 0%, #000E14 100%);
+
</style>
</style>
</html>
</html>

Revision as of 22:48, 6 October 2014