MediaWiki:Common.css

Revision as of 13:44, 27 July 2022 by Daveallen (talk | contribs) (nav drawer text color)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Dark 220726 - for MinervaNeue */

/* only public wiki */

/* hide talk link */
.minerva__tab-container {
    display: none;
}


/* all wikis */

body table.wikitable,
body table.prettytable {
	background-color: #282828;
	border-color: #555;
}
body table.wikitable > * > tr > th,
body table.wikitable > * > tr > td,
body table.prettytable > * > tr > th,
body table.prettytable > * > tr > td {
	background-color: #282828;
	border-color: #555;
}

body,
.header-container.header-chrome,
#content,
footer,
.content table.infobox,
.mw-highlight,
.navbox,
.navbox-subgroup {
	background-color: #222;
}
#mw-script-doc {
	background-color: #222;
}
.header-container,
.header-chrome,
.hatnote,
.dablink,
.rellink,
.content table.infobox,
.client-js .toc-mobile,
#toc,
.search-box .search,
.content kbd,
.content samp,
.content code,
.content pre,
footer .last-modified-bar,
.navbox th, .navbox-title,
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title,
.navbox-even,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	color: #f8f9fa;
	background-color: #343739;
	border-color: #343739;
}
#toc {
	border: 0;
}
.fmbox-warning {
	background-color: #794747;
}

/* Links */

.pBody ul li a, .pBody ul li a:visited, .subpages a, .subpages a:visited, body a, body a:visited, a, a:visited {
    color: #ec7;
}

.pBody ul li a.new, .pBody ul li a.new:visited, .subpages a.new, .subpages a.new:visited, body a.new, body a.new:visited, a.new, a.new:visited, .pBody ul li.new a, .pBody ul li.new a:visited, li.new a, li.new a:visited, body .lienbrisé {
    color: #ec7;
}

.mw-kartographer-autostyled {
    color: #fff;
}

/* Menu drawer */
#mw-mf-page-left {
   background-color: #000;
}

#p-navigation li  a {
   background-color: #321;
   color: #fff
}

#p-interaction li  a {
   background-color: #321;
}

#pt-preferences li  a {
   background-color: #321;
}

body {
	color: #fff;
}

h2 {
    color: #fc6;
}