MediaWiki:Common.css

From Tales of Nostalgia Wikipedia
Jump to navigation Jump to search

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 */

/* Hide Discussion Tab  */
#ca-talk { display: none !important; }

/* Hide Tools */
#p-tb { display: none; }

/* Background Image */
body, 
#mw-page-base, 
#mw-head-base {
    background-image: url('https://wiki.talesofnostalgia.com/images/9/98/Bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* Semi-translucent content container so text is readable over the image */
#content {
    background-color: rgba(255, 255, 255, 0.75) !important;
}