MediaWiki:Common.css: Difference between revisions

From Practices and Politics of Representation
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* === GENERAL === */
/* === BASE === */
body, html,
body, html,
.mw-body, .mw-page-container,
#content, #bodyContent, .mw-body, .mw-page-container, .vector-body,
#content, #bodyContent, .vector-body,
#mw-panel, #p-navigation, #p-tb,
#mw-panel, .portal, #p-navigation, #p-tb,
#footer, #footer-info, #footer-icons {
#footer, #footer-info, #footer-icons {
   background-color: #1e1e1e !important;
   background-color: #000 !important;
   color: #e6e6e6 !important;
   color: #fff !important;
   font-family: system-ui, sans-serif !important;
   font-family: Arial, sans-serif !important;
   border: none !important;
   border: none !important;
   box-shadow: none !important;
   box-shadow: none !important;
}
}


/* === HEADINGS === */
/* === HEADINGS (no lines) === */
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
   color: #ffffff !important;
   color: #fff !important;
   border-bottom: 1px solid #333 !important;
   border: none !important;
  background: none !important;
}
}


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


/* === SIDEBAR === */
/* === SEARCH BAR === */
#mw-panel {
#searchInput, #searchButton,
   background-color: #1e1e1e !important;
input, textarea, select, button {
   background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
}
#mw-panel .portal h3 {
 
   color: #cccccc !important;
/* === TOC & INFOBOX === */
.toc, .infobox, .mw-parser-output .infobox, .metadata {
   background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
}
#mw-panel .portal ul li a {
 
   color: #dddddd !important;
/* === GALLERY IMAGES – remove background/frames === */
.thumb, .thumbinner, .gallerybox, .thumbcaption,
.mw-gallery-traditional .gallerybox {
   background: none !important;
  border: none !important;
  box-shadow: none !important;
}
}


/* === SEARCH === */
/* === REMOVE IMAGE BOX BORDERS (right) === */
#searchInput, input, textarea, select, button {
table, th, td {
   background-color: #2c2c2c !important;
   border: none !important;
   color: #ffffff !important;
   background: transparent !important;
   border: 1px solid #444 !important;
   box-shadow: none !important;
}
}


/* === TOC, INFOBOX, TABLES === */
/* === SIDEBAR === */
.toc, .infobox, table, th, td,
#mw-panel, .portal {
.thumbinner, .gallerybox, .thumbcaption {
   background-color: #000 !important;
   background-color: #252525 !important;
  border: none !important;
   color: #e0e0e0 !important;
}
   border: 1px solid #333 !important;
#mw-panel .portal h3 {
   color: #3399ff !important;
}
#mw-panel .portal ul li a {
   color: #fff !important;
}
}


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


/* === REMOVE LOGOS ETC. === */
/* === HIDE LOGOS / ICONS === */
#p-logo, .mw-wiki-logo,
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.mw-footer-logo, .printfooter,
.ccicons, .license, #footer-icons, .noprint {
.ccicons, .license,
#footer-icons, .noprint {
   display: none !important;
   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;
}
}

Revision as of 06:36, 2 July 2025

/* === BASE === */
body, html,
#content, #bodyContent, .mw-body, .mw-page-container, .vector-body,
#mw-panel, #p-navigation, #p-tb,
#footer, #footer-info, #footer-icons {
  background-color: #000 !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  border: none !important;
  box-shadow: none !important;
}

/* === HEADINGS (no lines) === */
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, #searchButton,
input, textarea, select, button {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

/* === TOC & INFOBOX === */
.toc, .infobox, .mw-parser-output .infobox, .metadata {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

/* === GALLERY IMAGES – remove background/frames === */
.thumb, .thumbinner, .gallerybox, .thumbcaption,
.mw-gallery-traditional .gallerybox {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* === REMOVE IMAGE BOX BORDERS (right) === */
table, th, td {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* === SIDEBAR === */
#mw-panel, .portal {
  background-color: #000 !important;
  border: none !important;
}
#mw-panel .portal h3 {
  color: #3399ff !important;
}
#mw-panel .portal ul li a {
  color: #fff !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 === */
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.ccicons, .license,
#footer-icons, .noprint {
  display: none !important;
}