User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
(Replaced content with " ")
imported>Blackwolfe
No edit summary
Line 1: Line 1:
 
.mw-wrapper {
    background-image: url("https://idleon.miraheze.org/wiki/File:Background.png");
    background-color: #3c3c3c;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

Revision as of 15:51, 15 November 2020

.mw-wrapper {
    background-image: url("https://idleon.miraheze.org/wiki/File:Background.png"); 
    background-color: #3c3c3c;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}