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.
/*TEMPORARY*/
.ace_editor textarea,
.ace_editor input {
    direction: inherit;
    width: 550px;
}
.ace_search {
	width: 700px;
}

/*VISUAL EDITOR FANDOM DESKTOP HEADER TITLE*/
.ve-fd-header__title,
.ve-fd-header__title a {
    color: #3a3a3a !important;
}

/*FONT STYLE OVERRIDES FOR FANDOMDESKTOP*/
.mw-parser-output a,
.page-content p,
.page-content section {
	font-weight: inherit;
}

.oo-ui-buttonElement-framed:not(.oo-ui-flaggedElement-primary):not(.oo-ui-buttonElement-active).oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
.oo-ui-buttonElement-framed:not(.oo-ui-flaggedElement-primary):not(.oo-ui-buttonElement-active).oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus,
.oo-ui-buttonElement-framed:not(.oo-ui-flaggedElement-primary):not(.oo-ui-buttonElement-active).oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
.oo-ui-tagItemWidget.oo-ui-widget-enabled:focus .oo-ui-buttonElement-button,
.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover .oo-ui-buttonElement-button {
    color: inherit;
}

.page__main {
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-width: 1px;
    border-radius: 0;
    font-size: 14px;
}

.unified-search-pagination ul .paginator-page {
    color: #006cb0;
    font-size: 14px;
    font-weight: normal;
}

/*FOR PEOPLE LIKE ME WHO CAN'T STAND SYNTAX BACKGROUNDS*/
.ace-dawn,
.ace-twilight {
    background-color: #ffffff !important;
    color: #3a3a3a !important;
}

.ace-dawn .ace_gutter,
.ace-tm .ace_gutter,
.ace-twilight .ace_gutter {
    background: #ffffff !important;
    color: #3a3a3a !important;
}

.ace-dawn .ace_print-margin,
.ace-twilight .ace_print-margin {
    width: 0 !important;
    background: transparent !important;
}

#wpTextbox1.highlighted {
    border: 0 inset transparent;
}

/*ADBLOCK MARGIN FIX*/
.gpt-ad,
#top_leaderboard {
    display: none !important;
}

/*RESTORING OLD STYLE COMMUNITY CENTRAL ROOT COLOURS*/
:root {
    --theme-body-dynamic-color-1: #ffffff !important;
    --theme-body-dynamic-color-1--rgb: 255,255,255 !important;
    --theme-body-dynamic-color-2: #e6e6e6 !important;
    --theme-body-dynamic-color-2--rgb: 230,230,230 !important;
    --theme-page-dynamic-color-1: #0e191a !important;
    --theme-page-dynamic-color-1--rgb: 14,25,26 !important;
    --theme-page-dynamic-color-1--inverted: #ffffff !important;
    --theme-page-dynamic-color-1--inverted--rgb: 255,255,255 !important;
    --theme-page-dynamic-color-2: #3a3a3a !important;
    --theme-page-dynamic-color-2--rgb: 58,58,58 !important;
    --theme-sticky-nav-dynamic-color-1: #ffffff !important;
    --theme-sticky-nav-dynamic-color-1--rgb: 255,255,255 !important;
    --theme-sticky-nav-dynamic-color-2: #e6e6e6 !important;
    --theme-sticky-nav-dynamic-color-2--rgb: 230,230,230 !important;
    --theme-link-dynamic-color-1: #ffffff !important;
    --theme-link-dynamic-color-1--rgb: 255,255,255 !important;
    --theme-link-dynamic-color-2: #e6e6e6 !important;
    --theme-link-dynamic-color-2--rgb: 230,230,230 !important;
    --theme-accent-dynamic-color-1: #ffffff !important;
    --theme-accent-dynamic-color-1--rgb: 255,255,255 !important;
    --theme-accent-dynamic-color-2: #e6e6e6 !important;
    --theme-accent-dynamic-color-2--rgb: 230,230,230 !important;
    --theme-body-background-color: #07111f !important;
    --theme-body-background-color--rgb: 7,17,31 !important;
    --theme-body-background-image: url(/load.php);
    --theme-body-text-color: #ffffff !important;
    --theme-body-text-color--hover: #cccccc !important;
    --theme-sticky-nav-background-color: #002d55 !important;
    --theme-sticky-nav-text-color: #ffffff !important;
    --theme-sticky-nav-text-color--hover: #cccccc !important;
    --theme-page-background-color: #ffffff !important;
    --theme-page-background-color--rgb: 255,255,255 !important;
    --theme-page-background-color--secondary: #f3f4f4 !important;
    --theme-page-text-color: #3a3a3a !important;
    --theme-page-text-color--rgb: 58,58,58 !important;
    --theme-page-text-color--hover: #6d6d6d !important;
    --theme-page-text-mix-color: #9d9d9d !important;
    --theme-page-text-mix-color-95: #f5f5f5 !important;
    --theme-page-accent-mix-color: #8096aa !important;
    --theme-page-headings-font: Helvetica Neue,helvetica,arial,sans-serif !important;
    --theme-link-color: #006cb0 !important;
    --theme-link-color--rgb: 0,108,176 !important;
    --theme-link-color--hover: #002d4a !important;
    --theme-link-label-color: #ffffff !important;
    --theme-accent-color: #002d55 !important;
    --theme-accent-color--rgb: 0,45,85 !important;
    --theme-accent-color--hover: #0062ba !important;
    --theme-accent-label-color: #ffffff !important;
    --theme-border-color: #cecece !important;
    --theme-border-color--rgb: 206,206,206 !important;
}

/*RESTORING OLD COMMUNITY CENTRAL DESIGN*/
body.skin-fandomdesktop {
    background: #07111f url("https://images.wikia.nocookie.net/csydes-test/images/4/45/Community_Central_Wiki_Background.png") no-repeat center center fixed;
    background-size: 2175px 1025px;
}

a {
    color: #006cb0;
    text-decoration: none;
}
 
.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;
}
 
.wikia-menu-button > a,
.wikia-menu-button > li > a {
    border-right: 1px solid #668199;
    color: #ffffff;
}
 
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: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    color: #ffffff;
}
 
.modalWrapper > h1,
.right-rail-wrapper .module .modalWrapper > h3,
.modalWrapper .main-header {
    color: #006cb0;
}
 
.right-rail-wrapper .premium-recirculation-rail a:hover {
    color: #006cb0 !important;
    text-decoration: none;
}
 
.WikiHeader .navbackground {
    background-color: #002d55;
}
 
.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: linear-gradient(#004888 35%, #002d55 65%);
    text-decoration: none;
}
 
.Pagination li.selected a {
    background: #006cb0;
}
 
.Forum .ThreadList .activity li.follow {
    color: #006cb0;
}
 
.Pagination li {
    border-left: 1px solid #006cb0;
    color: #006cb0;
}
 
.Rail .User:hover {
    background: #cce2ef;
}
 
.wikia-paginator ul .paginator-page,
.wikia-paginator ul .paginator-spacer {
    color: #006cb0;
}
 
.accent {
    background-color: #cce2ef;
    border-color: #006cb0 !important;
}
 
.wikia-menu-button.secondary ul a:hover {
    background-color: #ccd5dd !important;
}
 
.wikia-menu-button ul a:hover {
    background-color: #ccd5dd;
}
 
.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: 0;
}
 
.category-gallery-media a,
.category-gallery-media a:hover,
.category-gallery-media a:visited {
    color: #006cb0;
}
 
.category-gallery-item .title {
    background-color: #002d55;
    color: #ffffff;
}
 
input[type="submit"],
input[type="submit"]:active,
input[type="reset"],
input[type="button"],
.button,
button {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    color: #ffffff;
    text-decoration: none;
}
 
.wikia-menu-button > a:hover,
.wikia-menu-button .drop:hover,
.wikia-menu-button > li > a:hover {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
}
 
.AdminDashboardHeader {
    box-shadow: inset 0 -4px 2px 0 #9daebe;
    background: #a6b6c4;
    border-color: #cccccc;
    padding-top: 12px;
}
 
.archived-forum-notification {
    background: #002d55;
    border: 1px solid #cccccc;
    color: #ffffff;
}
 
.MiniEditorWrapper .loading-indicator .loading-message .loading-text {
    color: #006cb0;
}
 
.WikiaBarWrapper {
    background-color: #002d55;
    background-image: linear-gradient(90deg, #000b15 0%, #002d55 50%, #000b15 100%);
    border-radius: 0;
    box-shadow: 0 0 10px #333333;
}
 
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;
}
 
.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;
}
 
.tooltip-icon {
    background-color: #002d55;
}
 
.useractivity-header .selected.down {
    border-top-color: #002d55;
}
 
body.background-dynamic.skin-fandomdesktop {
    background-color: #07111f;
}
 
.WikiHeader > nav .subnav-3 li a {
    border: 0 solid #004888 !important;
}

.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;
}

.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;
}

.pph-local-nav-sub-menu li:hover > a {
    color: #006cb0;
}

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

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

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

.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;
}

.right-rail-wrapper .rail-module .wds-button.wds-is-secondary {
	background-color: transparent;
    border-color: #002d55;
    color: #002d55;
    border-radius: 0.5em;
}

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

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

.right-rail-wrapper .rail-module {
    margin: 0 0 30px;
    border: 1px solid #cccccc;
    padding: 21px 10px 15px;
    background: #ffffff;
    font-size: 100%;
}

.right-rail-wrapper .activity-module .edit-info .edit-info-user {
    color: #006cb0;
}

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

.mainpage-connect .staff li {
    border-radius: 0;
    border: 1px solid #d3d3d3;
}
 
.mainpage-blogs .blog-info {
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-radius: 0;
    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-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;
}

.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);
}

.resizable-container .page-header__subtitle-back-icon {
    fill: #3a3a3a;
}

.resizable-container .page-header .wds-button.wds-is-secondary,
.resizable-container .page-header .wds-button.wds-is-secondary:active,
.resizable-container .page-header .wds-button.wds-is-secondary:focus:not(:disabled),
.resizable-container .page-header .wds-button.wds-is-secondary:hover:not(:disabled),
.resizable-container .page-header .wds-button.wds-is-secondary.wds-is-active {
    border: 1px solid #cccccc;
    background-color: #e5e5e5;
    background-image: linear-gradient(#ffffff 35%, #e5e5e5 65%);
    border-radius: 0.5em;
 }

.resizable-container .page-header__title {
    font-weight:normal;
}

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

.resizable-container .page-header .wds-dropdown__content {
    min-width: 110px;
    border-color: #002d55;
    box-shadow: 1px 2px 12px 0 #333333;
    background-color: #ffffff;
}

.resizable-container .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;
}

.resizable-container .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;
}

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

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

.mcf-card-wiki-articles__header {
    background-color: #002d55 !important;
    background-image: url(https://static.wikia.nocookie.net/csydes-test/images/6/6a/Community_Central_Wiki_Header_Background.png/revision/latest/zoom-crop/width/471/height/115?cb=20210819052435);
    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;
}

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

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

input[type="submit"] {
    border-radius: 4px;
}

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

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

.oo-ui-toggleSwitchWidget.oo-ui-toggleWidget-on,
.wds-toggle__input:checked+.wds-toggle__label::before {
    background-color: #83b8d8;
}

.oo-ui-toggleSwitchWidget.oo-ui-toggleWidget-on .oo-ui-toggleSwitchWidget-grip,
.wds-toggle__input:checked+.wds-toggle__label::after {
    background-color: #004888;
}

.ooui-theme-fandomooui .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget:hover,
.ooui-theme-fandomooui .ve-ui-pageToolsPopupTool-popup .oo-ui-buttonWidget:hover,
.ve-ui-modeSwitchPopupButtonWidget .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget:hover,
.ve-ui-modeSwitchPopupButtonWidget .ve-ui-pageActionsPopupButtonWidget-popup .oo-ui-buttonWidget:hover,
.ve-ui-modeSwitchPopupButtonWidget .ve-ui-pageToolsPopupTool-popup .oo-ui-buttonWidget:hover,
.ve-ui-pageActionsPopupButtonWidget .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget:hover,
.ve-ui-pageActionsPopupButtonWidget .ve-ui-pageActionsPopupButtonWidget-popup .oo-ui-buttonWidget:hover,
.ve-ui-pageActionsPopupButtonWidget .ve-ui-pageToolsPopupTool-popup .oo-ui-buttonWidget:hover {
    background: #ccd5dd !important;
    border-radius: 0;
}

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

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

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

.right-rail-wrapper .rail-module .wds-button.wds-is-secondary:focus:not(:disabled),
.right-rail-wrapper .rail-module .wds-button.wds-is-secondary:hover:not(:disabled) {
    background-color: transparent;
    border-color: #0063bb;
    color: #0063bb;
    border-radius: 0.5em;
}

.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;
}

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

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

.skin-fandomdesktop #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button {
    background-color: transparent;
    border: 0;
    color: #006cb0 !important;
    border-radius: 0;
    font-size: 12px;
    padding: 0 1px !important;
    font-weight: bold;
    text-transform: none;
}

.skin-fandomdesktop #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button:after {
    padding: 3px !important;
    content: ">";
}

.right-rail-wrapper .activity-module .edit-info:before {
    color: #3a3a3a;
    content: "edited by";
    font-size: 12px;
    padding: 0 3px 0 0;
    cursor: text;
}

#content .category-layout-selector__item.is-active,
.category-layout-selector__item.is-active,
.page-content .category-layout-selector__item.is-active {
    color: #002d55;
}

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

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

.content .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;
}

.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 .page-content h2 {
    border-bottom: 1px solid #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;
}

.editpage-intro > .editpage-intro-wrapper a {
    color: #006cb0;
}

.skin-fandomdesktop #wikia-recent-activity.seemoreactivity-old #seemoreactivity-button:hover {
    text-decoration: underline;
}

.oo-ui-popupWidget-popup,
.oo-ui-processDialog-title,
.ooui-theme-fandomooui .ve-ui-summaryPanel-copyrightWarningFooter,
.oo-ui-toolbar-tools,
.oo-ui-tool .oo-ui-tool-link > *,
.ve-init-mw-desktopArticleTarget-originalContent .ve-init-mw-desktopArticleTarget-title,
.ve-ui-findAndReplaceDialog-cell,
.ve-ui-findAndReplaceDialog-cell-input .oo-ui-textInputWidget,
.ve-ui-modeSwitchPopupButtonWidget>.ve-ui-modeSwitchPopupButtonWidget-button,
.ve-ui-mwSaveDialog-license,
.ve-ui-mwSaveDialog-summaryLabel,
.ve-ui-overlay,
.ve-ui-summaryPanel-checkboxActionRow,
.ve-ui-summaryPanel-summaryInputField {
font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.ooui-theme-fandomooui .ve-ui-summaryPanel-showChangesOrPreviewGroup .oo-ui-buttonElement > .oo-ui-buttonElement-button,
.user-tools-modal__my-tools-icon,
#userProfileApp .user-identity-social__icon,
.oo-ui-checkboxInputWidget,
.ooui-theme-fandomooui .ve-ui-summaryPanel-showChangesOrPreviewGroup {
color: #006cb0;
}

#userProfileApp .user-profile-navigation__link.is-active {
    border-bottom-color: transparent !important;
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-input__field:hover, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-input__field:focus, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-input__field:active, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-textarea__field:hover, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-textarea__field:focus, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-textarea__field:active, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * textarea:hover, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * textarea:focus, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * textarea:active, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * input[type='text']:hover, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * input[type='text']:focus, 
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * input[type='text']:active {
    border-color: #006cb0;
}

.EntityHeader_name__2oRXg {
    color: #006cb0 !important;
}

#userProfileApp .user-identity-header__tag {
    background-color: #336da0;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
}

#userProfileApp .user-identity-social__icon-tooltip {
background-color: #ffffff;
}

.user-tools-modal .no-ipad li:hover {
    background: #006cb026;
    color: #006cb0;
}

.oo-ui-progressBarWidget.oo-ui-widget-enabled .oo-ui-progressBarWidget-bar,
.ooui-theme-fandomooui .ve-init-mw-progressBarWidget-bar {
    background: #002d55;
}

#userProfileApp .user-identity-social__icon-tooltip::after,
#userProfileApp .user-identity-social .wds-dropdown::after {
    border-bottom-color: #ffffff;
}

#userProfileApp .user-identity-social__icon-tooltip::after,
#userProfileApp .user-identity-social .wds-dropdown::after {
    border-bottom-color: #ffffff;
}

.ooui-theme-fandomooui .ve-ui-summaryPanel-showChangesOrPreviewGroup .oo-ui-buttonElement > .oo-ui-buttonElement-button:hover {
    color: #006cb0;
}

#analytics_confidential,
.grid_box,
.grid_box_header,
#userProfileApp .user-identity-avatar__image {
    border-radius: 0;
}

#userProfileApp .user-identity-avatar__image {
    border: 6px solid #ffffff;
    border-style: solid;
    border-width: 6px;
    height: 138px;
    object-fit: cover;
    width: 138px;
}

.page-header__separator {
    background-color: #cccccc;
}

.ooui-theme-fandomooui .mw-plusminus-pos,
#pagehistory .mw-plusminus-pos {
    color: #006500;
}

.mw-plusminus-null {
    color: #aaaaaa;
}

body.skin-fandomdesktop.mw-special-Contributions .mw-contributions-table,
.client-js .mw-recentchanges-toplinks:not(.mw-recentchanges-toplinks-collapsed),
fieldset:not(.oo-ui-fieldsetLayout),
#mw-history-search {
    border: 1px solid #006cb0;
}

.oo-ui-fieldsetLayout {
    border: 0 !important;
}

.ooui-theme-fandomooui .mw-plusminus-neg,
#pagehistory .mw-plusminus-neg {
    color: #8b0000;
}

.mytools.menu.wds-dropdown div.wds-dropdown__content,
.WikiaBarWrapper .tools-menu {
    background-color: #ffffff;
    border-width: 4px 4px 2px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
    border-color: #000000;
    border-radius: 0;
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new {
    color: #cc2200;
}

.ooui-theme-fandomooui .diff-addedline {
    background-color: transparent;
    border-color: #a3d3ff;
    color: #2d2d2d;
}

.ooui-theme-fandomooui .diff-addedline .diffchange {
    background-color: #d8ecff;
    color: #2d2d2d;
}

.ooui-theme-fandomooui .diff-context {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
    color: #2d2d2d;
}

.ooui-theme-fandomooui .diff-deletedline {
    background-color: transparent;
    border-color: #ffe49c;
    color: #2d2d2d;
}

.ooui-theme-fandomooui .diff-deletedline .diffchange {
    background-color: #feeec8;
    color: #2d2d2d;
}

.page-content #pagehistory li.selected,
#pagehistory li.selected {
    background-color: #f2f2f2;
    border: 1px dashed #aaaaaa;
    border-radius: 0;
}

