Jump to content

MediaWiki:Common.css

From Arcscribe Public Wiki
Revision as of 11:46, 7 July 2026 by Hwashi (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Constrain and center the entire article body layout */
/* Center and constrain the entire article page area like Wikipedia */
#content {
    max-width: 75em;
    margin: 0 auto;
}

/* Ensure comfortable reading width and natural wrapping around the infobox */
#mw-content-text {
    max-width: 60em;
    line-height: 1.6;
}

/* Clear any lingering layout artifacts below the article */
#catlinks, .printfooter, #footer {
    clear: both;
}