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.
/* Hides Ads */
.WikiaMainPageBanner {display:none !important;}
.home-top-right-ads {display:none !important;}
.WikiaTopAdsInner {display:none !important;}
#ebPanel_Del_0_Del_Panel1_Del_987387962825548 {display:none !important;}
#WikiaAdInContentPlaceHolder {display:none !important;}
/* */

/* Small fixes to Categories and Hidden Categories */
div#mw-hidden-catlinks.mw-hidden-catlinks.mw-hidden-cats-user-shown {
  margin-top: 10px;
}
/* End */

/* Rendering non-existent Categories Red */
.newcategory {
  color: #c20;
}
/* END Rendering non-existent Categories Red */

/* Increases size of Forum post editor */
.new-message {
  height: 600px;
}
/* END */

/* Chat name colors */
.Chat [data-user="Rocketslime_1_1"] {
	color:#56A0D3;
	background-color:#EEDD82;
}
 
.Chat [data-user="Sheikah warrior"] {
	color:#8CC3C3;
}
/* END */

/* Denotes my username */
a[href$="/wiki/User:Rocketslime_1_1"] {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 32px;
}
/* END */