MediaWiki:Gadget-main-trivia-box.css

Revision as of 16:06, 23 March 2025 by TadeLn (talk | contribs)

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.
/* Template:TriviaBox */

.rgwiki-main-trivia-box {
    border-color: #5bcffa;
    border-style: solid;
    border-width: 0 6px 0 6px;
    border-radius: 6px;
    background-color: #5bcffa1f;
    padding: 0.5em 1em;
    margin: 1em;
    display: block !important;
}

.rgwiki-main-trivia-box > p {
    display: inline;
}

.rgwiki-main-trivia-box > ul {
    display: inline-block;
    margin: 0;
    margin-top: 0 !important;
    /* margin-left: 0.5em; */
}

.rgwiki-main-trivia-box > ul > li {
    display: none;
}

.rgwiki-main-trivia-box > ul > li.rgwiki-main-trivia-active {
    display: block;
}

.rgwiki-main-trivia-box > .rgwiki-main-trivia-buttons {
    float: right;
    font-size: 8pt;
}