Jump to content

MediaWiki:Common.css: Difference between revisions

Cleared Mediawiki CSS
m Test redo for admin usericons
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-userlink[title="User:4erospace"]
{
padding-left: 17px;
background: url('https://wiki.nanoflare.net/w/File:Resistance_effect_icon.png') no-repeat left center;
background-size: 14px 14px;
}

Revision as of 08:31, 6 January 2025

/* CSS placed here will be applied to all skins */

.mw-userlink[title="User:4erospace"]
{	
	padding-left: 17px;
	background: url('https://wiki.nanoflare.net/w/File:Resistance_effect_icon.png') no-repeat left center;
	background-size: 14px 14px;
}