MediaWiki:Common.css

From Distant Sands 11
Jump to navigationJump 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.
body {
    background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
    background-attachment: fixed;
    background-size: auto;
}    
.mw-body {
    max-width: 720px;
    margin: 0 auto;

    /* Background image tiling */
    background-image: url("/w/images/Paperbg.jpg");
    background-repeat: repeat;               
    background-size: auto; 

    padding: 20px;
}