MediaWiki:Common.css: Difference between revisions

Ensure that background color is only overridden for screen display
imported>Lambda
(include #mw-page-base when setting color)
imported>Lambda
(Ensure that background color is only overridden for screen display)
Line 1:
/* CSS placed here will be applied to all skins */
 
@media screen {
body, #mw-page-base { background: #ffe9cc; }
}
Anonymous user