Minecraft Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 580: Zeile 580:
 
background-color: #E6EFF4;
 
background-color: #E6EFF4;
 
border-right: 1px solid #E6EFF4;
 
border-right: 1px solid #E6EFF4;
  +
}
  +
  +
/* invert dark images in dark mode */
  +
.theme-fandomdesktop-dark img[data-image-name="PS4.svg"] {
  +
filter: invert(0.7);
 
}
 
}

Version vom 17. Dezember 2021, 14:17 Uhr

/* Links zu den Bildern, damit diese nicht als unbenutzt gekennzeichnet werden.
[[Datei:FD Bedrock.png]]
[[Datei:FD Dungeons Gras (dunkel).png]] [[Datei:FD Dungeons Gras (hell).png]]
[[Datei:FD Earth Gras (dunkel).png]] [[Datei:FD Earth Gras (hell).png]]
[[Datei:FD Gras (dunkel).png]] [[Datei:FD Gras (hell).png]]
[[Datei:FD Schnee Gras.png]]
[[Datei:FD Stein (dunkel).png]] [[Datei:FD Stein (hell).png]]
[[Datei:FD Sterne.png]]
[[Datei:FD Tiefenschiefer (dunkel).png]] [[Datei:FD Tiefenschiefer (hell).png]]
[[Datei:FD Übergang (dunkel).png]] [[Datei:FD Übergang (hell).png]]
*/
.skin-fandomdesktop.theme-fandomdesktop-light {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/be/FD_Stein_%28hell%29.png/revision/latest?format=original) !important;
	--theme-body-text-color: #242424 !important;
	--theme-body-text-color--hover: #3a3a3a !important;
	--theme-sticky-nav-background-color: #36c !important;
	--theme-sticky-nav-text-color: #f6f6f6 !important;
	--theme-sticky-nav-text-color--hover: #c5dfe2 !important;
	--theme-page-background-color--secondary: #f8f9fa !important;
	--theme-accent-color: #36c !important;
	--theme-accent-color--hover: #447ff5 !important;
	--theme-accent-label-color: #fff !important;

	--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/e4/FD_Gras_%28hell%29.png/revision/latest?format=original);
	--mcw-snow-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/61/FD_Schnee_Gras.png/revision/latest?format=original);
	--mcw-snowfall: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/d5/SchneeBG.gif/revision/latest?format=original);
	--mcw-header-background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 51.5%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(227, 227, 227) 58%, rgb(203, 217, 231) 70%, rgb(141, 189, 233) 90%);
	--mcw-header-background-small-screen: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 54%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, rgb(227, 227, 227) 54%, rgb(203, 217, 231) 70%, rgb(141, 189, 233) 90%);
	--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/0/0c/FD_Tiefenschiefer_%28hell%29.png/revision/latest?format=original);
	--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/d9/FD_%C3%9Cbergang_%28hell%29.png/revision/latest?format=original);
	--mcw-bedrock: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/8/8d/FD_Bedrock.png/revision/latest?format=original);
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/2/23/Grashintergrund.png/revision/latest?format=original);
	
	--custom-table-header-background: #eaecf0;
	--custom-table-background: #f8f9fa;
}

.skin-fandomdesktop.theme-fandomdesktop-dark {
	--theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/d3/FD_Stein_%28dunkel%29.png/revision/latest?format=original) !important;
	--theme-body-text-color: #eee !important;
	--theme-body-text-color--hover: #ccc !important;
	--theme-sticky-nav-background-color: #8dbde9 !important;
	--theme-sticky-nav-text-color: #f6f6f6 !important;
	--theme-sticky-nav-text-color--hover: #c5dfe2 !important;
	--theme-page-background-color: #171819 !important;
	--theme-page-background-color--secondary: #181d23 !important;
	--theme-link-color: #a0c9fe; 
	--theme-link-color--rgb: 62, 117, 199;
	--theme-link-color--hover: #7e8eff;
	--theme-link-label-color: #0e191a;
	--theme-accent-color: #1f2737 !important;
	--theme-accent-color--hover: #25324e !important;
	--theme-accent-label-color: #fff !important;
	--theme-border-color: #333;

	--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/da/FD_Gras_%28dunkel%29.png/revision/latest?format=original);
	--mcw-header-background: linear-gradient( 0deg,rgba(0, 0, 0, 0) 51.5%, rgba(255, 255, 255, 0) 42%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(14, 14, 15) 58%, rgb(9, 9, 19) 70%, rgb(6, 5, 15) 90%);
	--mcw-header-background-small-screen: linear-gradient( 0deg,rgba(0, 0, 0, 0) 58%, rgba(255, 255, 255, 0) 42%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, rgb(14, 14, 15) 54%, rgb(9, 9, 19) 70%, rgb(6, 5, 15) 90%);
	--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/1d/FD_Tiefenschiefer_%28dunkel%29.png/revision/latest?format=original);
	--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/a/a1/FD_%C3%9Cbergang_%28dunkel%29.png/revision/latest?format=original);
	--mcw-bedrock: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/8/8d/FD_Bedrock.png/revision/latest?format=original);
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/2/23/Grashintergrund.png/revision/latest?format=original);

	--custom-table-header-background: #363636;
	--custom-table-background: #131313;
}

