MediaWiki:Common.css: Difference between revisions

From Scooby-Doo Wiki
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: .mw-body { background-color: #ff0000; test: }"
 
No edit summary
 
(3 intermediate revisions 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 */
.mw-body {
#globalWrapper {
  background-color: #ff0000; /*test*/
    max-width: 1920px !important;
    margin: auto !important;
    position: relative;
}
}

Latest revision as of 12:51, 5 April 2026

/* CSS placed here will be applied to all skins */
#globalWrapper {
    max-width: 1920px !important;
    margin: auto !important;
    position: relative;
}