Difference between revisions of "User:Bearborg/vector.css"
From Retro Modding Wiki
m |
m |
||
Line 14: | Line 14: | ||
#mw-panel li:hover { | #mw-panel li:hover { | ||
background: #30558a; /* Old browsers */ | background: #30558a; /* Old browsers */ | ||
− | background: | + | background: linear-gradient(#30558a, #7baef1); |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
border: 1px solid white !important; | border: 1px solid white !important; | ||
box-shadow: 1px 1px 2px rgba(0,0,0,0.2); | box-shadow: 1px 1px 2px rgba(0,0,0,0.2); |
Revision as of 12:43, 25 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: linear-gradient(#30558a, #7baef1); 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; }