MediaWiki:Common.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
imported>Lambda
(include #mw-page-base when setting color)
imported>Lambda
(Ensure that background color is only overridden for screen display)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@media screen {
body, #mw-page-base { background: #ffe9cc; }
body, #mw-page-base { background: #ffe9cc; }
}

Revision as of 22:23, 6 November 2016

/* CSS placed here will be applied to all skins */

@media screen {
    body, #mw-page-base { background: #ffe9cc; }
}