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 7: Line 7:
font-family: 'Merriweather', serif;
font-family: 'Merriweather', serif;
}
}
#mw-page-header-links li.selected a {
 
color: #cccc00;
#mw-header-container {
}
background: #555;}

Revision as of 05:22, 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-container {
	background: #555;}