Fandom Developers Wiki
(Added missing CSS for portable infoboxes.)
(Fixed some CSS for the wds buttons.)
Line 85: Line 85:
 
/* 01-09-19 - Added more CSS to override the new CSS for the Staff page */
 
/* 01-09-19 - Added more CSS to override the new CSS for the Staff page */
 
/* 05-09-19 - Added missing CSS for portable infoboxes */
 
/* 05-09-19 - Added missing CSS for portable infoboxes */
  +
/* 12-12-19 - Fixed some CSS for the wds buttons */
   
 
body.skin-oasis {
 
body.skin-oasis {
background: #07111F url("https://images.wikia.nocookie.net/central/images/5/50/Wiki-background") no-repeat center center fixed;
+
background: #07111f url("https://images.wikia.nocookie.net/central/images/5/50/Wiki-background") no-repeat center center fixed;
 
background-size: 2175px 1025px;
 
background-size: 2175px 1025px;
 
}
 
}
Line 132: Line 133:
 
.wikia-menu-button > li > a {
 
.wikia-menu-button > li > a {
 
border-right: 1px solid #668199;
 
border-right: 1px solid #668199;
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
Line 146: Line 147:
 
background-color: #002d55;
 
background-color: #002d55;
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#004888),color-stop(100%,#002d55));
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#004888),color-stop(100%,#002d55));
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
Line 165: Line 166:
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
border: 1px solid #002d55;
 
border: 1px solid #002d55;
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
Line 172: Line 173:
 
background-color: #002d55;
 
background-color: #002d55;
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
Line 222: Line 223:
 
 
 
.WikiHeader .navbackground {
 
.WikiHeader .navbackground {
background-color: #002D55;
+
background-color: #002d55;
 
}
 
}
 
 
 
.ChatModule h2.chat-headline .chat-total {
 
.ChatModule h2.chat-headline .chat-total {
background-color: #002D55;
+
background-color: #002d55;
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
 
.WikiHeader > nav li.marked > a {
 
.WikiHeader > nav li.marked > a {
background-color: #002D55;
+
background-color: #002d55;
border-top: 1px solid #002D55 !important;
+
border-top: 1px solid #002d55 !important;
 
}
 
}
 
 
 
.WikiHeader > nav li.marked {
 
.WikiHeader > nav li.marked {
background-color: #002D55;
+
background-color: #002d55;
 
}
 
}
 
 
Line 304: Line 305:
 
 
 
body {
 
body {
background: #07111F;
+
background: #07111f;
 
}
 
}
 
 
Line 325: Line 326:
 
 
 
.WikiHeader > nav li {
 
.WikiHeader > nav li {
border-bottom: 1px solid #002D55;
+
border-bottom: 1px solid #002d55;
 
}
 
}
 
 
Line 369: Line 370:
 
.category-gallery-item .title {
 
.category-gallery-item .title {
 
background-color: #002d55;
 
background-color: #002d55;
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
Line 381: Line 382:
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
border: 1px solid #002d55;
 
border: 1px solid #002d55;
color: #fff;
+
color: #ffffff;
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
Line 440: Line 441:
 
background: #002d55;
 
background: #002d55;
 
border: 1px solid #cccccc;
 
border: 1px solid #cccccc;
color: #fff;
+
color: #ffffff;
 
}
 
}
 
 
Line 509: Line 510:
 
 
 
body.background-dynamic.skin-oasis {
 
body.background-dynamic.skin-oasis {
background-color: #07111F;
+
background-color: #07111f;
 
}
 
}
 
 
Line 652: Line 653:
   
 
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover {
 
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover {
border-color: rgba(0,108,176,0.75);
+
border-color: #0063bb;
color: rgba(0,108,176,0.75);
+
color: #0063bb;
 
text-decoration: none;
 
text-decoration: none;
  +
}
  +
  +
.WikiaRail .rail-module .wds-button.wds-is-secondary:focus:not(:disabled),
  +
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover:not(:disabled),
  +
.WikiaRail .rail-module .wds-button.wds-is-secondary:active,
  +
.WikiaRail .rail-module .wds-button.wds-is-secondary.wds-is-active {
  +
border-color: #0063bb;
  +
color: #0063bb;
 
}
 
}
   
Line 891: Line 900:
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-size: contain;
 
background-size: contain;
color: #fff;
+
color: #ffffff;
 
font-size: 18px;
 
font-size: 18px;
 
font-weight: bold;
 
font-weight: bold;
Line 1,186: Line 1,195:
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
 
border: 1px solid #002d55;
 
border: 1px solid #002d55;
color: #fff;
+
color: #ffffff;
 
}
 
}
   
Line 1,308: Line 1,317:
 
.pi-europa .pi-image-collection-tabs .current {
 
.pi-europa .pi-image-collection-tabs .current {
 
background-color: #8a9dae;
 
background-color: #8a9dae;
  +
}
  +
  +
.skin-oasis #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button:hover {
  +
border: 1px solid #0063bb !important;
  +
color: #0063bb !important;
 
}
 
}

Revision as of 22:18, 12 December 2019

/* WikiaCommunityCentralTheme - C.Syde65 */
/* Recreation of the pre-fandom Community Central Theme */
/* 19-12-16 - Initial revision */
/* 20-12-16 - Minor border colour fixes implemented */
/* 20-12-16 - Minor border colour fixes implemented */
/* 20-12-16 - Minor border colour fixes implemented */
/* 21-12-16 - Minor border colour fixes implemented */
/* 21-12-16 - Minor colour fixes implemented */
/* 21-12-16 - Minor colour fixes implemented */
/* 22-12-16 - Minor arrow colour fixes implemented */
/* 22-12-16 - Minor arrow colour fixes implemented */
/* 22-12-16 - Minor colour fixes implemented */
/* 22-12-16 - Minor border colour fixes implemented */
/* 18-02-17 - Speech bubble message removed colour fix implemented */
/* 03-03-17 - Special:Contributions in user page profiles colour fix implemented */
/* 04-03-17 - Discussion Posts Link in user page profiles colour fix implemented */
/* 24-03-17 - Minor colour fixes implemented */
/* 25-03-17 - New CC navbar colour fixes implemented */
/* 26-03-17 - Wordmark background removed */
/* 26-03-17 - New Fandom Logo removed. Old Wikia Logo added */
/* 30-03-17 - Updated variant of old wikia logo with white text added. CC semi-transparent colours fixed and updated, replacing the new colour scheme with the old one */
/* 31-03-17 - Minor arrow colour fixes implemented */
/* 31-03-17 - Minor colour fixes implemented */
/* 21-04-17 - Join chat button text and outline colour fixes implemented */
/* 22-04-17 - New Fandom rail module border and link colour fixes implemented */
/* 26-04-17 - Discussion Notification link colour fix implemented */
/* 26-04-17 - Pre-Fandom Community Central Background added */
/* 26-04-17 - Background colour fix implemented */
/* 26-04-17 - New button preset colour fix implemented */
/* 30-04-17 - Sign out link hover colour fix implemented */
/* 30-04-17 - Pi-Europa and Pi-Header colour fixes implemented */
/* 01-05-17 - Insights icon dot colour fixes implemented */
/* 01-06-17 - Slight colour fix implemented */
/* 03-06-17 - Added some CSS for main page */
/* 14-06-17 - Overriding new default CSS caused by a recent technical update */
/* 14-06-17 - Minor arrow colour fix implemented */
/* 14-06-17 - Button colour fixes implemented */
/* 15-06-17 - Added CSS to expand the minimum width for page header drop-downs */
/* 16-06-17 - Removed fandom logo from the new header. Minor alterations to buttons */
/* 20-06-17 - Wikia University colour fixes implemented */
/* 10-07-17 - The long awaited return of the classic logo has been restored */
/* 30-07-17 - Corrected border colours and added shadows for the drop-down content */
/* 01-08-17 - Removed the boldness from Page Title and restored Page Title size in Desktop XL Layout */
/* 14-08-17 - Corrected LightboxModal/CarouselContainer border colour */
/* 31-08-17 - Added wordmark for the editor, fixed wordmark size in Smaller screens */
/* 14-09-17 - Added CSS for mcf card wiki articles header */
/* 20-09-17 - Added CSS for new spinner stroke */
/* 24-09-17 - Added some CSS for portable info-boxes */
/* 28-09-17 - Added some CSS for MyTools */
/* 15-11-17 - Fixed colour for input[type="submit"]:active */
/* 15-12-17 - Added CSS for wall greeting button */
/* 18-12-17 - Corrected CSS for bottom border of user activity header */
/* 23-12-17 - Corrected global shortcuts hover colour */
/* 28-12-17 - Fixed box shadow for text boxes */
/* 25-01-18 - Fixed CSS for sign out button */
/* 25-01-18 - Fixed border-radius for submit button */
/* 27-01-18 - Fixed position of the wikia chiclet button */
/* 03-02-18 - Fixed CSS for the publish button */
/* 04-02-18 - Added CSS for the global users toggle label */
/* 07-02-18 - Added CSS to reverse the changes made to the community header text and buttons */
/* 08-02-18 - Added CSS to fix the community header button border colours when focused on */
/* 09-02-18 - Play video icon colours fixed */
/* 20-02-18 - Wikia page and modal wrapper border colours fixed */
/* 22-02-18 - Wikia Chat User Stats Menu and rail module button border colours fixed */
/* 25-02-18 - Sorting Bar, Sorting Menu, Sorting List, Wall, and Wall History hover colours fixed */
/* 05-03-18 - Side Article border and text colours fixed */
/* 31-05-18 - Fixed CSS for Recent Changes drop down menu. Also fixed colour for other drop down menus */
/* 14-07-18 - Fixed CSS for wds buttons */
/* 18-07-18 - Fixed CSS for the see more activity arrow button */
/* 19-07-18 - Fixed CSS for wds buttons */
/* 31-07-18 - Overrode Rubik font in blog namespace */
/* 02-08-18 - Added CSS for the see more activity button */
/* 18-02-19 - Fixed hover link colours for the Popular Pages module */
/* 08-05-19 - Added CSS for category buttons */
/* 09-05-19 - More CSS for category buttons */
/* 16-05-19 - Added missing CSS for VisualEditor */
/* 21-05-19 - Adding CSS for the blogs and the tools configuration hide icon. Though the former isn't quite finished */
/* 28-06-19 - Adding CSS for the Discord icon on Profile Mastheads */
/* 01-07-19 - Added missing CSS for edit page intro links */
/* 04-07-19 - Added missing CSS for more links. Also added missing CSS for portable infobox templates */
/* 05-07-19 - Added missing CSS for non-portable infoboxes */
/* 26-07-19 - Fixing CSS that is no longer working */
/* 10-08-19 - Added CSS for Analytics and Special:Search */
/* 31-08-19 - Added CSS to override the new CSS for the Staff page */
/* 01-09-19 - Added more CSS to override the new CSS for the Staff page */
/* 05-09-19 - Added missing CSS for portable infoboxes */
/* 12-12-19 - Fixed some CSS for the wds buttons */

body.skin-oasis {
    background: #07111f url("https://images.wikia.nocookie.net/central/images/5/50/Wiki-background") no-repeat center center fixed;
    background-size: 2175px 1025px;
}

a {
    color: #006cb0;
    text-decoration: none;
}
 
.WikiaActivityModule .edited-by a {
    color: #006cb0;
    font-size: 11px;
}
 
.EditPage .module_content > .text-links > li > a {
    color: #006cb0;
    cursor: pointer;
}
 
.page-share-toolbar svg {
    fill: #006cb0;
    margin-left: 2px;
    width: 24px;
}
 
.wordmark {
    color: #006cb0 !important;
}
 
.EditPage .cke_license > a {
    color: #006cb0;
}
 
.dark_text_2 {
    color: #006cb0;
}
 
.WikiaUserPagesHeader {
    background-color: #cbd2d6;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#ffffff),color-stop(100%,#cbd2d6));
}
 
.wikia-menu-button > a,
.wikia-menu-button > li > a {
    border-right: 1px solid #668199;
    color: #ffffff;
}
 
.UserProfileMasthead .links .icon {
    background: #006cb0 url(https://images.wikia.nocookie.net/common/extensions/wikia/UserProfilePageV3/images/UPP-sprite.png);
}
 
#article-comments-pagination-link-next {
    border-left: solid 1px #006cb0;
}
 
