Jump to content

MediaWiki:Common.css: Difference between revisions

m Test redo for admin usericons
m Icon test #3
Line 4: Line 4:
{
{
padding-left: 17px;
padding-left: 17px;
background: url('https://wiki.nanoflare.net/w/File:Resistance_effect_icon.png') no-repeat left center;
background: url('filepath://Resistance_effect_icon.png') no-repeat left center;
background-size: 14px 14px;
background-size: 14px 14px;
}
}

Revision as of 08:35, 6 January 2025

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

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