.WikiaBarCollapseWrapper .wikia-bar-collapse {
	background-color: #101316;
    background-image: url(https://static.wikia.nocookie.net/csydes-test/images/4/4f/Legacy_Fandom_Navigation_Bar_Texture.png);
}

.mw-parser-output a.extiw, 
.mw-parser-output a.extiw:active,
.toctogglelabel,
.toctitle .toctogglelabel,
.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget:hover .mw-rcfilters-ui-itemMenuOptionWidget-label-title, 
.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget:hover .mw-rcfilters-ui-itemMenuOptionWidget-label-desc, 
.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected .mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected .mw-rcfilters-ui-itemMenuOptionWidget-label-desc,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-dropdown__content .wds-list.wds-is-linked li:hover > a:not(.wds-button),
.ooui-theme-fandomooui .ve-ui-pageToolsPopupTool-popup .oo-ui-buttonWidget:hover > .oo-ui-buttonElement-button,
.ooui-theme-fandomooui .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget:hover > .oo-ui-buttonElement-button,
.mw-parser-output a.external,
a:hover, 
a:focus, 
a:active {
    color: #006cb0;
}

.WikiaBarWrapper .toolbar .tools > li > a {
    color: #ffffff;
}

.WikiaBarWrapper .arrow {
color: #c0c0c0;
}

.WikiaBarWrapper .toolbar .tools > li {
    border-right: 1px solid #666e79;
    float: left;
    height: 16px;
    margin-top: 2px;
    padding: 0 10px;
}

.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle, 
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,
.ooui-theme-fandomooui .ve-ui-pageToolsPopupTool-popup .oo-ui-buttonWidget:hover, 
.ooui-theme-fandomooui .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget:hover
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active .oo-ui-tool-link,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-tool-link,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active .oo-ui-tool-link {
    background-color: #006cb026;
    color: #006cb0;
}

.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus {
background-color: #006cb026;
}

.ooui-theme-fandomooui .mw-datatable tbody tr:hover {
    outline: inherit;
}

.ooui-theme-fandomooui .mw-datatable tbody tr:hover td {
    background-color: #d9d9d9 !important;
}

.oo-ui-tool .oo-ui-tool-link:hover, 
.oo-ui-tool .oo-ui-tool-link:focus {
    background-color: #006cb026;
}

table.wikitable > tr > th, 
table.wikitable > tr > td, 
table.wikitable > * > tr > th, 
table.wikitable > * > tr > td {
    border: 1px solid #aaaaaa;
}

.ooui-theme-fandomooui .mw-datatable > tr > th, 
.ooui-theme-fandomooui .mw-json > tr > th, 
.ooui-theme-fandomooui .mw-json > * > tr > th, 
.ooui-theme-fandomooui .wikitable > tr > th, 
.ooui-theme-fandomooui .wikitable > * > tr > th {
background: #f2f2f2;
border: 1px solid #aaaaaa;
}

.ooui-theme-fandomooui .mw-datatable > * > tr > th {
	background-color: #e6e6e6;
	color: #212121;
	border-color: #aaaaaa;
}

.mw-datatable td, 
.mw-datatable th {
    border: 1px solid #aaaaaa;
}

.ooui-theme-fandomooui .mw-datatable, 
.ooui-theme-fandomooui .mw-json, 
.ooui-theme-fandomooui .wikitable {
    background-color: #fafafa;
    border-color: #cccccc;
}

.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget:hover,
.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected {
    color: #006cb0;
}

#MessageWall .Message__wrapper {
    background-color: #d9e0e6;
    border: none;
    border-radius: 2px;
    border-style: transparent;
    border-width: 0;
}

#userProfileApp .user-identity-box__wrapper {
    background-color: #cbd2d6;
    background-image: linear-gradient(#ffffff 0%, #cbd2d6 100%);
}

#userProfileApp .user-profile-navigation__link {
    opacity: 10;
}

.errorbox {
    border-color: #a91000;
    background: #f2cfd2;
    color: #a91000;
}

.successbox {
    border-color: #008000;
    background-color: #ddffdd;
    color: #008000;
}

.warningbox {
    border-color: #ff8c00;
    background-color: #ffffc0;
    color: #000000;
}

#userProfileApp .user-identity-header__button:not(.wds-is-text):not(.wds-is-secondary):hover:not(:disabled) {
    background-color: #0063bb;
    border-color: #0063bb;
}

.oo-ui-toolbar-bar {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #3a3a3a;
    background-image: linear-gradient(#ffffff 50%, #ebebeb 100%);
}

.oo-ui-toolbar-actions .oo-ui-toolbar-bar {
    background-image: none;
}

.CategorySelect.articlePage {
    background-color: transparent;
    border: 1px solid #cccccc;
}

.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected {
    background-color: rgba(26,167,255,0.15);
}

.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget:hover {
    background-color: rgba(0,110,179,0.15);
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-tabs .wds-tabs__tab.wds-is-current {
    box-shadow: inset 0 -2px 0 0 #0063bb;
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-tabs .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
    color: #006cb0;
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover,
.oo-ui-tagItemWidget.oo-ui-widget-enabled:focus {
    background-color: rgba(0,110,179,0.15);
    border-color: #006cb0;
    color: #006cb0;
}

.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    font-size: 14px;
    font-weight: normal;
    text-transform: inherit;
}

.oo-ui-panelLayout-framed {
    border-color: #006cb0;
    border-radius: 0;
}

.oo-ui-fieldsetLayout.oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
    font-size: 14px;
    font-weight: normal;
}

.oo-ui-icon-close:hover {
    color: #006cb0;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: rgba(0,110,179,0.15);
    color: #006cb0;
}

.wikia-gallery-caption-below .lightbox-caption {
    color: #808080;
}

.article-with-rail .right-rail-wrapper .rail-module h2 {
    border-bottom: 1px solid #cccccc;
}

#userProfileApp .user-profile-navigation,
.article-with-rail .right-rail-wrapper .rail-module h2 {
    border-bottom-color: #cccccc;
}

.ooui-theme-fandomooui .ve-ui-pageToolsPopupTool-popup .oo-ui-buttonWidget:hover,
.ooui-theme-fandomooui .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget:hover {
    background: #006cb026;
}

.oo-ui-tagItemWidget.oo-ui-widget-enabled:hover .oo-ui-buttonElement-button, 
.oo-ui-tagItemWidget.oo-ui-widget-enabled:focus .oo-ui-buttonElement-button,
.wikiEditor-ui .wikiEditor-ui-toolbar .booklet .index div {
    color: #006cb0;
}

.noarticletext,
.mw-core-article {
    border: 1px solid #d9d9d9;
}

.noarticletext {
    border-radius: 0;
}

.ooui-theme-fandomooui .ve-ui-pulsatingDot,
.ooui-theme-fandomooui .ve-ui-stillDot {
   background-color: #006cb0;
}

li span.deleted, 
span.history-deleted {
    color: #888888;
}

.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed {
    background-color: #1aa7ff26;
    color: #006cb0;
}

.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted {
    background-color: #006cb026;
    color: #006cb0;
}

.wikiEditor-ui .wikiEditor-ui-toolbar .tool-button.tool-active,
.wikiEditor-ui .wikiEditor-ui-toolbar .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover,
.wikiEditor-ui .wikiEditor-ui-toolbar .tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
    background-color: #ccd5dd;
}

.wikiEditor-ui .wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #cce2ef;
}

.resizable-containerContentWrapper {
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.community-page-todo-list-module .community-page-todo-list-module-content, 
.community-page-todo-list-module .community-page-todo-list-module-zerostate {
    border-left: thick solid #002d55;
}

.community-page-todo-list-module .community-page-todo-list-module-edit .wds-icon {
    fill: #999999;
}

.community-page-card-module .community-page-card-module-header {
    background: #002d55;
}

.community-page-module .community-page-module-section-title {
    border-bottom: 1px solid #cccccc;
}

.community-page-cards-module-header, 
.community-page-todo-list-module .community-page-todo-list-module-header {
    font-weight: normal;
}

#wikiPreview .previewnote {
    border-top: 1px solid #cccccc;
}

#wikiPreview .previewnote p {
    color: #dd3333;
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new:hover,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new:focus,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new:active {
    color: #cc2200;
}

.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
    color: #606060;
}

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
    box-shadow: inset 0 0 0 1px #006cb0;
}

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:hover,
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
    border-color: #006cb0;
}

.apihelp-header {
    border-color: #aaaaaa;
}

#userProfileApp .user-profile-navigation__link a {
    color: #006cb0;
    opacity: 100;
}

.unified-search__input {
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.mw-protectedpages-unknown,
.unified-search__result__link,
.unified-search .unified-search__community__content__hub {
    color: #808080;
}

.unified-search__input .wds-dropdown__toggle {
     background: #f7f7f7;
     border-right: 0 !important;
}

.unified-search__input__wrapper {
    border: 1px solid #e6e6e6;
}

.unified-search__profiles__profile--selected,
.unified-search__profiles__profile__filters__filter--selected {
    background-color: #fafafa;
}

.unified-search__profiles__profile:hover,
.unified-search__profiles__profile__filters__filter:hover {
    background-color: #f7f7f7;
}

.category-page__trending-pages {
    border-bottom: 1px solid #cccccc;
}

.category-page__trending-page-thumbnail {
    border: 1px solid #cccccc;
}

.unified-search .unified-search__community__content {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    border-top: 0;
    margin-top: -1px;
}

.resizable-container .page-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a {
    background-color: #ccd5dd !important;
    color: #3a3a3a !important;
}

.WikiaBarWrapper .tools-menu > li > a:hover {
    color: #3a3a3a;
}

.oo-ui-toolbar-bar,
.wikiEditor-ui .wikiEditor-ui-toolbar {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #3a3a3a;
    background-image: linear-gradient(#ffffff 50%, #ebebeb 100%);
}

.wikiEditor-ui #msupload-div {
    background: #a6b6c4;
    border-bottom: 1px solid #c5ced9;
    border-left: 1px solid #a6b6c4;
    border-radius: 0;
    border-right: 1px solid #a6b6c4;
    border-top: 1px solid #c5ced9;
    box-shadow: inset 0 -4px 2px 0 #9daebe;
}

.wikiEditor-ui #msupload-bottom a,
.wikiEditor-ui #msupload-dropzone {
    color: #ffffff;
}

#msupload-dropzone {
    border: 1px solid #a6b6c4;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.oo-ui-toolbar-bar,
.wikiEditor-ui .wikiEditor-ui-toolbar {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #3a3a3a;
    background-image: linear-gradient(#ffffff 50%, #ebebeb 100%);
}

.wikiEditor-ui .wikiEditor-ui-toolbar .sections .section {
    background-color: transparent;
    border-color: #cccccc;
}

.wikiEditor-ui .wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui .wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
    background-color: transparent;
}

.wikiEditor-ui .wikiEditor-ui-toolbar .group .tool-select .menu .options {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 3px 3px 6px 0 #e8e8e8;
}

.wikiEditor-ui .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover {
    background-color: #ccd5dd;
}

.activity-module .page-title a:hover,
.mw-changeslist-links a:hover,
.mw-contributions-list a:hover,
.right-rail-wrapper .activity-module .edit-info .edit-info-user a:hover,
#userProfileApp .user-profile-navigation__link a:hover,
.activity-module .edit-info a:hover,
.page-header__page-subtitle a:hover,
.WikiaBarWrapper .toolbar .tools > li > a:hover,
.page-header__subtitle a:hover,
.LightboxModal .LightboxHeader h1 a:hover,
.LightboxModal .LightboxHeader .user-details a:hover,
.LightboxModal .see-full-size-link a:hover,
.LightboxModal .video-views a:hover,
.mainpage-blogs .blog .title a:hover,
.mainpage-faq .faq-list a:active,
.mainpage-faq .faq-list a:focus,
.mainpage-faq .faq-list a:hover,
#MessageWall .MessageWallForum .load-more-button:hover,
#MessageWall .ViewMoreReplies__button:hover,
.ReplyList_view-all-replies__1SDld:hover,
.wds-banner-notification__text a:hover,
.page-header__categories-links a:hover {
    text-decoration: underline;
}

#userProfileApp .user-identity-header__attributes>h1 {
    font-size: 30px;
}

.page-counter__value,
#userProfileApp .user-identity-header__attributes>h2 {
    font-size: 24px;
}

LightboxModal .LightboxCarousel .LightboxCarouselContainer .thumb {
    border-width: 0;
    border-radius: 0;
}

.modalWrapper {
    background: #ffffff;
    border-color: rgba(7,17,31,0.8);
    border-radius: 0;
    border-width: 5px;
    box-shadow: 0 10px 60px 0 #808080;
}

.LightboxModal .LightboxHeader h1 {
    font-weight: inherit;
}

.blackout {
    background: #ffffff;
    opacity: 0.8;
}

.LightboxModal .LightboxCarousel .LightboxCarouselContainer li,
.LightboxModal .LightboxCarousel .LightboxCarouselContainer li.active {
    border-width: 0;
    border-radius: 0;
}

.LightboxModal .see-full-size-link,
.LightboxModal .video-views {
    border-left: 1px solid #aaaaaa;
}

.LightboxModal .LightboxHeader .more-info-button,
.LightboxModal .LightboxHeader .share-button,
.LightboxModal .LightboxHeader .more-info-button a:hover,
.LightboxModal .LightboxHeader .share-button a:hover {
    color: #3a3a3a;
    font-weight: inherit;
}

.LightboxModal .user-details .avatar {
    border: 1px solid #d9d9d9;
    top: 0;
}

.user-tools-modal__icon-wrapper .wds-icon {
    color: #006cb0;
}

.user-tools-modal .popular-tools-group {
    background-image: linear-gradient(#ffffff 60%, #f2f2f2 100%);
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * input[type='text'] {
    border: 1px solid #ececec !important;
    border-radius: 0;
}

.rename-item-modal .wds-dialog__actions,
.rename-item-modal .wds-dialog__title,
.user-tools-modal .wds-dialog__actions,
.user-tools-modal .wds-dialog__title {
	background: #e6e6e6;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.user-tools-modal .options-list {
    border: 1px solid #cccccc;
}

.oo-ui-selectFileWidget.oo-ui-widget-enabled.oo-ui-selectFileWidget-dropTarget:hover {
    border-color: #006cb0;
}

.wds-dialog__title {
    font-size: 17px;
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-dialog__actions {
    border-top-color: transparent;
}

.CategorySelect.articlePage .tool {
    border-left: 1px solid #cccccc;
    color: #8c8c8c;
}

.LoadingBox_loading-box__3u4N8 .fandom-spinner > svg circle {
    stroke: #002d55;
}

.unified-search__profiles__profile .new-feature-dot {
    background-color: #006cb0;
}

.wikiEditor-ui-toolbar .booklet > .index > :hover {
    background-color: #ccd5dd;
}

.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff 0%, #ffffff 60%, #ebebeb 100%) !important;
}

.social-activity-filters__popup-header {
    border-bottom: 1px solid #cccccc;
}

.wikiEditor-ui-toolbar .page-characters div span,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-characters div span:hover {
    border: 1px solid #cccccc;
}

.page-footer__languages .wds-collapsible-panel__content a,
.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #cccccc;
}

.page-footer__languages .wds-collapsible-panel__content a:last-child {
	border-right: 0;
}

.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:indeterminate + span::before,
.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:disabled + span,
.wikiEditor-ui .wikiEditor-ui-toolbar .group,
.wikiEditor-ui .wikiEditor-ui-toolbar .group .label,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-characters div span,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-table td,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-table th {
    border-color: #cccccc;
}

.EditorForm_editor-form__n0QhX,
.EntityTopBar_details__1lRTs {
    border-bottom: 1px solid #e6e6e6 !important;
}

.ActionItem_action-item__1O8ed:hover {
    background-color: #ccd5dd !important;
    color: #3a3a3a !important;
}

.ActionDropdown_action-dropdown__AGOle .wds-dropdown__content {
	background-color: #ffffff;
	border: 1px solid #cccccc;
    color: #3a3a3a;
    border-radius: 0;
    border-width: 2px;
    box-shadow: 1px 2px 12px 0 #333333;
}

#userProfileApp .user-identity-social__icon:hover svg {
    opacity: unset;
}

.ActionItem_action-item__1O8ed:not(:first-child) {
    border-top: 1px solid #cccccc;
}

.WikiaBarWrapper .tools-menu > li:not(:first-child) > a,
.WikiaBarWrapper .tools-menu span {
    border-top: 1px solid #cccccc;
}

.rich-text-editor__toolbar__icons-container {
    background-color: #fafafa;
    border: 1px solid #c7c7c7 !important;
}

.rich-text-editor__toolbar__icon-group.has-border-left::before {
    border-left: 1px solid #c7c7c7;
}

.rich-text-editor__toolbar.is-expanded .rich-text-editor__toolbar__icon-controls .wds-icon {
    color: #3a3a3a !important;
}

.rich-text-editor__toolbar__icon-wrapper.is-active,
.rich-text-editor__toolbar.is-expanded .rich-text-editor__toolbar__icon-controls,
.rich-text-editor__toolbar__icon-wrapper:not(.is-active):hover {
    background: unset !important;
}

.rich-text-editor__content .ProseMirror pre code {
    background-color: transparent;
}

.InlineEntityFormWrapper_inline-entity-form-wrapper__12amV {
    border-radius: 0 !important;
}

.hyperlink-modal {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
}

.mw-body-content .unified-search__input__wrapper,
.mw-parser-output pre,
.oo-ui-popupWidget-popup,
.page-content .unified-search__input__wrapper,
.page .unified-search__input__wrapper,
.right-rail-wrapper .premium-recirculation-rail .recirculation-rail__placeholder,
.right-rail-wrapper .premium-recirculation-rail img {
    border: 1px solid #cccccc;
}

.oo-ui-popupWidget-anchored.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::before {
    border-bottom-color: #cccccc;
}

.ooui-theme-fandomooui .mw-rcfilters-ui-filterTagMultiselectWidget-views-input input.oo-ui-inputWidget-input {
    border-color: #cccccc transparent #cccccc #cccccc;
    border-width: 1px;
}

#MessageWall .ViewMoreReplies__button {
    color: #006cb0;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

#MessageWall .ViewMoreReplies {
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
}

#MessageWall .MessageWallForum .load-more-button {
    background-color: transparent;
    border-color: #cccccc;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.LoadMoreButton_load-more__15sOz {
    background: transparent !important;
    border: 1px solid #cccccc !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    color: #006cb0 !important;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 14px;
    background-image: none !important;
}

#userProfileApp .user-identity-bio {
    font-size: 14px;
    max-height: 20em;
}

#userProfileApp .user-identity-bio.overflow::before {
    background: none;
}

#userProfileApp .user-bio-open-modal-button {
    color: #006cb0;
}

.activity-summary__help-caption {	
    text-transform: none;
    font-weight: normal;
}

.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-toggle__label::before,
.oo-ui-toggleSwitchWidget,
.wds-toggle__label:before {
    background-color: #878c8d;
}

.mw-apisandbox-toolbar {
    border-bottom: 1px solid #aaaaaa;
}

.oo-ui-bookletLayout > .oo-ui-menuLayout-menu {
    border-right-color: #cccccc;
}

#list-global-users-selector-toggle,
ol.references,
p.mw-delete-editreasons,
p.mw-filedelete-editreasons,
p.mw-protect-editreasons,
p.mw-revdelete-editreasons,
p.mw-upload-editlicenses,
.references-small {
    font-size: 90%;
}

.wds-spinner .wds-path,
.wds-spinner .wds-spinner__stroke {
    stroke: #006cb0;
}

.blog-listing__read-more-button .oo-ui-buttonElement-button,
.entity-content a,
.rich-text-editor__content .ProseMirror a {
    color: #006cb0 !important;
}

.Reply_focused__1r-oG {
    background-color: #006cb01a !important;
}

.themed-link,
.skin-fandomdesktop .cm-mw-extlink,
.skin-fandomdesktop .cm-mw-free-extlink,
.skin-fandomdesktop .cm-mw-link-pagename,
.skin-fandomdesktop .cm-mw-link-bracket,
.skin-fandomdesktop .cm-mw-link-delimiter {
    color: #006cb0;
}