.UserProfileMasthead .masthead-info hgroup {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#004888),color-stop(100%,#002d55));
    color: #ffffff;
}
 
.EditPageHeader {
    box-shadow: inset 0 -4px 2px 0 #9daebe;
    background-color: #a6b6c4;
    border-bottom: 1px solid #cccccc;
}
 
a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button, button {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
    border: 1px solid #002d55;
    color: #ffffff;
}
 
.WikiaNotifications li div {
    box-shadow: 0 0 5px 0 gray;
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
    color: #ffffff;
}
 
.HelpLink > a,
.NotificationsLink > a {
    color: white;
}
 
.EditPageHeader > h1 > a,
.EditPageHeader > h2 {
    color: white;
}
 
#article-comments-pagination-link-next {
    border-left: solid 1px #006cb0;
}
 
.modalWrapper > h1,
.WikiaRail .module .modalWrapper > h3,
.modalWrapper .main-header {
    color: #006cb0;
}
 
.WikiaArticleComments .article-comments-pagination a.accent {
    color: #fff !important;
    background-color: #006cb0 !important;
}
 
.WikiaArticleComments .article-comments-pagination a,
.WikiaBlogPostHeader .author-details a {
    color: #006cb0 !important;
}
 
#WikiHeader > h2 > a > img{ content:url(https://vignette.wikia.nocookie.net/central/images/8/89/Wiki-wordmark.png/revision/20161004140144)  }
 
