Have you ever wanted to read any Fandom wiki without wanting to be reminded you're on a fandom wiki? Now you can! This style might have some oversights and/or things that need tweaking.
Clean Fandom Wiki by diragonix

Details
Authordiragonix
LicenseNo License
Categoryfandom
Created
Updated
Code size2.9 kB
Code checksumb70984f9
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clean Fandom Wiki
@version 20230821.07.57
@namespace userstyles.world/user/diragonix
@description Have you ever wanted to read any Fandom wiki without wanting to be reminded you're on a fandom wiki? Now you can! This style might have some oversights and/or things that need tweaking.
@author diragonix
@license No License
==/UserStyle== */
@-moz-document domain("fandom.com") {
.global-navigation {
background-color: #000;
width: 100000px;
z-index: -1000;
}
.global-navigation__bottom,
.global-navigation__top {
background-color: #0000;
}
.main-container {
margin-left: 0;
width: 100%;
}
.wikia-bar {
display: none !important;
}
.global-navigation__bottom,
.global-navigation__top {
padding: 0px 0;
}
.global-navigation__top {
overflow: hidden;
display: none;
}
.global-navigation {
overflow-x: hidden !important;
}
html body.skin-fandomdesktop::after {
width: 100vw;
}
.highlight__action-wrapper {
min-width: 0px;
}
.fandom-sticky-header {
left: 0;
}
#mw-data-after-content,
.mcf-wrapper,
.highlight__sticky-container,
div.wds-global-footer__column:nth-child(1),
div.wds-global-footer__column:nth-child(4),
div.wds-global-footer__bottom-bar-row:nth-child(1),
.wds-global-footer__main,
.highlight__actions > div:nth-child(2),
.highlight__d-flex,
.highlight__action:last-child:before,
.right-rail-wrapper,
.page__right-rail,
.global-footer__content,
.global-footer__bottom > div:nth-child(1),
.render-wiki-recommendations,
.global-navigation__bottom ,
.unified-search__layout__right-rail,
.UnityWikis,
.global-navigation,
.notifications-placeholder,
.content-size-toggle,
.ph-registration-buttons,
.page-counter,
.fandom-community-header > nav:nth-child(3),
.page-side-tools,
.unified-search__input__wrapper > div:nth-child(1),
.global-footer{
display: none !important;
}
.resizable-container {
width:95%;
max-width: 100%;
}
@media (max-width: 768px) {
.main-container {
margin-top: 0 !important;
min-width:auto;
margin-left:0;
width:100%
}
.community-header-wrapper {
height:100px;
font-size:12px;
margin-bottom:-8px;
}
.fandom-community-header__background::before {
height:100%;
}
.fandom-community-header__background {
top:0;
height: 0 !important;
margin-bottom: 0 !important;
}
}
body.skin-fandomdesktop, button, input, textarea {
font-family:arial;
}
.fandom-community-header__background.fullScreen {
width:100%;
}
.fandom-sticky-header {
transform: translateY(0%) !important;
top:0px;
}
.fandom-community-header__top-container {
align-items:center;
}
.global-footer__bottom a,
.global-footer__bottom a:visited {
color:#FFFFFF;
text-decoration:none
}
.global-footer__bottom>div {
margin:0 auto;
padding:8px 0;
}
.global-footer__bottom {
background:#000;
font-size:12px;
min-height:0;
padding:0 20px;
text-align:center
}
:root {
--fandom-accent-color:#808080;
}
}