MediaWiki:Common.css: Difference between revisions

From Wikiland
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
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");
width:600px;
width:600px;
position:absolute;
height:82px;
height:82px;
background-repeat: no-repeat;
background-repeat: no-repeat;

Revision as of 23:19, 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");
width:600px;
height:82px;
background-repeat: no-repeat;
}

.banner {
width:600px;
height:82px;
border:solid;
border-color:#000;
background-color:#0008;
}