.WikiaArticle fieldset {
    border: solid 1px #006cb0;
}
 
.Wall .timestamp a.username,
.Wall .timestamp span.username {
    color: #006cb0;
}

.WikiaRail .premium-recirculation-rail a:hover {
    color: #006cb0 !important;
    text-decoration: none;
}
 
.WikiHeader .navbackground {
    background-color: #002d55;
}
 
.ChatModule h2.chat-headline .chat-total {
    background-color: #002d55;
    color: #ffffff;
}
 
.WikiHeader > nav li.marked > a {
    background-color: #002d55;
    border-top: 1px solid #002d55 !important;
}
 
.WikiHeader > nav li.marked {
    background-color: #002d55;
}
 
a.wikia-button:hover,
.wikia-single-button a:hover,
.wikia-menu-button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover, button:hover {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
    text-decoration: none;
}
 
.UserProfileMasthead .masthead-info .tag {
    background: #336da0;
}
 
.Pagination li.selected a {
    background: #006cb0;
}
 
.Forum .ThreadList .activity li.follow {
    color: #006cb0;
}
 
.Pagination li {
    border-left: 1px solid #006cb0;
    color: #006cb0;
}
 
.UserStatsMenu .actions ul li,
.UserStatsMenu .actions ul li a {
    color: #006cb0;
}
 
.UserStatsMenu .info {
    background: #cce2ef;
}
 
.UserStatsMenu .actions ul li:hover {
    background-color: #cce2ef;
}
 
.Rail .User:hover {
    background: #cce2ef;
}
 
.wikia-paginator ul .paginator-page,
.wikia-paginator ul .paginator-spacer {
    color: #006cb0;
}
 
.accent {
    background-color: #cce2ef;
    border-color: #006cb0;
}
 
.wikia-menu-button.secondary ul a:hover {
    background-color: #ccd5dd !important;
}
 
.wikia-menu-button ul a:hover {
    background-color: #ccd5dd;
}
 
