MediaWiki:Common.css: Difference between revisions

From Dwarves! - Minecraft Roleplaying Server
Content added Content deleted
No edit summary
Tag: Manual revert
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

/* changes the background color of the bottom and left of each page, up to behind half of the logo */

body {
background: #ESE4E2;
}

/* Changes the background color behind the top half of the logo and at top of each page: */

#mw-page-base {
background: #ESE4E2;
}

Revision as of 16:30, 8 June 2023

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

/* changes the background color of the bottom and left of each page, up to behind half of the logo */

body {
  background: #ESE4E2;
}

/* Changes the background color behind the top half of the logo and at top of each page: */

#mw-page-base {
  background: #ESE4E2;
}