dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

/* fandomdesktop */
:root:root:root:root {
    --theme-body-dynamic-color-1: #fff;
    --theme-body-dynamic-color-1--rgb: 255,255,255;
    --theme-body-dynamic-color-2: #e6e6e6;
    --theme-body-dynamic-color-2--rgb: 230,230,230;
    --theme-page-dynamic-color-1: #fff;
    --theme-page-dynamic-color-1--rgb: 255,255,255;
    --theme-page-dynamic-color-1--inverted: #1e0c1b;
    --theme-page-dynamic-color-1--inverted--rgb: 30,12,27;
    --theme-page-dynamic-color-2: #e6e6e6;
    --theme-page-dynamic-color-2--rgb: 230,230,230;
    --theme-sticky-nav-dynamic-color-1: #fff;
    --theme-sticky-nav-dynamic-color-1--rgb: 255,255,255;
    --theme-sticky-nav-dynamic-color-2: #e6e6e6;
    --theme-sticky-nav-dynamic-color-2--rgb: 230,230,230;
    --theme-link-dynamic-color-1: #1e0c1b;
    --theme-link-dynamic-color-1--rgb: 30,12,27;
    --theme-link-dynamic-color-2: #3a3a3a;
    --theme-link-dynamic-color-2--rgb: 58,58,58;
    --theme-accent-dynamic-color-1: #fff;
    --theme-accent-dynamic-color-1--rgb: 255,255,255;
    --theme-accent-dynamic-color-2: #e6e6e6;
    --theme-accent-dynamic-color-2--rgb: 230,230,230;
    --theme-body-background-color: #1f1f1f;
    --theme-body-background-color--rgb: 31,31,31;
    --theme-body-background-image: url("");
    --theme-body-text-color: #fff;
    --theme-body-text-color--hover: #cccccc;
    --theme-sticky-nav-background-color: #1f1f1f;
    --theme-sticky-nav-text-color: #fff;
    --theme-sticky-nav-text-color--hover: #cccccc;
    --theme-page-background-color: #111111;
    --theme-page-background-color--rgb: 17,17,17;
    --theme-page-background-color--secondary: #353535;
    --theme-page-text-color: #e6e6e6;
    --theme-page-text-color--rgb: 230,230,230;
    --theme-page-text-color--hover: #b3b3b3;
    --theme-page-text-mix-color: #7c7c7c;
    --theme-page-text-mix-color-95: #1c1c1c;
    --theme-page-accent-mix-color: #1a1a1a;
    --theme-page-headings-font: 'Rubik';
    --theme-link-color: #4a90e2;
    --theme-link-color--rgb: 74,144,226;
    --theme-link-color--hover: #a1c5f0;
    --theme-link-label-color: #1e0c1b;
    --theme-accent-color: #222222;
    --theme-accent-color--rgb: 34,34,34;
    --theme-accent-color--hover: #555555;
    --theme-accent-label-color: #fff;
    --theme-border-color: #464646;
    --theme-border-color--rgb: 70,70,70;
    --theme-alert-color: #c90018;
    --theme-alert-color--rgb: 201,0,24;
    --theme-alert-color--hover: #ff3048;
    --theme-alert-label: #fff;
    --theme-warning-color: #cf721c;
    --theme-warning-label: #1e0c1b;
    --theme-success-color: #0c742f;
    --theme-success-color--rgb: 12,116,47;
    --theme-success-label: #fff;
    --theme-message-color: #984288;
    --theme-message-label: #fff;
}

.fandom-community-header__background:before {
	background-image: unset !important;
}

.mainpage-box {
    font-family: Rubik, sans-serif;
}

.mainpage-box h3 {
    color: #c3c3c3;
}

.mainpage-box .staff li:hover, .mainpage-box .featured:hover, .mainpage-box .not-featured:hover {
    background: #222;
    border-radius: 5px;
}

.blog {
    border-radius: 5px;
    overflow: hidden;
}

.mainpage-blogs .blog-info {
    border: none;
}

.mainpage-blogs .blog-info .author a, .mainpage-blogs .blog-info .author a:active, .mainpage-blogs .blog-info .author a:visited {
    color: #c3c3c3;
}

.mainpage-blogs .blog-info .author a:hover {
    color: #f1f1f1;
}

.mainpage-faq h4 {
    background-color: #222;
    color: #c3c3c3;
}

.mainpage-faq .faq-list {
    background-color: #333;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}

.mainpage-connect .staff li {
   border: 1px solid #333;
}

.mainpage-connect .staff .name a, .mainpage-connect .staff .name a:active, .mainpage-connect .staff .name a:visited {
    color: #c3c3c3;
}

.mainpage-connect .staff .name a:hover {
    color: #f1f1f1;
}

.mainpage-social {
    background-color: #333;
}

.mainpage .WikiaArticleInterlang {
    background-color: #3d3d3d;
    background: url(https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png) no-repeat 10px, linear-gradient(#000, #333);
    border: 1px solid #333;
}

/*** CSS Syntax Highlighting ***/
.mw-highlight {
	background: transparent;
}

.mw-highlight pre {
	background: rgb(255 255 255 / 5%);
	border-color: rgb(255 255 255 / 5%);
}

.mw-highlight .c {
	color: #5f5a60;
}

.mw-highlight .cp {
	color: white;
}

.mw-highlight .k, .mw-highlight .kp, .mw-highlight .n {
	color: #9b859d;
}

.mw-highlight .kc, .mw-highlight .mf, .mw-highlight .mh, .mw-highlight .mi, .mw-highlight .nt {
	color: #cf6a4c;
}

.mw-highlight .kt, .mw-highlight .nn, .mw-highlight .p {
	color: #cda869;
}

.mw-highlight .nb, .mw-highlight .nf {
	color: #dad085;
}

.mw-highlight .nc {
	color: #7587a6;
}

.mw-highlight .nd, .mw-highlight .s1, .mw-highlight .s2 {
	color: #8f9d6a;
}