/* Adjustments for Minecraft Dungeon subpages */
.theme-fandomdesktop-light.rootpage-Minecraft_Dungeons,
.theme-fandomdesktop-light.ns-10000,
.theme-fandomdesktop-light.ns-10001 {
	--theme-sticky-nav-background-color: #c86e10 !important;
	--theme-sticky-nav-text-color--hover: #f2e5b2 !important;
	--theme-page-background-color: #f2eee7 !important;
	--theme-page-background-color--secondary: #fff6e4 !important;
	--theme-accent-color: #c86e10 !important;
	--theme-accent-color--hover: #CC7820 !important;

	--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/3/33/Dungeons_Wiki.png/revision/latest?format=original);
	--mcw-site-name: "Minecraft Dungeons Wiki";
	--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/9/90/FD_Dungeons_Gras_%28hell%29.png/revision/latest?format=original);
	--mcw-header-background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 51.5%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base) repeat-x, linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 58%, rgb(255, 237, 180) 70%, rgb(255, 198, 133) 90%);
	--mcw-header-background-small-screen: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 54%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base) repeat-x, linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, rgb(247, 247, 247) 54%, rgb(255, 237, 180) 70%, rgb(255, 198, 133) 90%);
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/69/Dungeons-box-background.png/revision/latest?format=original);
}
.theme-fandomdesktop-dark.rootpage-Minecraft_Dungeons, 
.theme-fandomdesktop-dark.ns-10000 , 
.theme-fandomdesktop-dark.ns-10001 {
	--theme-sticky-nav-background-color: #db7e1d !important;
	--theme-accent-color: #3a2916 !important;
	--theme-page-background-color: #1a1715 !important;
	--theme-page-background-color--secondary: #2d251f !important;
	--theme-accent-color--hover: #ad6e2a !important;

	--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/3/33/Dungeons_Wiki.png/revision/latest?format=original);
	--mcw-site-name: "Minecraft Dungeons Wiki";
	--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/a/ab/FD_Dungeons_Gras_%28dunkel%29.png/revision/latest?format=original) !important;
	--mcw-header-background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 51.5%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base) repeat-x, linear-gradient(0deg,rgba(255,255,255,0) 0%,rgb(29, 20, 12) 58%,rgb(6, 5, 3) 70%,rgb(3,3,6) 90%);
	--mcw-header-background-small-screen: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 54%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base) repeat-x, linear-gradient(0deg,rgba(255,255,255,0) 54%,rgb(29, 20, 12) 54%,rgb(6, 5, 3) 70%,rgb(3,3,6) 90%);
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/69/Dungeons-box-background.png/revision/latest?format=original);
}

