MediaWiki:Common.css: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
min-width:100%;
min-width:100%;
}
}
body #mw-head {
 
background-image: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
body, body #mw-mw-page-base {
background-repeat: no-repeat;
}
body {
background-image: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
background-image: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
background-repeat: no-repeat;
background-repeat: no-repeat;
}
}

Revision as of 06:46, 1 June 2020

/* 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, body #mw-mw-page-base {
	background-image: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
	background-repeat: no-repeat;
}