.ReplyList_view-all-replies__1SDld {
    border-bottom: 1px solid #cccccc !important;
    color: #006cb0 !important;
    background-color: transparent !important;
    background-image: none !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.resizable-container .page-header .wds-dropdown__content,
.ve-fd-header div.oo-ui-popupWidget div.oo-ui-popupWidget-popup {
    border-color: #002d55;
    box-shadow: 1px 2px 12px 0 #333333;
    background-color: #ffffff;
    border-radius: 0;
    font-style: normal;
}

.oo-ui-progressBarWidget,
#userProfileApp .user-identity-social__icon-tooltip {
    border-color: #cccccc;
}

.oo-ui-menuSelectWidget {
    background-color: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 2px 2px;
    color: #006cb0;
    box-shadow: 3px 3px 6px 0 #e8e8e8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-width: 1px;
    margin-top: 2px;
    padding: 5px 1px;

}

#userProfileApp .user-bio-modal-footer,
.category-page__pagination {
    border-top: 1px solid #cccccc;
}

.toc,
.category-page__member-thumbnail {
    border: 1px solid #cccccc;
}

.category-layout-selector {
    color: #cccccc;
}

.category-layout-selector__item,
.codeEditor-status-line,
.page-content .category-layout-selector__item {
    border-right: 1px solid #cccccc;
}

.category-page__first-char {
    border-bottom: 1px solid #cccccc;
}

.wikiEditor-toolbar-dialog.ui-dialog,	
.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-buttonpane {
    background: #ffffff;
}

.ooui-theme-fandomooui .mw-notification,
.sitenotice {
    background: #ffffff !important;
    border: 0 solid transparent !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2) !important;
    color: #666666 !important;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.wds-dropdown {
    --wds-dropdown-background-color: #ffffff;
}

.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-buttonset .ui-button:first-child {
    background: #002d55;
    border-color: #002d55;
}

.EditorForm_avatar__2OMM0 img,
.EntityHeader_avatar__2TDnq img,
.FormEntryPoint_avatar__3DkEw img {
    border-color: #cccccc;
}

.wds-tabs__tab-label>a:hover,
.wds-tabs__tab-label>a:focus {
    color: rgba(255,255,255,0.8);
}

.oo-ui-popupWidget-popup,
.oo-ui-popupToolGroup-tools {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#userProfileApp ul.user-identity-stats a {
    color: #000000;
}

.wds-dialog__wrapper {
    --wds-dialog-background-color: #ffffff;
    --wds-dialog-border-color: none;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.oo-ui-processDialog-actions-safe .oo-ui-actionWidget > .oo-ui-buttonElement-button,
.wds-global-navigation__search-submit,
.oo-ui-pendingElement-pending {
    background-image: none;
}

.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after {
    border-bottom-color: #ffffff;
}

.ooui-theme-fandomooui .ve-ui-mwLanguagesPage-languages-table td,
.ooui-theme-fandomooui .ve-ui-mwLanguagesPage-languages-table th {
    border-bottom-color: #cccccc;
}

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
     background-color: #ffffff;
}

.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected {
    background-color: #1aa7ff26;
}

.wds-banner-notification__text a,
.wds-banner-notification__text a:hover {
    color: #006cb0;
}

.wikiEditor-ui #msupload-list .file {
    border-top-color: #cccccc;
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus,
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active {
    border-color: #006cb0;
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:active {
    box-shadow: inset 0 0 0 1px #006cb0;
    background-image: none;
}

.wds-tabs__tab-label>a:hover,
.wds-tabs__tab-label>a:focus {
    color: inherit;
}

.resizable-container {
    border: none !important;
}

.wikiEditor-toolbar-dialog.ui-dialog {
    border-color: #cccccc;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.mw-datatable td {
    background-color: #ffffff !important;
}

#mw-allmessagestable .am_actual {
    background-color: #e2ffe2 !important;
}

#mw-allmessagestable .am_default {
    background-color: #fcffc4 !important;
}

#mw-allmessagestable tbody:hover td {
    background-color: #d9d9d9 !important;
}

#mw-allmessagestable tbody:hover .am_actual {
    background-color: #b1ffb1 !important;
}

#mw-allmessagestable tbody:hover .am_default {
    background-color: #faff90 !important;
}

.oo-ui-dropdownWidget-handle,
.oo-ui-dropdownInputWidget select {
	background-color: #ffffff;
	border-color: #767676;
    background-image: none;
}

.oo-ui-dropdownWidget-handle:hover {
	background-color: #ffffff;
	border-color: #4f4f4f !important;
    background-image: none;	
}

.mw-datatable th {
    background-color: #e6e6e6;
}

.ooui-theme-fandomooui .mw-datatable>*>tr>td,
.ooui-theme-fandomooui .mw-datatable>tr>td,
.ooui-theme-fandomooui .mw-json>*>tr>td,
.ooui-theme-fandomooui .mw-json>tr>td,
.ooui-theme-fandomooui .wikitable>*>tr>td,
.ooui-theme-fandomooui .wikitable>tr>td {
    border-color: #aaaaaa;
}

.LightboxModal .LightboxCarousel .LightboxCarouselContainer li.more-items p:before {
    box-shadow: 0 0 5px 1px #aaaaaa;
    border-left: 1px solid #cccccc;
}

.LightboxModal .LightboxCarousel .LightboxCarouselContainer li.more-items p {
    color: #6b6b6b;
}

div.mw-warning-with-logexcerpt {
    border: 2px solid #2f6fab;
}

