MediaWiki:Common.css: Difference between revisions

From Wikiland
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .u { background-image: url("https://snafuland.xyz/wiki-ex/images/5/5d/Nope.png"); }"
 
No edit summary
Line 3: Line 3:
.u {
.u {
background-image: url("https://snafuland.xyz/wiki-ex/images/5/5d/Nope.png");
background-image: url("https://snafuland.xyz/wiki-ex/images/5/5d/Nope.png");
opacity: 0.4;
}
}

Revision as of 23:09, 5 November 2025

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

.u {
background-image: url("https://snafuland.xyz/wiki-ex/images/5/5d/Nope.png");
opacity: 0.4;
}