/* Adjustments for Minecraft Earth subpages */
.theme-fandomdesktop-light.rootpage-Minecraft_Earth,
.theme-fandomdesktop-light.ns-10002,
.theme-fandomdesktop-light.ns-10003 {
	--theme-sticky-nav-background-color: #2783ae !important;
	--theme-sticky-nav-text-color--hover: #b2c4f2 !important;
	--theme-page-background-color: #e5edff !important;
	--theme-page-background-color--secondary: #f1f5ff !important;
	--theme-accent-color: #2783ae !important;
	--theme-accent-color--hover: #2783ae !important;

	--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_de_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_de_gamepedia/images/9/97/FD_Earth_Gras_%28hell%29.png/revision/latest?format=original);
	--mcw-header-background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 51.5%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base) repeat-x, linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(247, 247, 247) 58%, rgb(180 203 255) 70%, rgb(113 144 255) 90%);
	--mcw-header-background-small-screen: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 54%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base) repeat-x, linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, rgb(247, 247, 247) 54%, rgb(180 203 255) 70%, rgb(113 144 255) 90%);
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/e4/Earth-box-background.png/revision/latest?format=original);
}
.theme-fandomdesktop-dark.rootpage-Minecraft_Earth,
.theme-fandomdesktop-dark.ns-10002,
.theme-fandomdesktop-dark.ns-10003 {
	--theme-sticky-nav-background-color: #2783ae !important;
	--theme-sticky-nav-text-color--hover: #b2c4f2 !important;
	--theme-page-background-color: #14151a !important;
	--theme-page-background-color--secondary: #1a1f2a !important;
	--theme-accent-color: #0f242e !important;
	--theme-accent-color--hover: #658ff0 !important;

	--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_de_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_de_gamepedia/images/b/b4/FD_Earth_Gras_%28dunkel%29.png/revision/latest?format=original) !important;
	--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/e4/Earth-box-background.png/revision/latest?format=original);
}

/* Force background to repeat horizontally */

/* Add different layers of background */
html body.skin-fandomdesktop {
	background: var(--theme-body-background-image), var(--theme-body-background-color);
	background-position: 66px top;
	background-size: 40px;
	position: relative;
}
html body.skin-fandomdesktop:before {
	background: var(--mcw-deepslate-transition) repeat-x;
	background-position: 66px top;
	background-size: 40px;
	content: "";
	height: calc(50% + 35px);
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
html body.skin-fandomdesktop:after {
	background: var(--mcw-deepslate);
	background-position: 66px top;
	background-size: 40px;
	content: "";
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

/* Add sky, grass, and clouds for the header */
.fandom-community-header__background {
	background: var(--mcw-header-background);
	width: calc(100% - 66px);
	height: 305px;
	position: absolute;
	background-size: auto, 160px, auto !important;  /* Force background to repeat horizontally */
	background-position: bottom left !important;  /* Force background to repeat horizontally */
	background-repeat: repeat-x;
}
@media only screen and (max-width: 1279px) {
	.fandom-community-header__background {
		background: var(--mcw-header-background-small-screen);
		background-repeat: repeat-x;
		height: 310px;
	}
}

/* Clouds and Stars */
.fandom-community-header__background:before {
	background:  url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/a/ad/Clouds-distance2.png/revision/latest?format=original) right 6px repeat-x;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
}
.theme-fandomdesktop-dark .fandom-community-header__background:before {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/18/FD_Sterne.png/revision/latest?format=original) right 0 repeat-x;
}
.theme-fandomdesktop-dark .fandom-community-header__background:before {
	background-size: 250px;
}

/* Stone background for the sticky navigation */
.fandom-sticky-header {
	background: linear-gradient(0deg, rgba(42, 42, 42, .3) 0%, rgba(255, 255, 255, 0) 50%), var(--theme-body-background-image);
}

/* Fix hover color on quickbar */
.WikiaBarWrapper .tools-menu > li > a:hover {
	color: var(--theme-sticky-nav-background-color);
}

/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
div.mw-warning-with-logexcerpt,
.errorbox,
.warningbox,
.successbox {
	display: block;
	padding: .4em .8em;
	margin-bottom: 1em;
	border: 1px solid #CCC;
}
div.mw-warning-with-logexcerpt,
.theme-fandomdesktop-light .errorbox {
	background: #FDD;
	border-left: 4px solid #FAA;
}
.theme-fandomdesktop-dark div.mw-warning-with-logexcerpt,
.theme-fandomdesktop-dark .errorbox {
	background: #100;
	border: 0 solid #500;
	border-left-width: 4px;
}
.theme-fandomdesktop-light .warningbox {
	background: #FFC;
	border-left: 4px solid #DD8;
}
.theme-fandomdesktop-dark .warningbox {
	background: #36331e;
	border-left: 4px solid #635e33;
}
.theme-fandomdesktop-light .successbox {
	background: #DFD;
	border-left: 4px solid #9C9;
}
.theme-fandomdesktop-dark .successbox {
	background: #1f301f;
	border-left: 4px solid #436043;
}
.successbox strong p {
	margin: 0;
}

