MediaWiki:Common.css: Difference between revisions

From Erbessd Instruments
Created page with "CSS placed here will be applied to all skins: body { background-image: none !important; background-color: white !important; } #content, .mw-body, .mw-body-content { background-image: none !important; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {
body {

Latest revision as of 22:30, 3 July 2025

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

body {
    background-image: none !important;
    background-color: white !important;
}

#content, .mw-body, .mw-body-content {
    background-image: none !important;
}