Difference between revisions of "Template:Team:Penn/CSS"
Line 130: | Line 130: | ||
#PhotoBox { | #PhotoBox { | ||
− | background: # | + | background: #FFA500; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #FFA500 0%, #FFA500 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%,#FFA500), color-stop(100%,#FFA500)); /* Chrome,Safari4+ */ |
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #FFA500 0%,#FFA500100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #FFA500 0%,#FFA500 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #FFA500 0%,#FFA500 100%); /* IE10+ */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #FFA500 0%,#FFA500 100%); /* W3C */ |
− | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA500', endColorstr='#2e335f',GradientType=0 ); /* IE6-9 */ |
box-shadow: 0px 0px 20px #000000; | box-shadow: 0px 0px 20px #000000; | ||
Line 226: | Line 226: | ||
} | } | ||
#nav li { | #nav li { | ||
− | color:# | + | color:#FFA500; |
display: inline-block; | display: inline-block; | ||
position: relative; | position: relative; | ||
Line 251: | Line 251: | ||
} | } | ||
#nav li ul li:hover { | #nav li ul li:hover { | ||
− | background: # | + | background: #FFA500; |
− | color: # | + | color: #FFA500; |
} | } | ||
Line 274: | Line 274: | ||
} | } | ||
#nav li ul li { | #nav li ul li { | ||
− | background: # | + | background: #4C3407; |
display: block; | display: block; | ||
− | color: # | + | color: #FFFFFF; |
} | } | ||
#nav li ul li:hover { background: #4e5680; color: #ffffff; } | #nav li ul li:hover { background: #4e5680; color: #ffffff; } | ||
Line 349: | Line 349: | ||
.sponsor_table tr td{ | .sponsor_table tr td{ | ||
width: 25%; | width: 25%; | ||
− | background-color: # | + | background-color: #FFF; |
vertical-align: middle; | vertical-align: middle; | ||
} | } |
Revision as of 19:32, 18 August 2015