.ArticleCommentsSingleThread_toolbar-button-back__1cySC,
.ViewFilter_view-filter__PsCAc .ViewFilter_view-filter-toggle__15_B_,
.ViewFilter_view-filter__PsCAc .ViewFilter_view-filter-toggle__15_B_:active,
.ViewFilter_view-filter__PsCAc .ViewFilter_view-filter-toggle__15_B_:hover {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

.ArticleCommentsSingleThread_toolbar-button-back__1cySC.themed-link:active,
.ArticleCommentsSingleThread_toolbar-button-back__1cySC.themed-link:focus,
.ArticleCommentsSingleThread_toolbar-button-back__1cySC.themed-link:hover {
   color: #006cb0;
   text-decoration: underline;
}

.WikiaBarWrapper .wikia-bar {
    background-image: url(https://static.wikia.nocookie.net/csydes-test/images/4/4f/Legacy_Fandom_Navigation_Bar_Texture.png);
    font-family: Helvetica Neue,helvetica,arial,sans-serif;    
}

/*WIKI DESIGN*/
/*NOT REVIEWED*/
.MiniEditorWrapper .editarea .wikiaEditor,
.wikia-menu-button ul {
    background: #ffffff !important;
}
/*REVIEWED*/
.list-users-search-by-name-list,
.social-activity-filters .wds-dropdown .wds-dropdown__content,
.unified-search div.unified-search__input .wds-dropdown div.wds-dropdown__content,
.wiki-features__description .wds-dropdown__content {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
/*NOT REVIEWED*/
.MyToolsConfiguration .autocomplete .selected,
.MyToolsConfiguration .no-ipad li:hover,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted,
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,
.rich-text-editor__toolbar__icon-wrapper.is-active,
.rich-text-editor__toolbar.is-expanded .rich-text-editor__toolbar__icon-controls,
.user-tools-modal .no-ipad li:hover,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-tool-link {
    background: #ccd5dd !important;
}
/*REVIEWED*/
.ace-dawn .ace_fold,
.ace-twilight .ace_fold {
	background-color: #794938 !important;
	border-color: #080808 !important;
}

.ace-dawn .ace_gutter-active-line,
.ace-twilight .ace_gutter-active-line {
	background-color: #dcdcdc !important;
}

.ace-dawn .ace_indent-guide,
.ace-twilight .ace_indent-guide {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYLh/5+x/AAizA4hxNNsZAAAAAElFTkSuQmCC) right repeat-y !important;
}

.ace-dawn .ace_invalid.ace_illegal,
.ace-twilight .ace_invalid.ace_illegal {
	text-decoration: underline;
	font-style: italic;
	color: #f8f8f8 !important;
	background-color: #b52a1d !important;
}

.ace-dawn .ace_marker-layer .ace_active-line,
.ace-twilight .ace_marker-layer .ace_active-line {
	background: rgba(36, 99, 180, 0.12) !important;
}

.ace-dawn .ace_marker-layer .ace_selection,
.ace-twilight .ace_marker-layer .ace_selection {
	background: rgba(39, 95, 255, 0.30) !important;
}

.ace-dawn .ace_marker-layer .ace_step,
.ace-twilight .ace_marker-layer .ace_step {
	background: rgb(255, 255, 0) !important;
}

#AdminDashboardAdvanced section {
	background-color: transparent;
}
/*NOT REVIEWED*/
.AdminDashboard .admin-dashboard-content .control-section {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff 10%, #f2f2f2 100%);
    box-shadow: 1px 0 0 0 #e5b7ba;
    border-right: 1px solid #bda2a3;
    border-radius: 0;
    margin-bottom: 0;
}
/*REVIEWED*/
.AdminDashboard .admin-dashboard-content .control-section .controls {
    background-color: transparent;
    background-image: none;
    padding: 3.2em 15px 0;
    line-height: 13px;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .control:active .representation {
    box-shadow: inset -5px 5px 5px 0 #cdcdcd;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .control:hover .representation {
    background-color: #e6e6e6 !important;
    background-image: linear-gradient(#f5f5f5 40%, #e6e6e6 100%) !important;
    border-color: #cccccc;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .control .representation {
    background-color: #fafafa;
    background-image: linear-gradient(#ffffff 40%, #f2f2f2 100%) !important;
    border-color: #cccccc !important;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .control .wds-icon,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li>a>svg:not(.navigation-item-icon):active,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li>a>svg:not(.navigation-item-icon):focus,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li>a>svg:not(.navigation-item-icon):hover {
    fill: #006cb0;
}
/*NOT REVIEWED*/
.AdminDashboard .admin-dashboard-content .control-section header {
    background-color: #f2f2f2;
    background-image: linear-gradient(#ffffff 40%, #f2f2f2 100%);
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #bda2a3;
    box-shadow: 1px 0 0 0 #e5b7ba;
    zoom: 1;
    font-size: 12px;
    padding: 5px 15px 5px;
    position: absolute;
    width: 71.05%;
    margin-left: -18px;
    margin-top: -18px;
}
/*REVIEWED*/
.AdminDashboard .admin-dashboard-content .control-section header h1 {
    margin: .5em 0 .2em;
    font-size: 16px;
}

.AdminDashboard .admin-dashboard-content .control-section .oo-ui-iconElement-icon:not(.oo-ui-iconElement-noIcon) {
	background-color: #006cb0;
}

#AdminDashboardAdvanced {
    padding: 0;
}

.AdminDashboardGeneralHeader {
  box-shadow: 0 2px 2px 0 #e6e6e6;
  background-color: #f2f2f2;
  background-image: linear-gradient(#ffffff 40%, #f2f2f2 100%);
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding-top: 5px;
}

.AdminDashboardHeader h1 {
    background: #a6b6c4;
    border-color: #cccccc;
    box-shadow: 0 -4px 2px 0 #9daebe inset;
    padding-left: 15px;
    font-size: 20px;
}

#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs {
  flex-direction: row-reverse;
  padding-right: 336px;
}

#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab.wds-is-current .wds-tabs__tab-label {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
/*NOT REVIEWED*/
#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab .wds-tabs__tab-label {
  font-size: 12.5px;
  border: 1px solid #c8abad;
  border-radius: 5px 5px 0 0;
  background-color: #c8abad;
  height: 25px;
  padding: 0 20px;
  margin: 0 2px;
  border-bottom-width: 0;
}
/*REVIEWED*/
.AdminDashboardJSButton > div {
	background-color: #0c77b6;
}

.AdminDashboardJSButton > div > span {
    color: #eaeef0;
    font-weight: bold;
}
/*NOT REVIEWED*/
.admin-dashboard__module {
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff 10%, #e7bbbe 100%);
    border: 1px solid #c9b3b4;
    border-radius: 0;
    padding: 11.6px;
}
/*NOT REVIEWED*/
.AdminDashboard .representation {
  background:linear-gradient(#efd2d3 40%, #e5b7ba 100%) !important;
  border-color: #cccccc !important;
  border-radius: 6px;
}
/*NOT REVIEWED*/
.AdminDashboardTabs .tab {
    background: #c8abad;
    border-color: #c8abad;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    float: left;
    height: 18px;
    line-height: 16px;
    margin-left: 4px;
    padding: 2px 25px 0;
    position: relative;
    text-decoration: none;
    border: 0;
}
/*REVIEWED*/
.AdminDashboardTabs .tab.active {
    background: #ffffff;
    border-color: #ffffff;
}

.AdminDashboard ul,
.AdminDashboard ol {
    margin: 0;
    list-style: none !important;
}

a.fandom-community-header__image {
	position: relative;
	width: 225px; 
	height: 60px;
}

a.fandom-community-header__image:after,
a.fandom-sticky-header__logo:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('https://static.wikia.nocookie.net/csydes-test/images/1/13/Wikia_Community_Central_Logo_with_White_Text.png') left/contain no-repeat;
}

a.fandom-community-header__image img,
a.fandom-sticky-header__logo img,
a.staffSigLink svg.staffSigImage {
	visibility: hidden;
}

a.fandom-sticky-header__logo {
	position: relative;
	width: 105px;
	height: 30px;
}

a.staffSigLink {
	position: relative;
}

a.staffSigLink:after {
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  bottom: 0;
  right: 0;
  background: url(https://vignette.wikia.nocookie.net/csydes-test/images/6/6e/Navy_Wikia_Logo.svg) center/contain no-repeat;
  width: 50px;
  height: 14px;
}

#adoptions.wds-button.btn-large,
.astmain span.wds-button {
	background-color: #002d55;
	background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 3px;
    color: #ffffff;
}

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

.announcements-content .announcements-icon-with-circle,
.InputField-module_iconWrapper__3jXye {
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    color: #ffffff;
}

.announcements-content .announcements-list__card {
    background-color: #d9e0e6 !important;
    border: 1px solid #cccccc !important;
    border-radius: 5px !important;
}

.announcements-layout .announcements-about {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.article-categories {
    background-color: #f2f2f2;
    background-image: linear-gradient(#ffffff 50%, #f2f2f2 100%);
    border: 1px solid #cccccc;
    margin: 10px;
    padding: 10px;
}

#articleComments .EditorForm__actions .wds-button:not(.wds-is-secondary) {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    color: #ffffff;
    border-radius: 4px;
}

a.text .button,
a.wikia-button,
#mw-upload-form .mw-htmlform-submit-buttons button[name="wpCancelUpload"],
#mw-upload-form .mw-htmlform-submit-buttons button[name="wpUploadIgnoreWarning"] {
	cursor: pointer;
	text-decoration: none;
	background-color: #002d55;
	border: 1px solid #002d55;
	border-radius: 4px;
	font-weight: normal;
	color: #ffffff;
	height: 19px;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	white-space: nowrap;
	box-sizing: content-box;
}

a.text .button,
a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"]:not(.wds-button),
input[type="reset"],
input[type="button"],
.button,
button,
a.text .button:active,
a.wikia-button:active,
.wikia-single-button a:active,
.wikia-menu-button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active,
button:active,
.wikia-menu-button > a:active,
.wikia-menu-button .drop:active,
a.text .button:hover,
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,
.wikia-menu-button:hover,
.wikia-menu-button > a:hover,
.wikia-menu-button .drop:hover {
	background-image: linear-gradient(#004888 35%, #002d55 65%);
}

a.text .button.secondary,
a.wikia-button.secondary,
.wikia-single-button a.secondary,
.wikia-menu-button.secondary,
input[type="submit"].secondary,
input[type="reset"].secondary,
input[type="button"].secondary,
.button.secondary,
button.secondary {
    background-color: #e5e5e5;
    background-image: linear-gradient(#ffffff 35%, #e5e5e5 65%);
    border: 1px solid #cccccc;
    color: #3a3a3a;
}

a.text .button.secondary,
a.wikia-button.secondary,
.wikia-single-button.secondary a,
.wikia-menu-button.secondary,
input.secondary[type="submit"],
input.secondary[type="reset"],
input.secondary[type="button"],
.button.secondary.secondary,
button.secondary,
.wikia-menu-button.secondary > a:hover,
.wikia-menu-button.secondary .drop:hover,
.wikia-menu-button.secondary > li > a:hover {
    border: 1px solid #cccccc;
    background: linear-gradient(#ffffff 35%, #e5e5e5 65%);
}

a.text .button.secondary:hover,
a.wikia-button.secondary:hover,
.wikia-single-button.secondary a:hover,
.wikia-menu-button.secondary:hover,
input.secondary[type="submit"]:hover,
input.secondary[type="reset"]:hover,
input.secondary[type="button"]:hover,
.button.secondary:hover,
button.secondary:hover {
    background:linear-gradient(#ffffff 35%, #e5e5e5 65%);
}

.blog-listing__create-post-button a.oo-ui-buttonElement-button,
.MessageWallEditButton {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 0.5em;
    color: #ffffff !important;
    font-size: 10px;
}

.blog-listing__post {
    background-color: #cccccc1a;
    border: 1px solid #cccccc80;
}
/*NOT REVIEWED*/
.discussion-module {
    width: 704px !important;
}
/*NOT REVIEWED*/
body.mw-special-AdminDashboard .FounderProgressList .activities .activity .activity-description .description {
    box-shadow: 2px 2px 2px 0 #bda2a3;
    background: #ffffff;
    border: 1px solid #dbdbdb;
}
/*REVIEWED*/
body.mw-special-AutoblockList .page-content ul,
body.mw-special-BlockList .page-content ul {
    list-style-type: none !important;
    margin-left: 0;
}

body.mw-special-Block .oo-ui-buttonSelectWidget .oo-ui-buttonOptionWidget:first-child .oo-ui-buttonElement-button,
body.mw-special-Export .oo-ui-actionFieldLayout .oo-ui-actionFieldLayout-button .oo-ui-buttonElement-framed > .oo-ui-buttonElement-button,
body.mw-special-Undelete .oo-ui-fieldLayout-field .oo-ui-widget.oo-ui-buttonElement.oo-ui-labelElement.oo-ui-buttonInputWidget .oo-ui-inputWidget-input,
#deleteconfirm .oo-ui-widget.oo-ui-buttonElement.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive #wpConfirmB,
.entity-content .read-more,
#mw-img-deleteconfirm .oo-ui-widget.oo-ui-buttonElement #mw-filedelete-submit,
.mw-rcfilters-ui-filterMenuHeaderWidget-hightlightButton.oo-ui-toggleWidget-on a.oo-ui-buttonElement-button,
.oo-ui-fieldLayout-field .oo-ui-widget.oo-ui-buttonElement.oo-ui-labelElement.oo-ui-buttonInputWidget #mw-undelete-invert,
.oo-ui-fieldLayout-field .oo-ui-widget.oo-ui-buttonElement.oo-ui-labelElement.oo-ui-buttonInputWidget #mw-undelete-submit,
.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-buttonset .ui-button:first-child,
.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-buttonset .ui-button:first-child:hover {
	background-color: #002d55;
	background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55 !important;
    color: #ffffff !important;
}

body.mw-special-Contributions input[type="submit"],
body.mw-special-Import input[type="submit"],
body.mw-special-MergeHistory input[type="submit"],
body.mw-special-Upload input[type="submit"],
body.mw-special-Userrights input[type="submit"],
body.mw-special-Whatlinkshere input[type="submit"],
button#maps-geojson-new[type="submit"],
#mw-history-compare button[type=submit],
#mw-history-compare input[type=submit],
#mw-history-search button[type=submit],
#mw-history-search input[type=submit],
.page-Special_BlankPage input[type="submit"] {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 4px;
    font-weight: normal;
    color: #ffffff;
    height: 19px;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap;
    box-sizing: content-box;
}

body.mw-special-Newimages .resizable-container .page-header .wds-button,
#UploadNewImageModal .wds-dialog__actions .upload .upload-file-button {
	background-color: #002d55;
	background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
}

body.mw-special-TrackingCategories .page-content p,
section.admin-dashboard__module {
	margin: 0 0 24px !important;
}

body.skin-fandomdesktop.mw-special-UserProfileActivity .UserProfileActivityNavigation__button {
    background-color: #cccccc0d;
    border-color: #cccccc40;
}

body.skin-fandomdesktop.mw-special-UserProfileActivity .UserProfileActivityNavigation__button:hover,
body.skin-fandomdesktop.mw-special-UserProfileActivity .UserProfileActivityNavigation__button.is-current {
    background-color: #cccccc26;
    border-color: #cccccc;
}

body.skin-fandomdesktop #userProfileApp .user-identity-social__icon-tooltip {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #3a3a3a;
}
/*NOT REVIEWED*/
body .ui-autocomplete,
body .ui-autocomplete a,
.CodeMirror-scroll,
.CodeMirror-sizer, 
.CodeMirror-gutter, 
.CodeMirror-gutters, 
.CodeMirror-linenumber,
.page-content .category-page__trending-page-thumbnail,
.ve-init-mw-desktopArticleTarget .CodeMirror-sizer,
.ve-init-mw-desktopArticleTarget .mw-editfont-monospace,
.wikiEditor-toolbar-dialog.ui-dialog,
.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-buttonpane {
    background: #ffffff;
}
/*NOT REVIEWED*/
body .ui-autocomplete > li > a:hover {
    background: #ccd5dd;
}
/*NOT REVIEWED*/
body .ui-autocomplete .ui-menu-item a.ui-state-active,
body .ui-autocomplete .ui-menu-item a.ui-state-hover,
#GlobalShortcutsSearch.global-shortcuts-search .autocomplete-selected,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active .oo-ui-tool-link,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active .oo-ui-tool-link,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-highlighted,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-pressed,
.oo-ui-outlineOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-tool .oo-ui-tool-link:hover,
.oo-ui-tool .oo-ui-tool-link:focus,
.oo-ui-tool .oo-ui-tool-link:active,
.oo-ui-tool .oo-ui-tool-link:active:hover,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover, 
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus,
.ve-ui-linkSuggestionInspector-suggestion:hover,
.ve-ui-linkSuggestionInspector-suggestion.oo-ui-optionWidget-highlighted,
.WikiaBarWrapper .tools-menu > li > a:hover,
.WikiaDropdown .dropdown-item.selected,
.wikiEditor-ui .wikiEditor-ui-linkSuggest-suggestion:hover,
.wikiEditor-ui .wikiEditor-ui-linkSuggest-suggestion.oo-ui-optionWidget-highlighted,
.wikiEditor-ui .wikiEditor-ui-toolbar .booklet .index .current,
.wikiEditor-ui .wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover,
.wikiEditor-ui .wikiEditor-ui-toolbar .tool-button.tool-active,
.wikiEditor-ui .wikiEditor-ui-toolbar .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover,
.wikiEditor-ui .wikiEditor-ui-toolbar .tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
    background-color: #ccd5dd;
}
/*NOT REVIEWED*/
.category-gallery-item img {
    box-shadow: 0 0 5px 0 #8e797a;
}
/*NOT REVIEWED*/
.category-gallery-item img,
.category-gallery-item .snippet {
    border: 1px solid #7f7f7f;
}
/*REVIEWED*/
.category-layout-selector__item,
.CategorySelect.articlePage .category,
.CategorySelect.articlePage .special-categories-label {
    border-right: 1px solid #cccccc;
}

.category-page__first-char,
.ooui-theme-fandomooui .ve-init-mw-desktopArticleTarget-title,
.ooui-theme-fandomooui .ve-ui-mwNoticesPopupTool-head,
#userProfileApp .user-profile-navigation {
    border-bottom-color: #cccccc;
}

.CategorySelect.articlePage .add {
    background-color: #f5f5f5;
    background-image: none;
    color: #3a3a3a;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}
/*NOT REVIEWED*/
.CategorySelect.articlePage .category.new,
.CategorySelect.articlePage .placeholder {
    background-color: #f5f5f5;
    background-image: linear-gradient(#ffffff 35%, #ededed 65%);
    color: #3a3a3a;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
/*REVIEWED*/
.CategorySelect.articlePage #CategorySelectCancel.cancel,
#disable-test-mode-btn,
#enable-test-mode-btn,
.social-activity-filters button.social-activity-filters__live-update-button.wds-button,
.social-activity-filters .wds-dropdown .wds-button.wds-is-secondary,
#userProfileApp .user-identity-header__actions button {
    background-color: #e5e5e5;
    background-image: linear-gradient(#ffffff 35%, #e5e5e5 65%);
    border-color: #cccccc;
    border: 1px solid #cccccc;
    color: #3a3a3a;
    border-radius: 0.5em;
    font-size: 10px;
}

.CategorySelect.articlePage #CategorySelectSave.save,
.social-activity-filters button.social-activity-filters__live-update-button.wds-button.social-activity-filters__live-update-button--active,
#userProfileApp a.wds-button.user-identity-header__button,
#userProfileApp .user-profile-editor .wds-button.modal-wrapper__cta-button,
.wds-dialog__curtain.create-page-dialog .wds-button.create-page-dialog__button {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    color: #ffffff;
    border-radius: 0.5em;
    font-size: 10px;
}

.CategorySelect.articlePage .container {
    background-color: transparent;
    background-image: none;
    font-size: 12px;
    padding: 10px 20px 4px;
}

.CategorySelect.articlePage.editMode input,
.CategorySelect.articlePage.editMode input:focus,
.CategorySelect.articlePage.editMode input:hover,
.CategorySelect.articlePage .input {
    border: 0 !important;
    border-radius: 0 !important;
}

.CategorySelect.articlePage > .toolbar {
    background-color: #f5f5f5;
    background-image: none;
    border-top: 1px solid #cccccc;
}

.cke_button_big .cke_icon,
#editarea > textarea,
#ImageUploadFindTable img,
.mytools.menu.wds-dropdown div.wds-dropdown__content .wds-list::after,
.mytools.menu.wds-dropdown div.wds-dropdown__content .wds-list::before,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle,
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame,
.skin-fandomdesktop .ve-init-mw-desktopArticleTarget-originalContent:not(:empty) {
     background-color: #ffffff;
}

.client-js .rcfilters-spinner:after,
.client-js .rcfilters-spinner:before,
.client-js .rcfilters-spinner .rcfilters-spinner-bounce {
    background-color: #808080;
}

.Comment_wrapper__2mxBn {
    background-color: #cce2ef !important;
    border: 1px solid #cccccc !important;
    border-radius: 5px !important;
}
/*NOT REVIEWED*/
.ContentHeader {
    zoom: 1;
    border-bottom: 1px solid #cad8b1;
    border-top: 1px solid #cad8b1;
    background-color: #e4ebd8;
    padding: 10px 0;
    width: 723px;
}
/*NOT REVIEWED*/
.content-review__table {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}
/*NOT REVIEWED*/
.content-review__table th {
    background: #e5e5e5;
}
/*NOT REVIEWED*/
.content-review__widget {
    background: #ffffff;
    font-size: 100%;
    border: 1px solid #c7c2c6;
    margin: -17px -12px 8px -12px !important;
    padding: 20px 15px 15px;
    font-weight: bold; 
}
/*REVIEWED*/
.content-review__widget button.content-review-submit.wds-button {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55 !important;
    border-radius: 4px;
    color: #ffffff !important;
    font-size: 10px;
    text-shadow: 1px 1px 2px #555555;
}

.content-review__widget__title {
    font-weight: bold !important;
    font-size: 18px !important;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 16px;
    min-height: 30px;
    padding-left: 2px;
}

.content .table-wide:before,
.page-content .table-wide:before,
.table-wide:before {
    box-shadow: inset -15px 0 20px -15px #999999; 
}

.create-page-dialog .wds-dialog__title {
    background-color: #e6e6e6;
    border-radius: 2px 2px 0 0;
}

.FounderProgressList .tasks {
    margin: 0;
}

.diff td.diff-addedline,
.ooui-theme-fandomooui .diff-addedline {
    background-color: transparent;
    border-color: #a3d3ff;
    color: #2d2d2d;
}

.diff td.diff-addedline .diffchange,
.ooui-theme-fandomooui .diff-addedline .diffchange {
    background-color: #d8ecff;
    color: #2d2d2d;
}

.diff td.diff-context,
.ooui-theme-fandomooui .diff-context {
    background-color: #f7f7f7;
    border-color: #e6e6e6;
    color: #2d2d2d;
}

.diff td.diff-deletedline,
.ooui-theme-fandomooui .diff-deletedline {
    background-color: transparent;
    border-color: #ffe49c;
    color: #2d2d2d;
}

.diff td.diff-deletedline .diffchange,
.ooui-theme-fandomooui .diff-deletedline .diffchange {
    background-color: #feeec8;
    color: #2d2d2d;
}

.discussion-module .discussion-threads {
    height: 200px;
    width: 704px !important;
}
/*NOT REVIEWED*/
div.mw-geshi {
    background-color: #f9f9f9;
    border: 1px dashed #2f6fab;
    color: #000000;
    line-height: 1.1em;
    padding: 0.5em 1em;
    overflow: hidden;
}
/*REVIEWED*/
div#p-views.page-header__actions a.wds-button.wds-is-text.page-header__action-button[data-tracking-label=comments-button] {
	background-color: #e5e5e5;
	background-image: linear-gradient(#ffffff 35%, #e5e5e5 65%);
	border: 1px solid #cccccc;
	color: #3a3a3a;
	border-radius: 0.5em;
}
/*NOT REVIEWED*/
div#Rail.Rail {
    background: #ffffff;
    border-bottom-right-radius: 0.75em;
}
/*REVIEWED*/
div.wds-dropdown > div.wds-dropdown__toggle.wds-button.wds-is-text.page-header__action-button {
 background-color: #002d55;
 background-image: linear-gradient(#004888 35%, #002d55 65%);
 border: 1px solid #002d55;
 border-radius: 0 0.5em 0.5em 0;
 color: #ffffff;
 font-size: 10px;
}

#editform .oo-ui-widget.oo-ui-buttonElement:not(:first-child) .oo-ui-inputWidget-input.oo-ui-buttonElement-button {
    background-color: transparent !important;
    background-image: none;
    border: none;
    color: #3a3a3a;
}

#editform .oo-ui-widget.oo-ui-buttonElement:first-child .oo-ui-inputWidget-input.oo-ui-buttonElement-button:hover {
	border-color: #002d55;
}

#editform textarea,
#editform input,
#editform .categories,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span,
#toc,
.toc,
.ViewFilter_view-filter__PsCAc .ViewFilter_view-filter-dropdown__3NAHf,
.wikia-menu-button.secondary ul {
    background-color: #ffffff !important;
}
/*NOT REVIEWED*/
.editpage-intro-wrapper code {
    background-color: #ffffffb3;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 2px 4px;
}
/*REVIEWED*/
.blog-listing__bullet,
.EntityHeader_avatar__2TDnq .wds-avatar__badge svg,
.page-header__action-button[data-tracking-label="ca-edit"]:before,
.page-header__action-button[data-tracking-label="ca-ve-edit"]:before,
.rail-module h2.has-icon svg {
    display: none;
}

.fandom-badge-avatar {
    background: #cccccc;
}

.fandom-badge-profile {
    background-color: #26262680;
    background-image: none;
}

.fandom-community-header {
    background: linear-gradient(to right,rgba(0,45,85,.3),rgba(0,45,85,.4)),linear-gradient(to left,transparent 100px, #002d55 430px), url(https://static.wikia.nocookie.net/csydes-test/images/6/6a/Community_Central_Wiki_Header_Background.png/revision/latest/zoom-crop/width/471/height/115?cb=20210819052435) right/contain no-repeat;
    position: relative;
    height: 106px;
    z-index: 2;
}

.fandom-community-header__background,
.fandom-community-header__background::before {
	background: none;
}

.fandom-community-header::before {
 	--theme-header-gradient-start: 200px;
	--theme-header-gradient-end: 430px;
	background: linear-gradient(to right,rgba(var(--theme-header-background-color--rgb),.5),rgba(var(--theme-header-background-color--rgb),.5)),linear-gradient(to left,transparent var(--theme-header-gradient-start),var(--theme-header-background-color) var(--theme-header-gradient-end));
	content: '';
	display: block;
	height: 100%;
	position: absolute;
 	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.fandom-community-header__image {
	margin-right: 0;
}

.fandom-community-header__image,
.fandom-community-header__top-container {
  z-index: 1;
}

.fandom-community-header__local-navigation .wds-dropdown__content,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2:not(.wds-is-touch-device):hover>.wds-dropdown-level-2__content {
	box-shadow: 1px 2px 12px 0 #333333;
    border: 1px solid #004888;
    background-color: #ffffff;
}

.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li>a>svg:not(.navigation-item-icon) {
    fill: #3a3a3a;
}

.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li.wds-is-selected>a:not(.wds-button),
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li:hover>a:not(.wds-button),
.resizable-container .page-header .wds-dropdown__content .wds-list.wds-is-linked li:hover > a,
.wiki-tools .wds-dropdown__content .wds-list.wds-is-linked>li:hover>a:not(.wds-button),
.wiki-tools .wds-dropdown__content .wds-list.wds-is-linked>li.wds-is-selected>a:not(.wds-button) {
	background-color: #ccd5dd;
	border-radius: 0;
}

.fandom-community-header .wiki-tools .wds-button.wds-is-secondary:active,
.fandom-community-header .wiki-tools .wds-button.wds-is-secondary:focus,
.fandom-community-header .wiki-tools .wds-button.wds-is-secondary:hover,
.fandom-sticky-header .wiki-tools .wds-button.wds-is-secondary:active,
.fandom-sticky-header .wiki-tools .wds-button.wds-is-secondary:focus,
.fandom-sticky-header .wiki-tools .wds-button.wds-is-secondary:hover {
    background-color: transparent;
    color: #ffffff !important;
}

.fandom-slider {
    background-color: #000000;
    border: 0;
    width: 670px;
}

.fandom-slider__nav {
	 background-color: #000000;
	 bottom: 0;
	 height: 70px;
	 opacity: 0.5;
	 padding: 10px;
	 width: 670px;
	 z-index: 98;
}

form.createbox {
    margin: 0.5em 0;
}
/*NOT REVIEWED*/
.FounderProgressList {
    background-color: #e0c0c2;
}
/*NOT REVIEWED*/
.FounderProgressList .activities .activity .activity-description .description {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 2px 0 #bda2a3;
}
/*REVIEWED*/
.FounderProgressList .activities .activity .activity-description .description .actions {
    background-color: #f2f2f2;
}

.FounderProgressList header {
    background-color: #fafafa;
    background-image: linear-gradient(#ffffff 0%, #fafafa 25%, #f2f2f2 100%);
    padding: 20px 40px;
}

.FounderProgressList > nav {
    box-shadow: 0 3px 6px 0 #e2e2e2;
    background: #ffffff;
    border: 0;
}

.FounderProgressList .tasks .task {
	background: #ffffff;
    background-color: #ffffff;
    border: 0;
    border-top: 1px solid #dbdbdb;
    padding: 0;
}

.FounderProgressList .tasks .task .task-label .chevron {
	right: 20px;
}

.FounderProgressList .tasks .task .task-group {
    background: #ffffff;
    display: grid;
    padding: 18px;
}

.FounderProgressList .tasks .task .task-label {
    background-color: #f2f2f2;
    background-image: linear-gradient(#ffffff 40%, #f2f2f2 100%);
    border-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px;
}

#FounderProgressWidget .preview header {
    background-color: #f2f2f2;
    height: 63px;
    padding: 7px 20px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 17px;
    width: 122px;
}

#FounderProgressWidget .preview .activities .activity {
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0;
}

.global-navigation__bottom .wds-sign-out__button,
.NotificationsDropdown-module_markAllAsRead__2yUse:hover,
.SearchInput-module_form__EJU8j .wds-button {
  background-image: none;
}

.global-shortcuts-help .key {
    background: linear-gradient(180deg, #ffffff 0, #ececec);
    border: solid #cacaca;
    border-width: 1px 1px 2px;
    color: #545454;
    margin: 0 5px 5px !important;
    padding: 5px 10px 0 10px !important;
    text-align: center !important;
    height: 25px !important;
    width: 30px !important;
    font-size: 13px !important;
    flex-direction: row !important;
}

.grid_box,
.oo-ui-radioInputWidget [type='radio'] + span,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-input__field,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-textarea__field,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * textarea,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * input[type='text'],
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle,
table.diff,
.TablePager td,
table.TablePager td.sorting_1,
.tags-report .tags-report__input div.wds-dropdown div.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list:after,
.tags-report .tags-report__input div.wds-dropdown div.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list:before,
td.diff-ntitle,
td.diff-otitle,
#userProfileApp,
.wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content {
     background-color: #ffffff;
}

.gVSdZF {
	background-image: none !important;
}

.hyperlink-modal {
    background-color: #ffffff !important;
}

leaflet-bar a:hover {
    background-color: #f2f2f2 !important;
}

.listusers-select-all-button,
.listusers-select-all-button:hover,
.listusers-show-button,
.listusers-show-button:hover {
    background-color: #002d55 !important;
    background-image: linear-gradient(#004888 35%, #002d55 65%) !important;
    border: 1px solid #002d55 !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}

.media-gallery-wrapper .media img {
    outline: 1px solid #cccccc;
}

@media only screen and (min-width: 800px) {
    body {
        overflow-x: hidden !important;
    }
}

@media only screen and (min-width:724px) and (max-width:899px) {
    .fandom-community-header {
        padding-inline: 12px;
    }
}

@media only screen and (min-width:900px) and (max-width:1279px) {
    .fandom-community-header {
        padding-inline: 24px;
    }
}

@media only screen and (min-width:1280px) {
    .fandom-community-header {
        padding: 26px 24px;
    }
}

.mw-changeslist-legend,
.ooui-theme-fandomooui .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background-color: #ffffff;
    border: 1px solid #dddddd !important;
    border-radius: 0;
}

.mw-changeslist-legend dd {
    line-height: 1.9em;
}

.mw-collapsible-arrow.mw-collapsible-toggle-collapsed,
.mw-icon-arrow-collapsed {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%232854ac%22 d=%22M4 1.533v9.671l4.752-4.871z%22/%3E %3C/svg%3E);
}

.mw-collapsible-arrow.mw-collapsible-toggle-expanded,
.mw-icon-arrow-expanded {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%232854ac%22 d=%22M1.165 3.624h9.671L5.965 8.376z%22/%3E %3C/svg%3E);
}
/*NOT REVIEWED*/
.mw-datatable tr:hover>td,
.ooui-theme-fandomooui .ve-ui-summaryPanel-copyrightWarningFooter {
    background-color: #f0f0f0;
}
/*NOT REVIEWED*/
.mw-highlight {
    border-radius: 0.4em 0.4em 0.2em 0.2em;
}
/*REVIEWED*/
.mw-listgrouprights-table ul,
.mw-parser-output ul,
#mw-whatlinkshere-list,
#mw-whatlinkshere-list ul {
    list-style: square;
}
/*NOT REVIEWED*/
#mwModule {
    margin: 0 10px 30px;
    background: #ffffff !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 23px !important;
    padding: 20px 15px 15px !important;
    font-size: 100%;
    border: 1px solid #ff7111 !important;
    border-radius: 0.75em;
    text-align: left !important;
}
/*REVIEWED*/
.mw-parser-output a.external:after {
    background-color: #3878c0;
}

.mw-parser-output h2 {
	margin-top: 30px;
    padding-bottom: 3px;
}

.mw-parser-output pre {
    background: #f2f2f2;
}

.mw-parser-output .tabber ul.wds-tabs li.wds-tabs__tab {
	margin: 3px 0 0 0;
}

.mw-parser-output .tabber .wds-tab__content.wds-is-current {
	border: 1px solid #aaaaaa;
	border-top-width: 0;
	background-color: transparent;
	padding: 5px;
}

.mw-parser-output .tabber .wds-tabs__tab.wds-is-current .wds-tabs__tab-label,
.mw-parser-output .tabber .wds-tabs__tab.wds-is-current .wds-tabs__tab-label:hover {
	background-color: #ffffff;
	border: 1px solid #777788;
	border-bottom: 1px solid #ffffff;
}

.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label {
	height: 25px;
	border: 1px solid #777788;
	background-color: #ddddee;
	margin: 0 2px -1px 2px;
	padding: 3px;
}

.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label:hover {
	background-color: #aaaaee;
	border: 1px solid #222277;
}

.mw-parser-output .toc ol,
.mw-parser-output .toc ul,
.page-content p,
.page-content section {
    margin: 0;
}

.mw-rcfilters-ui-highlights-color-c1,
.mw-rcfilters-ui-tagItemWidget-highlight[data-color='c1']:before,
.oo-ui-buttonWidget.oo-ui-popupButtonWidget .oo-ui-buttonElement-button > .mw-rcfilters-ui-filterItemHighlightButton-circle-color-c1 {
	background-color: #006699;
}

.mw-rcfilters-ui-highlights-color-c2,
.mw-rcfilters-ui-tagItemWidget-highlight[data-color='c2']:before,
.oo-ui-buttonWidget.oo-ui-popupButtonWidget .oo-ui-buttonElement-button > .mw-rcfilters-ui-filterItemHighlightButton-circle-color-c2 {
	background-color: #339900;
}

.mw-rcfilters-ui-highlights-color-c3,
.mw-rcfilters-ui-tagItemWidget-highlight[data-color='c3']:before,
.oo-ui-buttonWidget.oo-ui-popupButtonWidget .oo-ui-buttonElement-button > .mw-rcfilters-ui-filterItemHighlightButton-circle-color-c3 {
	background-color: #ffcc00;
}

.mw-rcfilters-ui-highlights-color-c4,
.mw-rcfilters-ui-tagItemWidget-highlight[data-color='c4']:before,
.oo-ui-buttonWidget.oo-ui-popupButtonWidget .oo-ui-buttonElement-button > .mw-rcfilters-ui-filterItemHighlightButton-circle-color-c4 {
	background-color: #ff9900;
}

.mw-rcfilters-ui-highlights-color-c5,
.mw-rcfilters-ui-tagItemWidget-highlight[data-color='c5']:before,
.oo-ui-buttonWidget.oo-ui-popupButtonWidget .oo-ui-buttonElement-button > .mw-rcfilters-ui-filterItemHighlightButton-circle-color-c5 {
	background-color: #cc0033;
}

.mw-rcfilters-ui-highlightColorPickerWidget-buttonSelect-color-c1 {
    background-color: #006699;
    border-color: #006699;
}

.mw-rcfilters-ui-highlightColorPickerWidget-buttonSelect-color-c2 {
    background-color: #339900;
    border-color: #339900;
}

.mw-rcfilters-ui-highlightColorPickerWidget-buttonSelect-color-c3 {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.mw-rcfilters-ui-highlightColorPickerWidget-buttonSelect-color-c4 {
    background-color: #ff9900;
    border-color: #ff9900;
}

.mw-rcfilters-ui-highlightColorPickerWidget-buttonSelect-color-c5 {
    background-color: #cc0033;
    border-color: #cc0033;
}

.mw-rcfilters-ui-overlay,
.oo-ui-popupWidget-anchored.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor::after {
    z-index: 2;
}

.mw-widget-dateInputWidget-calendar {
	background-color: #ffffff !important;
	border: 1px solid #aaaaaa;
	font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.mw-widget-dateInputWidget-calendar .mw-widget-calendarWidget-item-selected {
    background-color: #446a00;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    color: #ffffff;
}

.mw-widget-dateInputWidget-handle,
.mw-widget-dateInputWidget.oo-ui-textInputWidget input,
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
    background-color: #ffffff;
    border: 1px solid !important;
    border-color: #767676 !important;
    border-radius: 3px;    
    border-width: 1px;
}

.mw-widget-dateInputWidget-handle, .mw-widget-dateInputWidget.oo-ui-textInputWidget input:hover,
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:hover {
    border-color: #4f4f4f !important;
    border: 1px solid #4f4f4f !important;
}

.mw-widget-titleWidget-menu-withImages .mw-widget-titleOptionWidget.oo-ui-iconElement > .oo-ui-iconElement-icon:not(.mw-widget-titleOptionWidget-hasImage) {
    background-color: #cccccc;
}

.neutral {
    background-color: #cccccc;
}

.not-patrolled {
    background-color: #ffffaa !important;
}

.oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border-color: #002d55;
    color: #ffffff;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span {
	background-color: #0075ff !important;
	border-color: #0075ff !important;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover + span {
	background-color: #005cc8 !important;
	border-color: #005cc8 !important;
}
/*NOT REVIEWED*/
.oo-ui-menuSelectWidget {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-width: 1px 2px 2px !important;
    color: #006cb0;
    box-shadow: 3px 3px 6px 0 #e8e8e8;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 2px;
    padding: 5px 1px;
}
/*REVIEWED*/
.oo-ui-pendingElement-pending,
.oo-ui-toolbar-actions .oo-ui-toolbar-bar,
.wds-global-navigation__search-submit {
    background-image: none;
}
/*NOT REVIEWED*/
.oo-ui-progressBarWidget {
    background-color: #ffffff;
    border-color: #aaaaaa;
}
/*REVIEWED*/
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
	background-color: #ffffff;
	border-color: #a9a9a9;
	border-radius: 0;
}

.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)),
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)) {
    background-color: #0066994d;
}