body {
    background: #07111f;
}
 
.WikiHeader > nav .subnav-3 li a:hover {
    background: #ccd5dd;
}
 
.Rail .selected {
    box-shadow: inset 0 0 7px 0 #2d6b8f;
    background: #cce2ef;
}
 
.WikiHeader .navbackground div {
    background-color: #004888;
}
 
.WikiHeader > nav li.marked > a {
    border-top: 1px solid #004888;
}
 
.WikiHeader > nav li {
    border-bottom: 1px solid #002d55;
}
 
.WikiHeader > nav .subnav-2 li.marked2 .subnav-2a:hover {
    background: #ccd5dd;
}
 
.Forum .DiscussionBox .message {
    background-color: #d9e0e6;
}
 
.Forum .DiscussionBox .message:before {
    border: 5px solid #d9e0e6;
    border-bottom-color: transparent;
    border-left-color: transparent;
    content: ' ';
    height: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0px;
}
 
.Wall ul.comments > li.message > .speech-bubble-message {
    background: #d9e0e6;
}
 
.Wall ul.comments > li.message > .speech-bubble-message:after {
    border-color: #d9e0e6 #d9e0e6 transparent transparent;
}
 
.category-gallery-media a,
.category-gallery-media a:hover,
.category-gallery-media a:visited,
.EditPage .module_page_controls .diff-link {
    color: #006cb0;
}
 
.category-gallery-form #category-exhibition-display-new.active div {
    background-color: #002d55;
}
 
.category-gallery-item .title {
    background-color: #002d55;
    color: #ffffff;
}
 
a.wikia-button,
input[type="submit"],
input[type="submit"]:active,
input[type="reset"],
input[type="button"],
.button, button {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
    border: 1px solid #002d55;
    color: #ffffff;
    text-decoration: none;
}
 
.EditPageEditor .loading-indicator .loading-message {
    color: #006cb0;
}
 
.wikia-menu-button > a:hover,
.wikia-menu-button .drop:hover,
.wikia-menu-button > li > a:hover {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
}
 
.Wall .SpeechBubble.new-message .speech-bubble-message {
    background: #d9e0e6;
}
 
.Wall .SpeechBubble.new-message .speech-bubble-message:after {
    border-color: #d9e0e6 #d9e0e6 transparent transparent;
}
 
.Wall .new-message .editarea textarea {
    background-color: #f7f9fa;
}
 
.AdminDashboardHeader {
    box-shadow: inset 0 -4px 2px 0 #9daebe;
    background: #a6b6c4;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
 
.WikiaArticleComments .article-comments-pagination {
    color: #006cb0 !important;
}
 
#article-comments-pagination-link-next {
    border-left: solid 1px #006cb0 !important;
}
 
#article-comments-pagination-link-prev {
    border-right: solid 1px #006cb0 !important;
}
 
.SpeechBubble.even .speech-bubble-message,
.SpeechBubble.owner .speech-bubble-message {
    background: #f2f8fb;
}
 
.SpeechBubble.even .speech-bubble-message:after,
.SpeechBubble.owner .speech-bubble-message:after {
    border-color: transparent #f2f8fb #f2f8fb transparent;
}
 
.archived-forum-notification {
    background: #002d55;
    border: 1px solid #cccccc;
    color: #ffffff;
}
 
.MiniEditorWrapper .loading-indicator .loading-message .loading-text {
    color: #006cb0;
}
 
#WikiChatList>li.blockee {
    background: #ffffff !important;
}
 
.WikiaBarWrapper {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#000b15),color-stop(50%,#002d55),color-stop(100%,#000b15));
}
 
body .ui-autocomplete .ui-menu-item a.ui-state-active,
body .ui-autocomplete .ui-menu-item a.ui-state-hover {
    background-color: #cce2ef;
}
 
body .ui-autocomplete > li > a:hover {
    background: #cce2ef;
}
 
.template-classification-edit-modal :checked + div .tc-type-name,
.template-classification-edit-modal a {
    color: #006cb0;
}
 
.message-topic .autocomplete > div.selected {
    background: #cce2ef;
}
 
.paging_full_numbers span.paginate_active,
.paging_full_numbers span.paginate_button:hover {
    background-color: #002d55;
}
 
.WikiaFooter .tools-menu > li > a:hover,
.WikiaBarWrapper .tools-menu > li > a:hover {
    background-color: #ccd5dd;
}
 
.wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link.wds-is-games,
.wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link.wds-is-movies,
.wds-global-footer__fandom-section.wds-is-fandom-overview .wds-global-footer__link.wds-is-tv {
    border-color: #656e78 !important;
}
 
.wds-global-footer__bottom-bar a,
.wds-global-footer__bottom-bar a:visited {
    color: #006cb0;
    text-decoration: none;
}
 
.tooltip-icon {
    background-color: #002d55;
}
 
.useractivity-header .selected.down {
    border-top-color: #002d55;
}
 
.UPPLightbox .favorite-wikis-refresh {
    background-color: #002d55 !important;
}
 
body.background-dynamic.skin-oasis {
    background-color: #07111f;
}
 
.WikiHeader > nav .subnav-3 li a {
    border: 0px solid #004888 !important;
}

.ChatModule .chat-whos-here .arrow-right img {
    border-left-color: #002d55;
}

