MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
width: 100%;
width: 100%;
min-width:100%;
min-width:100%;
}
body {
background:url() fixed #000;
}
}

Revision as of 08:26, 2 June 2017

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.navbox-title
{
	width: 100%;
	min-width:100%;
}

body {
	background:url() fixed #000;
}