MediaWiki:Common.css

From Descendants of Darkness Wiki

Revision as of 08:12, 20 December 2023 by Ninja (talk | contribs) (Created page with "body { background-image: url('https://i.imgur.com/IxqVRa3.png'); background-repeat: no-repeat; background-size: cover; or any other styling you prefer: }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
body {
    background-image: url('https://i.imgur.com/IxqVRa3.png');
    background-repeat: no-repeat;
    background-size: cover; /* or any other styling you prefer */
}