Difference between revisions of "Template:Team:Penn/CSS"
Line 231: | Line 231: | ||
padding: 5px 15px; | padding: 5px 15px; | ||
− | background: # | + | background: #140D02; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #140D02 0%, #140D02 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%,#140D02), color-stop(100%,#140D02)); /* Chrome,Safari4+ */ |
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #140D02 0%,#140D02 100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #140D02 0%,#140D02 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #140D02 0%,#140D02100%); /* IE10+ */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #140D02 0%,#140D02 100%); /* W3C */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #140D02 0%,#140D02100%); /* W3C */ |
Line 287: | Line 287: | ||
.people_table{ | .people_table{ | ||
− | width: | + | width: 1000px; |
background-color:inherit; | background-color:inherit; | ||
border-spacing: 0px 5px; | border-spacing: 0px 5px; | ||
Line 293: | Line 293: | ||
.people_table tr td{ | .people_table tr td{ | ||
− | width: | + | width: 500px; |
min-width:220px; | min-width:220px; | ||
background-color: #444; | background-color: #444; | ||
Line 307: | Line 307: | ||
.name { | .name { | ||
− | font-size: | + | font-size: 30px; |
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Line 314: | Line 314: | ||
font-weight: 500; | font-weight: 500; | ||
font-style: normal; | font-style: normal; | ||
− | font-size: | + | font-size: 30px; |
} | } | ||
Line 327: | Line 327: | ||
font-weight: 500; | font-weight: 500; | ||
font-style: normal; | font-style: normal; | ||
− | font-size: | + | font-size: 30px; |
margin-top:10px; | margin-top:10px; | ||
} | } | ||
Line 334: | Line 334: | ||
font-weight:bold; | font-weight:bold; | ||
margin-top:40px; | margin-top:40px; | ||
− | font-size: | + | font-size: 30px; |
} | } | ||
Revision as of 19:19, 18 August 2015