Jump to content

MediaWiki:Common.css: Difference between revisions

m Icon test #3
m Last icon test, imported Content staff role color from Discord
Line 3: Line 3:
.mw-userlink[title="User:4erospace"]
.mw-userlink[title="User:4erospace"]
{
{
color: #c27c0e;
font-weight: bold;
padding-left: 17px;
padding-left: 17px;
background: url('filepath://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:42, 6 January 2025

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

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