Difference between revisions of "Template:Team:Penn/CSS"
Line 150: | Line 150: | ||
#MenuBox { | #MenuBox { | ||
− | background: # | + | background: #FFAE19; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #FFAE19 0%, #99680F 100%); /* FF3.6+ */ |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ | ||
− | background: -webkit-linear-gradient(top, # | + | background: -webkit-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* Chrome10+,Safari5.1+ */ |
− | background: -o-linear-gradient(top, # | + | background: -o-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* Opera 11.10+ */ |
− | background: -ms-linear-gradient(top, # | + | background: -ms-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* IE10+ */ |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #FFAE19 0%,#99680F 100%); /* W3C */ |
− | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='# | + | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAE19', endColorstr='#99680F',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:#FFF00; |
display: inline-block; | display: inline-block; | ||
position: relative; | position: relative; | ||
− | padding: | + | padding: 5px 15px; |
− | background: # | + | background: #FFAE19; /* Old browsers */ |
− | background: -moz-linear-gradient(top, # | + | background: -moz-linear-gradient(top, #FFAE19 0%, #99680F 100%); /* FF3.6+ */ |
− | + | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585d8a), color-stop(100%,#2e335f)); /* Chrome,Safari4+ */ | |
− | + | background: -webkit-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* Chrome10+,Safari5.1+ */ | |
− | + | background: -o-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* Opera 11.10+ */ | |
− | + | background: -ms-linear-gradient(top, #FFAE19 0%,#99680F 100%); /* IE10+ */ | |
− | background: linear-gradient(to bottom, # | + | background: linear-gradient(to bottom, #FFAE19 0%,#99680F 100%); /* W3C */ |
+ | background: linear-gradient(to bottom, #FFAE19 0%,#99680F 100%); /* W3C */ | ||
Revision as of 19:13, 18 August 2015