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.
/* ClassicCommunityCentralTheme - Count of Howard */
/* Colors reconstructed with GIMP color selector from old feed images */
/* 4-10-16 - Initial revision */
/* 5-10-16 - Firefox support added for Wikia image */
/* 5-10-16 - global.css issues resolved */
/* 6-10-16 - Ext. Chat skin added, credit to HumanoidPikachu for base code */
 
body.wiki-wikia .WikiaUserPagesHeader {
    background-color: #ffffff;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#ffffff),color-stop(100%,#ccd3d7 ));
}
 
body.wiki-wikia .EditPageHeader {
    background-color: #ffffff;
    box-shadow: none;
}
 
body.wiki-wikia .EditPageHeader > .wordmark img {
    max-width: 120px;
}
 
body.wiki-wikia a.wikia-button, 
body.wiki-wikia .wikia-single-button a, 
body.wiki-wikia .wikia-menu-button > a,
body.wiki-wikia .wikia-page-header > .wikia-menu-button > .drop,
body.wiki-wikia .wikia-menu-button-submit > .drop,
body.wiki-wikia .UserProfileActionButton > .wikia-menu-button > .drop,
body.wiki-wikia input[type="submit"], 
body.wiki-wikia input[type="reset"], 
body.wiki-wikia input[type="button"], 
body.wiki-wikia .button, 
body.wiki-wikia button {
    background-color: #004785;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#004785),color-stop(100%,#002e56));
}
 
body.wiki-wikia a.wikia-button:hover, 
body.wiki-wikia .wikia-single-button a:hover, 
body.wiki-wikia .wikia-menu-button > a:hover,
body.wiki-wikia .wikia-page-header > .wikia-menu-button > .drop:hover,
body.wiki-wikia .wikia-menu-button-submit > .drop:hover,
body.wiki-wikia .UserProfileActionButton > .wikia-menu-button > .drop:hover,
body.wiki-wikia input[type="submit"]:hover, 
body.wiki-wikia input[type="reset"]:hover, 
body.wiki-wikia input[type="button"]:hover, 
body.wiki-wikia .button:hover, 
body.wiki-wikia button:hover{
    background-color: #003058;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#003c6f),color-stop(100%,#002a4d));
}
 
body.wiki-wikia a.wikia-button.secondary, 
body.wiki-wikia .wikia-single-button a.secondary, 
body.wiki-wikia .wikia-menu-button.secondary, 
body.wiki-wikia input[type="submit"].secondary, 
body.wiki-wikia input[type="reset"].secondary, 
body.wiki-wikia input[type="button"].secondary, 
body.wiki-wikia .button.secondary, 
body.wiki-wikia button.secondary {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,white 35%,#e6e6e6 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,white),color-stop(65%,#e6e6e6));
    background-image: -o-linear-gradient(top,white 35%,#e6e6e6 65%);
    background-image: -ms-linear-gradient(top,white 35%,#e6e6e6 65%);
    border: 1px solid #cccccc;
    color: #3a3a3a;
}
 
body.wiki-wikia a.wikia-button.secondary:hover, 
body.wiki-wikia .wikia-single-button a.secondary:hover, 
body.wiki-wikia .wikia-menu-button.secondary:hover, 
body.wiki-wikia input[type="submit"].secondary:hover, 
body.wiki-wikia input[type="reset"].secondary:hover, 
body.wiki-wikia input[type="button"].secondary:hover, 
body.wiki-wikia .button.secondary:hover, 
body.wiki-wikia button.secondary:hover {
    background-color: gainsboro;
    background-image: -moz-linear-gradient(top,whitesmoke 35%,gainsboro 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,whitesmoke),color-stop(65%,gainsboro));
    background-image: -o-linear-gradient(top,whitesmoke 35%,gainsboro 65%);
    background-image: -ms-linear-gradient(top,whitesmoke 35%,gainsboro 65%);
}
 
body.wiki-wikia .WikiaPage .WikiaPageBackground,
body.wiki-wikia .WikiaRail .module,
body.wiki-wikia .tabs .selected a {
    background: #ffffff;
}
 
body.wiki-wikia .wikia-menu-button.secondary .drop {
    color: #3a3a3a;
}
 
body.wiki-wikia a,
body.wiki-wikia .dark_text_1,
body.wiki-wikia .dark_text_2,
body.wiki-wikia .WikiaActivityModule .edited-by a,
body.wiki-wikia .WikiaBlogPostHeader .author-details a,
body.wiki-wikia .WikiaArticleComments .article-comments-pagination a {
    color: #006cb0;
}
 
body.wiki-wikia .UserProfileMasthead .masthead-info hgroup {
    background-color: #004785;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#004785),color-stop(100%,#002e56));
}
 
body.wiki-wikia .UserProfileMasthead .masthead-info hgroup .tag {
    background: #326c9f;
}
 
body.wiki-wikia .WikiHeader .navbackground,
body.wiki-wikia .WikiHeader > nav li.marked {
    background-color: #002e56;
    border-bottom: 1px solid #002e56;
}
 
body.wiki-wikia .WikiaArticleComments .article-comments-pagination .accent {
    background-color: #006cb0;
}
 
body.wiki-wikia .ChatModule h2.chat-headline .chat-total {
    background-color: #002e56;
}
 
body.wiki-wikia #article-comments-pagination-link-next {
    border-left: solid 1px #006cb0;
}
 
