MediaWiki:Common.css: Difference between revisions

From Ape Escape Speedruns
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 20:28, 13 July 2025

/* CSS placed here will be applied to all skins */
/*
html {
    background-image: url('https://files.catbox.moe/9oww84.png');
    background-size: cover;
    background-repeat: no-repeat;
}
* {
    background-color: rgba(0,0,0,0);
}
#mw-head {
background-color:pink;
}
a span, h3 span {
color: white;
}
h3 span {
font-weight: bold;
}
*/