.ChatModule .chat-whos-here .arrow-left img {
    border-right-color: #002d55;
}

.wikia-menu-button ul {
    border: 1px solid #002d55;
}

.LightboxModal .LightboxCarousel .carousel-arrow.next:after {
    border-left-color: #002d55 !important;
}

.LightboxModal .LightboxCarousel .carousel-arrow.previous:after {
    border-right-color: #002d55 !important;
}

.special-videos-grid a:hover,
.special-videos-grid .title a:hover {
    color: #006cb0;
}

.wikia-paginator ul .paginator-next:after {
    border-left-color: #002d55;
}

.wikia-paginator ul .paginator-prev:after {
    border-right-color: #002d55;
}

.page-listings .page-list-pagination .arrow.right {
    border-left-color: #002d55;
}

.page-listings .page-list-pagination .arrow.left {
    border-right-color: #002d55;
}

.category-gallery-item span.details {
    background-color: #006cb0;
}

.WikiHeader .navbackground img {
    border-color: #001222 transparent transparent #001222;
}

.Wall ul.comments > li.message > .speech-bubble-message-removed {
    background: #d9e0e6;
}

.pph-local-nav-sub-menu li:hover > a,
.UserProfileMasthead .contributions-details a:hover,
.UserProfileMasthead .discussion-details a:hover {
    color: #006cb0;
}

.pph-button {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55))
}

.pph-button-secondary {
    background-color: transparent !important;
    background-image: none;
}

.pph-button:hover {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55))
}

.pph-button-secondary:hover {
    background-color: transparent !important;
    background-image: none;
}

.pph-dropdown-container:hover:not(.pph-disabled) > .pph-button,
.pph-wiki-header {
    background-color: #002d55;
}

