User:Greenitthe/timeless.css: Difference between revisions

From IdleOn MMO Wiki
imported>Greenitthe
No edit summary
imported>Greenitthe
No edit summary
Line 1: Line 1:
#mw-content-container {
#mw-content-container {
     background:  url(https://static.miraheze.org/idleonwiki/b/b0/14bg.png) no-repeat center center fixed;
     background:  url(https://static.miraheze.org/idleonwiki/f/fd/Red_cave_bg.png) no-repeat center center fixed;
     -webkit-background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -moz-background-size: cover;

Revision as of 18:33, 18 November 2020

#mw-content-container {
    background:  url(https://static.miraheze.org/idleonwiki/f/fd/Red_cave_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}