MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Totengeist (talk | contribs) No edit summary |
Totengeist (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.social { | .social a, .social a:visited { | ||
font-size: 2em !important; | font-size: 2em !important; | ||
color: #000 !important; | color: #000 !important; | ||
background-image: none !important; | background-image: none !important; | ||
background-position: initial !important; | |||
background-repeat: no-repeat !important; | |||
padding-right: inherit !important; | |||
} | } |
Revision as of 17:06, 20 July 2022
/* CSS placed here will be applied to all skins */ .social a, .social a:visited { font-size: 2em !important; color: #000 !important; background-image: none !important; background-position: initial !important; background-repeat: no-repeat !important; padding-right: inherit !important; }