MediaWiki:Common.css: Difference between revisions
From Business Heroes Food Truck Simulation
Wikiworks743 (talk | contribs) No edit summary |
Wikiworks743 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
html { | html { | ||
background-image: url( | background-image: url(extensions/WikiWorks/bg.png); | ||
background-position: top center; | background-position: top center; | ||
background-size: 1680px; | background-size: 1680px; | ||
Line 12: | Line 12: | ||
body { | body { | ||
background-color: #0a0e1233; | background-color: #0a0e1233; | ||
} | |||
#content-wrapper { | |||
background-color: #161941; | |||
} | } | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } |
Revision as of 22:03, 24 November 2022
/* CSS placed here will be applied to all skins */ /* BACKGROUND */ html { background-image: url(extensions/WikiWorks/bg.png); background-position: top center; background-size: 1680px; background-repeat: no-repeat; background-color: #000; } body { background-color: #0a0e1233; } #content-wrapper { background-color: #161941; } #footer-poweredbyico { display: none; }