.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)),
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)) {
    background-color: #3399004d;
}

.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)),
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)) {
    background-color: #ffcc004d;
}

.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)),
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)) {
    background-color: #ff99004d;
}

.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5,
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)),
.ooui-theme-fandomooui div.mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)) {
    background-color: #cc00334d;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .mw_metadata td,
.ooui-theme-fandomooui .mw_metadata th {
    background-color: #fcfcfc;
    border-color: #bbbbbb;
    padding-left: 5px;
    padding-right: 5px;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .mw-rcfilters-ui-tagItemWidget-popup > .oo-ui-popupWidget-popup {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    box-shadow: 0 3px 8px rgba(50,50,50,0.35);
}
/*REVIEWED*/
.ooui-theme-fandomooui .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle + .mw-rcfilters-ui-table {
        border-radius: 0 0 2px 0;
}

.ooui-theme-fandomooui .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget {
	background: #ffffff;
    border-radius: 0 0 2px 0;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui ol.references li:target,
ol.references li:target {
    background-color: #f8eced;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .mw-rcfilters-ui-tagItemWidget {
    background-color: #f5f5f5;
    background-image: linear-gradient(#ffffff 35%, #ededed 65%);
    color: #3a3a3a;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
/*NOT REVIEWED*/
.oo-ui-selectFileWidget-dropTarget {
    background-color: #f2f2f2;
    background-image: linear-gradient(#ffffff 0%, #f2f2f2 100%);
    border: 1px solid #cccccc;
    border-radius: 0;
}
/*REVIEWED*/
.ooui-theme-fandomooui sup.reference:target,
sup.reference:target,
.toc ul li a:hover {
    background-color: transparent;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-dialog__actions,
.wds-dialog__actions {
        background-color: #e6e6e6;
	    border-top-color: transparent;
        border-radius: 0 0 2px 2px;
}
/*REVIEWED*/
.ooui-theme-fandomooui .wikitable > * > tr > td,
.ooui-theme-fandomooui .wikitable > * > tr > th {
    line-height: 20px;
    padding: 0.2em;
}
/*NOT REVIEWED*/
.oo-ui-toolbar-bar,
.wikiEditor-ui .wikiEditor-ui-toolbar {
    background-color: #ffffff;
    border-color: #cccccc !important;
    border: 1px solid #cccccc !important;
    color: #3a3a3a;
    background-image: linear-gradient(#ffffff 50%, #ebebeb 100%);
}
/*REVIEWED*/
.page {
    margin-top: 0;
}

.page-content .bodySearch .mw-ui-input.mw-ui-input-inline,
.page-content .commentbox .mw-ui-input.mw-ui-input-inline,
.page-content .createbox .mw-ui-input.mw-ui-input-inline,
.page-content .mw-movebox .mw-ui-input.mw-ui-input-inline,
.page-content .searchbox .mw-ui-input.mw-ui-input-inline {
    background-color: #ffffff;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    box-shadow: none;
}

.page-content .bodySearch .mw-ui-input.mw-ui-input-inline:focus,
.page-content .commentbox .mw-ui-input.mw-ui-input-inline:focus,
.page-content .createbox .mw-ui-input.mw-ui-input-inline:focus,
.page-content .mw-movebox .mw-ui-input.mw-ui-input-inline:focus,
.page-content .searchbox .mw-ui-input.mw-ui-input-inline:focus {
    box-shadow: inset 0 0 0 1px #3366cc;
}

.page-header__action-button:before {
	background-color: #668199;
	height: 36px;
}

.page-header__action-button .button-counter {
    background-color: #ffffff;
    color: #3a3a3a !important;
    border: 1px solid #cccccc;
}

.page-header__action-button.has-label {
	background-color: #002d55;
	background-image: linear-gradient(#004888 35%, #002d55 65%);
	border: 1px solid #002d55;
	border-radius: 0.5em 0 0 0.5em;
	color: #ffffff;
	font-size: 10px;
}

.page-header__action-button.has-label .wds-icon,
symbol#wds-player-icon-play g path,
#userProfileApp a.wds-button.user-identity-header__button .wds-icon {
	fill: #ffffff;
}

.page-header .wds-avatar .wds-avatar__image,
.page-header .wds-avatar .wds-avatar__image:hover {
    fill: #cccccc;
}
/*NOT REVIEWED*/
#pagehistory li {
	margin: 3px 0 3px 2.5em;
    border-color: transparent;
}
/*NOT REVIEWED*/
#pagehistory li .updatedmarker {
    background-color: transparent;
    color: #222222;
}
/*REVIEWED*/
.page__right-rail {
    --right-rail-background-color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-left: 0;
    border-radius: 0;
}

.page__right-rail div.right-rail-wrapper.WikiaRail {
	padding-top: 30px;
}

.page-side-tool {
	background: #ffffff;
	color: #3a3a3a;
}

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

.pi-image-collection-tabs li.current {
    background: inherit;
}

.portable-infobox {
    clear: right;
    float: right;
    margin: 0 0 15px 15px;
    width: 270px;
}

.portable-infobox.pi-background {
    background-color: #bfbfe8;
    border: none;
    border-radius: 0;
}

.portable-infobox .pi-header,
.portable-infobox .pi-title {
    background-color: #bfbfe8;
    color: #3a3a3a;
    text-align: left;
    text-shadow: none;
    font-weight: bold;
    font-size: 12px;
    font-family: inherit;
}

.portable-infobox .pi-item-spacing {
    padding: 5px 10px;
}

.portable-infobox .pi-secondary-font {
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
}

.RailModule {
    zoom: 1;
    background: #ffffff;
    border: 1px solid #cccccc;
    position: relative;
    word-wrap: break-word;
}

.rail-module h2,
.rail-module h2.has-icon,
.rail-module__header {
	display: flex;
}

.community-page-rail .community-page-module-section-title>mark,
.rail-module h2,
.rail-module__header {
    --wds-midlight-color: none;
}
/*NOT REVIEWED*/
.Rail .public .wordmark {
    margin: 0 0 2px -5px;
    width: 128px;
    height: 26px;
}
/*NOT REVIEWED*/
#recirculation-footer-index-container {
    background-color: #f3dedf;
}
/*REVIEWED*/
.ReplyList_top-border__14ICZ {
    background-color: #cccccc !important;
}

.resizable-container .page-header .wds-dropdown__content {
    border-radius: 0;
    font-style: normal;
}

.reverb-npn-row-unread {
    background: #ccd5dd;
}

.Search .exact-wiki-match__content,
.wikia-infobox {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.Search .SearchInput {
    background: #f7f7f7;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
/*NOT REVIEWED*/
.Search.this-wiki .SearchAdsTopWrapper {
    overflow: visible;
}
/*REVIEWED*/
#seemoreactivity-button {
    margin-top: 9px !important;
    margin-right: 8px !important;
}

symbol#wds-player-icon-play g g {
  filter: opacity(0.8);
}

symbol#wds-player-icon-play g g use {
  fill: #010101;
}

.tags-report .tags-report__input div.wds-dropdown div.wds-dropdown__content {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.theme-fandomdesktop-dark .fandom-badge,
.theme-fandomdesktop-light .fandom-badge {
    --color-bg: #39424d;
    --color-avatar-bg: #cccccc;
    --color-text: #ffffff;
    --bg-image: none;
}

.toc .toctitle {
    border-bottom: none;
    justify-content: center;
}

#userProfileApp .modal-wrapper__header {
	background: #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#userProfileApp .wds-input__field {
    box-shadow: inset 1px 1px 1px 0 #e5e5e5;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    color: #3a3a3a;
    font-family: "Lucida Grande",sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 8px;
}

#userProfileApp .wds-input__field:focus {
	background-color: #efefef;
	border: 1px solid #101010;
	border-radius: 3px;
}

.ve-fd-header #ve-ui-modeSwitchPopupButtonWidget-button {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 0.5em 0 0 0.5em;
    color: #ffffff !important;
    font-size: 10px;
}

.ve-fd-header #ve-ui-pageActionsPopupButtonWidget-button {
    background-color: #002d55;
    background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 0 0.5em 0.5em 0;
    color: #ffffff !important;
    font-size: 10px;
}

.wds-input.is-empty>.wds-input__field~.wds-input__label {
	top: -16px;
}

.ooui-theme-fandomooui .article-table,
table.article-table,
table.wikitable {
  margin: 1em 1em 1em 0;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  background-color: #ffffff;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .article-table th,
table.article-table > tr > th,
table.article-table > * > tr > th,
.TablePager th,
table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: #e5e5e5;
}
/*REVIEWED*/
.ve-ui-commandHelpDialog-list dt kbd > kbd {
    background-color: #f2f2f2;
    color: #3a3a3a;
    border: 1px solid #c5ced9;
}
/*NOT REVIEWED*/
.WikiaBarWrapper .wikia-bar .wikiabar-button {
    background-color: #303030;
    border: 1px solid #231f20;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 16px;
    line-height: 15px;
    margin: 0 3px 2px 0;
    padding: 4px 5px 3px;
}
/*NOT REVIEWED*/
.wikiEditor-toolbar-dialog.ui-dialog {
    border: 1px solid #aaaaaa;
    border-radius: 0;
    background: #ffffff;
    color: #606060;
    background-image: linear-gradient(#ffffff 0%, #ffffff 60%, #ebebeb 100%) !important;
}
/*REVIEWED*/
.wikiEditor-toolbar-dialog.ui-dialog .ui-button:not(:first-child),
.wikiEditor-toolbar-dialog.ui-dialog .ui-button:not(:first-child):hover {
    background-color: #e5e5e5;
    background-image: linear-gradient(#ffffff 35%, #e5e5e5 65%);
    border: 1px solid #cccccc !important;
    color: #3a3a3a;
}
/*NOT REVIEWED*/
.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-buttonpane {
    background: #ffffff;
    color: #606060;
    background-image: linear-gradient(#ffffff 0%, #ffffff 60%, #ebebeb 100%) !important;
    border-top: 1px solid #c5ced9 !important;
}
/*NOT REVIEWED*/
.wikiEditor-toolbar-dialog.ui-dialog .ui-dialog-titlebar {
    background: #ffffff;
    color: #606060;
    background-image: linear-gradient(#ffffff 0%, #ffffff 60%, #ebebeb 100%) !important;
    text-align: left;
    border-radius: 0;
    border: 0;
}
/*REVIEWED*/
.wikiEditor-ui .wikiEditor-ui-view.wikiEditor-ui-view-wikitext .wikiEditor-ui-top {
	min-height: inherit;
}

.wiki-tools .wds-dropdown__content {
	background-color: #ffffff;
    box-shadow: 1px 8px 12px 0 #333333;
    border: 1px solid #cccccc;
    border-radius: 0;
    font-weight: normal;
}
/*NOT REVIEWED*/
#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab.wds-is-current,
.mw-parser-output .tabber .wds-tabs__tab.wds-is-current,
.oo-ui-textInputWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-invalid .oo-ui-inputWidget-input:focus,
#WikiaBar .mytools.menu.wds-dropdown .tools-menu.wds-list {
	box-shadow: none;
}
/*REVIEWED*/
.entity-content ul,
.page-content ul,
.rich-text-editor__content .ProseMirror ul {
    list-style-type: square;
}

.mw-body-content .unified-search__input,
.page-content .unified-search__input,
.tags-report .tags-report__input,
.unified-search__input {
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.mw-body-content .unified-search__input__button.wds-button,
.page-content .unified-search__input__button.wds-button,
.unified-search__form div.unified-search__input--community button.wds-button {
	background-color: #002d55;
	background-image: linear-gradient(#004888 35%, #002d55 65%);
    border: 1px solid #002d55;
    border-radius: 3px;
    color: #ffffff;
}
/*NOT REVIEWED*/
.mw-body-content .unified-search__input .wds-dropdown__toggle,
.tags-report .tags-report__input .wds-dropdown__toggle {
    background: #efd8d9;
    border-right: 1px solid #a58d8f;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .mw-rcfilters-ui-filterMenuHeaderWidget-header {
    background-color: #f2f2f2;
    border-bottom: 1px solid #c5ced9;
}
/*REVIEWED*/
.page-content li {
    margin: 3px 0;
}
/*NOT REVIEWED*/
.page-content .mw_metadata th,
.page-content .mw_metadata td {
    background-color: #fcfcfc !important;
    border: 1px solid #bbbbbb;
    padding-left: 5px;
    padding-right: 5px;
}
/*REVIEWED*/
.page-content pre {
    background: #f2f2f2;
}

.page-content .references > li:target {
    background-color: #d9e9f3;
}
/*NOT REVIEWED*/
.page-content .table-is-wide:before {
    box-shadow: inset -15px 0 20px -15px #888888;
}
/*NOT REVIEWED*/
.page-content .thumbinner {
    background-color: #f2f2f2;
    background-image: linear-gradient(#ffffff 0%, #f2f2f2 100%);
}
/*REVIEWED*/
.page-content .unified-search__input .wds-dropdown {
	background-color: #f7f7f7;
    border-right: 1px solid #b3b3b3;
}

.right-rail-wrapper .module {
   background: #ffffff;
   font-size: 100%;
   border: 1px solid #cccccc;
   border-radius: 0;
   margin-bottom: 23px !important;
}
/*NOT REVIEWED*/
.right-rail-wrapper .module h2,
.right-rail-wrapper #RIGHT_SKYSCRAPER h2 .rail-module h2 {
    margin: -17px -12px 23px;
    padding: 0.15em;
    font-weight: bold;
    border-radius: 5px;
}
/*NOT REVIEWED*/
.TablePager tr:hover td {
     background-color: #f0f0f0;
}
/*NOT REVIEWED*/
.tabs .selected a {
    background: #ffffff;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #ffffff;
}
/*NOT REVIEWED*/
.tooltip-inner {
    box-shadow: 0 0 15px 0 #7f7f7f;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
}
/*REVIEWED*/
#userProfileApp .modal-wrapper {
    background: #ffffff;
}

.unified-search div.unified-search__input .wds-dropdown__content .wds-list.wds-is-linked>li.wds-is-selected>a:not(.wds-button) {
	background-color: #ffffff;
	color: #3a3a3a;
}

.unified-search div.unified-search__input .wds-dropdown__content .wds-list.wds-is-linked>li:hover>a:not(.wds-button) {
	background-color: #ccd5dd;
	border-radius: 0;
	color: #3a3a3a !important;
}

.unified-search-pagination ul li .wds-button.wds-is-secondary.wds-is-disabled {
    background-color: transparent !important;	
    background-image: none !important;
    border: 0 transparent !important;
    color: #cccccc !important;
    opacity: 100 !important;
}

.unified-search-pagination ul .paginator-next,
.unified-search-pagination ul .paginator-next:focus,
.unified-search-pagination ul .paginator-next:hover,
.unified-search-pagination ul .paginator-prev,
.unified-search-pagination ul .paginator-prev:focus,
.unified-search-pagination ul .paginator-prev:hover {
	background-color: #e5e5e5;
    background-image: linear-gradient(90deg, #ffffff 35%, #e5e5e5 65%);
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #002d55;
}

.unified-search-pagination ul .paginator-page.active,
.wikia-paginator ul .paginator-page.active {
    background-color: transparent;
    color: #3a3a3a !important;
    font-weight: bold;
}

.unified-search .unified-search__profiles__profile__filters__filter--selected {
    background-color: #f9f9f9;
}

.unified-search .unified-search__profiles__profile--selected {
    background-color: #f7f7f7;
}

.unified-search .unified-search__profiles__profile:hover {
    background-color: #fafafa;
}

#userProfileApp .user-identity-avatar__actions .wds-floating-button,
#userProfileApp .user-identity-avatar__actions .wds-floating-button:hover {
	background: #ffffff;
	background-image: none;
	color: #c4943c !important;
}

#userProfileApp ul.user-identity-stats a,
#userProfileApp .user-identity-bio,
#userProfileApp .user-identity-stats a {
    color: #000000;
}

#userProfileApp .user-profile-navigation__link.is-active {
    font-weight: bold !important;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px transparent;
    background: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: text;
}
/*NOT REVIEWED*/
.wds-dialog__wrapper {
    border-radius: 2px;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 70%);
}
/*REVIEWED*/
.wds-tooltip {
    --wds-tooltip-background-color: #ffffff;
    background-color: #ffffff;
}

.WikiaBarWrapper .arrow .close-icon {
    background-color: transparent;
    color: #c0c0c0;
    font-weight: bold;
}

.WikiaBarWrapper #my-tools-menu>li>a:hover,
.WikiaBarWrapper #my-tools-menu>li>span:hover {
	background-color: #ccd5dd;
	border-radius: 0;
	color: #3a3a3a;
}
/*NOT REVIEWED*/
.wikia-chiclet-button {
    opacity: 0.7;
}
/*REVIEWED*/
.WikiaDropdown .selected-items {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.wikiEditor-ui .codeEditor-status {
	background-color: #f2f2f2;
	border-top: 1px solid #cccccc;
}

.wikia-gallery-spacing-medium .wikia-gallery-item {
    padding: 1em;
}

.wikia-paginator a.paginator-next,
.wikia-paginator a.paginator-next:focus,
.wikia-paginator a.paginator-next:hover {
    background-color: #e5e5e5;
    background-image: linear-gradient(180deg, #ffffff 35%, #e5e5e5 65%);
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #002d55;
    padding: 7px 6.5px 5.5px 8px;
}

.wikia-paginator a.paginator-prev,
.wikia-paginator a.paginator-prev:focus,
.wikia-paginator a.paginator-prev:hover {
    background-color: #e5e5e5;
    background-image: linear-gradient(180deg, #ffffff 35%, #e5e5e5 65%);
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #002d55;
    padding: 5.5px 8px 7px 6.5px;
}
/*NOT REVIEWED*/
.ve-activating .page,
.ve-active .page {
	box-shadow: 0 0 1em #ffffff;
	border-width: 2px;
}
/*REVIEWED*/
.page-header__languages .wds-dropdown:hover .wds-dropdown__toggle,
.page-header__variants .wds-dropdown:hover .wds-dropdown__toggle {
	background-color: #a6b6c4;
}

.CodeMirror pre {
    border-radius: unset;
    background: unset;
}

.oo-ui-windowManager-modal.oo-ui-windowManager-floating div.oo-ui-messageDialog-actions.oo-ui-messageDialog-actions-horizontal span.oo-ui-flaggedElement-progressive.oo-ui-flaggedElement-primary.oo-ui-buttonWidget.oo-ui-actionWidget a.oo-ui-buttonElement-button {
    background-image: none !important;
    background-color: #ffffff !important;
    color: #3a3a3a !important;
}

/*BORDER COLOURS*/
/*REVIEWED*/
.accent,
.AdminDashboardTabs .tab,
.CategorySelect.articlePage,
.FounderProgressList .activities .activity .activity-description .description .actions,
.oo-ui-checkboxInputWidget [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:indeterminate + span::before,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:disabled + span,
.ooui-theme-fandomooui .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle,
.ooui-theme-fandomooui .mw-widget-dateInputWidget-handle,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-input__field,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-textarea__field,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * textarea,
.wds-textarea__field {
	border-color: #cccccc;
}

.ace-dawn .ace_marker-layer .ace_bracket,
.ace-twilight .ace_marker-layer .ace_bracket {
	margin: -1px 0 0 -1px;
	border: 1px solid rgba(75, 75, 126, 0.50) !important;
}

.ace-dawn .ace_marker-layer .ace_selected-word,
.ace-twilight .ace_marker-layer .ace_selected-word {
	border: 1px solid rgba(39, 95, 255, 0.30) !important;
}

.ace-dawn.ace_multiselect .ace_selection.ace_start,
.ace-twilight.ace_multiselect .ace_selection.ace_start {
	box-shadow: 0 0 3px 0px #f9f9f9 !important;
}

.ace_gutter-layer,
.codeEditor-status-worker {
	border-left: 1px solid #cccccc;
}

.activity-nav ul li.watchlist {
    border-right: 1px solid #cccccc;
    margin-right: 6px;
    padding-right: 7px;
}

.activity-tabs.wds-tabs,
.AdminDashboardHeader,
.admin-dashboard__module > h2,
.analytics_table tbody tr,
.analytics_table thead tr,
.article-with-rail .right-rail-wrapper .rail-module h2,
.category-page__trending-pages,
.CommunityPageContainer .community-page-todo-list-module .community-page-todo-list-module-header-wrapper,
#FounderProgressWidget .preview .activities .activity.active .label,
.list-users-search-by-name-list-item:not(:last-of-type),
.page-content h2,
.page-content .video-page-caption,
.reverb-button-bar,
.reverb-filter-row,
.reverb-npn-row,
.side-articles .side-article:last-child,
.social-activity-filters__popup-header,
.tags-report table td,
.tags-report table th,
.video-page-caption,
.wds-collapsible-panel,
.wds-tabs__wrapper.with-bottom-border {
    border-bottom: 1px solid #cccccc;
}

.banner-notifications-placeholder .wds-banner-notification,
.banner-notifications-placeholder .wds-banner-notification__icon,
.fandom-community-header__local-navigation .wds-dropdown__content,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2:not(.wds-is-touch-device):hover>.wds-dropdown-level-2__content,
.grid_box,
.grid_box_header,
.mw-body-content .unified-search__input,
.mw-body-content .unified-search__input__query,
.mw-body-content .unified-search__input__wrapper,
.mw-body-content .unified-search__profiles__profile,
.mw-body-content .unified-search__profiles__profile__filters__filter,
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input,
.page-content .unified-search__input,
.page-content .unified-search__input__query,
.page-content .unified-search__input__wrapper,
.page-content .unified-search__profiles__profile,
.page-content .unified-search__profiles__profile__filters__filter,
.post__og-data-wrapper,
.post__og-image,
.reverb-notification-page-left,
.rich-text-editor__content img,
.sitenotice:before,
.unified-search div.unified-search__input .wds-dropdown div.wds-dropdown__content,
#UploadNewImageModal .wds-dialog__wrapper,
#userProfileApp .user-avatar-editor__preview-front,
.wds-banner-notification__close,
.wds-button-group>.wds-button:first-child,
.wds-button-group>.wds-button:last-child,
.wds-button-group>.wds-dropdown:last-child .wds-button {
    border-radius: 0;
}

.announcements-content .announcements-form,
.announcements-layout .announcements-about h3,
.page-content h2 {
    border-bottom: 1px solid #cccccc;
}

.announcements-content .announcements-list__card footer,
.side-articles .side-article {
    border-top: 1px solid #cccccc;
}

#articleComments div.wds-dropdown:after,
body.mw-special-AdminDashboard #WikiFeaturesWidget div.wds-dropdown:after,
.fandom-community-header__local-navigation .wds-dropdown:after,
.page-header .wds-dropdown:after,
.social-activity-filters .wds-dropdown:after,
.tags-report .tags-report__input div.wds-dropdown:after,
.unified-search div.unified-search__input .wds-dropdown:after {
    border-bottom: 8px solid #ffffff;
}

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

.blog-listing__comment-count svg,
.EntityHeader_avatar__2TDnq a svg.wds-avatar__image {
    fill: #cccccc;
}

.blog-listing__user-avatar__image {
    border: 1px solid #cccccc;
    border-radius: 0;
}

body.mw-special-AdminDashboard .FounderProgressList {
    box-shadow: 2px 2px 2px 0 #e2e2e2;
    border: solid #dbdbdb;
    border-width: 0 1px 1px 0;
    position: relative;
    width: 100%;
    z-index: 7;
}
/*NOT REVIEWED*/
body.mw-special-AdminDashboard .page-content {
    box-shadow: 1px 1px 1px 0 #e5b7ba;
    border-bottom: 1px solid #bda2a3;
    border-color: #cccccc !important;
    border-right: 1px solid #bda2a3;
}
/*REVIEWED*/
body.mw-special-CreateBlogListingPage .page__main .wds-button {
	border-radius: 3px;
	color: #ffffff;
}

body.mw-special-Block .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
body.mw-special-Block .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
body.mw-special-EditWatchlist .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
body.mw-special-EditWatchlist .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
body.mw-special-Tags_delete .oo-ui-buttonElement-framed.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
body.mw-special-Tags_delete .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
#deleteconfirm .oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive button.oo-ui-buttonElement-button,
#deleteconfirm .oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive button.oo-ui-buttonElement-button:hover,
#mw-img-deleteconfirm .oo-ui-widget.oo-ui-buttonElement #mw-filedelete-submit,
.ooui-theme-fandomooui .ve-init-mw-progressBarWidget,
.ve-init-mw-progressBarWidget {
    border: 1px solid #002d55;
}

body.mw-special-Export .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
	border-radius: 2px;
}

body.mw-special-Notifications .page-header__action-button.has-label {
	border-radius: 0.5em;
}

body.skin-fandomdesktop #userProfileApp .user-identity-social .wds-dropdown:after {
	border-bottom-color: #ffffff;
}

body.skin-fandomdesktop #userProfileApp .user-profile-editor__avatar .user-identity-avatar__image,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active + span::before,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span::before,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span::before,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:active + span::before,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span::before,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span::before {
    border-color: #ffffff;
}

.categoryCloudSection,
.category-page__trending-page-thumbnail,
.grid_box,
.page-content .thumbinner,
.reverb-notification-page-left,
.reverb-npnrc.reverb-npnr-read {
    border: 1px solid #cccccc;
}

.category-page__member-thumbnail,
#content .category-page__member-thumbnail,
.page-content .category-page__member-thumbnail {
    border: 1px solid #cccccc;
}

#catlinks {
    font-size: 12px;
    margin: 0 -16px 0 4.6px;
    padding: 0 0 0 5.4px;
}

.catlinks,
.CustomizeTab .background,
.CustomizeTab .page {
    border: none;
}

.catlinks li {
    border-left: 1px solid #aaaaaa;
    line-height: unset;
}

.codeEditor-status-message,
.CodeMirror-scroll {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.community-page__contributors-modal-list-item,
.content-review__table td,
.content-review__table th,
.LightboxModal .LightboxHeader,
.oo-ui-tabSelectWidget-frameless .oo-ui-tabOptionWidget,
.oo-ui-tabSelectWidget:not(.oo-ui-tabSelectWidget-framed) .oo-ui-tabOptionWidget,
.wikiEditor-ui .wikiEditor-ui-top {
    border-bottom: 1px solid #cccccc;
}

.community-page__contributors-modal-list-item.is-current,
.wikiEditor-ui .wikiEditor-ui-toolbar .group,
.wikiEditor-ui .wikiEditor-ui-toolbar .group .label,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-characters div span,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-table td,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-table th {
    border-color: #cccccc;
}

#content .category-layout-selector__item,
.page-content .category-layout-selector__item {
    border-right: 1px solid #3a3a3a;
}

#content .category-page__first-char,
#content .category-page__trending-pages,
div#p-views.page-header__actions ul.wds-list.wds-is-linked > li:not(:last-child),
.page-content .category-page__first-char,
.page-content .category-page__trending-pages {
    border-bottom: 1px solid #cccccc;
}

#content .category-page__member-thumbnail,
#content .category-page__trending-page-thumbnail,
.page-content .category-page__member-thumbnail,
.page-content .category-page__trending-page-thumbnail {
    border: 1px solid #cccccc;
}

#content .category-page__pagination,
.page-content .category-page__pagination {
    border-top: 1px solid #cccccc;
}
/*NOT REVIEWED*/
.contributors-module .user-details {
    zoom: 1;
    border-bottom: 2px solid #d4b5b7;
    margin-bottom: 12px;
}
/*REVIEWED*/
.discussion-module .discussion-threads .discussion-thread,
.page-content div.gallerybox div.thumb,
.page-content li.gallerybox div.thumb,
.page-content li.gallerybox,
.post__og-data-wrapper {
    border: 1px solid #cccccc !important;
}

.wiki-tools .wds-dropdown__content .wds-list.wds-is-linked > li:not(:last-child) > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
}

.fandom-badge-avatar img {
    border: var(--border-size) solid #cccccc;
}

.fandom-community-header .wiki-tools .wds-button.wds-is-secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.fandom-sticky-header .wiki-tools .wds-button.wds-is-secondary {
    --wds-secondary-button-label-color: #ffffff;
    --wds-secondary-button-label-color--hover: #ffffff;
}

#filetoc li+li:before {
    border-left: 1px solid #cccccc;
}

