MediaWiki:Common.css: Difference between revisions
From Idle Clans wiki
MrDeadKingz (talk | contribs) No edit summary |
MrDeadKingz (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
.mw-background-all { | |||
background-image: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png'); | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
background-attachment: fixed; | |||
} |
Revision as of 07:00, 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/index.php/File:Idle_clans_background.png'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; }