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.
/* Fix the font issues */
@media only screen and (min-width:1576px) {
div.WikiaSiteWrapper > .WikiaPage {
    width: 75%;
}
.WikiaPage .WikiaArticle {
    font-size: 14px;
    line-height: 22px;
}
.WikiaPage .WikiaArticle .infobox {
    font-size: 14px;
    line-height: 22px;
}
.WikiaPage .WikiaArticle li {
    line-height: inherit;
}
.WikiaPage h1, .WikiaPage .WikiaRail .module h2, .WikiaRail .module .WikiaPage h2, .WikiaPage .WikiaRail #RIGHT_SKYSCRAPER h2, .WikiaRail #RIGHT_SKYSCRAPER .WikiaPage h2 {
    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: 79.75%;
}
}

/section.recirculation-rail.module {
  display:none;
}

.skin-oasis .recirculation-impact-footer .item:nth-of-type(1),
.skin-oasis .recirculation-impact-footer .item:nth-of-type(6) {
    display: none !important; /* the larger panels do not fit 768p */
}