MediaWiki:Mainpage.css
Appearance
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;
}