Skip to content

fandom.com uglyfix by blakkm9

Details

Authorblakkm9

LicenseNo License

Categoryfandom

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes fandom wikis somewhat usable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           fandom.com
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
/* Block ugly stuff */
.mcf-wrapper {
    display: none;
}

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

.wikia-bar-anon.wikia-bar {
    display: none;
}

.is-visible.fandom-sticky-header {
    display: none;
}

.is-loading.top-leaderboard.ad-slot-placeholder {
    display: none;
}

.page__right-rail {
    display: none;
}

.global-navigation {
    display: none;
}


/* Fix layout */
.main-container {
    margin: 0;
    width: 100%;
}


/* Fix search bar */
.search-modal::before {
    background-color: transparent;
    animation: none;
}

.search-modal {
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
}

.search-modal .wds-button {
    display: none;
}

.search-modal__content {
    position: absolute;
    animation: none;
    background-color: transparent;
    border: none;
    min-height: 0;
    top: 60px;
    right: 110px;
    box-shadow: none;
    pointer-events: auto;
}

.search-modal__content > form > input {
    color: #fff;
}

.search-modal__content > form {
    border-bottom: solid #ffffff08;
}

.search-modal__content > form > svg {
    color: #ffffff08;
}

.search-modal__content > ul {
    background-color: #151515;
}

.search-modal__content > ul > li > a:hover {
    border-radius: 0 !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #202020 !important;
}

.search-modal__content > ul > li > a {
    color: #fff !important;
}

/* Remove batch */
.official-wiki-badge {
    display: none;
}

Reviews

No reviews yet.