Jump to content

MediaWiki:Mainpage.css

From ZelocoreCMS Wiki
Revision as of 21:43, 29 July 2026 by Digiwayen (talk | contribs) (Test minimal CSS to diagnose TemplateStyles issue)

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.
/* Test: minimal safe CSS for TemplateStyles */
.mw-parser-output #mp-hero {
  background: #1e1b4b;
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
}
.mw-parser-output #mp-hero-title {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
}