body.wiki-wikia .page-share-toolbar svg {
    fill: #006cb0;
}
 
body.wiki-wikia.skin-oasis {
    background: #404a57 url("https://vignette3.wikia.nocookie.net/central/images/5/50/Wiki-background/revision/latest?cb=20151006215639") no-repeat center center fixed;
    background-size: 2175px 1025px;
}

@-moz-document url-prefix() {
    body.wiki-wikia .wordmark img {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url('https://vignette2.wikia.nocookie.net/central/images/c/cf/Central_Logo_2.png/revision/latest?cb=20160623170902') no-repeat;
        background-size: 235px 75px;
        padding-top: 75px;
    }
 
    body.wiki-wikia .EditPageHeader > .wordmark img {
        background-size: 120px 38px;
        /* display: none; */
    }
}
 
body.wiki-wikia .WikiaNotifications li div {
    background-color: #003058;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#003c6f),color-stop(100%,#002a4d));
}
 
body.wiki-wikia .WikiaArticle fieldset {
    border: solid 1px #006cb0;
}
 
body.wiki-wikia .wds-global-footer__link, 
body.wiki-wikia .wds-global-footer__link:active, 
body.wiki-wikia .wds-global-footer__link:visited, 
body.wiki-wikia .wds-global-footer__link:focus {
    color: #c5ced9;   
}
 
body.wiki-wikia #ca-edit,
body.wiki-wikia #ca-viewsource,
body.wiki-wikia #WikiaRandomWiki {
    color: #ffffff !important;
}
 
body.wiki-wikia a[data-id="comment"],
body.wiki-wikia .commentsbubble {
    color: #000000 !important;
}
 
body.wiki-wikia .popover .UserStatsMenu {
    box-shadow: 0 0 12px 0 #7c9db0;
    border: 3px solid #7c9db0;
    position: absolute;
    z-index: 100;
}
 
body.wiki-wikia .popover .UserStatsMenu .info {
    background: #cbe1ef;
}
 
body.wiki-wikia .popover .UserStatsMenu .actions {
    background: #ffffff;
}
 
body.wiki-wikia .popover .UserStatsMenu .actions ul {
    margin: 1px 0;
}
 
body.wiki-wikia .popover .UserStatsMenu.actions ul li .label {
    color: #3a3a3a;
}
 
body.wiki-wikia .popover .UserStatsMenu .actions ul li:hover {
    background-color: #cbe1ef;
}

#wds-icons-reply.wds-icon.wds-icon-small, .pph-hollow-button.pph-add-new-page.createpage, .pph-local-nav-discuss-text, .pph-local-nav-tracking.pph-local-nav-item-l1.pph-local-nav-container a, div#WikiaUserPagesHeader a.wikia-button, a.wikia-button.createpage, div.pph-button-group a {
	color:white;
}

ul.pph-dropdown, ul.pph-local-nav-sub-menu.pph-local-nav-l2, ul.pph-local-nav-sub-menu.pph-local-nav-l3 {
	background-color:#404a57;
	border:none;
}

div#global-navigation-user-sign-out button.wds-sign-out__button {
	background-color:white;
	background-image:none;
}