Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 23:07, 8 July 2026 by PvE-Head (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.
.mainpage-title {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 60px 0 30px;
}

.mainpage-searchbox {
    border: 1px solid #444;
    border-radius: 6px;
    padding: 16px;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 800px;
}

.mainpage-columns {
    display: flex;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.mainpage-box {
    flex: 1;
    min-width: 250px;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 16px;
}
.mainpage-box-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #99a;
    margin-bottom: 12px;
}
.mainpage-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainpage-box li {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 8px;
    text-align: center;
}
.thumbinner {
    background-color: transparent !important;
    border: none !important;
}
.image img {
    background-color: transparent !important;
}