Difference between revisions of "User:Bearborg/vector.css"
From Retro Modding Wiki
m |
m |
||
Line 1: | Line 1: | ||
#mw-panel { | #mw-panel { | ||
font-weight: bold !important; | font-weight: bold !important; | ||
− | |||
− | |||
} | } | ||
#mw-panel li { | #mw-panel li { | ||
− | |||
border: 1px solid transparent !important; | border: 1px solid transparent !important; | ||
} | } |
Revision as of 23:37, 24 January 2015
#mw-panel { font-weight: bold !important; } #mw-panel li { border: 1px solid transparent !important; } #mw-panel li a { color: #446fa7 !important; margin-left: 3px; } #mw-panel li:hover { background: #30558a; /* Old browsers */ background: -moz-linear-gradient(top, #30558a 0%, #7baef1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30558a), color-stop(100%,#7baef1)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #30558a 0%,#7baef1 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #30558a 0%,#7baef1 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #30558a 0%,#7baef1 100%); /* IE10+ */ background: linear-gradient(to bottom, #30558a 0%,#7baef1 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30558a', endColorstr='#7baef1',GradientType=0 ); /* IE6-9 */ border: 1px solid white !important; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); border-radius: 3px !important; } #mw-panel li:hover a { color: white !important; text-decoration: none !important; }