.pph-wiki-header::before {
    background: linear-gradient(to right,rgba(0,45,85,0.5),rgba(0,45,85,0.5)),linear-gradient(to left,rgba(0,45,85,0) 200px,#002d55 430px);
    content: '';
}

.pph-button-secondary {
    background-color: transparent !important;
    border: 1px solid rgba(58,58,58,0.7);
    color: rgba(58,58,58,0.7);
}

.pph-wiki-header .wordmark {
    background: none !important;
    height: 65px;
    margin: 20px 18px 20px 20px;
    text-align: center;
    width: 250px;
}

.pph-wiki-header .wordmark:before {
    background: url('https://images.wikia.nocookie.net/csydes-test/images/1/13/Wikia_Community_Central_Logo_with_White_Text.png') no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.pph-wiki-header .wordmark img {
    display: none;
}

.pph-local-nav-sub-menu li:hover .pph-local-nav-sub-chevron {
    fill: #006cb0;
}

.pph-dropdown li:hover > a {
    color: #006cb0;
    text-decoration: none;
}

.WikiaRail .rail-module .wds-button.wds-is-secondary {
    border-color: #002d55;
    color: #002d55;
}

.WikiaRail .chat-module .chat-details .avatars .more-users-count:hover,
.chat-module.ChatWidget .chat-details .avatars .more-users-count:hover {
    color: #006cb0;
    text-decoration: none;
}

.WikiaRail .rail-module .wds-button.wds-is-secondary:hover {
    border-color: #0063bb;
    color: #0063bb;
    text-decoration: none;
}

.WikiaRail .rail-module .wds-button.wds-is-secondary:focus:not(:disabled),
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover:not(:disabled),
.WikiaRail .rail-module .wds-button.wds-is-secondary:active,
.WikiaRail .rail-module .wds-button.wds-is-secondary.wds-is-active {
    border-color: #0063bb;
    color: #0063bb;    
}

.WikiaRail .rail-module {
    margin: 0 0px 30px;
    border: 1px solid #cccccc;
    padding: 21px 10px 15px;
}

.WikiaRail .activity-module .edit-info .edit-info-user {
    color: #006cb0;
}

.wds-notifications__mark-all-as-read {
    color: #1a5eb8;
}

.wds-is-linked .wds-sign-out__button {
    color: #39424d !important;
}

.insights-icon-deadendpages .insights-red-dot,
.insights-icon-uncategorizedpages .insights-red-dot,
.pi-europa .pi-header,
.pi-europa .pi-title {
    background-color: #002d55 !important;
}

.mainpage-connect .staff li {
    border-radius: 0px;
    border: 1px solid #D3D3D3;
}
 
.mainpage-blogs .blog-info {
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-radius: 0px 0px 0px 0px;
    border-right: 1px solid #D3D3D3;
}
 
.mainpage-more a, .mainpage-more a:hover, .mainpage-more .recent a:active, .mainpage-more .recent a:visited {
    color: #006cb0;
}
 
.mainpage-faq .faq-list {
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}
 
.mainpage-wikiauniversity .videos .details .title a, .mainpage-wikiauniversity .videos .details .title a:active, .mainpage-wikiauniversity .videos .details .title a:visited {
    color: #006cb0;
}
 
.mainpage-blogs .blog .title a:hover,
.mainpage-faq .faq-list a:hover,
.mainpage-faq .faq-list a, .mainpage-faq .faq-list a:active, .mainpage-faq .faq-list a:visited {
    color: #006cb0;
}
 
.mainpage-blogs .blog-info .title a, .mainpage-blogs .blog-info .title a:active, .mainpage-blogs .blog-info .title a:visited {
    color: #006cb0;
}

.wds-community-header {
    margin-top: 1.00001;
    background-color: #002d55 !important;
    margin: 0 auto;
    z-index: 5;
}

.wds-community-header::before {
    background: linear-gradient(to right,rgba(0,45,85,0.5),rgba(0,45,85,0.5)),linear-gradient(to left,rgba(0,45,85,0) 200px,#002d55 430px);
}

.pph-wiki-header {
    background-color: #002d55;
}

.pph-button-secondary {
    background-color: transparent !important;
    border: 1px solid rgba(58,58,58,0.7);
    color: rgba(58,58,58,0.7);
}

.WikiaPage .page-header .wds-button {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55))
}

.WikiaPage .page-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a {
    color: #006cb0;
}

.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a {
    color: #006cb0;
}

.WikiaPage .page-header__subtitle-back-icon {
    fill: #006cb0;
}

 .WikiaPage .page-header .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:hover:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:active, .WikiaPage .page-header .wds-button.wds-is-secondary.wds-is-active {
    border: 1px solid #cccccc;
    background-color: #dbdbdb;
    background-image: -moz-linear-gradient(top,whitesmoke 35%,#dbdbdb 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,whitesmoke),color-stop(65%,#dbdbdb));
    border-radius: 0.5em;
 }
 
.WikiaPage .page-header .wds-button.wds-is-secondary, .WikiaPage .page-header .wds-button.wds-is-secondary:active, .WikiaPage .page-header .wds-button.wds-is-secondary.wds-is-active {
    border: 1px solid #cccccc;
    background-color: #dbdbdb;
    background-image: -moz-linear-gradient(top,whitesmoke 35%,#dbdbdb 65%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,whitesmoke),color-stop(65%,#dbdbdb));
    border-radius: 0.5em;
 }

.WikiaPage .page-header__title {
    font-weight:normal;
}

@media only screen and (max-width: 1595px) {
.WikiaPage .page-header__title {
    font-size:28px;
}
}

.WikiaPage .page-header .wds-dropdown__content {
    min-width: 110px;
}


.WikiaPage .page-header .wds-button-group > .wds-button:not(.wds-is-secondary):not(:last-child) {
    border-right-color: #668199 !important;
    border: 1px solid #002d55;
    border-radius: 0.5em 0 0 0.5em;
}

.WikiaPage .page-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    border-left-color: #668199 !important;
    border: 1px solid #002d55;
    border-radius: 0 0.5em 0.5em 0;
}

.WikiaPage .page-header .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:not(:disabled), .WikiaPage .page-header .wds-button.wds-is-secondary:active, .WikiaPage .page-header .wds-button.wds-is-secondary.wds-is-active {
    border-radius: 0.5em;
}

.WikiaPage .page-header .wds-button-group > .wds-button:not(.wds-is-secondary):not(:last-child) {
    border-radius: 0.5em 0 0 0.5em;
}

.WikiaPage .page-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    border-radius: 0 0.5em 0.5em 0;
}

.WikiaPage .page-header .wds-button,
.WikiaRail .rail-module .wds-button.wds-is-secondary {
    border-radius: 0.5em;
}

.ChatWidget .wds-button.wds-is-secondary,
.TalkButtonBubble {
    border-radius: 0.5em !important;
}

.wikiauniversity-landing .intro .header,
.wikiauniversity-landing .track .header {
    color: #006cb0;
}

.wikiauniversity-landing .track .wu-button a {
    background-color: #006cb0;
}

.wikiauniversity-landing .updates .date,
.wikiauniversity-landing .updates .header {
    color: #006cb0;
}

.wds-community-header__wordmark img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://images.wikia.nocookie.net/csydes-test/images/1/13/Wikia_Community_Central_Logo_with_White_Text.png) no-repeat;
    width: 165px;
    height: 105px;
    padding-left: 220px;
    background-size: 247px;
}

@media screen and (max-width: 1083px) {
.wds-community-header__wordmark img {
        background-size: 70%!important;
        size:70%!important;
    }
}


.WikiaPage .page-header .wds-dropdown__content {
    border-color: #002d55;
    box-shadow: 1px 2px 12px 0 #333333;
}

.wds-community-header .wds-dropdown__content,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content {
    box-shadow: 1px 2px 12px 0 #333333;
    border: 1px solid #004888;
}

.LightboxModal .LightboxCarousel .LightboxCarouselContainer li.active {
    outline: 3px solid #002d55 !important;
}

 #EditPageHeader span.wordmark a img {
  width: 168px !important;
  height: 44px !important;
  margin-top: 6px !important;
  zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
 #EditPageHeader span.wordmark {
  background: url("https://vignette.wikia.nocookie.net/central/images/8/89/Wiki-wordmark.png/revision/20161004140144");
  background-size: 168px 44px;
  background-repeat: no-repeat;
}

.mcf-card-wiki-articles__header {
    background-color: #002d55 !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    position: relative;
}

