MediaWiki:Gadget-main-spoiler-warning-screen.css

From Rhythm Game Wiki
Revision as of 19:24, 3 February 2025 by TadeLn (talk | contribs)
Jump to navigation Jump 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.
.rgwiki-main-spoiler-warning-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;

    background-color: #000000bf;
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 18pt;
}

.rgwiki-main-spoiler-warning-screen > h1 {
    color: #fff;
    font-size: 36pt;
    font-weight: bold;
}

.rgwiki-main-spoiler-warning-screen > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
}