MediaWiki:Common.css: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 8: Line 8:
}
}


#mw-header-container {
#mw-header-nav-hack {
background: #555;}
border-top: solid 2px #333;
background: #333;
}

Revision as of 05:23, 6 January 2023

/* CSS placed here will be applied to all skins */

body {
	margin: 0;
	background: #000;
	color: #ccccff;
	font-family: 'Merriweather', serif;
}

#mw-header-nav-hack {
	border-top: solid 2px #333;
	background: #333;
}