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.
/* only public wiki - hide talk link */
.minerva__tab-container {
    display: none;
}

.talk.mw-ui-button {
	visibility: hidden;
}

/* 220729 - action menu hid */
.page-actions-menu {
	border-top: 0;
	border-bottom: 0;
/* logged in user must change to vector skin to edit */
visibility: hidden;
}


body {
  background-image:url(-) !important;
}

body .mw-page-container, body #mw-panel {
	background-color: unset !important;
    background-image: unset !important;
}

/* <span class="light-bg"> for transparent images */
.light-bg {
	background-color: #fff;
}

/* internal and public wiki */
body {
	color: #fff;
    background-color: #222;
}
a {
	color: #c83;
}
h2 {
    color: #fc6;
}

body table.wikitable,
body table.prettytable,
body table.wikitable > * > tr > th,
body table.wikitable > * > tr > td,
body table.prettytable > * > tr > th,
body table.prettytable > * > tr > td {
	background-color: #333 !important;
	border-color: #000 !important;
}

.header-container.header-chrome {
	background-color: #000;
}


.last-modified-bar a ,
.footer, .minerva-footer {
	background-color: #343739;
}

body,
#content,
.content table.infobox,
.mw-highlight,
.navbox,
.navbox-subgroup {
	background-color: #222;
}
#mw-script-doc {
	background-color: #222!important;
}

.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;
}
table.fmbox-warning {
	background-color: #794747;
}

/* Links */
.extiw a, .extiw a:visited, .branding-box a, .branding-box a:visited,
.pBody ul li a, .pBody ul li a:visited, .subpages a, .subpages a:visited, body a, body a:visited, a, a:visited {
    color: #ec7 !important;
}

.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: #e8c773;
}

body a.mw-kartographer-autostyled {
    color: #fff !important;
}

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

#p-navigation li  a ,
#p-interaction li  a ,
#pt-preferences li  a {
   background-color: #000;
}

/* 220729 - Vector skin darkening for editing after disabling action menu in minerva */
#mw-header,
#mw-navigation,
#mw-panel
 {
	background-image: none !important;
	background-color: #444 !important;
}

.vector-menu-tabs li {
	background-image: unset !important;
	background-color: #444 !important;
}

body .vectorbox {
	background-color: #333;
}
body .mw-sidebar-action .mw-sidebar-action-item h3.mw-sidebar-action-heading,
body .vector-menu-portal .vector-menu-heading {
	color: #fff;
}