/* 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 {
	content: var(--mcw-site-name);
	text-indent: 0;
	display: block;
	line-height: initial;
}

/* Other stuffs/uncategorized */
.sound-title::after {
	-webkit-mask: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/e/e8/Speaker.svg/revision/latest?format=original);
	-webkit-mask-size: contain;
	mask: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/e/e8/Speaker.svg/revision/latest?format=original);
	mask-size: contain;
	background: var(--theme-body-text-color);
}
.sound-playing > .sound-title::after {
	background: var(--theme-link-color);
}

.rootpage-Minecraft_Dungeons #content, .ns-10000 #content, .ns-10001 #content {
	background-color: unset;
}

.article-table-wrapper {
	background: transparent;
}

#mw-content-text .hlist li:not(:last-child)::after {
	background-color: var(--theme-body-text-color);
	height: 5px;
	width: 5px;
	border-radius: 4px;
}

.jslink {
	color: var(--theme-link-color);
}

.theme-fandomdesktop-dark .oo-ui-labelElement .oo-ui-labelElement-label,
.theme-fandomdesktop-dark .oo-ui-labelElement.oo-ui-labelElement-label {
	color: var(--theme-body-text-color);
}

.theme-fandomdesktop-dark #filetoc {
	background-color: var(--custom-table-header-background);
	border-color: var(--theme-border-color);
}

.theme-fandomdesktop-dark ol.references li:target,
.theme-fandomdesktop-dark sup.reference:target,
.theme-fandomdesktop-dark span.citation:target {
	background-color: var(--custom-table-header-background);
}

.theme-fandomdesktop-dark .diff-context {
	background: var(--theme-page-background-color--secondary);
	border-color: var(--theme-border-color);
	color: var(--theme-body-text-color);
}

.theme-fandomdesktop-dark #pagehistory li.selected {
	color: var(--theme-body-text-color);
}

.theme-fandomdesktop-dark #pagehistory li.selected {
	background-color: var(--theme-border-color);
}

.theme-fandomdesktop-dark .diff-deletedline .diffchange {
	background: #8a7d5f;
}

.theme-fandomdesktop-dark .diff-deletedline {
	border-color: #8a7d5f;
}

.theme-fandomdesktop-dark .diff-addedline .diffchange {
	background: #778c9f;
}

.theme-fandomdesktop-dark .diff-addedline {
	border-color: #778c9f;
}

.mcwiki-header {
	background: #729FCF var(--mcw-infobox-header) repeat-x scroll 0% 0%;
/*	border: 1px solid;
	border-bottom: 4px groove #999;
	border-right: 4px groove #999;
    border-radius: 3px;*/
    color: #FFF;
	padding: 5px;
	image-rendering: pixelated;
}
/*.theme-fandomdesktop-light .mcwiki-header {
    border-color: #CCC;
}
.theme-fandomdesktop-dark .mcwiki-header {
    border-color: #1d1d1d;
}*/

/* Templates */

.skin-fandomdesktop.theme-fandomdesktop-light {
    --mcw-template-background-color: #fff;
    --mcw-template-border-color: #ccc;
}
.skin-fandomdesktop.theme-fandomdesktop-dark {
    --mcw-template-background-color: #202125;
    --mcw-template-border-color: #1c1c1c;
}

/* [[Template:Infobox]], [[Template:Infobox row]] */
.notaninfobox {
	position: relative;
	clear: right;
	margin: 0 0 1em 1em;
	width: 300px;
	font-size: 90%;
	background: var(--mcw-template-background-color);
	border: 1px solid var(--mcw-template-border-color);
	float: right;
	padding: 2px;
	overflow: auto;
	z-index: 1;
}
@media all and (max-width: 511px) {
	.notaninfobox {
		float: none;
		margin-left: 0;
		width: auto;
	}
}
@media all and (max-width: 337px) {
	.notaninfobox {
		margin-left: -16px;
		margin-right: -16px;
		border-left: none;
		border-right: none;
	}
}

