Jump to content

MediaWiki:Common.css: Difference between revisions

m Last icon test, imported Content staff role color from Discord
m Removed icon image, color-only test
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"]
#mw-content-text .mw-userlink[title="User:4erospace"] {
{
color: #c27c0e;
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;
}
}

Revision as of 08:47, 6 January 2025

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

#mw-content-text .mw-userlink[title="User:4erospace"] {	
	color: #c27c0e;
}