.mcf-card-wiki-articles__header:before {
    background: linear-gradient(to right,rgba(0,45,85,0.5),rgba(0,45,85,0.5)),linear-gradient(to left,rgba(0,45,85,0) 50px,#002d55 220px);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.wds-spinner__stroke {
    -webkit-backface-visibility: hidden;
    -webkit-animation: dash 1.25s linear infinite alternate-reverse;
    animation: dash 1.25s linear infinite alternate-reverse;
    stroke: #006cb0;
}

.pi-secondary-background {
    background-color: #bfdaeb;
}

.MyToolsConfiguration .autocomplete .selected,
.MyToolsConfiguration .no-ipad li:hover {
    background: #cce2ef !important;
}

.MyToolsConfiguration .popular-tools-group .icon-show {
    border-top-color: #006cb0 !important;
    top: 12px;
}

.MyToolsConfiguration .popular-tools-group .popular-toggle {
    color: #006cb0 !important;
    cursor: pointer;
    line-height: 28px;
    padding: 0 10px 0 7px;
}

.MyToolsConfiguration .reset-defaults .wikia-chiclet-button {
    background-color: #006cb0 !important;
    background-image: none;
    height: 11px;
    margin-top: -1px;
    vertical-align: middle;
    width: 12px;
}

#EditMessageWallGreeting .wds-button {
    background-color: #002d55 !important;
    border-color: #002d55 !important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55)) !important;
}

#EditMessageWallGreeting .wds-button-group > .wds-button:not(.wds-is-secondary):not(:last-child) {
    border-radius: 0.5em 0 0 0.5em;
    border-right-color: #668199;
    border-right-width: 1px;
    border-right-style: solid;
}

#EditMessageWallGreeting .wds-button-group>.wds-button:not(.wds-is-secondary):not(:first-child), #EditMessageWallGreeting .wds-button-group>.wds-dropdown:not(:first-child) .wds-button {
    border-radius: 0 0.5em 0.5em 0;
    border-left-color: #668199;
    border-left-width: 1px;
    border-left-style: solid;
}

.useractivity-header .selected.up {
    border-bottom-color: #002d55;
}

#GlobalShortcutsSearch.global-shortcuts-search .autocomplete-selected {
    background-color: #cce2ef;
}

.Wall textarea:focus {
    box-shadow: 0px 0px 4px 0 #002d55;
}

.Forum .DiscussionBox input[type=text]:focus,
.Forum .DiscussionBox textarea:focus {
    box-shadow: 0px 0px 4px 0 #002d55;
}

button:not(.wds-button):hover {
    background-color: transparent !important;
    border: 0 transparent !important;
}

.wds-is-linked .wds-sign-out__button {
    border: 0 transparent !important;
    font-size: 14px !important;
}

input[type="submit"] {
    border-radius: 0.5em;
}

button.wikia-chiclet-button img {
    position: absolute;
}

a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"]:not(.wds-button), input[type="reset"], input[type="button"], .button, button {
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
    border: 1px solid #002d55;
}

.wds-toggle__input:checked+.wds-toggle__label::before {
    background-color: #83b8d8;
}

.wds-toggle__input:checked+.wds-toggle__label::after {
    background-color: #004888;
}

.wds-community-header .wds-community-header__sitename a {
    color: #ffffff;
    transition: color .2s;
}

.wds-community-header .wds-community-header__counter,
.wds-community-header .wds-tabs__tab-label,
.wds-community-header .wds-button.wds-is-secondary {
    color: #ffffff;
}

.wds-community-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button {
    border-left-color: #ffffff;
}

.wds-community-header .wds-button.wds-is-secondary {
    background-color: rgba(0,45,85,0.2);
    border-color: #ffffff;
    color: #ffffff;
}

.wds-community-header .wds-button.wds-is-secondary svg {
    fill: #ffffff;
}

.wds-community-header .wds-community-header__sitename a:hover {
    color: rgba(255,255,255,0.8);
}

.wds-community-header .wds-community-header__counter a:hover,
.wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label:hover,
.wds-community-header .wds-button.wds-is-secondary:hover {
    color: #CCD4DD;
}

.wds-community-header .wds-button-group > .wds-dropdown:not(:first-child) .wds-button:hover {
    border-left-color: #CCD4DD;
}

.wds-community-header .wds-button.wds-is-secondary:hover {
    background-color: rgba(0,45,85,0.4);
    border-color: rgba(255,255,255,0.8);
}

.wds-community-header .wds-button.wds-is-secondary:hover svg {
    fill: rgba(255,255,255,0.8);
}

.wds-community-header .wds-tabs__tab:hover .wds-tabs__tab-label {
    color: rgba(255,255,255,0.8);
}

.wds-button.wds-is-secondary:focus:not(:disabled) {
    border-color: #CCD4DD;
}

.thumbnail-play-icon rect {
    fill: #212121;
}

.thumbnail-play-icon path {
    fill: #ffffff;
}

.modalWrapper {
    border-color: rgba(7,17,31,0.8);
}

.WikiaPage {
    border: 1px solid #cccccc;
}

.ChatWindow .UserStatsMenu {
    box-shadow: 0 0 12px 0 #07111f;
    border: 3px solid #07111f;
}

.WikiaRail .rail-module .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaRail .rail-module .wds-button.wds-is-secondary:hover:not(:disabled) {
    border-color: #0063bb;
    color: #0063bb;
}

.Wall .SortingBar .SortingMenu .SortingList li:hover,
.WallHistory .SortingBar .SortingMenu .SortingList li:hover {
    background: #d9e0e6 !important;
}

