MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .body {background-image: url(../images/newbackground.png); background-color: #f8f6eb;}" |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | body.mediawiki {background-image: url(../images/newbackground.png); | ||
background-color: #f8f6eb;} | background-color: #f8f6eb; | ||
background-position:center; | |||
background-repeat: repeat !important;} |
Revision as of 09:08, 10 August 2022
/* CSS placed here will be applied to all skins */ body.mediawiki {background-image: url(../images/newbackground.png); background-color: #f8f6eb; background-position:center; background-repeat: repeat !important;}