MediaWiki:Common.css: Difference between revisions

From Business Heroes Food Truck Simulation
No edit summary
No edit summary
Line 16: Line 16:
background-color: #161941;
background-color: #161941;
}
}
 
h1, h2, .h1, .h2 {
color: #74d6ec;
}
#footer-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }

Revision as of 22:34, 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: 1980px;
	background-repeat: no-repeat;
	background-color: #000;
}
body {
	background-color: #0002;
}
#content-wrapper {
	background-color: #161941;
}
h1, h2, .h1, .h2 {
	color: #74d6ec;
}
#footer-poweredbyico { display: none; }