#FounderProgressWidget>h2,
#WikiFeaturesWidget>h2 {
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}

#FounderProgressWidget .preview header:after {
    border: 35px solid transparent;
    border-right-color: #f2f2f2;
    border-right-width: 18px;
    content: "";
    height: 0;
    left: -53px;
    position: absolute;
    top: 0;
    width: 0;
}

html:not(.ve-activated) .page.has-right-rail .page__main {
    border-radius: 0;
    border-width: 1px;
    border-right: 0;
}

.InlineEntityFormWrapper_editor-form__3Nafy:focus,
.InlineEntityFormWrapper_editor-form__3Nafy:focus-within {
    box-shadow: 0 0 4px 0 #002d55;
}

.InlineEntityFormWrapper_inline-entity-form-wrapper__12amV {
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
}
/*NOT REVIEWED*/
.LightboxModal .LightboxCarousel .LightboxCarouselContainer li {
    border: 0;
    border-radius: 0;
}
/*REVIEWED*/
.mainpage-faq .faq-list {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.user-tools-modal .options-list,
.user-tools-modal .popular-tools-group,
.user-tools-modal .search-box,
.wikiEditor-ui-toolbar .page-characters div span,
.wikiEditor-ui .wikiEditor-ui-toolbar .page-characters div span:hover {
    border: 1px solid #cccccc;
}
/*NOT REVIEWED*/
.mw-apisandbox-toolbar {
	border-bottom: 1px solid #aaaaaa;
}
/*REVIEWED*/
.mw-body-content .unified-search__community__thumbnail,
.page-content .unified-search__community__thumbnail {
	border: 1px solid #cccccc;
	border-radius: 0;
}

.suggestions-results {
    border: 1px solid #aaaaaa;
}

.mw-parser-output .tabber .wds-tabs__wrapper.with-bottom-border {
	margin: 0 0 -1px 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #aaaaaa;
}

.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget {
	border: 1px solid #a9a9a9;
}

.mw-rcfilters-ui-changesListWrapperWidget-previousChangesIndicator {
    border-top: 1px solid #cccccc;
}

.mw-rcfilters-ui-menuSelectWidget-footer,
.wikiEditor-ui-toolbar .sections .section {
    border-top: 1px solid #c5ced9;
}

.mytools.menu.wds-dropdown:after {
	border-top: 8px solid #ffffff;
}
/*NOT REVIEWED*/
nav.wikia-menu-button.contribute.secondary.combined {
    border-radius: 4px;
}
/*REVIEWED*/
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:active + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:active + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate:focus + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:disabled + span,
.oo-ui-checkboxInputWidget [type='checkbox']:checked:disabled + span::before,
.oo-ui-checkboxInputWidget [type='checkbox']:disabled + span,
.oo-ui-checkboxInputWidget [type='checkbox']:indeterminate + span::before,
.oo-ui-checkboxInputWidget [type='checkbox'] + span {
	border-color: #767676;
	border-radius: 3px;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span {
    border-color: #767676;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:hover + span {
    border-color: #4f4f4f;
}

.oo-ui-messageDialog-content > .oo-ui-window-foot,
.oo-ui-processDialog-content .oo-ui-window-head,
.oo-ui-processDialog-content .oo-ui-window-foot {
    outline: 1px solid #cccccc;
}

.oo-ui-processDialog-actions-primary .oo-ui-actionWidget > .oo-ui-buttonElement-button {
	border-left-color: #cccccc !important;
}

.ooui-theme-fandomooui .mw-datatable tbody tr:hover {
    outline: none;
}

.ooui-theme-fandomooui .mw-datatable > tr > td,
.ooui-theme-fandomooui .mw-datatable > * > tr > td,
.ooui-theme-fandomooui .wikitable > tr > td,
.ooui-theme-fandomooui .wikitable > * > tr > td {
	border-color: #aaaaaa;
}
/*NOT REVIEWED*/
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-dialog__wrapper {
    border-radius: 2px;
	box-shadow: 1px 2px 5px 0 rgba(0,0,0,0.7);
}
/*REVIEWED*/
.page-header__categories-dropdown-content .wds-list>li:not(:first-child) > a,
.ve-fd-header div.oo-ui-popupWidget div.oo-ui-popupWidget-popup .oo-ui-popupWidget-body > span:not(:first-child),
.WikiaBarWrapper .tools-menu > li:not(:first-child) > a {
    border-top: 1px solid #cccccc;
    border-radius: 0 !important;
}
/*NOT REVIEWED*/
.page-content .category-page__pagination .wds-button.wds-is-secondary {
    border-color: #006cb0;
    color: #006cb0;
    border-radius: 0.5em;
}
/*NOT REVIEWED*/
.page-content .category-page__pagination .wds-button.wds-is-secondary:hover:not(:disabled) {
    border-color: #0b0bff !important;
    color: #0b0bff !important;
}
/*REVIEWED*/
.page-content fieldset .wds-button:not(.wds-is-text),
.page-content fieldset .wds-button:not(.wds-is-text):not(.wds-is-secondary):hover:not(:disabled) {
    border-color: #002d55;
}

.page-content .noarticletext {
    border: 1px solid #cccccc;
    padding: 0 13px;
}

.page-header .wds-avatar img.wds-avatar__image {
    border: 2px solid #cccccc;
}

.page-header .wds-dropdown:before,
.wiki-tools .wds-dropdown:after {
    border-bottom: 9px solid #ffffff;
}

.pi-image-collection-tabs li {
    border: transparent;
}
/*NOT REVIEWED*/
.popover-body {
    box-shadow: 0 0 15px 0 #766566;
    border: 1px solid #cccccc;
    color: #3a3a3a;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji;
}
/*NOT REVIEWED*/
.popover-inner {
    box-shadow: 0 0 15px 0 #766566;
}
/*NOT REVIEWED*/
.recirculation-horizontal.recirculation-footer h3 {
    border-top: 1px solid #cab4b6;
}
/*REVIEWED*/
.RelatedPagesModule h2 {
    border-bottom: 1px solid #cccccc;
    margin-top: 30px;
    overflow: hidden;
}

#MessageWall .Reply,
.Reply_body__3woA9 {
    border-left: 0 #d9e0e6 !important;
}
/*NOT REVIEWED*/
.content-review-module h2,
section.recirculation-rail.module.group-CONTROL h2 { 
    margin: -17px -12px 8px -12px !important;
    padding: 0.15em; 
    font-weight: bold; 
    border-radius: 5px; 
}
/*REVIEWED*/
.right-rail-wrapper .rail-module h2 {
    border-bottom: 0 solid #cccccc;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    min-height: 30px;
    padding-left: 2px;
}

.right-rail-wrapper>:last-child>.rail-module:last-child,
.right-rail-wrapper>.rail-module:last-child {
    border-bottom: 1px solid #cccccc;
}

.Search .SearchInput .wds-dropdown::before {
    border-bottom-color: #cccccc;
}

.Search .SearchInput .wds-dropdown__content {
    border-color: #cccccc;
}
/*NOT REVIEWED*/
.Search .SearchInput .wds-dropdown__toggle {
    border-right: 1px solid #a58d8f;
}
/*NOT REVIEWED*/
.side-articles .side-article.side-article-category {
    border-top: #cccccc !important;
    border-top-color: #cccccc !important;
    color: #766566 !important;
}
/*REVIEWED*/
.tabs {
    zoom: 1;
    border-bottom: 1px solid #cccccc;
    overflow: visible;
    padding-left: 5px;
}

.toc {
    background-color: #ffffff;
    border: 1px solid #aaaaaa !important;
    border-radius: 0;
}

.toc .toctitle h2 {
    padding: 0 5px 0 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 1px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid transparent;
}

ul#AdminDashboardTabs.wds-tabs li.tab.wds-tabs__tab {
	margin-bottom: 0;
}

.user-tools-modal .advanced-tools {
	border-bottom: none;
	font-size: 80%;
}

.user-tools-modal .options-list li {
	border-bottom: 1px dashed #cccccc;
	font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.user-tools-modal .popular-tools-group {
    border-top: none;
}

.user-tools-modal .search-box {
	border-bottom: none;
}

.ve-fd-header__actions>.ve-header-action-item:before {
    border-right: 1px solid #668199 !important;
    height: 26px;
}

.ve-ui-mwHelpPopupTool-item:not(:first-child),
.ve-ui-mwNoticesPopupTool-items > div:not(:first-child) {
    border-top: 1px solid #cccccc;
}

.ve-ui-toolbar > .oo-ui-toolbar-bar .oo-ui-toolbar-bar {
	border: 0 !important;
}

.ve-ui-wikia-license {
    border-top: 1px solid #cccccc !important;
}

.wds-dialog__curtain.create-page-dialog input#create-page-dialog__title {
    border: 1px solid #eaeff3 !important;
    border-left: 2px solid #eaeff3 !important;
    border-top: 2px solid #bcbec2 !important;
    border-bottom: 1px solid #eaeff3 !important;
    border-right: 2px solid #eaeff3 !important;
    border-radius: 3px;
    font-size: 14px;
    max-width: 970px !important;
    padding: 4.5px;
}

.wds-tooltip.is-right:before {
    border-right-color: #ffffff;
}

.WikiaBarWrapper section {
    margin: 0 10px;
    border: 1px solid #cccccc;
}

.wikia-infobox th .wikia-infobox-section-header {
    border-top: 1px solid #cccccc !important;
    margin-top: 7px;
    padding-top: 20px;
}
/*NOT REVIEWED*/
.wikia-menu-button.secondary > a {
    border-right: 1px solid #bbbbbb !important;
}
/*REVIEWED*/
.wikia-menu-button.secondary ul li,
.wikia-menu-button ul li {
    border-top: 1px solid #cccccc;
}

.wikia-page-header .header-container {
    align-content: stretch;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 7px;
}

.wikia-paginator ul .paginator-next.disabled:after {
    border-left-color: #cccccc;
}

.wikia-paginator ul .paginator-prev.disabled:after {
	border-right-color: #cccccc;
}

.wikiEditor-ui .wikiEditor-ui-toolbar .tabs {
    border-bottom: 0;
}

#wpCreatePageDialogTitle {
    border: 1px solid #eaeff3;
    border-left: 2px solid #eaeff3;
    border-top: 2px solid #bcbec2;
    border-bottom: 1px solid #eaeff3;
    border-right: 2px solid #eaeff3;
    border-radius: 3px;
    max-width: 970px !important;
    padding: 4.5px;
}