.side-articles .side-article.side-article-games,
.side-articles .side-article.side-article-movies,
.side-articles .side-article.side-article-tv {
    border-top-color: #cccccc;
}

.side-articles .side-article.side-article-games .side-article-category,
.side-articles .side-article.side-article-movies .side-article-category,
.side-articles .side-article.side-article-tv .side-article-category {
    color: #3a3a3a;
}

.WikiaDropdown .dropdown-item.selected {
    background-color: #cce2ef;
}

.WikiaDropdown .selected-items:hover {
    background-color: #e6eaee;
}

.wds-button {
    padding: 7px 13px;
}

.community-page-rail-module .description {
    padding: 3px;
}

.WikiaRail .rail-module .wds-button.wds-is-text {
    color: #002d55;
}

.wds-dropdown__content {
    border-radius: 0;
}

.wds-button {
    padding: 7px 13px;
}

body.ns-500 .WikiaPage .WikiaArticle .mw-content-text {
    font-family: inherit;
    color: #3a3a3a;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.skin-oasis #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button {
    background-color: transparent;
    border: 1px solid #002d55 !important;
    color: #002d55 !important;
    border-radius: 0.5em;
    padding: 3px 9px !important;
}

.WikiaArticle .category-layout-selector__item.is-active {
    color: #002d55;
}

.WikiaArticle .category-page__pagination .wds-button.wds-is-secondary {
    border-color: #002d55;
    color: #002d55;
    border-radius: 0.5em !important;
}

.WikiaArticle .category-page__pagination .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaArticle .category-page__pagination .wds-button.wds-is-secondary:hover:not(:disabled),
.WikiaArticle .category-page__pagination .wds-button.wds-is-secondary:active,
.WikiaArticle .category-page__pagination .wds-button.wds-is-secondary.wds-is-active {
    border-color: #0063bb;
    color: #0063bb;
    border-radius: 0.5em !important;
}

.WikiaArticle .category-page__alphabet-shortcut:after {
    background: url('data:image/svg+xml,%3Csvg width="4" height="16" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle id="bullet" r="2" cy="8" cx="2" stroke-width="0" fill="%23006cb0"/%3E%3C/svg%3E') center center no-repeat !important;
}

.oo-ui-buttonElement-framed.oo-ui-flaggedElement-constructive .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed .oo-ui-buttonElement-button{
    background-color: #002d55;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#004888),color-stop(65%,#002d55));
    border: 1px solid #002d55;
    color: #ffffff;
}

.ve-ui-wikiaCartWidget-wrapper .oo-ui-optionWidget.oo-ui-optionWidget-selected:before {
    border: 4px solid #002d55 !important;
}

.ve-ui-wikiaMediaResultsWidget .ve-ui-wikiaMediaOptionWidget-selected .ve-ui-mwMediaResultWidget-thumbnail.ve-ui-texture-transparency {
    background-color: rgba(0, 45, 85, 0.4) !important;
    border: 2px solid #002d55 !important;
}

.MyToolsConfiguration .popular-tools-group .icon-hide {
    border-bottom-color: #006cb0 !important;
}

.FANDOM-H2-CC,
.ns-500 .WikiaArticle h2 {
    border-bottom: solid 1px #cccccc;
    margin-top: 30px;
    background-image: none;
    background-position: 0 0.9em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 22px;
    overflow: hidden;
    padding-bottom: 3px;
    text-transform: none;
}

nav.toc li {
    margin: inherit;
}

.UserProfileMasthead .links .user-profile__discord__icon-with-label,
.editpage-intro > .editpage-intro-wrapper a,
.editpage-intro > .expand,
.dark_text_1 {
    color: #006cb0;
}

.UserProfileMasthead .links .user-profile__discord__icon-with-label__icon {
    background: #006cb0;
}

.portable-infobox {
    background-color: #e6f1f7;
}

.pi-border-color {
    border-color: #bfdbec;
}

.color1 {
    background-color: #002d55;
    color: #ffffff;
}

#analytics_confidential {
    border: 2px solid #002d55;
    background-color: #002d55;
    color: #ffffff;
}

.grid_box_header {
    background-color: #002d55;
    color: #ffffff;
}

.Search .SearchInput .wds-dropdown__content .wds-list.wds-is-linked li:hover > a {
    color: #006eb3;
}

body.page-Community_Central_Staff .WikiaPage .WikiaArticle .mw-content-text {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body.page-Community_Central_Staff #mw-content-text > h2 {
    border-bottom: solid 1px #cccccc;
    margin-top: 30px;
    background-image: none;
    background-position: 0 0.9em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 22px;
    overflow: hidden;
    padding-bottom: 3px;
    text-transform: none;
}

body.page-Community_Central_Staff .pi-theme-StaffCard .pi-title {
    background-image: none;
    text-transform: none;
    font-size: 18px;
    color: #3a3a3a;
}

.pi-image-collection-tab-content {
    background-color: #e6f1f7;
}

ul.pi-image-collection-tabs li {
    border: 1px solid #bfdbec;
}

ul.pi-image-collection-tabs li.current {
    background: #bfdbec;
}

.pi-europa .pi-image-collection-tabs .current {
    background-color: #8a9dae;
}

.skin-oasis #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button:hover {
    border: 1px solid #0063bb !important;
    color: #0063bb !important;
}