MediaWiki:Common.css

From Combat Demo
Revision as of 14:07, 19 September 2025 by Shige (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 */
/* --- Sticky Footer for Timeless Skin --- */

/* Make the content's direct wrapper a flex container that's at least as tall as the screen */
#mw-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Allow the main content area to grow and fill available space */
#content {
    flex: 1 0 auto;
}