/*TEXT COLOURS*/
/*REVIEWED*/
a:active,
.activity-module .page-title a:focus,
a:focus,
a:hover,
.AdminDashboard .admin-dashboard-content .control-section .controls .control,
.AdminDashboardHeader h1 a,
#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab .wds-tabs__tab-label a:active,
#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab .wds-tabs__tab-label a:focus,
#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab .wds-tabs__tab-label a:hover,
.analytics_table_oasis td:nth-child(1) a:any-link,
.analytics_table_oasis td:nth-child(1) a:hover,
.analytics_table td:nth-child(1) a:any-link,
body.mw-special-AdminDashboard .page-header__title,
.CategorySelect.articlePage .category a:focus,
.client-js .mw-charinsert-item:focus,
.leaflet-container .leaflet-control-attribution.leaflet-control a,
.LightboxModal .LightboxHeader h1 a:focus,
.LightboxModal .LightboxHeader .user-details a:focus,
.LightboxModal .see-full-size-link:focus,
.LightboxModal .video-views:focus,
.mw-editfooter-list a:focus,
.mw-parser-output a.external,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:active,
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active,
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus,
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover,
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:active,
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:focus,
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button:hover,
.ooui-theme-fandomooui .mw-collapsible-toggle a,
.page-content a:not(.button):focus,
.page-content .unified-search__profiles__profile a,
.page-content .unified-search__profiles__profile a:hover,
.toctogglespan .toctogglelabel:active,
.toctogglespan .toctogglelabel:focus,
.toctogglespan .toctogglelabel:hover,
.toc ul li a,
ul.gallery.mw-gallery-slideshow .gallerycarousel>div .mw-gallery-slideshow-caption a:active,
ul.gallery.mw-gallery-slideshow .gallerycarousel>div .mw-gallery-slideshow-caption a:focus,
ul.gallery.mw-gallery-slideshow .gallerycarousel>div .mw-gallery-slideshow-caption a:hover,
ul.gallery.mw-gallery-slideshow li.gallerybox .gallerytext a:active,
ul.gallery.mw-gallery-slideshow li.gallerybox .gallerytext a:focus,
ul.gallery.mw-gallery-slideshow li.gallerybox .gallerytext a:hover,
.unified-search__advanced__checkbox input:checked~.unified-search__advanced__checkbox-wrap .wds-icon,
.user-tools-modal__icon-wrapper .wds-icon,
.user-tools-modal .no-ipad li:hover,
.wds-link:active,
.wds-link:focus,
.wds-link:hover,
.wds-success .wds-banner-notification__text a,
.wds-tabs__wrapper a {
    color: #006cb0;
}
/*NOT REVIEWED*/
abbr.minor,
.EditedBy_edited-by__1ZEJN,
.mw-plusminus-null,
.post__og-source {
    color: #808080 !important;
}
/*REVIEWED*/
.ace-dawn .ace_comment,
.ace-twilight .ace_comment {
	font-style: italic;
	color: #5a525f !important;
}

.ace-dawn .ace_constant,
.ace-dawn .ace_constant.ace_character,
.ace-dawn .ace_constant.ace_character.ace_escape,
.ace-dawn .ace_constant.ace_other,
.ace-twilight .ace_constant,
.ace-twilight .ace_constant.ace_character,
.ace-twilight .ace_constant.ace_character.ace_escape,
.ace-twilight .ace_constant.ace_other {
	color: #811f24 !important;
}

.ace-dawn .ace_cursor,
.ace-twilight .ace_cursor {
	color: #000000 !important;
}

.ActionItem_action-item__1O8ed,
.ArticleCommentsSingleThread_toolbar-button-back__1cySC .wds-icon,
.EntityTopBar_details__1lRTs,
.EntityHeader_entity-header__3gtUI,
.EntityHeader_middot__2f4XC,
.FormEntryPoint_text__7JAhS,
.InlineEntityFormWrapper_inline-entity-form-wrapper__12amV,
.ooui-theme-fandomooui .ve-ui-modeSwitchPopupButtonWidget-popup .oo-ui-buttonWidget a,
.ve-ui-pageActionsPopupButtonWidget .ve-ui-pageActionsPopupButtonWidget-popup .oo-ui-buttonWidget a {
	color: #3a3a3a !important;
}

.ace-dawn .ace_heading,
.ace-dawn .ace_markup.ace_heading,
.ace-twilight .ace_heading,
.ace-twilight .ace_markup.ace_heading {
	color: #19356d !important;
}

.ace-dawn .ace_invalid.ace_deprecated,
.ace-twilight .ace_invalid.ace_deprecated {
	text-decoration: underline;
	font-style: italic;
	color: #b52a1d !important;
}

.ace-dawn .ace_invisible,
.ace-twilight .ace_invisible {
	color: rgba(75, 75, 126, 0.50) !important;
}

.ace-dawn .ace_keyboard,
.ace-dawn .ace_meta,
.ace-twilight .ace_keyword,
.ace-twilight .ace_meta {
	color: #794938 !important;
}

.ace-dawn .ace_list,
.ace-dawn .ace_markup.ace_list,
.ace-dawn .ace_support.ace_function,
.ace-twilight .ace_list,
.ace-twilight .ace_markup.ace_list,
.ace-twilight .ace_support.ace_function {
	color: #693a17 !important;
}

.ace-dawn .ace_storage,
.ace-twilight .ace_storage {
	font-style: italic;
	color: #a71d5d !important;
}

.ace-dawn .ace_string,
.ace-twilight .ace_string {
	color: #0b6125 !important;
}

.ace-dawn .ace_string.ace_regexp,
.ace-twilight .ace_string.ace_regexp {
	color: #cf5628 !important;
}

.ace-dawn .ace_support,
.ace-twilight .ace_support {
	color: #691c97 !important;
}

.ace-dawn .ace_support.ace_constant,
.ace-twilight .ace_support.ace_constant {
	color: #b4371f !important;
}

.ace-dawn .ace_variable,
.ace-twilight .ace_variable {
	color: #234a97 !important;
}

.ActionItem_action-item__1O8ed:hover {
	color: #3a3a3a !important;
}

#AdminDashboardAdvanced .AdminDashboardGeneralHeader h2 {
	font-size: 20px;
	font-weight: inherit;
}

#AdminDashboardHeader.wds-tabs__wrapper #AdminDashboardTabs.wds-tabs .wds-tabs__tab .wds-tabs__tab-label a,
.analytics_table td:nth-child(1),
.analytics_table td:nth-child(2),
.announcements-content .announcements-back>.oo-ui-buttonElement-button>.oo-ui-iconElement-icon,
body.skin-fandomdesktop.mw-special-Contributions .mw-changeslist-links>span:not(:first-child):before,
.CategoryTreeEmptyBullet,
.CategoryTreeToggle,
.chart-footer,
.client-js .mw-recentchanges-toplinks .oo-ui-buttonElement > .oo-ui-buttonElement-button > .oo-ui-indicatorElement-indicator,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li:hover>a:not(.wds-button),
.FounderProgressList .activities .activity .activity-description .description .actions .skip,
.grid_box .last30,
.last30,
.mw-rcfilters-ui-itemMenuOptionWidget-label-title,
.mw-widget-calendarWidget-day,
.ooui-theme-fandomooui .wikitable,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * .wds-dialog__wrapper,
.oo-ui-buttonElement > .oo-ui-buttonElement-button:hover,
.page-header__subtitle-back-icon,
.popular-pages__item>a,
.recent-wiki-activity__timeago,
.Search .subtle,
.TablePager_nav.oo-ui-buttonGroupWidget .oo-ui-widget.oo-ui-widget-disabled.oo-ui-buttonWidget .oo-ui-labelElement-label,
.tags-report .tags-report__input__target__action-link,
.toc ul li a .tocnumber,
.unified-search__result__community__content__hub, 
.unified-search__result__community__content__statistics,
#userProfileApp .modal-wrapper__header h3,
#userProfileApp .modal-wrapper,
#userProfileApp .user-identity-avatar__actions .wds-floating-button {
    color: #3a3a3a;
}

a.new,
.new,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new,
#quickbar a.new {		
	color: #cc2200;
}

a.new:active,
a.new:focus,
a.new:hover,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new:active,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new:focus,
.ooui-theme-fandomooui .wds-global-navigation-wrapper ~ * a.new:hover {		
	color: #cc2200 !important;
	text-decoration: underline;
}

.announcements-content .announcements-back>.oo-ui-buttonElement-button:hover,
.ArticleCommentsSingleThread_toolbar-button-back__1cySC.themed-link:active,
.ArticleCommentsSingleThread_toolbar-button-back__1cySC.themed-link:focus,
.ArticleCommentsSingleThread_toolbar-button-back__1cySC.themed-link:hover,
div.SingleThreadToolbar button.wds-is-text:focus,
div.SingleThreadToolbar button.wds-is-text:hover,
.rename-item-modal .wds-dialog__content a:hover,
.user-tools-modal .wds-dialog__content a:hover {
   color: #006cb0;
   text-decoration: underline;
}

.announcements-content .oo-ui-fieldLayout .oo-ui-fieldLayout-messages-error,
.wds-input.has-error > .wds-input__hint {
    color: #ff0000;
}

a.page-side-edit,
a.page-side-edit:hover,
.ns-10 .template-classification-entry-point__wrapper .wds-icon.wds-icon-tiny {
    color: #c4943c;
}

a.page-side-edit#ca-viewsource-side-tool,
a.page-side-edit#ca-viewsource-side-tool:hover {
	color: #b0a4ac;
}

.autocomment,
.autocomment a,
.autocomment a:visited,
.mw-plusminus-null,
.mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,
.ooui-theme-fandomooui .mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,
.ooui-theme-fandomooui .ve-ui-linkContextItem .ve-ui-linkContextItem-label .ve-ui-linkContextItem-label-preview .oo-ui-labelElement-label,
span.history-deleted {
    color: #808080;
}

.autocomment a:hover {
    color: inherit !important;
}

b {
    font-weight: bold;
}

blockquote,
.page-header__categories,
table.mw-datatable.mw-blocklist tr td.TablePager_col_ipb_reason {
  font-style: italic;
}

.blog-listing__comment-count {
	font-size: 9px;
	color: #006cb0;
}

.blog-listing__title a:hover,
.blog-listing__user-name:hover {
	text-decoration: underline !important;
}

body.mw-special-CreateBlogListingPage .page__main .wds-button a:hover,
.modalWrapper a:active:not(.wds-button),
.modalWrapper a:focus:not(.wds-button),
.modalWrapper a:hover:not(.wds-button),
.navpopup a:hover,
.navpopup .color2 a:hover,
.page-content a:hover,
.page-content .color2 a:hover,
.page-header__title-wrapper a:hover,
.refpopups-popup a:hover,
.refpopups-popup .color2 a:hover,
.right-rail-wrapper a:hover,
.right-rail-wrapper .color2 a:hover,
.sitenotice__content a:hover,
#userProfileApp .user-profile-navigation__link a:hover,
#WikiaMainContent a:hover,
#WikiaMainContent .color2 a:hover {
    color: #006cb0;
}

#AdminDashboard a.set[data-tracking="theme-designer"] .representation svg.wds-icon,
#ca-addsection.page-header__action-button.has-label .wds-icon,
#ca-edit.page-header__action-button.has-label .wds-icon,
#ca-ve-edit.page-header__action-button.has-label .wds-icon,
.community-page-todo-list-module .community-page-todo-list-module-edit .wds-icon,
.mw-content-ltr .mw-editsection .wds-icon,
symbol#wds-icons-pencil,
symbol#wds-icons-pencil-tiny,
#userProfileApp .wds-button.user-identity-header__button .wds-icon,
.wds-button.MessageWallEditButton svg {
    fill: #c4943c;
}

#ca-viewsource.page-header__action-button.has-label .wds-icon,
symbol#wds-icons-lock {
    fill: #b0a4ac;
}

.CodeMirror-linenumber {
    color: #333333;
}

.CommentCounter_comment-counter__2M0in {
    color: #3a3a3a !important;
    font-size: 22px !important;
    font-weight: normal !important;
    margin-left: 5px !important;
}

.community-header-wrapper .wds-dropdown:not(.wds-is-touch-device):not(.wds-is-not-hoverable) .wds-dropdown__toggle-chevron,
div.fandom-sticky-header.is-visible div.wds-dropdown svg.wds-icon.wds-icon-tiny.wds-dropdown__toggle-chevron {
   color: #ffffff80;
}

.community-header-wrapper .wds-dropdown.wds-is-active .wds-dropdown__toggle-chevron,
.community-header-wrapper .wds-dropdown:not(.wds-is-touch-device):not(.wds-is-not-hoverable):hover .wds-dropdown__toggle-chevron,
div.fandom-sticky-header.is-visible div.wds-dropdown:hover svg.wds-icon.wds-icon-tiny.wds-dropdown__toggle-chevron {
    color: #ffffffe6 !important;
    text-decoration: underline;
}

#content .category-layout-selector,
.page-content .category-layout-selector {
    color: #999999;
}

.content dt {
    font-weight: bold;
    margin-bottom: 1px;
}

.content li {
    margin: 3px 0;
}

.content ol, 
.content ul {
    margin: .4em 0 .5em 2.5em;
}

.content p,
.mw-parser-output p {
    margin: .4em 0 .5em;
}

body.skin-fandomdesktop #userProfileApp .user-profile-navigation__link {
    padding: 6px 12px 5px;
    margin: 0 5px;
}

.content-review__status,
.content-review__widget__header {
    color: #3a3a3a;
    font-weight: normal;
}

.diff-marker a.mw-diff-movedpara-right,
.mw-diff-movedpara-left,
.mw-diff-movedpara-left:active,
.mw-diff-movedpara-left:visited,
.mw-diff-movedpara-right,
.mw-diff-movedpara-right:visited,
.mw-diff-movedpara-right:active {
    color: transparent !important;
    text-shadow: none !important;
}

.discussion-module .subtext {
    color: #a29192 !important;
}

