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