Template:Team:Northwestern/Template/bootstrap/orange

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
#footer {
#footer {
   height: 500px;
   height: 500px;
-
  background: rgb(57,0,132); /* Old browsers */
+
background: rgb(175,162,211); /* Old browsers */
-
background: -moz-linear-gradient(45deg,  rgba(57,0,132,1) 0%, rgba(49,17,66,1) 100%); /* FF3.6+ */
+
background: -moz-linear-gradient(top,  rgba(175,162,211,1) 0%, rgba(49,17,66,1) 100%); /* FF3.6+ */
-
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(57,0,132,1)), color-stop(100%,rgba(49,17,66,1))); /* Chrome,Safari4+ */
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,162,211,1)), color-stop(100%,rgba(49,17,66,1))); /* Chrome,Safari4+ */
-
background: -webkit-linear-gradient(45deg,  rgba(57,0,132,1) 0%,rgba(49,17,66,1) 100%); /* Chrome10+,Safari5.1+ */
+
background: -webkit-linear-gradient(top,  rgba(175,162,211,1) 0%,rgba(49,17,66,1) 100%); /* Chrome10+,Safari5.1+ */
-
background: -o-linear-gradient(45deg,  rgba(57,0,132,1) 0%,rgba(49,17,66,1) 100%); /* Opera 11.10+ */
+
background: -o-linear-gradient(top,  rgba(175,162,211,1) 0%,rgba(49,17,66,1) 100%); /* Opera 11.10+ */
-
background: -ms-linear-gradient(45deg,  rgba(57,0,132,1) 0%,rgba(49,17,66,1) 100%); /* IE10+ */
+
background: -ms-linear-gradient(top,  rgba(175,162,211,1) 0%,rgba(49,17,66,1) 100%); /* IE10+ */
-
background: linear-gradient(45deg,  rgba(57,0,132,1) 0%,rgba(49,17,66,1) 100%); /* W3C */
+
background: linear-gradient(to bottom,  rgba(175,162,211,1) 0%,rgba(49,17,66,1) 100%); /* W3C */
-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#390084', endColorstr='#311142',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afa2d3', endColorstr='#311142',GradientType=0 ); /* IE6-9 */
 +
 
}
}

Revision as of 20:41, 10 September 2014