MediaWiki:Common.css: Difference between revisions

From Dwarves! - Minecraft Roleplaying Server
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 3: Line 3:
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
/* changes the background color of the bottom and left of each page, up to behind half of the logo */


body {background-color: #ESE4E2;}
body {
background: #ESE4E2;
}


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


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

Revision as of 16:33, 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-color: #ESE4E2;}

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

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