Makes Fextralife wikis look less terrible - i.e. Full screen map
Fextralife > EldenRing wiki clean by sonho
Details
Authorsonho
LicenseMIT
Categoryhttps://eldenring.wiki.fextralife.com
Created
Updated
Size3.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fextralife > EldenRing wiki clean
@namespace https://github.com/domzor
@version 1.0.0
@description Clean
@author sonho
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://eldenring.wiki.fextralife.com/Interactive+Map"),
url-prefix("https://eldenring.wiki.fextralife.com/Interactive+map"),
url-prefix("https://eldenring.wiki.fextralife.com/Shadow+of+the+Erdtree+Map"),
url-prefix("//eldenring.wiki.fextralife.com/file/Elden-Ring/map-50be4728-3907-4f33-8857-7f063e0d24eb.html?v=1719153396807") {
/* Map page */
.leaflet-interactive {
display: none;
width: 1em !important;
height: 1em !important;
}
#mapA,
#mapB,
#mapC,
#mapD {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
z-index: 10000;
background: black;
iframe {
height: 100vh !important;
}
}
.fex-main #page-content-wrapper {
padding-right: unset;
}
#fextra-navbar-desktop,
.valnet-flex-navbar,
#fex-menu-fixed {
display: none !important;
}
}
@-moz-document url-prefix("https://eldenring.wiki.fextralife.com/file/Elden-Ring/map-") {
/* Map*/
/* Icons */
.leaflet-marker-icon {
height: 2em !important;
width: 2em !important;
}
}
@-moz-document domain("wiki.fextralife.com") {
/* Main */
/* Hide page header number of comments and page version history */
.page-segment-btns:has(#btnComments) {
display: none;
}
/* Remove unused space (from blocked ads) */
.fex-main {
max-width: 1280px !important;
margin-top: 3em !important;
margin-left: auto;
margin-right: auto;
}
.sidebar-two {
display: none;
}
.fex-main div#page-content-wrapper {
padding-right: unset;
}
.fex-main .page-content {
margin-inline: 5em;
}
/* Remove unused space (from blocked ads) */
#wrapper {
padding-left: 0 !important;
}
/* Remove the horrible background */
img.bg {
display: none !important;
}
/* Remove Twitch stream */
#sidebar-wrapper {
display: none !important;
}
/* "unstick" the sticky footer */
.footer-sticky {
position: relative !important;
}
/* Hide chat icon */
a[href*="https://discord.gg/Tz2DYReRUa"] {
display: none !important;
}
/* Hide VIP icon */
a[href*="fextralife.com/be-a-vip"] {
display: none !important;
}
/* Remove empty header space*/
#form-header {
height: 0 !important;
}
.WikiLogo img {
display: none;
}
/* Elden Ring Builds Page */
.newbuilds-tab .tabcontent .hpwidget {
padding: 20px;
}
.newbuilds-tab .tabcontent .row {
display: flex;
}
.newbuilds-tab .tabcontent .row > div {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}
.newbuilds-tab .embed-responsive .youtubebuildembed,
.newbuilds-tab .embed-responsive .play,
.newbuilds-tab .embed-responsive iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: 100% !important;
margin-top: 0;
}
}