MediaWiki:Common.css: Difference between revisions
Totengeist (talk | contribs) Add <kbd> styling |
Totengeist (talk | contribs) m Add Font Awesome main CSS |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@import url("/fonts/css/fontawesome.css"); | |||
@import url("/fonts/css/brands.css"); | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.social a, .social a:visited { | .social a, .social a:visited { | ||
| Line 7: | Line 10: | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
padding-right: inherit !important; | padding-right: inherit !important; | ||
} | |||
.social a img{ | |||
border-bottom: 6px solid white; | |||
} | } | ||