MediaWiki:Common.css: Difference between revisions

From Idle Clans wiki
No edit summary
No edit summary
Line 2: Line 2:


.mw-background-all {  
.mw-background-all {  
background-image: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png');
background-image: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png');
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center;
background-position: center;
background-attachment: fixed;
background-attachment: fixed;
}
}

Revision as of 08:05, 26 April 2024

/* All CSS here will be loaded for users of the Timeless skin */

.mw-background-all { 
background-image: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}