MediaWiki:Timeless.css
From Astraheim Edda
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 Timeless skin */
#mw-content-container
{
min-height: 100vh;
background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%);
background-blend-mode: screen;
border-bottom: none !important;
}
#mw-content-block
{
padding-top: 100px;
}
#mw-footer-container,
.sidebar-chunk
{
background-color: rgba(25,30,36,1) !important;
}
