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

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

Revision as of 21:38, 23 August 2015