MediaWiki:Common.css: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
No edit summary
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;
}
.social a, .social a:visited {
color: #000 !important;
color: #000 !important;
background-image: none !important;
background-image: none !important;
    background-position: initial !important;
background-position: initial !important;
    background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
    padding-right: inherit !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;
}