Skip to content

Fandom - No yellow side bar by j0n4t

Details

Authorj0n4t

LicenseCC Zero

Categoryfandom

Created

Updated

Code size593 B

Code checksum6c1dd6e5

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide yellow sidebar and some tweaks for Fandom pages.

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);
}
}

Reviews

No reviews yet.