.notaninfobox > .infobox-title {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.infobox-imagearea {
	text-align: center;
	padding: 4px;
}
.infobox-imagearea > div:not(:first-child) {
	padding-top: 1em;
}
.infobox-title {
	background: #000000 var(--mcw-infobox-header) repeat-x scroll 0% 0%;
	border-color: var(--theme-border-color);
	color: #FFF;
	image-rendering: pixelated;
}
/* Horizontally centre animated images */
#mw-content-text .infobox-imagearea .animated {
	display: inline-flex;
	align-items: center;
}

.notaninfobox .infobox-rows {
	display: table;
	margin: 0 !important;
	width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 1px !important;
}
.infobox-rows > tbody > tr > th {
	text-align: left;
	white-space: nowrap;
}
#mw-content-text .infobox-rows p {
	margin: 0;
}
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.infobox-rows dl + dl {
	margin-top: -0.4em;
}
.infobox-rows dl:last-child {
	margin-bottom: 0.2em;
}

.theme-fandomdesktop-dark .alternaterows tr:nth-child(even),
.theme-fandomdesktop-dark .infobox-rows tr:nth-child(even) {
    background: #2c2f34;
}

.infobox-footer {
	text-align: center;
}


/*** Fehlerkorrekturen ***/
/* Code */
.theme-fandomdesktop-light code {
    color: #000;
    background-color: #f8f9fa;
    border: 1px solid #eaecf0;
    border-radius: 2px;
    padding: 1px 4px;
}
.theme-fandomdesktop-dark code {
    color: #e0e0e0;
    background-color: #181818;
    border: 1px solid #383838;
    border-radius: 2px;
    padding: 1px 4px;
}

/* Invslot */
.skin-fandomdesktop .mcui,
.skin-fandomdesktop .invslot {
	box-sizing: content-box;
}
.article-table-wrapper {
	overflow-x: inherit;
}

.notaninfobox .infobox-rows tr td,
.notaninfobox .infobox-rows tr th {
	padding-left: 5px;
}

/* Portable Infoboxen */
.portable-infobox {
	background-color: var(--mcw-template-background-color);
	padding: 2px;
}
.portable-infobox .pi-title {
	background: #000000 var(--mcw-infobox-header) repeat-x scroll 0% 0%;
	image-rendering: pixelated;
}
.portable-infobox .pi-image {
	margin: auto;
	width: 160px;
}
.portable-infobox .pi-data {
	border: none;
}
.portable-infobox .pi-data:nth-child(even) {
	background-color: #F9F9F9;
}
.theme-fandomdesktop-dark .portable-infobox .pi-data:nth-child(even) {
    background-color: #2c2f34;
}

.pi-data[data-item-name="invimage"] .pi-data-value {
	text-align: center;
	width: 100%;
}

.mw-parser-output a {
	font-weight: inherit;
}

a.mw-selflink {
    color: var(--theme-page-text-color);
    font-weight: 500;
}

/* Sprite Editor Knöpfe */
.theme-fandomdesktop-dark .spriteedit-toolbar :not(.oo-ui-buttonElement-frameless) .oo-ui-buttonElement-button,
.theme-fandomdesktop-dark .spriteedit-tooltip-text .oo-ui-buttonElement-button {
	background: #35383e;
	border-color: #3f3f3f;
}
.theme-fandomdesktop-light .spriteedit-toolbar :not(.oo-ui-buttonElement-frameless) .oo-ui-buttonElement-button,
.theme-fandomdesktop-light .spriteedit-tooltip-text .oo-ui-buttonElement-button {
	background: #f8f9fa;
	border-color: #a2a9b1;
}

/* TOC */
.page-content #toc .toctitle {
	background-color: var(--custom-table-header-background);
}
.page-content #toc ul {
	background-color: var(--custom-table-background);
}

/* Tabellen */
.ooui-theme-fandomooui .article-table,
.ooui-theme-fandomooui .wikitable {
	background-color: var(--custom-table-background);
}
.ooui-theme-fandomooui .wikitable > tr > th,
.ooui-theme-fandomooui .wikitable > * > tr > th {
	background-color: var(--custom-table-header-background);
}

/* Corrigir cor de fundo do editor lateral */
.skin-fandomdesktop.theme-fandomdesktop-dark.wikiEditor-ui-controls {
	background-color: #E6EFF4;
	border-right: 1px solid #E6EFF4;
}

/* invert dark images in dark mode */
.theme-fandomdesktop-dark img[data-image-name="PS4.svg"] {
	filter: invert(0.7);
}