[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Difference between revisions of "MediaWiki:Common.css"

From blogginpedia
Jump to navigation Jump to search
Tag: Reverted
Tag: Manual revert
Line 9: Line 9:
/* 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 {
body {
   background: ghostwhite;
   background: aliceblue;
}
}


/* 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: ghostwhite;
   background: aliceblue;
}
}

Revision as of 02:27, 6 March 2022

/* CSS placed here will be applied to all skins */
.mw-editsection { display:none; }
#footer-places { display: none; }
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
#f-list { display: none; }

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: aliceblue;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: aliceblue;
}