MediaWiki:Common.css: Difference between revisions

From Fabulous Loop de Loop
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
body { font-family: sans-serif; }
body { font-family: sans-serif; }


/*
.mw-body {
.mw-body {
   max-width: 70em;
   max-width: 70em;
Line 10: Line 11:
   padding-right: 4em;
   padding-right: 4em;
}
}
*/

Revision as of 17:15, 3 August 2020

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

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body { font-family: sans-serif; }

/*
.mw-body {
  max-width: 70em;
  padding-left: 4em;
  padding-right: 4em;
}
*/