A quick and dirty reskin for the PoE-Fandom.
(Does not care about ads. Remove them with adblock of your choice)
This removes almost everything you do not need to browse the Wiki-content. No Pagecount, edit-buttons, popular sites..
You have to open the search-Popup by clicking anywhere on the background image.
Path of Exile Fandom cleanup 07-2021 by 1stkeks
Details
Author1stkeks
LicenseNo License
CategoryPath of Exile Fandom
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name Reskin PoE-Fandom 2021
@version 1.0.0
@description This removes almost everything you do not need to browse the Wiki-content. No Pagecount, edit-buttons, popular sites.. You have to open the search-Popup by clicking anywhere on the background image
@author 1stkeks
==/UserStyle== */
@-moz-document domain("pathofexile.fandom.com") {
/* quick and dirty reskin for the PoE-Fandom (Does not care about ads. Remove them with adblock of your choice) */
/* This removes almost everything you do not need to browse the Wiki-content. No Pagecount, edit-buttons, popular sites.. */
/* You have to open the search-Popup by clicking anywhere on the background image */
/* get out of my sight! */
[class^="ad-slot"],
.official-wiki-badge,
.gp-wiki-badge,
.page-counter,
.wiki-tools__theme-switch,
.global-navigation,
.page-header__actions,
.page-side-tools,
.fandom-community-header__local-navigation,
.wds-global-footer,
.mcf-wrapper,
.mainpage-header,
.page__right-rail,
.fandom-community-header__background,
.fandom-sticky-header__sitename,
.fandom-community-header__top-container,
#WikiaBar {
display: none !important;
}
/* reposition content */
.main-container {
margin: 0 auto;
width: 94%;
z-index: 1;
}
.page {
z-index: 1;
}
/* hide sticky header and stretch search button as background */
.fandom-sticky-header.is-visible {
transform: none;
}
.fandom-sticky-header {
top: 0;
left: auto;
background-color: transparent;
}
.wds-button.wds-is-secondary.wiki-tools__search {
border: none;
}
.wiki-tools.wds-button-group,
.fandom-sticky-header,
.wiki-tools__search {
width: 100%;
height: 100%;
z-index: 1;
padding: 0;
border: none;
}
/* reposition PoE-logo to be in front and clickable again */
.fandom-community-header__image {
z-index: 1;
margin-right: auto;
}
/* resize header */
.community-header-wrapper {
height: 110px;
}
/** Search Popup **/
/* center */
.search-modal,
.search-modal:before {
left: 0;
}
/* brighten background */
.search-modal:before {
background-color: rgba(14, 25, 26, .4);
}
/* adjust colors */
.search-modal form {
border-color: #7c5436;
}
.search-modal__content {
background-color: var(--theme-page-background-color);
border-color: #7c5436;
padding-top: 6px;
}
.search-modal__content .wds-button {
background-color: #a38d6d;
border-color: #a38d6d;
}
.search-modal__content .wds-icon {
fill: #a38d6d;
}
.search-modal__content [class^="SearchResults-module_seeAllResults"] {
color: var(--theme-link-color) !important;
}
.search-modal__content [class^="SearchResults-module_seeAllResults"]:hover {
color: var(--theme-link-color--hover) !important;
}
}