MediaWiki:Common.css

From Practices and Politics of Representation
Revision as of 07:28, 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.
/* === BASE STRUCTURE === */
html, body,
#content, #bodyContent, .mw-body, .mw-page-container, .vector-body,
#mw-panel, #p-navigation, #p-tb, .portal,
#footer, #footer-info, #footer-icons,
.vector-menu-tabs, #p-views,
#searchform, .printfooter, #catlinks, .catlinks {
  background-color: #000 !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  border: none !important;
  box-shadow: none !important;
}

/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
  color: #fff !important;
  border: none !important;
  background: none !important;
}

/* === LINKS === */
a, a:link, a:visited {
  color: #3399ff !important;
  text-decoration: none !important;
}
a:hover {
  color: #66ccff !important;
  text-decoration: underline !important;
}

/* === SEARCH BAR === */
#searchInput, #searchGoButton, #searchform input, #searchform button {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
}

/* === INFOBOX & SIDEBAR === */
.infobox, table.infobox, table.infobox td, table.infobox th,
#mw-panel, .portal, #p-navigation, #p-tb {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

/* === GALLERY IMAGES / CAPTIONS / THUMBNAILS === */
.thumb, .thumbinner, .thumbcaption, .gallerybox,
.mw-gallery-traditional .gallerybox, figure, figcaption,
.thumb div {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

/* === TABLES & CELLS === */
table, th, td {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* === FOOTER === */
#footer, #footer-info, #footer-icons {
  background-color: #000 !important;
  color: #999 !important;
}
#footer a {
  color: #3399ff !important;
}
#footer a:hover {
  color: #66ccff !important;
}

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