Difference between revisions of "Template:Team:Penn/CSS"

Line 101: Line 101:
  
  
background: #add8e6 ; /* Old browsers */
+
background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #add8e6 2%, #add8e6 100%); /* FF3.6+ */
+
background: -moz-linear-gradient(top, #f5f5f5 2%, #f5f5f5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#add8e6 ), color-stop(100%,#add8e6 )); /* Chrome,Safari4+ */
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#f5f5f5 ), color-stop(100%,#f5f5f5 )); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #add8e6  2%,#add8e6 100%); /* Chrome10+,Safari5.1+ */
+
background: -webkit-linear-gradient(top, #f5f5f5 2%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #add8e6 2%,#add8e6  100%); /* Opera 11.10+ */
+
background: -o-linear-gradient(top, #f5f5f5 2%,#f5f5f5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #add8e6 2%,#add8e6 100%); /* IE10+ */
+
background: -ms-linear-gradient(top, #f5f5f5 2%,#f5f5f5 100%); /* IE10+ */
background: linear-gradient(to bottom, #add8e6 2%,#add8e6  100%); /* W3C */
+
background: linear-gradient(to bottom, #f5f5f5 2%,#f5f5f5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add8e6 ', endColorstr='#add8e6 ',GradientType=0 ); /* IE6-9 */
+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5 ', endColorstr= '#f5f5f5 ',GradientType=0 ); /* IE6-9 */
  
 
/*text-align:center;*/
 
/*text-align:center;*/

Revision as of 21:43, 23 August 2015