Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Restore Monobook link color and font */
a { color: #002bb8; }
a:visited { color: #5a3696; }

/* Hide categories listed at the top of pages */
.page-header__categories { display: none; }

/* Hide the Fan Feed at the bottom */
#mixed-content-footer { display: none; }

/* Hide the Add category button */
#CategorySelectAdd { display: none; }

/* Remove the giant user masthead from certain places */
.mw-special-Contributions .user-identity-box, /* Contribs page */
.is-edit .user-identity-box { display: none; } /* Editor */

/* Good ol' bullet list color and shape */
li::marker { color: rgb(99,140,156); }
.mw-parser-output > ul li, .pi-data-value > ul li { list-style-type: square; padding-left: 2px; }
.mw-parser-output li::before { display: none; }

/* Recent changes customization */
.mw-changeslist-legend, /* Legend box */
.activity-summary, /* Text at the top */
.activity-tabs, /* Wiki/Image Activity tab */
.mw-changeslist-line-inner-rollback, .mw-pager-tools, /* Thanks button */
.mw-changeslist-line-inner-tags, .mw-tag-markers, /* Tags */ 
.mw-rcfilters-ui-rcTopSectionWidget /* Saved filter button */ { display: none; }
.mw-rcfilters-head { min-height: 170px !important; } /* Remove some excessive padding */

/* Hide Tags and Right Rail from Contributions pages */
.mw-special-Contributions .mw-tag-markers { display: none; }
.mw-special-Contributions .page__right-rail { display: none; }

/* Hide user profiles from edit view */
.action-edit #userProfileApp { display: none; } /* Editor */

/* Hide Discord module from right rail */
.DiscordChat { display: none; }

/* Hide Recent Images module from the right rail */
.rail-recentImages-module { display: none; }

/* Restore old Inqvote and ECvote images */
#Inqvote a {
    background-image: url("https://static.wikia.nocookie.net/starwars/images/8/8d/Inqvote.png/revision/20221120184440");
    background-position-y: bottom;
    padding-right: 40px;
}
#Inqvote a img { display: none; }
#Inqvote { margin-right: 5px; }

#ECvote a {
    background-image: url("https://static.wikia.nocookie.net/starwars/images/c/c8/ECvote.png/revision/20221120184317");
    background-position-y: bottom;
    padding-right: 40px;
}
#ECvote a img { display: none; }
#ECvote { margin-right: 5px; }