Jump to content

MediaWiki:Common.css: Difference between revisions

m Icon test #1
m Icon test #2
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mw-userlink[href="/w/User:4erospace"], .mw-userlink[href="/w/User:4erospace?action=edit&redlink=1"] {
.mw-userlink[title="User:4erospace"]
{
color: #ad6f37;
padding-left: 17px;
padding-left: 17px;
background: url('https://wiki.nanoflare.net/w/File:Resistance_effect_icon.png') no-repeat left center;
background: url('https://wiki.nanoflare.net/w/File:Resistance_effect_icon.png') no-repeat left center;
background-size: 14px 14px;
background-size: 14px 14px;
}
}

Revision as of 08:08, 6 January 2025

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

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