<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==UserStyle==
@name Hide Useless Fandom Stuff
@author Gresh1234
@namespace Gresh1234
@description Gets rid of the non-wiki related stuff in all Fandom websites.
@locale en-us
@match *://*.fandom.com/*
@version 1.0
@license MIT
@downloadURL none
==/UserStyle== */

.main-container {
	display: flex;
	flex-direction: column;
	margin-left: 0px;
	min-width: calc(768px - var(--desktop-global-navigation-width));
	width: calc(100% - var(--desktop-global-navigation-width));
}

.global-explore-navigation {
	display: none;
}

.page__right-rail {
  display: none;
}

.global-top-navigation__fandom-logo {
  display: none;
}

.global-top-navigation__start-new-wiki {
  display: none;
}

.community-navigation__fandom-heart {
  display: none;
}</pre></body></html>