Difference between revisions of "Template:Team:Penn/CSS"
Line 126: | Line 126: | ||
font-family:"Open Sans"; | font-family:"Open Sans"; | ||
− | background: # | + | background: #d9dddb; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #d9dddb 0%, #d9dddb 100%); /* FF3.6+ */ |
− | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, | + | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9dddb), color-stop(100%,#d9dddb)); /* Chrome,Safari4+ */ |
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #d9dddb 0%,#d9dddb 100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #d9dddb 0%,#d9dddb 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #d9dddb 0%,#d9dddb100%); /* IE10+ */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #d9dddb 0%,#d9dddb 100%); /* W3C */ |
− | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dddb', endColorstr='#d9dddb',GradientType=0 ); /* IE6-9 */ |
/*text-align:center;*/ | /*text-align:center;*/ |
Revision as of 15:41, 27 August 2015