MediaWiki:Timeless.css: Difference between revisions

From Idle Clans wiki
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .page-Main_Page #bodyContent { background: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png'); } } #mw-content { background-image: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png'); }")
 
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 */
.page-Main_Page #bodyContent { background: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png'); }
#bodyContent { background-image: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png'); }


}
}

Revision as of 20:15, 25 April 2024

/* All CSS here will be loaded for users of the Timeless skin */
#bodyContent { background-image: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png'); }

}
#mw-content {
	background-image: url('https://wiki.idleclans.com/index.php/File:Idle_clans_background.png');
}