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 15:19, 1 March 2026 by Admin (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.
/* Fix sidebar section titles capitalization (Monobook) */
.portlet h3 {
    text-transform: none !important;
}


.shipbox {
    width: 320px;
    border: 1px solid #444;
    background-color: #111;
    color: #ddd;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
}

.shipbox th {
    text-align: left;
    padding: 6px;
    background-color: #1c1c1c;
    border-bottom: 1px solid #333;
}

.shipbox td {
    padding: 6px;
    border-bottom: 1px solid #222;
}

.shipbox-title {
    font-size: 18px;
    text-align: center !important;
    background-color: #222 !important;
}

.shipbox-section {
    background-color: #1a1a1a !important;
    text-align: center !important;
    font-weight: bold;
}