Jump to content

User:Chaotic Enby/LightsUp.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Chaotic Enby (talk | contribs) at 22:15, 8 January 2024 (Created page with '$('#bodyContent').prepend('<p>Hello world!</p>'); $(body).append('<div style="position: fixed;top: -150px;left: 20%;width: 200px;height: 500px;background: linear-gradient(to bottom, rgba(0, 76, 168, 0.5), rgba(0, 76, 168, 0)); transform: perspective(10px) rotateX(2.5deg) rotate(-20deg); pointer-events: none;"></div><div style="position: fixed;top: -150px;right: 20%;width: 200px;height: 500px;background: linear-gradient(to bottom, rgba(214, 2, 112, 0.5), rgb...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
$('#bodyContent').prepend('<p>Hello world!</p>');
$(body).append('<div style="position: fixed;top: -150px;left: 20%;width: 200px;height: 500px;background: linear-gradient(to bottom, rgba(0, 76, 168, 0.5), rgba(0, 76, 168, 0)); transform: perspective(10px) rotateX(2.5deg) rotate(-20deg); pointer-events: none;"></div><div style="position: fixed;top: -150px;right: 20%;width: 200px;height: 500px;background: linear-gradient(to bottom, rgba(214, 2, 112, 0.5), rgba(214, 2, 112, 0)); transform: perspective(10px) rotateX(2.5deg) rotate(20deg); pointer-events: none;"></div>');