MediaWiki:Common.css

From JCraft Wiki
Revision as of 04:20, 25 April 2026 by KasaneTetoLover (talk | contribs)
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.
body {
    background-color: #121212 !important;
    color: #e6e6e6 !important;
}

#content, .citizen-page-container, #mw-content-block {
    background-color: #1e1e1e !important;
    color: #e6e6e6 !important;
    border: none !important;
    box-shadow: none !important;
}

.citizen-header, #mw-head, .mw-header {
    background-color: #121212 !important;
    border-bottom: 1px solid #333 !important;
    background-image: none !important;
}

.citizen-drawer, .citizen-menu, .citizen-popup, .mw-portlet, .vector-menu-content {
    background-color: #121212 !important;
    color: #fff !important;
    border-color: #333 !important;
}

.citizen-page-footer, .citizen-footer, #footer {
    background-color: #121212 !important;
    border-top: 1px solid #333 !important;
    color: #888 !important;
}

a {
    color: #a862ea !important;
}

a:visited {
    color: #8c4dbf !important;
}

a.new {
    color: #ff4545 !important;
}

.firstHeading, .citizen-section-heading, h1, h2 {
    color: #fff !important;
    border-bottom: 1px solid #444 !important;
}

textarea, input, .citizen-search-input, #searchInput {
    background-color: #2d2d2d !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

.wikitable {
    background-color: #1e1e1e !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

.wikitable th {
    background-color: #2d2d2d !important;
    color: #fff !important;
}

.citizen-ui-icon, .mw-ui-icon, .citizen-hamburger-icon {
    filter: invert(1) !important;
}

.citizen-page-tools, .citizen-page-actions, .citizen-table-of-contents {
    background-color: #1e1e1e !important;
    border: 1px solid #333 !important;
}

.mp-box {
  background: #1e1f22;
  border: 1px solid #2b2d31;
  border-radius: 8px;
  padding: 15px; 
  overflow: hidden;
  margin-bottom: 20px;
}

.mp-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mp-content {
  padding: 15px;
  background: transparent !important;
  color: #fff;
  font-family: sans-serif;
}

.movebox-container {
    background-color: #1a1a1a; 
    border: 2px solid #333333; 
    border-radius: 4px;
    width: 100%;
    max-width: 450px;
    margin: 10px 0;
    color: #ffffff;
}

.movebox-header {
    background-color: #111111; 
    padding: 10px;
    border-bottom: 2px solid #333333;
}

.movebox-stats {
    display: flex;
    background-color: #222222;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.movebox-stat-item {
    flex: 1;
    padding: 8px;
    border-right: 1px solid #333333;
}

.wds-tabs__wrapper, .tabbernav {
    background: #121212 !important;
    border-bottom: 2px solid #a862ea !important;
}