Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.
- Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
- Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
- Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
- Opera: Naciśnij klawisze Ctrl+F5.
/* Poprawki do szablonów craftowania */
#content .invslot {
box-sizing: content-box;
}
.grid-Crafting_Table tr td,
.grid-Crafting_Table tr th {
border: unset;
padding: unset
}
div.flaggedrevs_preview {
background-color: var(--theme-page-background-color--secondary);
color: var(--themed-text-color);
}
div.flaggedrevs_short {
background-color: var(--theme-page-background-color--secondary);
}
.flaggedrevs_short_details {
z-index: 100;
}
.page-content dl {
margin:0
}
body.theme-fandomdesktop-light {
--custom-theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/8/81/Light_background_stone.png/revision/latest);
/* Override default color that causes some contrast issues. */
--theme-alert-color: #ba1231;
/* Theme Designer: Community background color (choose lighter color) */
--theme-body-text-color: #242424;
--theme-body-text-color--hover: #3a3a3a;
/* Theme Designer: Sticky nav background color */
--theme-sticky-nav-background-color: #1e1e1e;
--theme-sticky-nav-text-color: #f6f6f6;
--theme-sticky-nav-text-color--hover: #c5dfe2;
/* Theme Designer: Accent color */
--theme-accent-color: #36c;
--theme-accent-color--rgb: 51, 102, 204;
--theme-accent-color--hover: #447ff5;
--theme-accent-label-color: #fff;
/* Manually set here */
--theme-page-background-color--secondary: #f8f9fa;
/* Wiki theme variables */
--mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/1/17/Light_background_clouds_distance2.png/revision/latest?cb=20211011214057?format=original);
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/4/42/Light_background_grass.png/revision/latest?cb=20211011214130?format=original);
--mcw-snow-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/6/64/Light_background_snowy_grass.png/revision/latest?format=original);
--mcw-snowfall: url(/media/8/84/Winter-snow-background.gif);
--mcw-header-background:
linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0),
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(227, 227, 227) 168px, rgb(203, 217, 231) 210px, rgb(141, 189, 233) 268px);
--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/b/bc/Light_background_deepslate.png/revision/latest?cb=20211011214109?format=original);
--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/b/b8/Light_background_deepslate_transition.png/revision/latest?cb=20211011214121?format=original);
--custom-background-blue: hsl(215, 75%, 92%);
--custom-background-blue-highlight: hsl(215, 75%, 85%);
--custom-background-green: hsl(120, 75%, 92%);
--custom-background-green-highlight: hsl(120, 75%, 85%);
--custom-background-grey: hsl(0, 0%, 92%);
--custom-background-grey-highlight: hsl(0, 0%, 85%);
--custom-background-magenta: hsl(310, 75%, 92%);
--custom-background-magenta-highlight: hsl(310, 75%, 85%);
--custom-background-orange: hsl(40, 75%, 92%);
--custom-background-orange-highlight: hsl(40, 75%, 85%);
--custom-background-purple: hsl(260, 75%, 92%);
--custom-background-purple-highlight: hsl(260, 75%, 85%);
--custom-background-red: hsl(0, 75%, 92%);
--custom-background-red-highlight: hsl(0, 75%, 85%);
--custom-background-yellow: hsl(60, 75%, 92%);
--custom-background-yellow-highlight: hsl(60, 75%, 85%);
--custom-border-blue: hsl(215, 25%, 65%);
--custom-border-blue-highlight: hsl(215, 50%, 68%);
--custom-border-green: hsl(120, 25%, 65%);
--custom-border-green-highlight: hsl(120, 50%, 68%);
--custom-border-grey: hsl(0, 0%, 65%);
--custom-border-magenta: hsl(310, 25%, 65%);
--custom-border-magenta-highlight: hsl(310, 50%, 68%);
--custom-border-orange: hsl(40, 25%, 65%);
--custom-border-orange-highlight: hsl(40, 50%, 68%);
--custom-border-purple: hsl(260, 25%, 65%);
--custom-border-purple-highlight: hsl(260, 50%, 68%);
--custom-border-red: hsl(0, 25%, 65%);
--custom-border-red-highlight: hsl(0, 50%, 68%);
--custom-border-yellow: hsl(60, 25%, 65%);
--custom-border-yellow-highlight: hsl(60, 50%, 68%);
--custom-main-page-background: #fcfcfc;
--custom-main-page-border: #ccc;
--custom-main-page-edition-subheader: #333;
--custom-table-background: #f8f9fa;
--custom-table-alternate-background: #f0f1f2;
--custom-table-header-background: #eaecf0;
--custom-load-page-background: rgba(255, 255, 255, .5);
--custom-load-page-border: #ccc;
}
body.theme-fandomdesktop-dark {
--custom-theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/6/6b/Dark-background-stone.png/revision/latest);
--theme-alert-color: #f1748b;
--custom-background-blue: hsl(215, 25%, 8%);
--custom-background-blue-highlight: hsl(215, 25%, 12%);
--custom-background-green: hsl(120, 25%, 8%);
--custom-background-green-highlight: hsl(120, 25%, 12%);
--custom-background-grey: hsl(0, 0%, 8%);
--custom-background-grey-highlight: hsl(0, 0%, 12%);
--custom-background-magenta: hsl(310, 25%, 8%);
--custom-background-magenta-highlight: hsl(310, 25%, 12%);
--custom-background-orange: hsl(40, 25%, 8%);
--custom-background-orange-highlight: hsl(40, 25%, 12%);
--custom-background-purple: hsl(260, 25%, 8%);
--custom-background-purple-highlight: hsl(260, 25%, 12%);
--custom-background-red: hsl(0, 25%, 8%);
--custom-background-red-highlight: hsl(0, 25%, 12%);
--custom-background-yellow: hsl(60, 25%, 8%);
--custom-background-yellow-highlight: hsl(60, 25%, 12%);
--custom-border-blue: hsl(215, 15%, 36%);
--custom-border-blue-highlight: hsl(215, 50%, 30%);
--custom-border-green: hsl(120, 15%, 36%);
--custom-border-green-highlight: hsl(120, 50%, 30%);
--custom-border-grey: hsl(0, 0%, 36%);
--custom-border-magenta: hsl(310, 15%, 36%);
--custom-border-magenta-highlight: hsl(310, 50%, 30%);
--custom-border-orange: hsl(40, 15%, 36%);
--custom-border-orange-highlight: hsl(40, 50%, 30%);
--custom-border-purple: hsl(260, 15%, 36%);
--custom-border-purple-highlight: hsl(260, 50%, 30%);
--custom-border-red: hsl(0, 15%, 36%);
--custom-border-red-highlight: hsl(0, 50%, 30%);
--custom-border-yellow: hsl(60, 15%, 36%);
--custom-border-yellow-highlight: hsl(60, 50%, 30%);
--custom-main-page-background: #202125;
--custom-main-page-border: #2e2e2e;
--custom-main-page-edition-subheader: #ddd;
--custom-table-background: #131313;
--custom-table-alternate-background: #1a1a1a;
--custom-table-header-background: #363636;
--custom-load-page-background: rgba(255, 255, 255, .06);
--custom-load-page-border: rgba(255, 255, 255, .3);
/* Theme Designer: Community background color (choose lighter color) */
--theme-body-text-color: #eee;
--theme-body-text-color--hover: #ccc;
/* Theme Designer: Sticky nav background color */
--theme-sticky-nav-background-color: #1f2737;
--theme-sticky-nav-text-color: #f6f6f6;
--theme-sticky-nav-text-color--hover: #c5dfe2;
/* Theme Designer: Article background color */
--theme-page-background-color: #171819;
/* Theme Designer: Link color */
--theme-link-color: #a0c9fe;
--theme-link-color--rgb: 160, 201, 254;
--theme-link-color--hover: #7e8eff;
--theme-link-label-color: #0e191a;
/* Theme Designer: Accent color */
--theme-accent-color: #1f2737;
--theme-accent-color--rgb: 31, 39, 55;
--theme-accent-color--hover: #25324e;
--theme-accent-label-color: #fff;
/* Manually set here */
--theme-page-background-color--secondary: #181d23;
--theme-border-color: #3a3a3a;
/* Wiki theme variables */
--mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/5/5b/Dark_background_stars.png/revision/latest?format=original);
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/b5/Dark_background_grass_base.png/revision/latest?format=original);
--mcw-header-background:
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(14, 14, 15) 168px, rgb(9, 9, 19) 210px, rgb(6, 5, 15) 268px);
--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/a/a8/Dark_background_deepslate.png/revision/latest?format=original);
--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/b/bc/Dark_background_deepslate_transition.png/revision/latest?format=original);
}
/* Wiki theme adjustments for Minecraft Dungeons and Earth subpages made by SansUT1 with some additions and modifications by ItsPlantseed */
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-light,
body.ns-10000.theme-fandomdesktop-light,
body.ns-10001.theme-fandomdesktop-light {
--theme-page-background-color: #f2eee7;
--theme-page-background-color--secondary: #fff6e4;
--theme-accent-color: #c86e10;
--theme-accent-color--rgb: 200, 110, 16;
--theme-accent-color--hover: #cc7820;
--theme-sticky-nav-background-color: #c86e10;
--theme-sticky-nav-text-color--hover: #f2e5b2;
--theme-body-text-color: #242424;
--theme-body-text-color--hover: #3a3a3a;
/* Wiki theme variables */
--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/e/e6/Site-logo.png/revision/latest?cb=20211010210145?format=original);
--mcw-site-name: "Minecraft Dungeons Wiki";
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/1/1e/Light_background_grass_dungeons.png/revision/latest?cb=20211011220011?format=original);
--mcw-header-background:
linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0),
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(247, 247, 247) 168px, rgb(255, 237, 180) 210px, rgb(255, 198, 133) 268px);
}
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-dark,
body.ns-10000.theme-fandomdesktop-dark,
body.ns-10001.theme-fandomdesktop-dark {
--theme-page-background-color: #1a1715;
--theme-page-background-color--secondary: #2d251f;
--theme-accent-color: #3a2916;
--theme-accent-color--rgb: 58, 41, 22;
--theme-accent-color--hover: #3e2f1e;
--theme-sticky-nav-background-color: #3a2916;
/* Wiki theme variables */
--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/e/e6/Site-logo.png/revision/latest?cb=20211010210145?format=original);
--mcw-site-name: "Minecraft Dungeons Wiki";
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/29/Dark_background_grass_dungeons.png/revision/latest?format=original);
--mcw-header-background:
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(13, 8, 5) 168px, rgb(13, 11, 6) 210px, rgb(3,3,6) 268px);
}
body.rootpage-Minecraft_Earth.theme-fandomdesktop-light,
body.ns-10002.theme-fandomdesktop-light,
body.ns-10003.theme-fandomdesktop-light {
--theme-page-background-color: #e5edff;
--theme-page-background-color--secondary: #f1f5ff;
--theme-accent-color: #2783ae;
--theme-accent-color--rgb: 39, 131, 174;
--theme-accent-color--hover: #2783ae;
--theme-sticky-nav-background-color: #2783ae;
--theme-sticky-nav-text-color--hover: #b2c4f2;
/* Wiki theme variables */
--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/7/70/Earth_Wiki.png/revision/latest?format=original);
--mcw-site-name: "Minecraft Earth Wiki";
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/8/85/Light_background_grass_earth.png/revision/latest?cb=20211011220023?format=original);
--mcw-header-background:
linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0),
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(247, 247, 247) 168px, rgb(180 203 255) 210px, rgb(113 144 255) 268px);
}
body.rootpage-Minecraft_Earth.theme-fandomdesktop-dark,
body.ns-10002.theme-fandomdesktop-dark,
body.ns-10003.theme-fandomdesktop-dark {
--theme-page-background-color: #14151a;
--theme-page-background-color--secondary: #1a1f2a;
--theme-accent-color: #0f242e;
--theme-accent-color--rgb: 15, 36, 46;
--theme-accent-color--hover: #182c36;
--theme-sticky-nav-background-color: #0f242e;
--theme-sticky-nav-text-color--hover: #b2c4f2;
/* Wiki theme variables */
--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_pl_gamepedia/images/7/70/Earth_Wiki.png/revision/latest?format=original);
--mcw-site-name: "Minecraft Earth Wiki";
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/23/Dark_background_grass_earth.png/revision/latest?format=original);
--mcw-header-background:
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(7, 9, 15) 168px, rgb(5, 5, 11) 210px, rgb(5, 5, 13) 268px);
}
/* Replace grass in infoboxes */
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-light .mcwiki-header,
body.rootpage-Minecraft_Earth.theme-fandomdesktop-light .mcwiki-header,
body.ns-10000.theme-fandomdesktop-light .mcwiki-header,
body.ns-10001.theme-fandomdesktop-light .mcwiki-header {
background-image: var(--mcw-grass-base);
}
body.theme-fandomdesktop-dark .main-page .mcwiki-header {
background-image: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/0/0a/GrassBackgroundDark.png/revision/latest?cb=20210613130609&format=original) !important;
border-top-color: #1c2828 !important;
border-left: 1px solid #1c2828;
border-right: 1px solid #1c2828;
border-bottom: 1px solid #1c2828;
color: #e8e8e8 !important;
}
/* Replace regular logo with the custom one */
.rootpage-Minecraft_Dungeons .fandom-community-header__image img,
.ns-10000 .fandom-community-header__image img,
.ns-10001 .fandom-community-header__image img,
.rootpage-Minecraft_Earth .fandom-community-header__image img,
.ns-10002 .fandom-community-header__image img,
.ns-10003 .fandom-community-header__image img {
padding: 50px 60px;
}
.rootpage-Minecraft_Dungeons .fandom-community-header__image,
.ns-10000 .fandom-community-header__image,
.ns-10001 .fandom-community-header__image,
.rootpage-Minecraft_Earth .fandom-community-header__image,
.ns-10002 .fandom-community-header__image,
.ns-10003 .fandom-community-header__image {
background-image: var(--mcw-logo);
background-repeat: no-repeat;
background-size: 120px;
}
@media screen and (max-width: 1279px) {
.rootpage-Minecraft_Dungeons .fandom-community-header__image img,
.ns-10000 .fandom-community-header__image img,
.ns-10001 .fandom-community-header__image img,
.rootpage-Minecraft_Earth .fandom-community-header__image img,
.ns-10002 .fandom-community-header__image img,
.ns-10003 .fandom-community-header__image img {
padding: 41px 50px;
}
.rootpage-Minecraft_Dungeons .fandom-community-header__image,
.ns-10000 .fandom-community-header__image,
.ns-10001 .fandom-community-header__image,
.rootpage-Minecraft_Earth .fandom-community-header__image,
.ns-10002 .fandom-community-header__image,
.ns-10003 .fandom-community-header__image {
background-image: var(--mcw-logo);
background-repeat: no-repeat;
background-size: 100px;
}
}
.rootpage-Minecraft_Dungeons .fandom-sticky-header__logo img,
.ns-10000 .fandom-sticky-header__logo img,
.ns-10001 .fandom-sticky-header__logo img,
.rootpage-Minecraft_Earth .fandom-sticky-header__logo img,
.ns-10002 .fandom-sticky-header__logo img,
.ns-10003 .fandom-sticky-header__logo img {
padding: 20px 20px;
}
.rootpage-Minecraft_Dungeons .fandom-sticky-header__logo,
.ns-10000 .fandom-sticky-header__logo,
.ns-10001 .fandom-sticky-header__logo,
.rootpage-Minecraft_Earth .fandom-sticky-header__logo,
.ns-10002 .fandom-sticky-header__logo,
.ns-10003 .fandom-sticky-header__logo {
background-image: var(--mcw-logo);
background-repeat: no-repeat;
background-size: 40px;
margin-top: 10px;
position: relative;
z-index: 2;
}
/* Hydra overrides. These should be addressed when FandomDesktop is fully rolled
* out.
*/
/* Hydra overrides for Earth/Dungeons */
.rootpage-Minecraft_Dungeons #content,
.rootpage-Minecraft_Earth #content,
.ns-10000 #content,
.ns-10001 #content,
.ns-10002 #content,
.ns-10003 #content {
background-color: unset;
}
/* Change Minecraft Wiki line to the custom one */
.rootpage-Minecraft_Dungeons .fandom-community-header__community-name,
.ns-10000 .fandom-community-header__community-name,
.ns-10001 .fandom-community-header__community-name,
.rootpage-Minecraft_Earth .fandom-community-header__community-name,
.ns-10002 .fandom-community-header__community-name,
.ns-10003 .fandom-community-header__community-name,
.rootpage-Minecraft_Dungeons .fandom-sticky-header__sitename,
.ns-10000 .fandom-sticky-header__sitename,
.ns-10001 .fandom-sticky-header__sitename,
.rootpage-Minecraft_Earth .fandom-sticky-header__sitename,
.ns-10002 .fandom-sticky-header__sitename,
.ns-10003 .fandom-sticky-header__sitename {
text-indent: -9999px;
line-height: 0;
/* Collapse the original line */
}
.rootpage-Minecraft_Dungeons .fandom-community-header__community-name::after,
.ns-10000 .fandom-community-header__community-name::after,
.ns-10001 .fandom-community-header__community-name::after,
.rootpage-Minecraft_Earth .fandom-community-header__community-name::after,
.ns-10002 .fandom-community-header__community-name::after,
.ns-10003 .fandom-community-header__community-name::after,
.rootpage-Minecraft_Dungeons .fandom-sticky-header__sitename::after,
.ns-10000 .fandom-sticky-header__sitename::after,
.ns-10001 .fandom-sticky-header__sitename::after,
.rootpage-Minecraft_Earth .fandom-sticky-header__sitename::after,
.ns-10002 .fandom-sticky-header__sitename::after,
.ns-10003 .fandom-sticky-header__sitename::after {
display: block;
text-indent: 0;
line-height: initial;
content: var(--mcw-site-name);
}
/* Add different layers of background */
html body.skin-fandomdesktop {
background:
var(--custom-theme-body-background-image),
var(--theme-body-background-color);
background-position: 66px top;
background-size: 40px;
position: relative;
}
html body.skin-fandomdesktop:after {
background: var(--mcw-deepslate);
background-position: 66px top;
background-size: 40px;
background-clip: padding-box;
border-top: 40px solid #f2000000;
-o-border-image: var(--mcw-deepslate-transition) 56 0 0 0 round;
border-image: var(--mcw-deepslate-transition) 56 0 0 0 round;
content: "";
min-width: 768px;
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
z-index: -3;
/* Hide the background while the site is still loading */
}
.fandom-community-header__background {
background:var(--mcw-header-background);
min-width:inherit;
height:305px;
position:relative;
background-position:bottom left !important;
background-repeat:repeat-x;
margin-bottom:-305px
}
body.theme-fandomdesktop-light .fandom-community-header__background {
background-size:auto,160px,auto !important
}
body.theme-fandomdesktop-dark .fandom-community-header__background {
background-size:160px,auto !important
}
.fandom-community-header__background.fitCenter.fullScreen:before,
.fandom-community-header__background.fitTopLeft.fullScreen:before,
.fandom-community-header__background.fitTopRight.fullScreen:before,
.fandom-community-header__background.header:before {
background:var(--mcw-sky-base) right 6px repeat-x;
position:relative
}
body.theme-fandomdesktop-dark .fandom-community-header__background:before {
background-size:250px
}
/* main page */
.edition-box .edition-box-subheader {
color: var(--custom-main-page-edition-subheader) !important;
}
.edition-box-java,
.edition-box-java .edition-box-header {
background-color: var(--custom-background-green) !important;
border-color: var(--custom-border-green) !important;
}
.edition-box-bedrock,
.edition-box-bedrock .edition-box-header {
background-color: var(--custom-background-red) !important;
border-color: var(--custom-border-red) !important;
}
.edition-box-dungeons,
.edition-box-dungeons .edition-box-header {
background-color: var(--custom-background-yellow) !important;
border-color: var(--custom-border-yellow) !important;
}
.edition-box-launcher,
.edition-box-launcher .edition-box-header {
background-color: var(--custom-background-grey) !important;
border-color: var(--custom-border-grey) !important;
}
.edition-box-education,
.edition-box-education .edition-box-header {
background-color: var(--custom-background-blue) !important;
border-color: var(--custom-border-blue) !important;
}
.edition-box-china,
.edition-box-china .edition-box-header {
background-color: var(--custom-background-purple) !important;
border-color: var(--custom-border-purple) !important;
}
/* Navboxes */
.navbox,
.navbox table {
background-color: var(--custom-table-background);
}
.navbox th,
.navbox .navbox-top,
#content .loadbox-navbox > p {
background-color: var(--custom-table-header-background) !important;
}
.loadbox-navbox {
border-color: var(--theme-border-color) !important;
background-color: var(--custom-table-background) !important;
}
/* Infoboxes */
.infobox {
border-color: var(--theme-border-color);
background-color: var(--custom-table-background);
}
.infobox .mcwiki-header {
background-color: var(--custom-background-blue-highlight);
border: 1px solid var(--theme-border-color);
}
.alternaterows tr:nth-child(2n),
.infobox-rows tr:nth-child(2n) {
background-color: var(--custom-table-alternate-background);
}
/* Documentation */
.documentation-norm {
background-color: var(--custom-background-blue);
border: 1px solid var(--custom-border-blue);
}
.documentation-bad {
background-color: var(--custom-background-orange);
border: 1px solid var(--custom-border-orange);
}
.documentation-no {
background-color: var(--custom-background-red);
border: 1px solid var(--custom-border-red);
}
/* Table choice. Written by ItsPlantseed with some adjustments for contrast
* issues
*/
body.theme-fandomdesktop-light .tc-yes {
background: #c6efce !important;
}
body.theme-fandomdesktop-dark .tc-yes {
background: #29542c !important;
}
body.theme-fandomdesktop-light .tc-always {
background: #5dcc5d !important;
}
body.theme-fandomdesktop-dark .tc-always {
background: #3b533c !important;
}
body.theme-fandomdesktop-light .tc-no {
background: #ffc7ce !important;
}
body.theme-fandomdesktop-dark .tc-no {
background: #592c2c !important;
}
body.theme-fandomdesktop-light .tc-never {
background: #ff8787 !important;
}
body.theme-fandomdesktop-dark .tc-never {
background: #533b3b !important;
}
body.theme-fandomdesktop-light .tc-rarely {
background: #fdce5e !important;
}
body.theme-fandomdesktop-dark .tc-rarely {
background: #594f1e !important;
}
body.theme-fandomdesktop-light .tc-neutral {
background: #ffeb9c !important;
}
body.theme-fandomdesktop-dark .tc-neutral {
background: #5b573f !important;
}
body.theme-fandomdesktop-light .tc-partial {
background: #ffffdd !important;
}
body.theme-fandomdesktop-dark .tc-partial {
background: #3e3d31 !important;
}
body.theme-fandomdesktop-light .tc-planned {
background: #dfdfff !important;
}
body.theme-fandomdesktop-dark .tc-planned {
background: #242f2e !important;
}
body.theme-fandomdesktop-light .tc-unknown {
background: #ccc !important;
}
body.theme-fandomdesktop-dark .tc-unknown {
background: #364148 !important;
}
body.theme-fandomdesktop-light .tc-in {
color: #fff;
background: #040 !important;
}
body.theme-fandomdesktop-dark .tc-in {
background: #06450a !important;
}
body.theme-fandomdesktop-light .tc-inem {
color: #fff;
background: #080 !important;
}
body.theme-fandomdesktop-dark .tc-inem {
background: #266c29 !important;
}
body.theme-fandomdesktop-light .tc-out {
color: #fff;
background: #700 !important;
}
body.theme-fandomdesktop-dark .tc-out {
background: #4a0a0a !important;
}
body.theme-fandomdesktop-light .tc-outem {
color: #fff;
background: #c00 !important;
}
body.theme-fandomdesktop-dark .tc-outem {
background: #742a2a !important;
}
body.theme-fandomdesktop-light .tc-default {
color: inherit !important;
background: #fff !important;
}
body.theme-fandomdesktop-dark .tc-default {
color: inherit !important;
background: #373737 !important;
}
body.theme-fandomdesktop-light .tc-hyphen {
background: #ffc7ce !important;
}
body.theme-fandomdesktop-dark .tc-hyphen {
background: #352929 !important;
}
.fp-section {
background-color: var(--custom-main-page-background);
border-color: var(--custom-main-page-border);
}
/* Invert black images in dark mode */
body.theme-fandomdesktop-dark .math-image,
body.theme-fandomdesktop-dark img[data-image-name="Apple iOS.svg"],
body.theme-fandomdesktop-dark img[data-image-name="PS4.svg"],
body.theme-fandomdesktop-dark img[data-image-name="GearVR.svg"] {
filter: hue-rotate(180deg) invert(100%) saturate(.6) brightness(2);
}