MediaWiki:Common.css: Difference between revisions
From Business Heroes Food Truck Simulation
No edit summary |
Wikiworks743 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* BACKGROUND */ | |||
html { | |||
background-image: url(https://wiki.darkjedibrotherhood.com/djb/background-loyalist.jpg); | |||
background-position: top center; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-color: #000; | |||
} | |||
body { | |||
background-color: #2b3e5033; | |||
} | |||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } |
Revision as of 00:16, 24 November 2022
/* CSS placed here will be applied to all skins */ /* BACKGROUND */ html { background-image: url(https://wiki.darkjedibrotherhood.com/djb/background-loyalist.jpg); background-position: top center; background-size: contain; background-repeat: no-repeat; background-color: #000; } body { background-color: #2b3e5033; } #footer-poweredbyico { display: none; }