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.
/* Hides rollback button on RC and Watchlist */
.page-Special_RecentChanges .mw-rollback-link,
.page-Special_Watchlist .mw-rollback-link {
display: none;
}
/* Hides ads */
#article-video, .featured-video__attribution-container, #WikiaAdInContentPlaceHolder { display: none; }
/* Hides editintros */
#Featured-editintro,#Good-editintro,#Comprehensive-editintro,#Canon-editintro,#Legends-editintro,#Inuse editintro { display: none; }
/* Hides stuff on the rail */
#recirculation-rail { display: none; }
.DiscordChat { display: none; }
.mw-changeslist-legend {
display: none;
}
#mixed-content-footer { display: none; }
#CategorySelectAdd { display: none; }
/* Content footer */
#mixed-content-footer { display: none; }
/* Hide VE section edit buttons */
a.mw-editsection-visualeditor, span.mw-editsection-divider, .section-edit-pencil-icon {
display: none !important;
}
/* Highlights all redirects orange */
a.mw-redirect {
color: darkorange !important;
}
/* Highlights all redlinks red */
a[classname*="new"]:hover {
color: var(--theme-alert-color--hover) !important;
}
a[classname*="new"] {
color: var(--theme-alert-color) !important;
}
/* Hide categories and interwikis in page headers */
div.page-header__categories,
div.page-header__languages,
.ns-0 div.page-header__page-subtitle {
display: none !important;
}
/* Hide Share button in the top right */
#ShareEntryPoint { display: none; }
/* Hide the Fan Feed at the bottom */
#mixed-content-footer { display: none; }
/* Hide the Add category button */
#CategorySelectAdd { display: none; }
/* Add some slight padding between thumbnail images and captions */
.thumbcaption { padding-top: 5px; }
/* Hide the Legend box from Recent changes */
.mw-changeslist-legend { display: none; }
/* Hides editintros */
#Featured-editintro,#Good-editintro,#Comprehensive-editintro,#Canon-editintro,#Legends-editintro { display: none; }
/* removes underline from links in source editor */
.cm-mw-pagename {
text-decoration: none;
}
/* Hide VE button */
#ca-ve-edit { display: none; }
/* Unhides section edit buttons and hides the dumb pencil image */
.WikiaArticle h1 .editsection, .WikiaArticle .WikiaRail .module h3 .editsection, .WikiaRail .module .WikiaArticle h3 .editsection, .WikiaArticle h5 .editsection, .WikiaArticle h6 .editsection { display: inline; }
.edit-pencil { display: none; }
/* hides source editor toolbar */
.wikiEditor-ui-top {
display: none;
}
/* hide Discord module in the sidebar */
.DiscordIntegratorModule {
display: none;
}
div.mw-changeslist a.mw-anonuserlink { color: magenta }
div.mw-changeslist a[title='User:JocastaBot'] { color: coral }
ul.special li a[title="User:JocastaBot"],
span.history-user a[title="User:JocastaBot"],
table.mw-enhanced-rc td a[title="User:JocastaBot"],
ul.activityfeed li cite a[href="/wiki/User:JocastaBot"],
ul.special li a[title="User:C4-DE Bot"],
span.history-user a[title="User:C4-DE Bot"],
table.mw-enhanced-rc td a[title="User:C4-DE Bot"],
ul.activityfeed li cite a[href="/wiki/User:C4-DE_Bot"] {
font-weight: bold !important;
}