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://community.wikia.com/index.php?title=User:SuperSajuuk/header.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";
/* IMPORTS */

/* Reduce unneeded gap on Wikia Header */
.wikia-page-header div.header-container {
    margin-bottom: -10px;
}

/* Ensure custom cursors are never displayed because they're ugly as shit */
body, a:hover {
    cursor: auto !important;
} 

/* AjaxRC button reposition */
body.page-Special_WikiActivity #ajaxRefresh {
    position: absolute;
    right: 0;
    bottom: 10px;
}

/* Makes my custom usertags visible on all wiki's */
a.tag {
    color: inherit;
}

/* Hide a range of things */
div#PageShareContainer,
div.WikiaTopAds,
#RECIRCULATION_RAIL,
.recirculation-horizontal,
.recirculation-incontent,
.recirculation-scroller,
.recirculation-unit,
footer.wds-global-footer,
a#DisplayClockJS,
section.insights-module, section.HotSpotsModule,
.WikiaBadgeNotification, div.module.AchievementsModule,
body.page-Special_WikiActivity .achievement-in-activity-feed,
div.header-tally a,
a#ShareEntryPoint,
div.featured-video-wrapper,
div.featured-video__wrapper { 
    display: none !important;
}

/* Fix the font issues */
@media only screen and (min-width:1700px) {
div.WikiaSiteWrapper > .WikiaPage {
    width: 75%;
}
.WikiaPage {
    border: 0px;
}
.WikiaPage .WikiaArticle {
    font-size: 14px;
    line-height: 22px;
}
.WikiaPage .WikiaArticle .infobox {
    font-size: 12px;
    line-height: 22px;
}
.WikiaPage .WikiaArticle li {
    line-height: inherit;
}
.WikiaPage h1 {
    font-size: 28px;
    line-height: 28px;
}
.WikiaPage h2 {
    font-size: 20px;
    line-height: 22px;
}
.WikiaPage .wikia-page-header h2 {
    font-size: 14px;
    line-height: 22px;
}
.WikiaPage h3 {
    font-size: 17px;
    line-height: 22px;
}
.WikiaPage h4, .WikiaPage blockquote {
    font-size: 15px;
    line-height: 22px;
}
.global-navigation-container { 
    width: 78% !important;
}
article.WikiaMainContent {
    margin-left: -20px;
    width: 78%;
}
div.WikiaBarWrapper > div.wikia-bar {
    width: 78%;
}

/* User profile masthead fix */
div.WikiaUserPagesHeader {
    width: 104.17%;
    margin-left: -30px; 
}

/* This bit fixes some pages for those who have the sysop flag */
div.WikiaArticle.AdminDashboardChromedArticle {
    width: 100%;
}
header.AdminDashboardHeader > h1 {
    font-size: 20px;
    margin-top: 5px;
}
}

/* WikiaRail fix */
.WikiaRail .module h2, .WikiaRail .module .WikiaPage h2, .WikiaRail #RIGHT_SKYSCRAPER h2 {
    margin-bottom: 0px;
}