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.
:root {
--theme-body-background-image: url(https://n9e5v4d8.ssl.hwcdn.net/images/home/masthead-fallback-veilbreaker.jpg) !important;
--navemerald1: var(--theme-link-color);
--navemerald2: var(--theme-page-background-color--secondary);
--navemerald3: var(--theme-page-text-color);
--navemerald5: var(--theme-border-color);
}
.page__main {
background-color: rgba(var(--theme-page-background-color--rgb),0.90);
}
.user-identity-header__tag {
background-color: rgba(var(--theme-link-color--rgb),.3) !important;
}
.ui-resizable {
height: 80vh !important;
}
.theme-fandomdesktop-dark :is(.mwe-math-fallback-image-inline, .mwe-math-element) {
filter: none;
}
table.tennotable td {
background-color: unset;
}
table.tennotable tbody {
background: rgba(var(--theme-page-dynamic-color-1--rgb),.02);
}
.global-navigation__icon.has-background {
background-color: var(--emeraldbd);
}
.global-navigation__icon:hover, .global-navigation__link:hover .global-navigation__icon, .wds-dropdown:hover .global-navigation__icon {
background-color: var(--emeraldbd);
}
.global-navigation .wds-dropdown__content li:hover {
--wds-dropdown-linked-item-background-color: var(--emeraldbd);
}
/* Native MathML fix start */
/* https://github.com/fred-wang/webextension-native-mathml/blob/master/content-scripts/mediawiki.css */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Reset some CSS properties set by MediaWiki and hide the image fallback */
.mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
display: inherit !important;
}
body.mediawiki .ve-ce-mwLatexNode .mwe-math-mathml-a11y {
/* override https://phabricator.wikimedia.org/diffusion/EMAT/browse/master/modules/ve-math/ve.ce.MWLatexNode.css */
display: inherit !important;
}
/* Support where MediaWiki lazy loaded images */
.mwe-math-mathml-inline ~ .lazy-image-placeholder,
.mwe-math-mathml-display ~ .lazy-image-placeholder,
/* Support where MediaWiki doesn't lazy load images */
.mwe-math-mathml-inline + .mwe-math-fallback-image-inline,
.mwe-math-mathml-display + .mwe-math-fallback-image-display {
display: none !important;
}
/* Native MathML fix end */