The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
Support the wiki on our official Ko-Fi page or Patreon page!
MediaWiki:Evelution.css
From The Codex
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Evelution skin */
body {
background-image: url('/mnt/volume_nyc1_03/Codex_Test/images/e/eb/360_F_529765067_jP9YYB40okQi8tUHb20UT0ijFtyvnQIA.jpg') !important;
background-size: cover !important;
background-position: center !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
}
/* Ensure the background doesn't interfere with content */
#mw-wrapper {
background: transparent !important;
}
/* Optional: Add an overlay to improve text readability */
body::after {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3); /* Adjust color and opacity as needed */
z-index: -1;
pointer-events: none;
}