MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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"); | ||
margin: 0; | |||
width:100%; | |||
height:100%; | |||
} | |||
.banner { | |||
width:600px; | |||
height:82px; | |||
border:solid; | |||
border-color:#000; | |||
} | } | ||
Revision as of 23:11, 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");
margin: 0;
width:100%;
height:100%;
}
.banner {
width:600px;
height:82px;
border:solid;
border-color:#000;
}