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.
/** GENERAL **/

/* redirects in green */
.allpagesredirect > a, .mw-redirect {
  color: #373;
}

/* not-existing category pages in brown */
.newcategory {
  color: #CA0;
}

/* because 8-space tabs are ridiculous */
pre {
  -moz-tab-size: 2;
  tab-size: 2;
}

/* wider left margin on special pages + numbered whatlinkshere */
.WikiaArticle ol.special, #mw-whatlinkshere-list, #mw-whatlinkshere-list ul, .mw-spcontent ul {
  list-style: decimal;
  margin-left: 3.5em;
}

/* smaller spacing in changes view */
.diff {
  border-spacing: 1px !important;
}

/* highlighting on changes */
.diff-deletedline .diffchange {
  padding: 4px 0;
  background-color: #FC0;
  color: #000;
}
.diff-addedline .diffchange {
  padding: 4px 0;
  background-color: #4F4;
  color: #000;
}

/* unlimit comment box width */
#WikiaArticleComments .article-comm-form textarea {
    width: 100%;
}

/* show all sections on file pages */
.ns-6 .tabs > li {
  display: none;
}
.ns-6 .tabBody {
  display: block;
}

/* no indent on page title */
.WikiaPageHeader > h1 {
  margin-left: 0;
}

/* small, equal shadows on globalnav + toolbar */
.global-navigation, .WikiaBarWrapper {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3) !important;
}

/* remove overly-large margins on notifications in monobook */
.banner-notification p {
  margin: 0;
  line-height: inherit;
}

/* top border on footer + keep under other content */
.global-footer {
  border-top: 1px solid #CCC;
  clear: both;
}

/* full width page + remove border */
.global-navigation > .global-navigation-container, #WikiaPage, #WikiaBarWrapper > .wikia-bar {
  width: auto;
  max-width: 1600px;
}
#WikiaPage {
  padding: 0 15px;
  border: none;
}
/* TEMP: until layout update is live */
.WikiaMainContentContainer {
  padding-left: 0;
}
.WikiaRail {
  padding-right: 0;
}

/* things to hide */
.share-button, /* share button */
.WikiaFooter > section, /* around Wikia */
#recommendations, /* recommended content */
#videosModule, /* "must watch" videos */
.wikia-ad, /* and various ad panels */
#WikiaTopAds,
#WikiaArticleBottomAd,
.home-top-right-ads,
.SelfServeUrl,
.WikiaAdInContentPlaceHolder,
.WikiaAdInContent,
.ad-in-content,
.bottom-ads,
.pagefair-acceptable {
  display: none !important;
}


/** EDIT PAGE **/

/* show full edit page title + no float */
.EditPageHeader > h1 {
  overflow: visible;
  float: none;
}

/* slightly smaller edit page font + smaller tab size */
#wpTextbox1, #wpTextbox1.highlighted, #wpTextbox0 {
  font-size: 12px;
  line-height: 15px;
  -moz-tab-size: 2;
  tab-size: 2;
}

/* no border on syntax highlight mode */
#wpTextbox1.highlighted {
  border: none;
}

/* hide preview warning */
.preview-modal-msg-wrapper {
  display: none;
  height: 0;
}

/* full edit summary preview */
#EditPagePreviewEditSummary {
  white-space: normal;
}

/* allow changes window to close before finishing loading - credit to User:452 */
.modal > header .close {
  z-index: 3;
  position: relative;
}

/* transparent edit save page */
#editarea .loading-background {
  background-color: rgba(255,255,255,0.6);
}

/* hide hidden categories on edit page */
.hiddencats {
  display: none;
}

/* wide-mode edit panel changes */
.EditPage .module_page_controls .checkboxes > label {
  margin: 4px 0 0;
}
.mode-source.editpage-sourcewidemode-on .EditPageToolbar {
  min-height: 40px;
}
.mode-source.editpage-sourcewidemode-on .text-links {
  display: inherit !important;
  cursor: pointer;
  font-size: 10px;
}
.mode-source.editpage-sourcewidemode-on .text-links:only-child {
  margin-top: 10px;
}
@media (min-width:989px) {
  #EditPage.mode-source.editpage-sourcewidemode-on .preview_box {
    padding-left: 0;
  }
  #EditPage.mode-source.editpage-sourcewidemode-on .preview_box h3 {
    font-size: 10px;
    text-align: center;
    float: none;
    margin: 0;
  }
  #EditPage.mode-source.editpage-sourcewidemode-on .preview_mobile {
    padding-top: 0;
    padding-left: 1px;
  }
  #EditPage.mode-source.editpage-sourcewidemode-on .preview_desktop {
    padding-top: 2px;
  }
  #EditPage.mode-source.editpage-sourcewidemode-on .diff-link {
    width: 70px;
    margin: 3px -92px 0 0;
    padding-left: 30px;
  }
  #EditPage.mode-source.editpage-sourcewidemode-on .control-button {
    margin-top: 18px;
  }
}


/** GLOBAL NAVIGATION **/

/* make globalnav stuff smaller */
.WikiaSiteWrapper {
  padding-top: 32px;
}
.global-navigation {
  margin-top: -32px;
  height: 32px;
  /* uncomment to make globalnav scroll away
  position: relative; */
}
.global-navigation .wikia-logo-container {
  padding: 3px 20px 0;
}
.global-navigation-container:last-child {
  padding-right: 23px;
}
.hubs-entry-point {
  height: 26px;
  background-position: 13px 7px;
}
.hubs-entry-point::after {
  margin-top: 11px;
}
.hubs-menu, .notifications-container .bubbles {
  top: 2px;
}
.search-form-wrapper, .global-navigation .start-wikia-container .start-wikia {
  margin: 0;
}
.search-select-wrapper .search-select-underlay,
.global-nav-search-input-wrapper .search-icon,
.global-nav-search-input-wrapper .search-input,
.global-navigation .start-wikia-container .start-wikia {
  height: 24px;
  line-height: inherit;
}
.search-select-wrapper .chevron {
  margin-top: 4px;
}
.global-nav-search-input-wrapper .search-button {
  height: 22px;
}
#AccountNavigation {
  height: 32px;
}
.notifications-container .notifications-entry-point {
  height: 32px;
  background-size: 26px auto;
}
.notifications-container .notifications-entry-point::after {
  margin-top: 14px;
}
#GlobalNavigationWallNotifications {
  top: 0;
}
.AccountNavigation .user-menu, .banner-notifications-wrapper.float {
  top: 32px;
}
@media (max-width: 767px) {
  .banner-notifications-wrapper.float {
    top: 0;
  }
}

/* not-so-big menu */
.AccountNavigation .user-menu > li {
  height: auto;
}
.AccountNavigation .user-menu > li > a {
  padding: 4px 20px;
}


/** VENUS COMPAT. **/

.recent-wiki-activity > .more {
  margin: 0;
}

/* smaller globalnav - venus specific fixes */
.skin-venus .global-navigation {
  margin-top: 0;
}
.wikia-page-wrapper {
  padding-top: 32px;
}
.skin-venus .global-navigation .wikia-logo-container {
  padding: 0 20px 0;
}
.skin-venus .search-select-wrapper .chevron {
  margin-top: 10px;
}