MediaWiki:Main.css

From Tiny Rogues Wiki
Revision as of 17:01, 19 January 2024 by Ken (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#mw-content-container {
    background-image: url(https://roguepedia.net/wiki/images/2/26/Background.png);
    background-repeat: no-repeat;
    background-position: initial !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* main container */
#mw-content-container {
    border-bottom: none;
    min-height: 105vh;
}

#mw-content {
    border-bottom: none;
    background-color: var(--theme-tone-6);
    margin-top: 1rem;
    border-radius: 6px 6px 0 0;
    border: 1px solid var(--border-color);
    border-bottom: 0;
}

#mw-related-navigation .sidebar-chunk {
    margin-top: 1rem;
}