Community Central
Community Central

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.
/* Imports */
@import "http://dev.wikia.com/index.php?title=Highlight/code.css&action=raw&ctype=text/css";
@import "http://runescape.wikia.com/index.php?title=User:Gaz_Lloyd/fix-awfulness.css‎&action=raw&ctype=text/css";

/* Monobook */
#p-cactions > .pBody > ul > li {
  margin:0;
  padding:0;
  float:left;
}

/* Chat */
#WikiChatList {
  overflow:auto;
  padding-bottom:10px;
  height:40%;
  resize:vertical;
}
#Rail {
  overflow:hidden;
}
#Rail h1.private {
  display:block !important;
}

/* Abuse filter tags */
#mw-tag-marker,
.mw-tag-markers, 
.mw-tag-markers a {
  color: red !important;
  font-weight: bold !important;
}

/* Remove "Best Practices" modal when previewing */
#EditPageDialog > .modalContent > div > .preview-modal-msg-wrapper > .preview-modal-msg,

/* Remove these tags as they're useless */
.mw-tag-marker-mobileedit,
.mw-tag-marker-rte-source,
.mw-tag-marker-rte-wysiwyg,
.mw-tag-marker-visualeditor,

/* Navigation */
#searchLabelInline,
#searchSelect,
#ca-ve-edit,
.CorporateFooter, 
.global-footer nav,
.global-footer.row,
#PageShareContainer,
.share-button, 
.start-wikia-container.table-cell,
#WikiaFooter,
.WikiaHeader li > .wikia-button,
#RECIRCULATION_RAIL, /* fandom */
#WikiaNotifications li div[data-type="2"], /* community message notifications */
#WikiaNotifications li div[data-type="5"], /* global notifications */
#WikiaArticle #WikiaNotifications, /* notifications users put on their pages */

/* Ads */
#ad-skin,
.home-top-right-ads, 
.SearchAdsTopWrapper,
.SelfServeUrl, 
.WikiaAdInContentPlaceHolder, 
.WikiaAdInContent, 
#WikiaArticleBottomAd, 
.WikiaTopAds, 
.wikia-ad,

/* Mobile RC */
.wkMobile #wkPage #wkMainCnt #mw-content-text #rcSitenotice,
.wkMobile #wkPage #wkMainCnt #mw-content-text .rcoptions,
.wkMobile #wkPage #wkMainCnt #mw-content-text #recentchangestext {
    display: none !important;
}

/* Global navigation flicker minimizing */
.inverse {
    background-color: white !important;
}

/* Stop flooders making scrollbar appear in chat */
#WikiaPage .Chat .message { 
    word-wrap: break-word; 
}