MediaWiki:Common.css: Difference between revisions

From Fabulous Loop de Loop
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


body { font-family: sans-serif; }
body { font-family: sans-serif; }
.mw-body {
  max-width: 70em;
  padding-left: 4em;
  padding-right: 4em;
}

Revision as of 17:05, 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;
}