Skip to content

Fandom Fixes by ratheronfire

Screenshot of Fandom Fixes

Details

Authorratheronfire

LicenseGNU General Public License v3.0

Categoryfandom.com

Created

Updated

Size993 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes for Fandom wikis to more closely resemble the classic MonoBook theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Fandom Fixes
@version      20221005.03.14
@namespace    userstyles.world/user/ratheronfire
@description  Fixes for Fandom wikis to more closely resemble the classic MonoBook theme.
@author       ratheronfire
@license      GNU General Public License v3.0
==/UserStyle== */

@-moz-document domain("fandom.com") {
.cover.fullScreen {
    width: 100%;
}

.is-content-expanded .resizable-container,
.resizable-container {
    width: 98%;
    max-width: 100%;
}

.main-container {
    margin: 0;
    width: 100%;
}

div.fandom-sticky-header {
    transform: translateY(100%);
}

div.community-header-wrapper {
    margin-top: 46px;
}

.page-side-tool[data-wds-tooltip="Expand"],
.page-side-tool[data-wds-tooltip="Collapse"],
.global-navigation,
.wds-global-footer,
.WikiaBarWrapper .wikia-bar,
.WikiaBarCollapseWrapper .wikia-bar-collapse,
div.page>aside {
    display: none;
}

div.fandom-sticky-header {
    left: 0;
}
}

Reviews

No reviews yet.