MediaWiki:Common.css

From Practices and Politics of Representation
Revision as of 06:32, 2 July 2025 by Admin (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.
/* === GENERAL === */
body, html,
.mw-body, .mw-page-container,
#content, #bodyContent, .vector-body,
#mw-panel, .portal, #p-navigation, #p-tb,
#footer, #footer-info, #footer-icons {
  background-color: #1e1e1e !important;
  color: #e6e6e6 !important;
  font-family: system-ui, sans-serif !important;
  border: none !important;
  box-shadow: none !important;
}

/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
  border-bottom: 1px solid #333 !important;
}

/* === LINKS === */
a, a:link, a:visited {
  color: #5fa8ff !important;
  text-decoration: none !important;
}
a:hover {
  color: #9acbff !important;
  text-decoration: underline !important;
}

/* === SIDEBAR === */
#mw-panel {
  background-color: #1e1e1e !important;
}
#mw-panel .portal h3 {
  color: #cccccc !important;
}
#mw-panel .portal ul li a {
  color: #dddddd !important;
}

/* === SEARCH === */
#searchInput, input, textarea, select, button {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

/* === TOC, INFOBOX, TABLES === */
.toc, .infobox, table, th, td,
.thumbinner, .gallerybox, .thumbcaption {
  background-color: #252525 !important;
  color: #e0e0e0 !important;
  border: 1px solid #333 !important;
}

/* === FOOTER === */
#footer, #footer-info, #footer-icons {
  background-color: #1e1e1e !important;
  color: #999 !important;
}
#footer a {
  color: #5fa8ff !important;
}
#footer a:hover {
  color: #9acbff !important;
}

/* === REMOVE LOGOS ETC. === */
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.ccicons, .license, #footer-icons, .noprint {
  display: none !important;
}

/* === USER INTERFACE BUTTONS (edit tabs etc.) === */
.vector-menu-tabs, #p-views {
  background-color: #1e1e1e !important;
  border-bottom: 1px solid #333 !important;
}
.vector-menu-tabs li a {
  background: transparent !important;
  color: #5fa8ff !important;
}
.vector-menu-tabs li a:hover {
  background: #2a2a2a !important;
}

/* === IMAGE CAPTIONS & METADATA === */
.thumbcaption, .mw-parser-output .metadata {
  color: #aaa !important;
  background: none !important;
  border: none !important;
}