div.SingleThreadToolbar button.wds-is-text {
    color: #006cb0;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

dt {
    font-weight: bold;
}

a.text .button,
a.text .button:hover,
a.wikia-button,
a.wikia-button:hover,
.button,
button,
.fandom-sticky-header a,
.HelpLink > a,
input[type="button"],
input[type="reset"],
input[type="submit"]:not(.wds-button),
.page-side-tools__wrapper .page-side-tool.content-size-toggle:hover,
.page-side-tools__wrapper .page-side-tool.sticky-toc-toggle:hover,
.right-rail-toggle .wds-icon,
#userProfileApp .user-identity-avatar__actions .wds-floating-button:hover,
.WikiaBarWrapper .wikia-bar .wikiabar-button,
.wikia-menu-button,
.wikia-single-button a {
    color: #ffffff;
}

#editform #mw-editform-cancel a.oo-ui-buttonElement-button {
	color: #606060;
}

.EntityActions_edit-summary__7TtOf {
	font-size: 16px !important;
	font-weight: normal !important;
}

.error {
    color: #ff0000;
}

.fandom-community-header__community-name,
.fandom-community-header__community-name:hover {
    font-size: 28px;
}

.fandom-community-header__community-name,
.fandom-community-header__local-navigation .first-level-item a,
.fandom-community-header__top-container,
.fandom-sticky-header__sitename {
    color: #ffffff !important;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
    font-weight: bold;
}

.fandom-community-header__community-name:hover {
    color: #ffffff !important;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
    text-decoration: none !important;
}

.fandom-community-header__local-navigation .first-level-item a:hover,
.fandom-community-header__top-container:hover,
.fandom-sticky-header__sitename:hover {
    color: #ffffff !important;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.fandom-community-header__local-navigation .first-level-item a span:hover,
.LoadMoreButton_load-more__15sOz:hover {
    text-decoration: underline;
}

.FounderProgressList header h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 18px;
}
/*NOT REVIEWED*/
.FounderProgressList>nav .back-to-dash svg,
#FounderProgressWidget .preview .activities .activity .description .actions .skip,
.right-rail-wrapper .activity-module .edit-info,
.unified-search__result__link,
.wikia-gallery-caption-below .lightbox-caption {
    color: #7f7f7f;
}
/*REVIEWED*/
#FounderProgressWidget .preview header .list-toggle,
#FounderProgressWidget .preview header .list-toggle a:hover {
    color: #7f7f7f;
    font-style: italic;
}

header.wds-community-header a:hover,
.color2 a:hover,
header.wds-community-header a:visited:hover,
.color2 a:visited:hover {
    text-decoration:none;
}

.LightboxModal .LightboxCarousel .LightboxCarouselContainer ul {
    margin: 0;
}

.LightboxModal .LightboxHeader .more-info-button,
.LightboxModal .LightboxHeader .share-button,
.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,
.wiki-tools .wds-dropdown__content a:hover {
    color: #3a3a3a !important;
}

.mw-body-content .unified-search__community__view-more-wikis,
.page-content .unified-search__community__view-more-wikis {
	text-transform: none;
}

.mw-body-content .unified-search__result__link,
.page-content .unified-search__result__link {
    color: #808080 !important;
    font-weight: normal !important;
}

.page .unified-search__result__link:hover,
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:hover,
.wds-button.wds-is-secondary.wds-is-active,
.wds-button.wds-is-secondary:active,
.wds-button.wds-is-secondary:focus:not(:disabled),
#WikiaMainContent .wds-button.wds-is-secondary:hover:not(:disabled) {
    color: #006cb0 !important;
}

.mw-body-content .unified-search__result__community__content__hub,
.mw-body-content .unified-search__result__community__content__statistics,
.page-content .unified-search__result__community__content__hub,
.page-content .unified-search__result__community__content__statistics {
    color: #808080;
}

.mw-parser-output p+p,
.page-content dl {
    margin: 1em 0;
}

.mw-parser-output .tabber .wds-tabs__tab:active,
.mw-parser-output .tabber .wds-tabs__tab:hover,
.toctogglespan .toctogglelabel:hover,
.toc ul li a:hover,
.toc ul li a:hover .tocnumber {
	text-decoration: underline;
}
/*NOT REVIEWED*/
.mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,
.mw-widget-calendarWidget-day-heading,
.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button,
.ooui-theme-fandomooui .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,
.ooui-theme-fandomooui .mw-rcfilters-ui-itemMenuOptionWidget-label-desc,
.ooui-theme-fandomooui .mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget,
.wikiEditor-toolbar-dialog.ui-dialog .ui-widget-content {
	color: #606060;
}
/*REVIEWED*/
.mw-userrights-disabled,
.ve-ui-mwSaveDialog-no-changes {
    color: #888888;
}

.mw-widget-calendarWidget-day-additional {
	color: #a9a9a9;
}
/*NOT REVIEWED*/
.navpopup a:visited:hover,
.navpopup .color2 a:visited:hover,
.page-content a:visited:hover,
.page-content .color2 a:visited:hover,
.refpopups-popup a:visited:hover,
.refpopups-popup .color2 a:visited:hover,
.right-rail-wrapper a:visited:hover,
.right-rail-wrapper .color2 a:visited:hover,
#WikiaMainContent a:visited:hover,
#WikiaMainContent .color2 a:visited:hover {
    color: #006cb0;
}
/*REVIEWED*/
.oo-ui-radioInputWidget [type='radio'] + span,
.oo-ui-radioInputWidget [type='radio']:disabled + span,
.oo-ui-radioInputWidget [type='radio']:checked:disabled + span {
    color: #767676;
}

.ooui-theme-fandomooui .mw-datatable {
	color: #212121;
}

.oo-ui-buttonGroupWidget.oo-ui-widget-enabled .oo-ui-buttonElement.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
	color: #3a3a3a;
	opacity: 100;
}

.oo-ui-checkboxInputWidget,
.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:hover + span {
	color: #4f4f4f;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked + span {
    color: #0075ff;
}

.oo-ui-radioInputWidget.oo-ui-widget-enabled [type='radio']:checked:hover + span {
    color: #005cc8;
}

.page-content .bodySearch .mw-ui-button,
.page-content .commentbox .mw-ui-button,
.page-content .createbox .mw-ui-button,
.page-content .mw-movebox .mw-ui-button,
.page-content .searchbox .mw-ui-button {
	color: #ffffff;
	font-weight: normal;
}

.page-content dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1px;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content h1 {
    font-size: 28px;
    font-weight: inherit;   
    margin: .5em 0 .2em;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content h2 {
    font-size: 20px;
    font-weight: inherit;
    margin: .5em 0 .2em;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content h3 {
    font-size: 18px;
    font-weight: inherit;
    margin: .5em 0 .2em;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: .5em 0 .2em;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content h5 {
	font-size: 0.83em;
    line-height: 1.5;
    margin: .5em 0 .2em;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content h6 {
	font-size: 0.67em;
	line-height: 1.5;
    margin: .5em 0 .2em;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.page-content ol,
.page-content ul {
    margin: 6px 0 6px 36px;
}

.page-content p + ol,
.page-content p + ul,
.page-content section + ol,
.page-content section + ul {
  margin-top: .2em;
}

.page-counter__label,
.page-counter__value {
    color: #ffffff;
    font-weight: bold;
}

.page-counter__value {
	line-height: 1;
}

.page-header__action-button.has-label:active,
.page-header__action-button.has-label:focus,
.page-header__action-button.has-label:hover {
	color: #ffffff;
}

.page-header__categories-in {
    font-style: normal;
    font-weight: bold;
}

.page-header__subtitle {
    font-size: 14px;
    margin-top: 6px;
}

.page-header__title {
    font-weight: normal;
    font-size: 28px;
    line-height: 1;
}

.popular-pages .sponsored-content__attribution {
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    opacity: .5;
}

.portable-infobox .pi-secondary-font {
	font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
}

.rail-module__list.is-condensed-list a {
    color: #006cb0 !important;
    font-weight: 500 !important;
}

.recent-wiki-activity__timeago:before {
    margin: 0;
    color: transparent;
}

.simple-pagination li {
	font-weight: normal;
	width: 30px !important;
	margin: 0 6px !important;
}

.simple-pagination li.active {
	color: #ffffff;
	font-weight: bold;
}

.simple-pagination li.disabled {
	color: #808080;
	opacity: 100;
}

.sitenotice__title {
    font-size: 14px;
    color: #3a3a3a;
}

span.ace_invalid.ace_deprecated,
tr.mw-abusefilter-list-throttled,
tr.mw-abusefilter-list-throttled td {
	color: #ff0000;
}

.TablePager_nav.oo-ui-buttonGroupWidget .oo-ui-widget.oo-ui-widget-disabled.oo-ui-buttonWidget .oo-ui-iconElement-icon,
.wikia-paginator span.paginator-next,
.wikia-paginator span.paginator-prev {
    color: #cccccc;
}

.TablePager_nav.oo-ui-buttonGroupWidget .oo-ui-widget.oo-ui-widget-enabled.oo-ui-buttonWidget .oo-ui-iconElement-icon {
	color: #0000aa;
}

.toc b {
    font-weight: normal;
}

#userProfileApp .user-identity-header__actions button {
	font-family: Helvetica Neue,helvetica,arial,sans-serif;
	font-weight: 600;
}

.ui-widget-header,
#userProfileApp .user-profile-navigation__link.is-active a {
    color: #3a3a3a;
    font-weight: bold;
}

color2 a:visited:hover {
    color: #ffffff !important;
}

div.SingleThreadToolbar button.wds-is-text svg.SingleThreadToolbar__escape-icon,
.right-rail-wrapper .premium-recirculation-rail a:visited {
    color: #3a3a3a;
}

.right-rail-wrapper .premium-recirculation-rail a:visited:hover {
    color: #006cb0 !important;
}
/*NOT REVIEWED*/
.WikiaBarWrapper .wikia-bar .message {
    float: right;
    font-size: 11px;
    height: 25px;
    margin: 0 24px 0 50px;
    padding: 5px 5px 0 0;
    text-align: right;
    white-space: nowrap;
    width: 420px;
}
/*NOT REVIEWED*/
.wikia-menu-button ul a {
    color: #3a3a3a !important;
    font-weight: normal !important;
}
/*REVIEWED*/
.WikiaBarCollapseWrapper .wikia-bar-collapse,
.WikiaBarWrapper .arrow,
.WikiaBarWrapper .arrow:visited {
    color: #c0c0c0;
}

#analytics_report_time,
.article-thumb .caption,
body.mw-special-AdminDashboard .FounderProgressList .activities .activity.completed .activity-label,
body.mw-special-AdminDashboard .FounderProgressList .activities .activity.locked .activity-label,
.mw-widgets-datetime-dateTimeInputWidget-empty .mw-widgets-datetime-dateTimeInputWidget-handle,
.right-rail-wrapper .activity-module .edit-info,
.Search .result li,
.Search .result .redirect-title,
.Search .result .redirect-title .result-link,
.Search .result ul .result-link,
.Search .result ul .result-link a:visited,
.side-articles .side-article .fandom-annotation {
    color: #808080;
}

.ns-special a.text .button:visited,
.ns-special a.wikia-button:visited,
.page-content .wikiaPlaceholder > div a,
.page-content .wikiaPlaceholder > div a:visited,
.wds-tabs__tab-label :not(:first-child):not(:only-child),
.WikiaBarWrapper .toolbar,
.WikiaBarWrapper .toolbar .tools > li > a,
.WikiaBarWrapper .wikia-bar .message a,
.wikia-menu-button > a,
.wikia-menu-button a:visited,
.wikia-menu-button a:visited:hover,
.wikia-menu-button > li > a,
.WikiaBarWrapper .tools>li>a,
.WikiaBarWrapper .tools .wds-dropdown__toggle>a {
    color: #ffffff;
}
/*NOT REVIEWED*/
.media-gallery-wrapper .media-gallery-caption a:visited {
    color: #b3b3b3;
}
/*REVIEWED*/
.mw-abusefilter-log-hidden-entry,
tr.mw-abusefilter-list-deleted,
tr.mw-abusefilter-list-deleted td,
tr.mw-abusefilter-list-disabled,
tr.mw-abusefilter-list-disabled td {
    color: #666666;
}
/*NOT REVIEWED*/
.wikiEditor-ui #msupload-list .file .file-size {
	color: #666666;
}
/*REVIEWED*/
.AdminDashboard .admin-dashboard-content .control-section .controls,
.AdminDashboard .admin-dashboard-content .control-section header h1,
.AdminDashboardHeader h1 a,
.admin-dashboard__module>h2,
.content-review__widget__help,
.LightboxModal .LightboxHeader h1,
.LightboxModal .LightboxHeader .more-info-button,
.LightboxModal .LightboxHeader .share-button,
.reverb-filter-title,
:target .mw-cite-targeted-backlink {
    font-weight: normal;
}

.admin-dashboard__module> h2 {
    font-size: 16px;
}

.banner-notifications-placeholder .wds-banner-notification__container,
body:not(.has-uap) .top-ads-container,
body.skin-fandomdesktop button,
.create-new-wiki,
.create-new-wiki__hubs-select .fandom-select,
.create-new-wiki__languages-select .fandom-select,
.create-new-wiki__progress,
.fandom-community-header__local-navigation .wds-dropdown__content,
.InputField-module_inputField__1eWHl,
.navpopup,
.page,
.oo-ui-menuSelectWidget,
.oo-ui-popupWidget-popup,
.ooui-theme-fandomooui .ve-ui-summaryPanel-copyrightWarningFooter,
.oo-ui-toolbar-tools,
.oo-ui-window-content,
.page__right-rail .rail-module a[title="Discord"] .wds-button b,
.right-rail-toggle,
.skin-fandomdesktop .LightboxModal,
.suggestions-results,
.user-tools-modal a,
.user-tools-modal .popular-tools-group .popular-toggle,
.user-tools-modal .search-box input[type=text],
.user-tools-modal__section label,
.ve-fd-header__label,
.ve-fd-header__title a,
.ve-init-mw-desktopArticleTarget-originalContent .ve-init-mw-desktopArticleTarget-title,
.ve-ui-findAndReplaceDialog-cell,
.ve-ui-findAndReplaceDialog-cell-input .oo-ui-textInputWidget,
.ve-ui-modeSwitchPopupButtonWidget>.ve-ui-modeSwitchPopupButtonWidget-button,
.ve-ui-mwSaveDialog-license,
.ve-ui-mwSaveDialog-summaryLabel,
.ve-ui-overlay,
.ve-ui-summaryPanel-checkboxActionRow,
.ve-ui-summaryPanel-summaryInputField,
.wds-tooltip.is-bottom,
.wds-tooltip.is-right,
.WikiaBarWrapper .tools,
.wiki-tools .wds-dropdown:after,
.wiki-tools .wds-dropdown:before,
.wiki-tools .wds-dropdown__content {
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.blog-listing__comment-count:hover,
body.mw-special-AdminDashboard .page-header__title:hover {
	cursor: pointer;
}

.content-review__status,
.content-review__widget__help,
.page-counter__label,
.page-header__categories,
.right-rail-wrapper .premium-recirculation-rail a {
    font-size: 12px;
}

.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content .wds-list.wds-is-linked>li>a {
	font-size: 14px;
}

.FounderProgressList>nav .back-to-dash {
	font-size: 13px;
    font-weight: normal;
    padding-left: 5px;
	text-transform: none;
}

#FounderProgressWidget .preview header h3 {
	font-size: 1.17em;
	font-weight: normal;
}

.global-shortcuts-help__disclaimer {
    padding-top: 0 !important;
}

.global-shortcuts-help__explore-shortcuts {
    padding: 16px;
}

.global-shortcuts-help .label {
    font-size: 13px !important;
    margin: 0 !important;
}

.global-shortcuts-help .wds-dialog__title {
    display: flex !important;
    font-weight: 700 !important;
    padding: 16px;
}

.grid_box_header {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.mw-ipb-conveniencelinks {
	font-size: 90% !important;
}

.mw_metadata .mw-metadata-show-hide-extended {
	text-align: left;
}

.mw-version-ext-name,
.mw-version-library-name {
    font-weight: normal;
    font-style: italic;
}

.new:active,
.new:focus,
.new:hover,
#userProfileApp .user-bio-open-modal-button:active,
#userProfileApp .user-bio-open-modal-button:focus,
#userProfileApp .user-bio-open-modal-button:hover {		
	text-decoration: underline;
}

.new:hover {
	cursor: pointer;
}

.ns-special .content-review__status,
.rail-module__list {
    font-size: 14px;
}

.redirectText {
    display: inline;
    font-size: 140%;
}

.astmain span.wds-button:hover,
.fandom-sticky-header__sitename:hover,
.mw-parser-output .tabber ul.wds-tabs li.wds-tabs__tab {
	text-decoration: none;
}

.blog-listing__user-name {
	font-weight: bold !important;
}

.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked>li>a,
.fandom-community-header__local-navigation .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2:not(.wds-is-touch-device):hover>.wds-dropdown-level-2__content,
.wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content .wds-list.wds-is-linked>li>a,
.wds-list.wds-is-linked>li>a {
    font-weight: normal !important;
}

.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label a,
.mw-parser-output .tabber .wds-tabs__tab .wds-tabs__tab-label a:hover {
	font-weight: bold;
	color: #444488;
	font-size: 12px;
	font-family: Verdana,sans-serif;
	text-decoration: none;
}

.right-rail-wrapper .module b {
    font-weight: bold;
}

.right-rail-wrapper .module h2,
.right-rail-wrapper #RIGHT_SKYSCRAPER h2 {
    padding: .18em;
    font-size: 17px;
}

.right-rail-wrapper .module .more {
    float: right;
    font-size: 10px;
    font-weight: bold;
}

#userProfileApp .user-identity-stats a,
#userProfileApp .user-profile-navigation__link {
	opacity: 100;
}

#userProfileApp .wds-input__label {
    color: #3a3a3a;
    font-size: 13px;
}

.wds-community-header .wds-button .wds-is-secondary {
    font-weight: bold;
}

.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a,
.wiki-tools .wds-list.wds-is-linked>li>a {
    font-weight: normal !important;
}

.wds-dialog__content {
    font-size: 13px;
}

.mcf-card {
	border: 1px solid #cccccc;
	max-width: 372px;
}
/*NOT REVIEWED*/
.mcf-wrapper {
    background-color: #ffffff;
    border-radius: 0;
    border-width: 1px;
}
/*REVIEWED*/
#mixed-content-footer {
    background-color: #ffffff;
    border-top: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    font-family: Helvetica Neue,helvetica,arial,sans-serif;
}

.mcf-card-discussions__link {
    color: #006cb0;
}

.mcf-card-discussions__header {
    color: #3a3a3a;
}

.mcf-card-wiki-articles__header:before {
    background: linear-gradient(to right,rgba(0,45,85,.5),rgba(0,45,85,.45)),linear-gradient(to left,transparent 80px, #002d55 250px), url(https://static.wikia.nocookie.net/csydes-test/images/6/6a/Community_Central_Wiki_Header_Background.png/revision/latest/zoom-crop/width/471/height/115?cb=20210819052435) right/contain no-repeat;
}

.mcf-card-wiki-articles__circle {
    background-color: #999999;
    color: #ffffff;
}

.mcf-card-discussions__header,
.mcf-card-discussions__item,
.mcf-card-wiki-articles__item {
    border-bottom: 1px solid #d6d0d5;
}

.mcf-card-discussions__counters,
.mcf-card-discussions__in,
.mcf-card-discussions__item a,
.mcf-card-discussions__user-info {
	color: #d6d0d5;
}

.mcf-card-discussions__user-subtitle {
    color: #1e0c1b;
    opacity: .5;
}

.mcf-card-related-wikis__header {
    border-bottom: 1px solid #cccccc;
}
/*TESTING SPACE*/