MediaWiki:Common.css

From BetaMC Wiki
Revision as of 16:36, 2 August 2026 by Aq2a (talk | contribs) (Created page with "CSS placed here will be applied to all skins: Main Page Banner Container: .mp-banner { background: linear-gradient(135deg, #3366cc, #244891); color: #ffffff; padding: 30px 20px; margin-bottom: 20px; border-radius: 4px; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } Banner Text Styles: .mp-banner h1 { color: #ffffff !important; margin: 0 0 10px 0 !important; border: none !important; font-size: 2.2e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/* CSS placed here will be applied to all skins */

/* Main Page Banner Container */
.mp-banner {
    background: linear-gradient(135deg, #3366cc, #244891);
    color: #ffffff;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Banner Text Styles */
.mp-banner h1 {
    color: #ffffff !important;
    margin: 0 0 10px 0 !important;
    border: none !important;
    font-size: 2.2em;
}

.mp-banner p {
    margin: 0;
    font-size: 1.2em;
    opacity: 0.9;
}