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:
/* === BASE STRUCTURE === */
/* === BASE === */
html, body,
html, body,
#content, #bodyContent, .mw-body, .mw-page-container, .vector-body,
#content, #bodyContent, .mw-body, .mw-page-container, .vector-body,
#mw-panel, #p-navigation, #p-tb, .portal,
#mw-panel, #p-navigation, #p-tb,
#footer, #footer-info, #footer-icons,
#footer, #footer-info, #footer-icons {
.vector-menu-tabs, #p-views,
   background-color: #121212 !important;
#searchform, .printfooter, #catlinks, .catlinks {
   color: #ffffff !important;
   background-color: #000 !important;
   color: #fff !important;
   font-family: Arial, sans-serif !important;
   font-family: Arial, sans-serif !important;
   border: none !important;
   border: none !important;
Line 15: Line 13:
/* === HEADINGS === */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
   color: #fff !important;
   color: #ffffff !important;
   border: none !important;
   border: none !important;
   background: none !important;
   background: none !important;
Line 32: Line 30:
/* === SEARCH BAR === */
/* === SEARCH BAR === */
#searchInput, #searchGoButton, #searchform input, #searchform button {
#searchInput, #searchGoButton, #searchform input, #searchform button {
   background-color: #000 !important;
   background-color: #1e1e1e !important;
   color: #fff !important;
   color: #ffffff !important;
   border: 1px solid #000 !important;
   border: 1px solid #1e1e1e !important;
   box-shadow: none !important;
   box-shadow: none !important;
}
}


/* === INFOBOX & SIDEBAR === */
/* === INFOBOX & TOC === */
.infobox, table.infobox, table.infobox td, table.infobox th,
.infobox, table.infobox, .toc, .metadata {
#mw-panel, .portal, #p-navigation, #p-tb {
   background-color: #1e1e1e !important;
   background-color: #000 !important;
   color: #ffffff !important;
   color: #fff !important;
   border: none !important;
   border: none !important;
   box-shadow: none !important;
   box-shadow: none !important;
Line 48: Line 45:


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


/* === TABLES & CELLS === */
/* === TABLES === */
table, th, td {
table, th, td {
   background-color: transparent !important;
   background-color: transparent !important;
   border: none !important;
   border: none !important;
   color: #fff !important;
   color: #ffffff !important;
   box-shadow: none !important;
   box-shadow: none !important;
}
}
Line 67: Line 64:
/* === FOOTER === */
/* === FOOTER === */
#footer, #footer-info, #footer-icons {
#footer, #footer-info, #footer-icons {
   background-color: #000 !important;
   background-color: #121212 !important;
   color: #999 !important;
   color: #aaaaaa !important;
}
}
#footer a {
#footer a {
Line 77: Line 74:
}
}


/* === HIDE LOGOS, ICONS, WHITE EDGES === */
/* === SIDEBAR === */
#mw-panel, .portal {
  background-color: #121212 !important;
  border: none !important;
}
#mw-panel .portal h3 {
  color: #3399ff !important;
}
#mw-panel .portal ul li a {
  color: #ffffff !important;
}
 
/* === HIDE LOGOS / POWERED ICONS === */
#p-logo, .mw-wiki-logo,
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.mw-footer-logo, .printfooter,

Revision as of 07:31, 2 July 2025

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

/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !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: #1e1e1e !important;
  color: #ffffff !important;
  border: 1px solid #1e1e1e !important;
  box-shadow: none !important;
}

/* === INFOBOX & TOC === */
.infobox, table.infobox, .toc, .metadata {
  background-color: #1e1e1e !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

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

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

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

/* === SIDEBAR === */
#mw-panel, .portal {
  background-color: #121212 !important;
  border: none !important;
}
#mw-panel .portal h3 {
  color: #3399ff !important;
}
#mw-panel .portal ul li a {
  color: #ffffff !important;
}

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