User:Somerandomdude6767/Template:Checkerboard: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-image: url('{{file:Checkerboard.png}}'); background-repeat: repeat; pointer-events: none;"></div>
<div style="position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -999; background-image: url('{{filepath:Checkerboard.png}}'); background-repeat: repeat; background-attachment: fixed; pointer-events: none; display: block !important;"></div>
 
<style>
#content, #mw-content-text, .mw-body, body {
    background-color: transparent !important;
    background-image: url('{{filepath:Checkerboard.png}}') !important;
    background-repeat: repeat !important;
}
</style>

Revision as of 01:53, 21 March 2026

<style>

  1. content, #mw-content-text, .mw-body, body {
   background-color: transparent !important; 
   background-image: url('https://screamer.wiki/images/f/f7/Checkerboard.png') !important;
   background-repeat: repeat !important;

} </style>