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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/*Modifying level 3/4 headers (bolded and thus more noticable)*/
H3 { font-weight: bold; }
H4 { font-weight: bold; }
/*Making sure the edit link (LVL3 header) remains normal*/
.WikiaArticle .editsection { font-weight: normal; }
/* Hides image attribution on articles */
div.picture-attribution { display:none !important; }
/*Making it possible to edit Level 1 headers*/
.WikiaArticle h1 .editsection { display: inline !important; }
/*Making it possible to edit Level 4 headers*/
.WikiaArticle h4 .editsection { display: inline !important; }
.WikiaArticle h5 .editsection { display: inline !important; }
.WikiaArticle h6 .editsection { display: inline !important; }
/*Would this be better? Nothing but .CommunityCornerModule and .WikiaSearch*/
.LatestPhotosModule, .WikiaActivityModule, .HotSpotsModule, .FollowedPagesModule, .WikiaSpotlightsModule, #WikiaSpotlightsModule, .WikiaPagesOnWikiModule, #WikiaPagesOnWikiModule { display: none !important; }
/* Increase the width of the actual page content */
.WikiaArticle {width:985px !important;}
.WikiaPageHeader details {width:975px !important;}
.WikiaArticleCategories {width:955px !important;}
/* Removes the above when previewing edits */
.skin-oasis #wikiPreview {margin-right:10px !important;}
/* Not sure what these do =D */
#WikiaArticleBottomAd {display: none !important;}
section.WikiaFooter {display:none !important;}
/* Hiding */
.FollowedPagesModule { display:none !important; }
.WikiaPagesOnWikiModule { display:none !important; }
/*No large bars leading to other Wikis*/
#GlobalNavigation { display:none !important; }
/*No comment bubble*/
.commentsbubble { display:none !important; }
/*No Facebook*/
.fb_edge_widget_with_comment { display:none !important; }
/*There goes the share button*/
#ca-share_feature { display:none !important; }
/*No more useless button found under galleries*/
.wikia-photogallery-add { display: none !important; }
/*And this should make it easier to spot my own edits...*/
a[href="/wiki/User:KingdomKeyDarkside"] { color:#A56A15 !important; }