Jump to content

MediaWiki:Common.css

From Continuum Universes Wiki
Revision as of 16:37, 26 August 2025 by Cdjensen94 (talk | contribs) (Replaced content with ".welcome { text-align: center; font-size: 4em; } .lore-spotlight-widget { background: #001933; border: 1px solid #FF6300; padding: 0.75em; margin: 1em 0; font-style: italic; border-radius: 4px; } .mw-datatable th { background-color: var(--color-accent-navy); }")

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.
.welcome {
	text-align: center;
	font-size: 4em;
}
.lore-spotlight-widget {
    background: #001933;
    border: 1px solid #FF6300;
    padding: 0.75em;
    margin: 1em 0;
    font-style: italic;
    border-radius: 4px;
}
.mw-datatable th {
    background-color: var(--color-accent-navy);
}