MediaWiki:Common.css: Difference between revisions

From Idle Clans wiki
No edit summary
No edit summary
Line 8: Line 8:
background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png');
background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png');
background-size: contain;
background-size: contain;
background-repeat: repeat
}
}

Revision as of 08:47, 26 April 2024

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



/*.page-Main_Page #bodyContent { background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png');*/

body {
background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png');
background-size: contain;
background-repeat: repeat
}