Difference between revisions of "MediaWiki: Monobook.css"
From PAWS Lab
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
+ | |||
+ | body{ | ||
+ | background-image: none !important; | ||
+ | } | ||
+ | |||
+ | #globalWrapper{ | ||
+ | background-image: none !important; | ||
+ | } |
Revision as of 01:01, 14 January 2019
/* CSS placed here will affect users of the Monobook skin */ body{ background-image: none !important; } #globalWrapper{ background-image: none !important; }