Jump to content

MediaWiki:Common.css

From Arcscribe Public Wiki
Revision as of 11:45, 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 */
#content {
    max-width: 75em;
    margin: 0 auto;
}

#mw-content-text {
    max-width: 58em;
    line-height: 1.6;
    float: left;
}

/* Ensure the infobox stays docked cleanly on the right edge of the layout */
.infobox, table[style*="float: right"] {
    float: right !important;
    margin: 0.5em 0 1em 1.5em !important;
}

/* Clear floats so things below the article don't break */
#catlinks, .printfooter, #footer {
    clear: both;
}