dev

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

/* 
 * @name:           ClassicDevWikiTheme
 * @description:    Recreates the pre-Fandom Dev wiki look
 */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ClassicDevWikiTheme/dark.css&only=styles";

/* General root of Dev Wiki theme */
.wiki-dev {
    --theme-body-background-color: #efe8d5;
    --theme-body-background-color--rgb: 249, 240, 215;
    --theme-body-background-image: unset;
    --theme-body-text-color: #000;
    --theme-body-text-color--rgb: 0,0,0;
    --theme-body-text-color--hover: #333333;
    --theme-sticky-nav-background-color: #1da79f;
    --theme-sticky-nav-background-color--rgb: 29, 167, 159;
    --theme-sticky-nav-text-color: #000;
    --theme-sticky-nav-text-color--hover: #333;
    --theme-page-background-color: #fdf6e3;
    --theme-page-background-color--rgb: 253, 246, 227;
    --theme-page-background-color--secondary: #f9f0d7;
    --theme-page-background-color--secondary--rgb: 249, 240, 215;
    --theme-page-text-color: #3a3a3a;
    --theme-page-text-color--rgb: 58,58,58;
    --theme-page-text-color--hover: #6d6d6d;
/*
    --theme-page-text-mix-color: #9d9d9d;
    --theme-page-text-mix-color-95: #f5f5f5;
    --theme-page-accent-mix-color: #afbdbd;
*/
    --theme-link-color: #1da79f;
    --theme-link-color--rgb: 155,0,78;
    --theme-link-color--hover: #1a817b;
    --theme-link-label-color: #fff;
    --theme-accent-color: #1da79f;
    --theme-accent-color--rgb: 95,122,123;
    --theme-accent-color--hover: #3cb1aa;
    --theme-accent-label-color: #fff;
    --theme-border-color: #aebdbd;
    --theme-border-color--rgb: 174, 189, 189;
    --theme-community-header-color: #0e191a;
    --theme-community-header-color--hover: #31585c;
}

/* Pygments background */
.wiki-dev .mw-highlight {
    --pygments-background: var(--theme-page-background-color--secondary)
}

/* Portable infobox */
.wiki-dev .portable-infobox {
    --pi-background: #ced8d7;
    --pi-secondary-background: #d4d7cd;
    --pi-secondary-background--label: #000;
    --pi-border-color: #ced8d7;
}

/* OasisRevived support */
.wiki-dev .oasis-is-revived {
	--theme-page-background-color--opacity: 1;
	--theme-header-background-color: #1da79f;
	--background-img-position: center center;
	--background-img-size: cover;
	--background-img-repeat: no-repeat;
	--background-img-attachment: fixed;
}