MediaWiki:Gadget-toplinksDropdown.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
body:not(.mw-special-Preferences) #pt-watchlist,
body:not(.mw-special-Preferences) #pt-watchlist,
body:not(.mw-special-Preferences) #pt-mycontris,
body:not(.mw-special-Preferences) #pt-mycontris,
body:not(.mw-special-Preferences) #pt-sandbox,
body:not(.mw-special-Preferences) #pt-logout {
body:not(.mw-special-Preferences) #pt-logout {
     display: none;
     display: none;
Line 18: Line 19:
body:not(.mw-special-Preferences) #pt-userpage .pt-userpage-dropdown {
body:not(.mw-special-Preferences) #pt-userpage .pt-userpage-dropdown {
     display: none;
     display: none;
     background: #fff;
     background: #010103;
     border: 1px solid #e4eaee;
     border: 1px solid #002b4e;
     padding: 1em;
     padding: 1em;
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
     box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.3);
Line 66: Line 67:


body:not(.mw-special-Preferences) #pt-userpage .pt-userpage-dropdown li a:hover {
body:not(.mw-special-Preferences) #pt-userpage .pt-userpage-dropdown li a:hover {
     background: #f9fafa;
     background: #002b4e;
     border-radius: .25em;
     border-radius: .25em;
     text-decoration: none;
     text-decoration: none;