Community Central
Community Central
mNo edit summary
mNo edit summary
Line 90: Line 90:
 
.ChatWindow {
 
.ChatWindow {
 
background: url(https://i.pinimg.com/736x/e1/6b/e7/e16be71affa92ec4a0856d86e2410baa.jpg) center top !important;
 
background: url(https://i.pinimg.com/736x/e1/6b/e7/e16be71affa92ec4a0856d86e2410baa.jpg) center top !important;
  +
}
  +
  +
  +
/*Stolen from Syde. */
  +
.wds-global-navigation {
  +
background-color: #ffffff;
  +
}
  +
  +
.wds-button-group>.wds-button:first-child {
  +
border-top-left-radius: 0;
  +
border-bottom-left-radius: 0;
  +
}
  +
  +
.wds-button-group>.wds-dropdown:last-child .wds-button {
  +
border-radius: 0;
  +
}
  +
  +
.WikiaPage .page-header .wds-button,
  +
.wds-community-header .wds-button.wds-is-secondary {
  +
font-size: 10px;
 
}
 
}

Revision as of 12:50, 10 July 2018

 
/*restore wikia navigation bar style*/
.wds-global-navigation__search {
    width: 50%;
}
.wds-avatar {
    border-width: 1px;
}
 
/*first hand restore wikia navigation bar CSS*/
 
.wds-button.wds-is-secondary {
    color: #656E78;
}
 
.wds-button {
    border: 1px solid #656E78;
    background-color: #EEF1F4;
    color: #fff;
}
 
.wds-global-navigation__notifications-menu-counter {
    background-color: #fff;
    border: 1px solid #656E78;
    color: #656E78;
}
 
.wds-global-navigation__link.wds-is-games {
    border-color: #656e78;
}
 
.wds-global-navigation__link.wds-is-movies {
    border-color: #656e78;
}
 
.wds-global-navigation__link.wds-is-tv {
    border-color: #656e78;
}
 
navigation__account-menu, .wds-global-navigation__user-menu, .wds-global-navigation__notifications-menu, .wds-global-navigation__start-a-wiki {
    background-color: #fff;
    border-top: 6px solid #656e78;
    color: #39424d;
}
 
.wds-global-navigation__search-suggestions .wds-is-selected a {
    color: #39424d;
}
 
.wds-global-navigation.wds-search-is-active .wds-global-navigation__search-input-wrapper.wds-is-active {
    border-bottom-color: #656e78;
}
 
.wds-list.wds-is-linked>li>a {
    color: #39424d;
}
 
.wds-global-navigation__search-input {
    background-color: #F2F6FA;
}
 
.wds-global-navigation__search-label {
    background-color: #F2F6FA;
}
 
.wds-button.wds-is-text {
    background-color: #F2F6FA;
}
 
.global-nav-search-input-wrapper .search-input {
    background-color: #f2f6fa;
    border: solid 1px #c5ced9;
    color: rgba(101,110,120,0.75);
}

/* PM to myself :P */
#user-Jackninja5DipperGravityFalls { display: block !important; }

.wds-community-header__sitename {font-family: 'Cooper Black'}

/*Message Block*/
 
.ChatWindow #WikiChatList .User.mb-is-blocked {
    background: transparent !important;
    color: #9d9d9d !important;
}

/*Chat Background*/
.ChatWindow {
background: url(https://i.pinimg.com/736x/e1/6b/e7/e16be71affa92ec4a0856d86e2410baa.jpg) center top !important;
}


/*Stolen from Syde. */
.wds-global-navigation {
    background-color: #ffffff;
}
 
.wds-button-group>.wds-button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
 
.wds-button-group>.wds-dropdown:last-child .wds-button {
    border-radius: 0;
}
 
.WikiaPage .page-header .wds-button,
.wds-community-header .wds-button.wds-is-secondary {
    font-size: 10px;
}