Minecraft Wiki
Advertisement

Your css

Hi, you may want to instead add

/** BEGIN FIXES SECTION **/

/* Fix sup tags not working properly with display titles, and fix sub tags not working properly anywhere */ h1#firstHeading.page-header__title sup {

   vertical-align: super;

}

sub {

   vertical-align: sub;

}

.page-content sub {

   font-size: 10px;

}

/* Prevent

 text in page content from overflowing */
.page-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Partial fixes for Template:Archive box and Template:Director table in dark mode; full fixes require editing the templates themselves */

body.theme-fandomdesktop-dark .mcwiki-header {
	background-color: var(--custom-background-blue-highlight);
    border: 1px solid var(--theme-border-color);
}

/*********** END FIXES SECTION **********/
/** BEGIN PERSONAL PREFERENCES SECTION **/

/* Links in article content are no longer semi-bold by default */
.mw-parser-output a {
    font-weight: inherit;
}

/* Make self-links distinguishable from other links/look like bold text  */
a.mw-selflink.selflink {
    color: var(--theme-page-text-color);
    font-weight: bold;
}

a.mw-selflink.selflink:hover {
    text-decoration: none;
}

/* Force dark mode styles for the "global navigation" left sidebar */
/* I know not everything looks correct if you hover over it, but it's not like you're ever gonna be doing that anyways :P */
.global-navigation {
    background-color: #1e0c1b;
    color: #ffc500;
}

.global-navigation__bottom, .global-navigation__top {
    background-color: #1e0c1b;
}

.global-navigation__logo, .global-navigation__logo:active, .global-navigation__logo:focus, .global-navigation__logo:hover, .global-navigation__logo:visited, .global-navigation__icon, .global-navigation__icon:active, .global-navigation__icon:focus, .global-navigation__icon:hover, .global-navigation__icon:visited, .global-navigation__link, .global-navigation__label, .global-navigation__label:active, .global-navigation__label:focus, .global-navigation__label:hover, .global-navigation__label:visited {
    color: #ffc500;
}

.global-navigation__icon {
    border-color: #1e0c1b
}

.global-navigation__icon.has-background, .global-navigation__icon.has-background:active, .global-navigation__icon.has-background:focus, .global-navigation__icon.has-background:hover, .global-navigation__icon.has-background:visited, .global-navigation__icon.has-border, .global-navigation__icon.has-border+.global-navigation__label, .global-navigation__icon.has-border:active, .global-navigation__icon.has-border:focus, .global-navigation__icon.has-border:hover, .global-navigation__icon.has-border:visited, .global-navigation__bottom .wds-dropdown__toggle>.global-navigation__icon, .global-navigation__bottom .wds-dropdown__toggle>.global-navigation__icon:active, .global-navigation__bottom .wds-dropdown__toggle>.global-navigation__icon:focus, .global-navigation__bottom .wds-dropdown__toggle>.global-navigation__icon:hover, .global-navigation__bottom .wds-dropdown__toggle>.global-navigation__icon:visited, .wds-avatar__image {
    color: #f5f3f5;
}

.global-navigation__icon.has-background {
    background-color: rgba(89, 83, 88, 0.5);
}

.global-navigation__icon.has-border {
    border-color: #f5f3f5;
}

.global-navigation .notifications__counter {
    background: #f5f3f5;
    color: #520044;
}

.global-navigation .wds-avatar {
    --wds-avatar-border-color: #f5f3f5;
    --wds-avatar-border-color--hover: #f5f3f5;
}
/* Minecraft wiki enhanced v 1.0 by DEJVOSS (thanks to icanttellyou for base css) */
body {
    zoom: 90%;
}

#global-wrapper.with-siderail #content #bodyContent {
    box-sizing: unset;
    float: unset;
    width: 100%;
}
.global-navigation {
    display: none;
}
.main-container {
    margin-left: 0;
    width: 100%;
}
.fandom-sticky-header {
    left: 0;
}
.page__right-rail {
    display: none;
}
#WikiaBarWrapper {
    display: none;
}
.fandom-community-header__background {
    width: 100%;
}
.ad-slot-placeholder {
    display: none !important;
}

.wds-global-footer__main {
    display: none;
}

.wds-global-footer__bottom-bar-row {
    display: none;
}

.wds-global-footer__bottom-bar-row {
    display: none;
}

.mcf-wrapper {
    display: none;
}

.wds-global-footer__bottom-bar {
    display: none;
}

.search-modal {
    width: 100%;
}

.wds-collapsible-panel__header {
    display:none;
}
 and clear your current css if you don't like the colored namespaces. Humiebeetalk contribs 22:22, 19 August 2021 (UTC)
Advertisement