Makes the Tears of the Kingdom map on fextralife full screen, hides everything else
Make Fextralife Usable: Full Screen TOTK Map by iamc24
Details
Authoriamc24
LicenseNo License
Categoryhttps://zeldatearsofthekingdom.wiki.fextralife.com/Interactive+Map
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Adapted from https://userstyles.world/style/3587/make-fextralife-usable-full-screen-elden-ring-map
Source code
/* ==UserStyle==
@name Make Fextralife Usable: Full Screen TOTK Map
@namespace github.com/iamc24/
@version 1.0
@description Makes the Tears of the Kingdom map on fextralife full screen, hides everything else
@author iamc24
==/UserStyle== */
@-moz-document url-prefix("https://zeldatearsofthekingdom.wiki.fextralife.com/Interactive+Map") {
/* Hiding Scrollbars */
body {
overflow: hidden !important;
}
/* Hiding Garbage */
#form-header, #wiki-content-block > div:nth-of-type(1) > p, #sidebar-wrapper, .page-content-header-container, .palerts, .clearfix, .form-header, .footer-sticky, .breadcrumb-wrapper, .titlearea, .visible-lg, .vault-loder, .glow-corners, .hidden-xs, #wiki-content-block > p, #wiki-content-block > ul, #wiki-content-block > h3.bonfire, #main-content > div > br, #at4-share, div.leaflet-bottom.leaflet-left, #fex-menu-fixed, .visible-xs, #sub-main > br, #discussions-section, #form-buttons, .wiki-footer-nav, #wiki-content-block > div:nth-child(3) {
display: none !important;
width: 0 !important;
height: 0 !important;
}
/* Making actual content take up the full window/have no borders or margins */
.fex-main, .interactivemapcontainer, .ios-fix, body, .container-fluid, .fex-bg-image, #wrapper, #page-content-wrapper, .page-content, .page-chunk, #mapA, #mapB, #mapC {
max-width: 100vw !important;
max-height: 100vh !important;
min-width: 100vw !important;
min-height: 100vh !important;
width: 100vw !important;
height: 100vh !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
}