Hide yellow sidebar and some tweaks for Fandom pages.
Fandom - No yellow side bar by j0n4t
Details
Authorj0n4t
LicenseCC Zero
Categoryfandom
Created
Updated
Size593 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fandom - No yellow side bar
@version 20210821.14.31
@namespace userstyles.world/user/j0n4t
@description Hide yellow sidebar and some tweaks for Fandom pages.
@author j0n4t
@license CC Zero
==/UserStyle== */
@-moz-document domain("fandom.com") {
.global-navigation, #WikiaBar {
display: none;
}
.main-container {
margin: 0;
width: inherit;
}
.fandom-sticky-header {
left: 0;
margin: 0 auto;
max-width: 100%;
/* width: 87%; */
}
.resizable-container {
margin: 0 auto;
max-width: 1300px;
width: calc(100% - 50px);
}
}