Difference between revisions of "MediaWiki:Common.css"

From Curse of Aros
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat; }")
 
Line 2: Line 2:
 
body {
 
body {
 
     background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat;
 
     background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat;
 +
}
 +
 +
#mw-page-base {
 +
background: none;
 
}
 
}

Revision as of 13:17, 24 December 2018

/* CSS placed here will be applied to all skins */
body {
    background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat;
}

#mw-page-base {
	background: none;
}