Difference between revisions of "MediaWiki:Common.css"

From OMORI Wiki
Jump to navigation Jump to search
(undo for now)
(commented out)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body.mediawiki, body.mediawiki #mw-page-base {
/* body.mediawiki, body.mediawiki #mw-page-base {
background: url(/images/d/d9/Test.png);
background: url(/images/d/d9/Test.png);
background-position: center;
background-position: center;
Line 7: Line 7:
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: cover;
background-size: cover;
}
} */

Revision as of 00:07, 1 February 2021

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

/* body.mediawiki, body.mediawiki #mw-page-base {
	background: url(/images/d/d9/Test.png);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
} */