MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus TCJB-Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Markierungen: Manuelle Zurücksetzung Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Rubik font */
/*
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* CSS for the FandomDesktop skin can be found at [[MediaWiki:Fandomdesktop.css]].
/* Minecraft font */
* This stylesheet is for desktop only. See also:
@font-face {
*  • [[MediaWiki:FandomMobile.css]] – mobile styles (not editable by admins, contact the Wiki Representative or staff if edits are needed)
font-family: Minecraft;
*  • [[MediaWiki:Gadget-site-styles.css]] – legacy page for global styles, originally made to load on mobile (no longer works that way).
src: url('https://minecraft.wiki/images/minecraft.eot?#iefix') format('embedded-opentype'),
*/
url('https://minecraft.wiki/images/Minecraft.woff2') format('woff2'),
/* Note: Color styles may need to be coded as variables to support light, dark,
url('https://minecraft.wiki/images/minecraft.woff') format('woff'),
* and per-namespace themes correctly.
url('https://minecraft.wiki/images/minecraft.ttf') format('truetype');
*/
}
/* Note 2: Currently the variable names aren't stable; they may be stabilized
 
* in the future to allow for inline `var()` declarations, but for now you
body.wgl-theme-dark {
* should not do that, things may break if you do.
--custom-mc-border: #444;
*/
--custom-mc-background: #282828;
/* Note 3: Some parts of the code written, with or without changes, by
--custom-mc-background2: #363b48;
* User:ItsPlantseed, some of which are also originally written by
--custom-mc-background-green: #475247;
* User:SansUT1.
--custom-mc-border-green: #5e705e;
*/
--custom-mc-background-orange: #565349;
/* Defaults assume a namespace without a custom theme, and light theme. */
--custom-mc-border-orange: #746c5f;
:root {
--custom-mc-background-light-blue: #434e54;
--custom-infobox-header-background: #4f8c69;
--custom-mc-border-light-blue: #5a626e;
--custom-infobox-header-border-top: #8ccf97;
--custom-mc-background-blue: #485364;
--custom-infobox-header-border-bottom: #364f42;
--custom-mc-border-blue: #5c6572;
--custom-infobox-header-border-side: #4f7360;
--custom-mc-background-purple: #4a4650;
--custom-background-blue: hsl(215, 75%, 92%);
--custom-mc-border-purple: #615b6e;
--custom-background-blue-highlight: hsl(215, 75%, 85%);
--custom-mc-background-gray: #505050;
--custom-background-green: hsl(120, 75%, 92%);
--custom-mc-border-gray: #707070;
--custom-background-green-highlight: hsl(120, 75%, 85%);
--custom-background-grey: hsl(0, 0%, 92%);
--custom-border-mainpage: #535b6c;
--custom-background-grey-highlight: hsl(0, 0%, 85%);
--custom-background-mainpage: #404654;
--custom-background-magenta: hsl(310, 75%, 92%);
--custom-background-mainpage-container: #363b48;
--custom-background-magenta-highlight: hsl(310, 75%, 85%);
--custom-background-mainpage-container--hover: #323642;
--custom-background-orange: hsl(40, 75%, 92%);
--custom-background-orange-highlight: hsl(40, 75%, 85%);
--theme-alert-color: #f1748b;
--custom-background-purple: hsl(260, 75%, 92%);
--theme-page-background-color--secondary: #373f50;
--custom-background-purple-highlight: hsl(260, 75%, 85%);
--mcw-template-background-color: #202125;
--custom-background-red: hsl(0, 75%, 92%);
    --mcw-template-border-color: #1c1c1c;
--custom-background-red-highlight: hsl(0, 75%, 85%);
    --custom-table-header-background: #363636;
--custom-background-yellow: hsl(60, 75%, 92%);
--custom-table-background: #131313;
--custom-background-yellow-highlight: hsl(60, 75%, 85%);
--mcw-infobox-header: linear-gradient(0deg,#8383833d,#8383833d),url(filepath://Grashintergrund_%28dunkel%29.png);
--custom-border-blue: hsl(215, 25%, 65%);
--custom-border-blue-highlight: hsl(215, 50%, 68%);
--custom-border-technikmainpage: #464642;
--custom-border-green: hsl(120, 25%, 65%);
--custom-background-technikmainpage: #66604A;
--custom-border-green-highlight: hsl(120, 50%, 68%);
--custom-background-technikmainpage-container: #736e5a;
--custom-border-grey: hsl(0, 0%, 65%);
--custom-background-technikmainpage-container--hover: #7f7961;
--custom-border-magenta: hsl(310, 25%, 65%);
--custom-technik-border-orange: #746c5f;
--custom-border-magenta-highlight: hsl(310, 50%, 68%);
--custom-technik-background-orange: #565349;
--custom-border-orange: hsl(40, 25%, 65%);
--custom-technik-background-purple: #4a4650;
--custom-border-orange-highlight: hsl(40, 50%, 68%);
    --custom-technik-border-purple: #615b6e;
--custom-border-purple: hsl(260, 25%, 65%);
    --custom-technik-table-background: #131313;
--custom-border-purple-highlight: hsl(260, 50%, 68%);
    --custom-mcw-interwiki: #1bcc1b;
--custom-border-red: hsl(0, 25%, 65%);
}
--custom-border-red-highlight: hsl(0, 50%, 68%);
 
--custom-border-yellow: hsl(60, 25%, 65%);
body {
--custom-border-yellow-highlight: hsl(60, 50%, 68%);
--custom-mc-border: #ccc;
--custom-main-page-background: #fcfcfc;
--custom-mc-background: #FCFCFC;
--custom-main-page-border: #ccc;
--custom-mc-background2: #c9d6e1;
--custom-main-page-edition-subheader: #333;
--custom-mc-background-green: #cee7ce;
--custom-mc-border-green: #8fbc8f;
--custom-mc-background-orange: #e7ddca;
--custom-mc-border-orange: #bcad8f;
--custom-mc-background-light-blue: #cddde7;
--custom-mc-border-light-blue: #85a7d6;
--custom-mc-background-blue: #cfdbed;
--custom-mc-border-blue: #8fa2bc;
--custom-mc-background-purple: #d9d6e1;
--custom-mc-border-purple: #ab9dc5;
--custom-mc-background-gray: #e0e0e0;
--custom-mc-border-gray: #9e9e9e;
--custom-border-mainpage: #bfced7;
--custom-background-mainpage: #d7e1e9;
--custom-background-mainpage-container: #c9d6e1;
--custom-background-mainpage-container--hover: #bdcdda;
--theme-alert-color: #ba1231;
--theme-page-background-color--secondary: #f8f9fa;
--mcw-template-background-color: #fff;
    --mcw-template-border-color: #ccc;
    --custom-table-header-background: #eaecf0;
--custom-table-background: #f8f9fa;
--custom-table-background: #f8f9fa;
--mcw-infobox-header: linear-gradient(0deg,#cfcfcf3d,#cfcfcf3d),url(filepath://Grashintergrund_%28hell%29.png);
--custom-table-alternate-background: #f0f1f2;
--custom-table-header-background: #eaecf0;
--custom-border-technikmainpage: #c9bf91;
--custom-load-page-background: rgba(255, 255, 255, .5);
--custom-background-technikmainpage: #E5DAA6;
--custom-load-page-border: #ccc;
--custom-background-technikmainpage-container: #d9c97c;
--custom-background-technikmainpage-container--hover: #c2b36e;
--custom-technik-background-orange: #e7ddca;
    --custom-technik-border-orange: #bcad8f;
    --custom-technik-background-purple: #d9d6e1;
    --custom-technik-border-purple: #ab9dc5;
    --custom-technik-table-background: #f8f9fa;
    --custom-mcw-interwiki: green;
}
}
 
body.theme-fandomdesktop-light {
html body,  
/* Override default color that causes some contrast issues. */
body .mw-body h1,
    --theme-alert-color: #ba1231;
body .mw-body-content h1,
   
body .mw-body-content h2 {
    /* Theme Designer: Community background color (choose lighter color) */
font-family:'Rubik', sans-serif;
    --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 */
    /* [[File:Light background clouds distance2.png]] [[File:Light background grass.png]] [[File:Light background snowy grass.png]]
    [[File:Winter-snow-background.gif]] [[File:Light background deepslate.png]] [[File:Light background deepslate transition.png]] */
    --mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/1/17/Light_background_clouds_distance2.png/revision/latest?format=original);
    --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/4/42/Light_background_grass.png/revision/latest?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(https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/84/Winter-snow-background.gif/revision/latest?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(205, 187, 159) 168px, rgb(205, 187, 159) 180px, rgb(120, 177, 242) 268px);
    --mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/bc/Light_background_deepslate.png/revision/latest?format=original);
    --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/b8/Light_background_deepslate_transition.png/revision/latest?format=original);
}
}
body.theme-fandomdesktop-dark {
    --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);


/* Display title */
/* Theme Designer: Community background color (choose lighter color) */
.mw-page-title-separator {
    --theme-body-text-color: #eee;
margin-right: 0.25em;
    --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 */
    /* [[File:Dark background stars.png]] [[File:Dark_background grass base.png]] [[File:Dark background deepslate.png]]
    [[Dark background deepslate transition.png]] */
    --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(200, 100, 20) 168px, rgb(200, 100, 20) 180px, rgb(48, 64, 80) 268px);
    --mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/a/a8/Dark_background_deepslate.png/revision/latest?format=original);
    --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_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 */
.ns-10000 .mw-page-title-namespace,
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-light,
.ns-10002 .mw-page-title-namespace,
body.ns-10000.theme-fandomdesktop-light,
.ns-10004 .mw-page-title-namespace {
body.ns-10001.theme-fandomdesktop-light {
font-style: italic;
--custom-infobox-header-background: #96592a;
margin-right: 1px;
    --custom-infobox-header-border-top: #d19041;
    --custom-infobox-header-border-bottom: #5c2e10;
    --custom-infobox-header-border-side: #854a1d;
    --theme-page-background-color: #e6e1da;
    --theme-page-background-color--secondary: #dfe6d4;
    --theme-accent-color: #ad600e;
    --theme-accent-color--rgb: 173, 96, 14;
    --theme-accent-color--hover: #b36a1d;
    --theme-sticky-nav-background-color: #ad600e;
    --theme-sticky-nav-text-color--hover: #d9cda0;
   
    /* Wiki theme variables */
    /* [[File:Dungeons Wiki.png]] [[File:Light background grass dungeons.png]] */
    --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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_gamepedia/images/1/1e/Light_background_grass_dungeons.png/revision/latest?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(205, 187, 159) 168px, rgb(205, 187, 159) 180px, rgb(120, 177, 242) 268px);
}
}
 
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-dark,
.ns-10006 .mw-page-title-namespace,  
body.ns-10000.theme-fandomdesktop-dark,
.ns-10006 .mw-page-title-separator {
body.ns-10001.theme-fandomdesktop-dark {
    display: none;
--custom-infobox-header-background: #b16931;
}
    --custom-infobox-header-border-top: #eba34a;
 
    --custom-infobox-header-border-bottom: #763c14;
/* Fix treeview overlapping floating content */
    --custom-infobox-header-border-side: #9d5722;
div.thumb {
--theme-page-background-color: #1a1715;
position: relative;
--theme-page-background-color--secondary: #2d251f;
z-index: 1;
--theme-accent-color: #3a2916;
}
--theme-accent-color--rgb: 58, 41, 22;
 
    --theme-accent-color--hover: #3e2f1e;
/* Horizontal list */
--theme-sticky-nav-background-color: #3a2916;
.mw-body-content .hlist ul {
display: inline;
    /* Wiki theme variables */
margin: 0;
    /* [[File:Dungeons Wiki.png]] [[File:Dark background grass dungeons.png]] */
padding: 0;
--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/3/33/Dungeons_Wiki.png/revision/latest?format=original);
}
    --mcw-site-name: "Minecraft Dungeons Wiki";
.mw-body-content .hlist li {
    --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/2/29/Dark_background_grass_dungeons.png/revision/latest?format=original);
display: inline;
    --mcw-header-background:
}
        var(--mcw-grass-base),
.mw-body-content .hlist li:not(:last-child) {
        linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(200, 100, 20) 168px, rgb(200, 100, 20) 180px, rgb(48, 64, 80) 268px);
padding-right: 0.286em;
}
.mw-body-content .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #000;
height: 3px;
width: 3px;
}
}
.mw-body-content .hlist li li:first-child::before {
body.rootpage-Minecraft_Earth.theme-fandomdesktop-light,
content: "(";
body.ns-10002.theme-fandomdesktop-light,
font-weight: normal;
body.ns-10003.theme-fandomdesktop-light {
--custom-infobox-header-background: #4f8c8b;
--custom-infobox-header-border-top: #77c9c8;
--custom-infobox-header-border-bottom: #3e5254;
    --custom-infobox-header-border-side: #527375;
    --theme-page-background-color: #d7e7e7;
    --theme-page-background-color--secondary: #e1e5ef;
    --theme-accent-color: #5a93ad;
    --theme-accent-color--rgb: 101, 150, 174;
    --theme-accent-color--hover: #6897ad;
    --theme-sticky-nav-background-color: #407d99;
    --theme-sticky-nav-text-color--hover: #b6c0d9;
   
    /* Wiki theme variables */
    /* [[File:Earth Wiki.png]] [[File:Light background grass earth.png]] */
    --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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/8/85/Light_background_grass_earth.png/revision/latest?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(205, 187, 159) 168px, rgb(205, 187, 159) 180px, rgb(120, 177, 242) 268px);
}
}
.mw-body-content .hlist li li:last-child::after {
body.rootpage-Minecraft_Earth.theme-fandomdesktop-dark,
content: ")";
body.ns-10002.theme-fandomdesktop-dark,
font-weight: normal;
body.ns-10003.theme-fandomdesktop-dark {
--custom-infobox-header-background: #178c8a;
--custom-infobox-header-border-top: #3ac9c6;
--custom-infobox-header-border-bottom: #255054;
    --custom-infobox-header-border-side: #367276;
    --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 */
    /* [[File:Earth Wiki.png]] [[File:Dark background grass earth.png]] */
    --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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(200, 100, 20) 168px, rgb(200, 100, 20) 180px, rgb(48, 64, 80) 268px);
}
}
.mw-body-content .hlist li li li {
body.rootpage-Minecraft_Legends.theme-fandomdesktop-dark,
font-size: x-small;
body.rootpage-Minecraft_Legends.theme-fandomdesktop-light,
body.ns-10006.theme-fandomdesktop-dark,
body.ns-10006.theme-fandomdesktop-light,
body.ns-10007.theme-fandomdesktop-dark,
body.ns-10007.theme-fandomdesktop-light {
--custom-infobox-header-background: #415278;
--custom-infobox-header-border-top: #4d718f;
--custom-infobox-header-border-bottom: #111a2b;
    --custom-infobox-header-border-side: #3b465f;
    --mcw-site-name: "Minecraft Legends Wiki";
}
}


/* Element animator */
body {
#bodyContent .animated > *:not(.animated-active),
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
#bodyContent .animated > .animated-subframe > *:not(.animated-active),
.vector-body .animated > *:not(.animated-active),
.vector-body .animated > .animated-subframe > *:not(.animated-active) {
display: none;
}
#bodyContent span.animated,
#bodyContent span.animated.animated-visible > *,
#bodyContent span.animated.animated-visible > .animated-subframe > *,
.vector-body span.animated,
.vector-body span.animated.animated-visible > *,
.vector-body span.animated.animated-visible > .animated-subframe > * {
display: inline-block;
}
#bodyContent div.animated.animated-visible > *,
#bodyContent div.animated.animated-visible > .animated-subframe > *,
.vector-body div.animated.animated-visible > *,
.vector-body div.animated.animated-visible > .animated-subframe > * {
display: block;
}
}


/* Generic nowrap class */
/* Replace logo with HiDPI version on HiDPI screens */
.nowrap {
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
white-space: nowrap;
.mw-wiki-logo {
/* [[File:Wiki HiDPI.png]] */
background-image: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/81/Wiki_HiDPI.png/revision/latest);
background-size: 160px auto;
}
}
}


/* Hide noscript only elements */
/** Main page stylings **/
.client-js .noscript {
display: none;
}


/* Remove bullets/numbers from a list */
@supports (flex-wrap: wrap) {  
.vector-body .list-style-none ul, .list-style-none ol,
.edition-group {
#bodyContent .list-style-none ul, .list-style-none ol {
display: flex;
list-style: none;
flex-wrap: wrap;
margin-left: 0;
}
}
.edition-group .edition-box {
 
flex: 17.4em;
/* Allow setting the text alignment of particular table columns */
}
.col-1-left td:nth-child(1),
.col-2-left td:nth-child(2),
.col-3-left td:nth-child(3),
.col-4-left td:nth-child(4),
.col-5-left td:nth-child(5),
.col-6-left td:nth-child(6),
.col-7-left td:nth-child(7),
.col-8-left td:nth-child(8),
.col-9-left td:nth-child(9) {
text-align: left;
}
.col-1-center td:nth-child(1),
.col-2-center td:nth-child(2),
.col-3-center td:nth-child(3),
.col-4-center td:nth-child(4),
.col-5-center td:nth-child(5),
.col-6-center td:nth-child(6),
.col-7-center td:nth-child(7),
.col-8-center td:nth-child(8),
.col-9-center td:nth-child(9) {
text-align: center;
}
.col-1-right td:nth-child(1),
.col-2-right td:nth-child(2),
.col-3-right td:nth-child(3),
.col-4-right td:nth-child(4),
.col-5-right td:nth-child(5),
.col-6-right td:nth-child(6),
.col-7-right td:nth-child(7),
.col-8-right td:nth-child(8),
.col-9-right td:nth-child(9) {
text-align: right;
}
 
/* Centre lists in custom CE TOC */
.toc.console-toc ul {
text-align: center;
}
 
/* Bold text in a table header cell shouldn't get extra bold */
b,
strong {
font-weight: bold;
}
 
/** Wiki-Geburtstag 2017 **/
/* Minepedia-Logo */
.minepedia-logo {
width: 100%;
padding-bottom: 14%;
background-image: url(filepath://Minepedia.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
 
.homepage-button {
font-size: 20px;
padding: 10px;
padding-left: 40px;
border-radius: 10px;
background-color: #B4BEC3;
color: #628fbf;
transition: background 0.5s, color 0.5s;
background-image: url(filepath://W%C3%BCrfelLogo_ohne_Schrift.png);
background-size: 20px;
background-repeat: no-repeat;
background-position: 10px center;
white-space: nowrap;
}
 
.homepage-button:hover {
background-color: #949EA3;
color: #3465a4;
}
 
.homepage-link a:hover {
text-decoration: none !important;
}
 
@media (max-width: 1350px) {
.cake-1 { display: none }
}
 
@media (max-width: 1100px) {
.cake-2 { display: none }
}
 
@media (max-width: 800px) {
.cake-3 { display: none }
}
 
/* Dark skin */
.wgl-theme-dark #catlinks,
.wgl-theme-dark #toc,
.wgl-theme-dark .toc,
.wgl-theme-dark .mw-warning,
.wgl-theme-dark .mcwiki-projekt {
background-color: #282828;
border-color: #444;
}
 
/* Fix placeholder text being too light in chrome */
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
 
/* Add white background to some areas */
#asirra_ChallengeTableDiv {
background-color: #FFF;
}
 
/* Fix diff area styling */
table.diff,
td.diff-otitle,
td.diff-ntitle {
background-color: transparent;
}
td.diff-addedline,
td.diff-deletedline,
td.diff-context,
td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
border-radius: 0;
}
}


/** Template stylings **/
/** Template stylings **/
/* [[Vorlage:Navbox]] */
/* [[Template:Navbox]] */
/* All stylings here are defined an extra time for [[Vorlage:Geschichtlich]] because the mobile skin extension is stupid */
.navbox {
.navbox,
.historybox {
background: #FFF;
background: #FFF;
border: 1px solid #CCC;
border: 1px solid #CCC;
margin: 1em auto 0;
margin: 1em auto 0;
width: 100%;
width: 100%;
}
.wgl-theme-dark .navbox,
.wgl-theme-dark .historybox {
background-color: #282828;
border-color: #444;
}
}


.navbox table,
.navbox table {
.historybox table {
background: #FFF;
background: #FFF;
margin-left: -4px;
margin-left: -4px;
margin-right: -2px;
margin-right: -2px;
}
}
.wgl-theme-dark .navbox table,
.navbox table:first-child {
.wgl-theme-dark .historybox table {
margin-top: -2px;
background-color: #282828;
}
}
.navbox table:first-child,
.navbox table:last-child {
.historybox table:first-child {
margin-bottom: -2px;
margin-top: -2px;
}
}


.navbox tr:not(:first-child) .navbox-top,
.navbox .navbox-top {
.navbox .navbox-top,
.historybox .historybox-top {
white-space: nowrap;
white-space: nowrap;
background-color: #CCC;
background-color: #CCC;
padding: 0 3px;
padding: 0 3px;
text-align: center;
text-align: center;
}
.navbox .navbox tr:not(:first-child) .navbox-top {
background-color: #EEE;
}
.wgl-theme-dark .navbox tr:not(:first-child) .navbox-top,
.wgl-theme-dark .navbox .navbox-top,
.wgl-theme-dark .historybox .historybox-top {
background-color: #111;
}
.wgl-theme-dark .navbox .navbox tr:not(:first-child) .navbox-top {
background-color: #222;
}
}


.navbox-navbar,
.navbox-navbar,
.navbox-navbar-mini,
.navbox-navbar-mini {
.historybox-navbar,
.historybox-navbar-mini {
float: left;
float: left;
font-size: 80%;
font-size: 80%;
}
}


.navbox-title,
.navbox-title {
.historybox-title {
padding: 0 10px;
padding: 0 10px;
font-size: 110%;
font-size: 110%;
}
}


.navbox th,
.navbox th {
.historybox th {
background-color: #EEE;
background-color: #EEE;
padding: 0 10px;
padding: 0 10px;
white-space: nowrap;
white-space: nowrap;
text-align: right;
text-align: right;
}
.wgl-theme-dark .navbox th,
.wgl-theme-dark .historybox th {
background-color: #222;
}
}


.navbox td,
.navbox td {
.historybox td {
width: 100%;
width: 100%;
padding: 0 0 0 2px;
padding: 0 0 0 2px;
}
}


/* Alternating cell background */
/* [[Template:LoadBox]]*/
.alternatecells:nth-child(odd) {
.load-page {
background-color: #F9F9F9;
background-color: var(--custom-load-page-background);
border: 1px solid var(--custom-load-page-border);
margin-bottom: 0.5em;
padding: 0 0.5em;
}
/* [[Template:LoadBox]] with navbox */
.loadbox-navbox {
padding: 2px !important;
margin: 1em 0 0 !important;
clear: both;
}
#content .loadbox-navbox > p {
background-color: #CCC;
text-align: center;
margin: 0;
padding: 0 3px;
}
.loadbox-navbox > p > b {
font-size: 110%;
}
}


/* Alternating table rows, primarily used with [[Vorlage:InfoboxZeile]] */
.loadbox-navbox .navbox {
.alternaterows tr:nth-child(even),
margin: 0 -2px -2px;
.infobox-rows tr:nth-child(even) {
border: 0;
background-color: #F9F9F9;
}
.loadbox-navbox > .load-page-content > .mw-parser-output > .navbox > tbody > tr:first-child {
display: none;
}
}


/* Simulate link styling for JS only links */
/* Hatnotes and disambiguation notices */
.wgl-theme-light .jslink {
.hatnote {
color: #0645AD;
font-style: italic;
user-select: none;
}
}
.wgl-theme-dark .jslink {
.hatnote i {
color: #5a93cc;
font-style: normal;
user-select: none;
}
}
.jslink:hover {
div.hatnote {
text-decoration: underline;
padding-left: 1.6em;
cursor: pointer;
margin-bottom: 0.5em;
}
}
.jslink:active {
div.hatnote + div.hatnote {
color: #FAA700;
margin-top: -0.5em;
}
}


/* Tabellen  */
/* [[Template:Layered blueprint]] */
.navbox,
@-webkit-keyframes layered-blueprint-fade-in {
.navbox table,
0% {
.historybox,
opacity: 0;
.historybox table {
visibility: hidden;
border-collapse: separate;
}
border-spacing: 2px;
100% {
opacity: 1;
visibility: visible;
}
}
@keyframes layered-blueprint-fade-in {
0% {
opacity: 0;
visibility: hidden;
}
100% {
opacity: 1;
visibility: visible;
}
}
.layered-blueprint-layer {
-webkit-animation: layered-blueprint-fade-in 200ms;
animation: layered-blueprint-fade-in 200ms;
}
}


body.wgl-theme-dark .mw-datatable,
@-webkit-keyframes layered-blueprint-fade-out {
body.wgl-theme-dark table.mw_metadata,
0% {
body.wgl-theme-dark .wikitable {
opacity: 1;
color: inherit;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
}
 
@keyframes layered-blueprint-fade-out {
body.wgl-theme-dark table.mw-interwikitable.body td.mw-interwikitable-local-yes {
0% {
background: #0e8f3a;
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: hidden;
}
}
}
 
.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
.wgl-theme-dark .mw-datatable,
-webkit-animation: layered-blueprint-fade-out 200ms;
.wgl-theme-dark table.mw_metadata,
animation: layered-blueprint-fade-out 200ms;
.wgl-theme-dark .mw-datatable th,
.wgl-theme-dark table.mw_metadata th,
.wgl-theme-dark .mw-datatable td,
.wgl-theme-dark table.mw_metadata td,
.wgl-theme-dark .wikitable,
.wgl-theme-dark .wikitable > tr > th,
.wgl-theme-dark .wikitable > tr > td,
.wgl-theme-dark .wikitable > * > tr > th,
.wgl-theme-dark .wikitable > * > tr > td {
border-color: #444;
}
}


.wgl-theme-dark .mw-datatable th,
/* Prevent page jump from the toolbar loading */
.wgl-theme-dark table.mw_metadata th,
.client-js #editform {
.wgl-theme-dark .wikitable > tr > th,
/* To disable margin collapsing */
.wgl-theme-dark .wikitable > * > tr > th {
overflow: hidden;
background-color: var(--custom-table-header-background);
}
}
 
.client-js .mw-editform > #wpTextbox1 {
.wgl-theme-dark .mw-datatable,
    margin-top: 73px;
.wgl-theme-dark table.mw_metadata,
.wgl-theme-dark .mw-datatable td,
.wgl-theme-dark table.mw_metadata td,
.wgl-theme-dark .wikitable {
background-color: var(--custom-table-background);
}
}
 
.mw-editform .wikiEditor-ui-top {
.wgl-theme-dark #mw-allmessagestable tbody:hover td,
min-height: 72px;
.wgl-theme-dark .mw-datatable tr:hover td {
background-color: #222;
}
}


/* Collapsible elements ([[MediaWiki:Common.js]]) */
/* Alternating cell background */
.client-js:not(.ve-active) .collapsible.collapsed > tr:not(:first-child),
.alternatecells:nth-child(odd) {
.client-js:not(.ve-active) .collapsible.collapsed > tbody > tr:not(:first-child),
background-color: #F9F9F9;
.client-js:not(.ve-active) .collapsible.collapsed > thead + tbody > tr:first-child,
.client-js:not(.ve-active) .collapsible.collapsed > tbody + tbody > tr:first-child,
.client-js:not(.ve-active) .collapsible.collapsed > tfoot > tr,
.client-js:not(.ve-active) .collapsible.collapsed > .collapsible-content,
.client-js:not(.ve-active) .collapsible.collapsible-rows ~ .collapsible-row.collapsed {
display: none;
}
}
 
/* Alternating table rows, primarily used with [[Template:Infobox row]] */
.collapsetoggle {
.alternaterows tr:nth-child(even),
display: inline-block;
.infobox-rows tr:nth-child(even) {
font-weight: normal;
background-color: #F9F9F9;
font-style: normal;
text-shadow: none;
float: right;
text-align: right;
margin-left: 0.8em;
}
}
.collapsetoggle-left > tr > * > .collapsetoggle,
.theme-fandomdesktop-dark .alternaterows tr:nth-child(even),
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.theme-fandomdesktop-dark .infobox-rows tr:nth-child(even) {
.collapsetoggle-left > * > .collapsetoggle,
    background-color: #2c2f34;
.collapsetoggle-left > .collapsetoggle {
float: left;
text-align: left;
margin-right: 0.8em;
margin-left: 0;
}
}
.collapse-button-none > * > tr > * > .collapsetoggle,
 
.collapsetoggle-inline > tr > * > .collapsetoggle,
/* Scale file page image to the width of the page */
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
#file img {
.collapsetoggle-inline > * > .collapsetoggle,
max-width: 100%;
.collapsetoggle-inline > .collapsetoggle {
height: auto;
float: none;
text-align:left;
}
}


.collapsetoggle-custom {
/* Highlight clicked reference in blue to help navigation */
visibility: hidden;
ol.references li:target,
sup.reference:target,
span.citation:target {  
background-color: rgba(var(--theme-link-color--rgb),.2);
}
}


Zeile 543: Zeile 506:
}
}


/* Turn a list into a tree view style (See [[.minecraft]]) */
/* Adjust styles for small screens */
.treeview {
@media (max-width: 500px) {
margin-top: 0.3em;
#content div.thumb {
display: flow-root;
float: none;
}
}
}


.treeview .treeview-header {
/* Simulate link styling for JS only links */
padding-left: 3px;
.jslink {
font-weight: bold;
color: #0645AD;
-webkit-user-select: none;
  -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
}
.treeview .treeview-header:last-child {
.jslink:hover {
border-color: #636363 !important;
text-decoration: underline;
border-left-style: dotted;
cursor: pointer;
}
}
.treeview .treeview-header:not(:last-child)::before {
.jslink:active {
content: none;
color: #FAA700;
}
.treeview .treeview-header:last-child::before {
border-bottom: 0;
}
 
.treeview ul,
.treeview li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
 
.treeview li li {
position: relative;
padding-left: 13px;
margin-left: 7px;
border-left: 1px solid #636363;
}
.treeview li li::before {
content: "";
position: absolute;
top: 0;
left: -1px;
width: 11px;
height: 11px;
border-bottom: 1px solid #636363;
}
 
.treeview li li:last-child:not(.treeview-continue) {
border-color: transparent;
}
.treeview li li:last-child:not(.treeview-continue)::before {
border-left: 1px solid #636363;
width: 10px;
}
 
.nbttree-inherited {
background-color: #E6E6FA;
}
.wgl-theme-dark .nbttree-inherited {
background-color: #323248;
}
}


/* Try to use nearest neighbour scaling for pixelated images */
/* Try to use nearest neighbour scaling for pixelated images */
.historybox .image > img,
.filehistory a img,
.pixel-image,
.pixel-image,
.invslot-item-image,
.invslot-item-image,
.spriteedit-new-image,
.sprite {
.sprite {
image-rendering: optimizeSpeed;
image-rendering: optimizeSpeed;
Zeile 618: Zeile 545:
}
}


/* Add [[File:Mojang logo.svg|14px]] to known Mojang employee userlinks */
/* Add [[File:Mojang logo.svg]] to known Mojang employee userlinks */
.mw-userlink[href="/Benutzer:C418bla"], .mw-userlink[href="/index.php?title=Benutzer%3AC418bla"],
.mw-userlink[href="/wiki/User:Dinnerbone-gpuser"], .mw-userlink[href="/index.php?title=User%3ADinnerbone-gpuser"],
.mw-userlink[href="/Benutzer:Dinnerbone"], .mw-userlink[href="/index.php?title=Benutzer%3ADinnerbone"],
.mw-userlink[href="/wiki/User:Jeb_mojang"], .mw-userlink[href="/index.php?title=User%3AJeb_mojang"],
.mw-userlink[href="/Benutzer:ExcitedZe"], .mw-userlink[href="/index.php?title=Benutzer%3AExcitedZe"],
.mw-userlink[href="/wiki/User:MidnightEnforcer"], .mw-userlink[href="/index.php?title=User%3AMidnightEnforcer"],
.mw-userlink[href="/Benutzerin:HelenAngel"], .mw-userlink[href="/index.php?title=Benutzer%3AHelenAngel"],
.mw-userlink[href="/wiki/User:Minecraft_Staff"], .mw-userlink[href="/index.php?title=User%3AMinecraft_Staff"],
.mw-userlink[href="/Benutzer:Jeb"], .mw-userlink[href="/index.php?title=Benutzer%3AJeb"],
.mw-userlink[href="/wiki/User:Mojang_tommo"], .mw-userlink[href="/index.php?title=User%3AMojang_tommo"],
.mw-userlink[href="/Benutzer:Jeb_mojang"], .mw-userlink[href="/index.php?title=Benutzer%3AJeb_mojang"],
.mw-userlink[href="/wiki/User:Slicedlime"], .mw-userlink[href="/index.php?title=User%3ASlicedlime"],
.mw-userlink[href="/Benutzer:Jocopa3"], .mw-userlink[href="/index.php?title=Benutzer%3AJocopa3"],
.mw-userlink[href="/wiki/User:Jocopa3"], .mw-userlink[href="/index.php?title=User%3AJocopa3"],
.mw-userlink[href="/Benutzer:Jonkagstrom47437"], .mw-userlink[href="/index.php?title=Benutzer%3AJonkagstrom47437"],
.mw-userlink[href="/wiki/User:Cornerhard"], .mw-userlink[href="/index.php?title=User%3ACornerhard"],
.mw-userlink[href="/Benutzer:MarcWatson"], .mw-userlink[href="/index.php?title=Benutzer%3AMarcWatson"],
.mw-userlink[href="/wiki/User:CornerHard"], .mw-userlink[href="/index.php?title=User%3ACornerHard"],
.mw-userlink[href="/Benutzer:MidnightEnforcer"], .mw-userlink[href="/index.php?title=Benutzer%3AMidnightEnforcer"],
 
.mw-userlink[href="/Benutzer:Minecraft_Staff"], .mw-userlink[href="/index.php?title=Benutzer%3AMinecraft_Staff"],
/* legacy/deleted */
.mw-userlink[href="/Benutzer:Mojang_tommo"], .mw-userlink[href="/index.php?title=Benutzer%3AMojang_tommo"],
.mw-userlink[href="/wiki/User:MidnightEnforcer43458@legacy41488102"],
.mw-userlink[href="/Benutzer:Neon Master"], .mw-userlink[href="/index.php?title=Benutzer%3ANeon Master"],
/* previously User:Jonkagstrom47437 */
.mw-userlink[href="/Benutzer:Slicedlime"], .mw-userlink[href="/index.php?title=Benutzer%3ASlicedlime"],
.mw-userlink[href="/wiki/User:@DeletedUser40286849"], .mw-userlink[href="/index.php?title=User%3A%40DeletedUser40286849"],
.mw-userlink[href="/Benutzer:Tamerjeison"], .mw-userlink[href="/index.php?title=Benutzer%3ATamerjeison"],
/* previously User:shoghicp */
.mw-userlink[href="/Benutzer:Ulraf"], .mw-userlink[href="/index.php?title=Benutzer%3AUlraf"] {
.mw-userlink[href="/wiki/User:@DeletedUser40317681"], .mw-userlink[href="/index.php?title=User%3A%40DeletedUser40317681"] {
padding-left: 17px;
background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/a/ad/Mojang_logo.svg/revision/latest) no-repeat left center;
background-size: 14px 14px;
}
 
/* Add [[File:Grass Block JE7 BE6.png]] to known Minecraft/Mojang-related contractor employee userlinks */
.mw-userlink[href="/wiki/User:C418bla"], .mw-userlink[href="/index.php?title=User%3AC418bla"] {
padding-left: 17px;
padding-left: 17px;
background: url(filepath://Mojang_logo.svg/14px-Mojang_logo.svg) no-repeat left center;
background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/9/93/Grass_Block_JE7_BE6.png/revision/latest) no-repeat left center;
background-size: 14px 14px;
}
}


/* Add [[File:Graues Mojang Logo.png]] to known ex-Mojang employee userlinks */
/* Add [[File:Gray Mojang Thing.png]] to known ex-Mojang employee userlinks */
.mw-userlink[href="/Benutzer:EvilSeph"], .mw-userlink[href="/index.php?title=Benutzer%3AEvilSeph"],
.mw-userlink[href="/wiki/User:EvilSeph"], .mw-userlink[href="/index.php?title=User%3AEvilSeph"],
.mw-userlink[href="/Benutzer:Neon_Master"], .mw-userlink[href="/index.php?title=Benutzer%3ANeon_Master"],
.mw-userlink[href="/wiki/User:ExcitedZe"], .mw-userlink[href="/index.php?title=User%3AExcitedZe"],
.mw-userlink[href="/Benutzer:RazzleberryFox"], .mw-userlink[href="/index.php?title=Benutzer%3ARazzleberryFox"],
.mw-userlink[href="/wiki/User:Neon_Master"], .mw-userlink[href="/index.php?title=User%3ANeon_Master"],
.mw-userlink[href="/Benutzer:Tahg"], .mw-userlink[href="/index.php?title=Benutzer%3ATahg"] {
.mw-userlink[href="/wiki/User:RazzleberryFox"], .mw-userlink[href="/index.php?title=User%3ARazzleberryFox"],
.mw-userlink[href="/wiki/User:Tahg"], .mw-userlink[href="/index.php?title=User%3ATahg"],
.mw-userlink[href="/wiki/User:Tamerjeison"], .mw-userlink[href="/index.php?title=User%3ATamerjeison"],
.mw-userlink[href="/wiki/User:HelenAngel"], .mw-userlink[href="/index.php?title=User%3AHelenAngel"],
/* previously User:ProfMobius */
.mw-userlink[href="/wiki/User:@DeletedUser40549330"], .mw-userlink[href="/index.php?title=User%3A%40DeletedUser40549330"] {
padding-left: 17px;
padding-left: 17px;
background: url(filepath://Graues_Mojang_Logo.png) no-repeat left center;
background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/d/df/Gray_Mojang_Thing.png/revision/latest) no-repeat left center;
}
}


/* Mark internal links as plain */
/* Make external links the same colour as internal links, the icon is enough to differentiate them */
#content a.external[href^="https://minecraft.wiki"],
.mw-body a.external {
#content a.external[href^="https://de.minecraft.wiki"],
color: #0645ad;
#content a.external[href^="//minecraft.wiki"],
}
#content a.external[href^="//de.minecraft.wiki"] {
.mw-body a.external:visited {
background: none;
color: #0b0080;
padding-right: 0;
}
.mw-body a.external:active {
color: #faa700;
}
 
/* Make tabs the correct size */
body {
-moz-tab-size: 4;
  -o-tab-size: 4;
    tab-size: 4;
}
}


Zeile 663: Zeile 612:
}
}
.format-1 {
.format-1 {
color: #0000A8;
color: #00A;
text-shadow: 0.125em 0.125em 0 #00002A;
text-shadow: 0.125em 0.125em 0 #00002A;
}
}
.format-2 {
.format-2 {
color: #00A800;
color: #0A0;
text-shadow: 0.125em 0.125em 0 #002A00;
text-shadow: 0.125em 0.125em 0 #002A00;
}
}
.format-3 {
.format-3 {
color: #00A8A8;
color: #0AA;
text-shadow: 0.125em 0.125em 0 #002A2A;
text-shadow: 0.125em 0.125em 0 #002A2A;
}
}
.format-4 {
.format-4 {
color: #A80000;
color: #A00;
text-shadow: 0.125em 0.125em 0 #2A0000;
text-shadow: 0.125em 0.125em 0 #2A0000;
}
}
.format-5 {
.format-5 {
color: #A800A8;
color: #A0A;
text-shadow: 0.125em 0.125em 0 #2A002A;
text-shadow: 0.125em 0.125em 0 #2A002A;
}
}
.format-6 {
.format-6 {
color: #FBA800;
color: #FA0;
text-shadow: 0.125em 0.125em 0 #3E2A00;
text-shadow: 0.125em 0.125em 0 #2A2A00;
}
}
.format-7 {
.format-7 {
color: #A8A8A8;
color: #AAA;
text-shadow: 0.125em 0.125em 0 #2A2A2A;
text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
}
.format-8 {
.format-8 {
color: #545454;
color: #555;
text-shadow: 0.125em 0.125em 0 #151515;
text-shadow: 0.125em 0.125em 0 #151515;
}
}
.format-9 {
.format-9 {
color: #5454FB;
color: #55F;
text-shadow: 0.125em 0.125em 0 #15153E;
text-shadow: 0.125em 0.125em 0 #15153F;
}
}
.format-a {
.format-a {
color: #54FB54;
color: #5F5;
text-shadow: 0.125em 0.125em 0 #153E15;
text-shadow: 0.125em 0.125em 0 #153F15;
}
}
.format-b {
.format-b {
color: #54FBFB;
color: #5FF;
text-shadow: 0.125em 0.125em 0 #153E3E;
text-shadow: 0.125em 0.125em 0 #153F3F;
}
}
.format-c {
.format-c {
color: #FB5454;
color: #F55;
text-shadow: 0.125em 0.125em 0 #3E1515;
text-shadow: 0.125em 0.125em 0 #3F1515;
}
}
.format-d {
.format-d {
color: #FB54FB;
color: #F5F;
text-shadow: 0.125em 0.125em 0 #3E153E;
text-shadow: 0.125em 0.125em 0 #3F153F;
}
}
.format-e {
.format-e {
color: #FBFB54;
color: #FF5;
text-shadow: 0.125em 0.125em 0 #3E3E15;
text-shadow: 0.125em 0.125em 0 #3F3F15;
}
}
.format-f,
.format-f,
#minetip-tooltip {
#minetip-tooltip {
color: #FBFBFB;
color: #FFF;
text-shadow: 0.125em 0.125em 0 #3E3E3E;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.format-g {
color: #DDD605;
text-shadow: 0.125em 0.125em 0 #373501;
}
.format-h {
color: #E3D4D1;
text-shadow: 0.125em 0.125em 0 #383534;
}
.format-i {
color: #CECACA;
text-shadow: 0.125em 0.125em 0 #333232;
}
.format-j {
color: #443A3B;
text-shadow: 0.125em 0.125em 0 #110E0E;
}
}
.format-l {
.format-l {
Zeile 751: Zeile 684:
.format-o {
.format-o {
font-style: italic;
font-style: italic;
}
.format-p {
color: #DEB12D;
text-shadow: 0.125em 0.125em 0 #372C0B;
}
.format-q {
color: #47A036;
text-shadow: 0.125em 0.125em 0 #04280D;
}
.format-s {
color: #2CBAA8;
text-shadow: 0.125em 0.125em 0 #0B2E2A;
}
.format-t {
color: #21497B;
text-shadow: 0.125em 0.125em 0 #08121E;
}
.format-u {
color: #9A5CC6;
text-shadow: 0.125em 0.125em 0 #261731;
}
.format-v {
color: #EB7114;
text-shadow: 0.125em 0.125em 0 #3B1D05;
}
/* Custom color codes because §m and §n are used twice. */
.format-y {
color: #971607;
text-shadow: 0.125em 0.125em 0 #250501;
}
.format-z {
color: #B4684D;
text-shadow: 0.125em 0.125em 0 #2D1A13;
}
/* Class for &#123456 and &$123 adding custom hex colors. */
.format-custom {
text-shadow: 0.125em 0.125em 0 color-mix(in srgb, currentColor 25%, #000 75%);
}
}


/* Styling for minecraft style tooltip */
/* Styling for minecraft style tooltip */
#minetip-tooltip {
#minetip-tooltip {
position: fixed;
top: 0;
left: 0;
background-color: #100010;
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
background-color: rgba(16, 0, 16, 0.94);
padding: 0.375em;
font-family: Minecraft, sans-serif;
font-family: Minecraft, sans-serif;
font-size: 16px;
font-size: 16px;
word-spacing: 4px;
white-space: nowrap;
line-height: 1.25em;
margin: 0.125em 0.25em;
margin: 0.125em 0.25em;
left: 0;
line-height: 1.25em;
padding: 0.375em;
pointer-events: none;
pointer-events: none;
position: fixed;
top: 0;
white-space: nowrap;
word-spacing: 4px;
z-index: 9999;
z-index: 9999;
}
}
#minetip-tooltip::before {
#minetip-tooltip::before {
content: "";
position: absolute;
top: 0.125em;
right: -0.125em;
bottom: 0.125em;
left: -0.125em;
border: 0.125em solid #100010;
border: 0.125em solid #100010;
border-style: none solid;
border-style: none solid;
border-color: rgba(16, 0, 16, 0.94);
border-color: rgba(16, 0, 16, 0.94);
bottom: 0.125em;
}
#minetip-tooltip::after {
content: "";
content: "";
left: -0.125em;
position: absolute;
position: absolute;
right: -0.125em;
top: 0.125em;
top: 0.125em;
}
right: 0;
#minetip-tooltip::after {
bottom: 0.125em;
left: 0;
border: 0.125em solid #2D0A63;
border: 0.125em solid #2D0A63;
border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
bottom: 0.125em;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0.125em;
}
}


Zeile 840: Zeile 737:
}
}


/* dunkle Bilder im dunklen Aussehen */
/* Prevent "Other Review Tools" from showing up at the top of Special:RecentChanges */
body.wgl-theme-dark img[src="/images/Crowdin.svg?236fc"] {
.mw-rcfilters-ui-rcTopSectionWidget-topLinks-table {
filter: hue-rotate(180deg) invert(100%) saturate(.6) brightness(2);
display:none;
}
}
body.wgl-theme-dark img[src="/images/PS4.svg?ea07c"] {
 
filter: invert(0.7);
/* Fixes for small screens */
@media screen and (max-width: 720px) {
#mw-head {
top: 13px;
}
div#p-search form {
background: none;
border: none;
margin: 0;
}
div#p-search form::before,
div#p-search form::after {
border: none;
}
div#simpleSearch::before {
border-left-color: transparent;
}
div#simpleSearch::after {
border-top-color: transparent;
}
}
}


.translation {
@media screen and (max-width: 720px) {
cursor: help;
div#mw-navigation div#mw-panel {
background-color: #eeeeee;
position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
}
}
.wgl-theme-dark .translation {
background-color: #505050;
}
}


/* important */
@media screen and (max-width: 500px) {
@keyframes zooming {
/* TOC fix */
  0% {
#mw-content-text > .mw-parser-output > div[style*="float"] {
    scale: .5;
float: none !important;
  }
margin: 0 !important;
  50% {
}
    scale: 1;
  }
  100% {
    scale: .5;
  }
}
}
table.achtung.wikigg {
  animation: zooming 2s linear infinite;
}
/* Dieser Abschnitt beinhaltet alle Styles für Vorlagen. Versuche den Inhalt Alphabetisch sortiert zu lassen für einen guten Überblick. */
/* TOC
1. Vorlage:Abkürzung
2. Vorlage:Achtung
3. Vorlage:Änderung
4. Vorlage:Archiv
5. Vorlage:Director table
6. Vorlage:Dokumentation
7. Vorlage:DungeonsDLC
8. Vorlage:Geschichtlich
9. Vorlage:Grid/Amboss
10. Vorlage:Grid/Braustand
11. Vorlage:Grid/mechanicalCrafter
12. Vorlage:Grid/Ofen
14. Vorlage:Grid/Schleifstein
15. Vorlage:Grid/Schmiedetisch
16. Vorlage:Grid/Steinsäge
17. Vorlage:Grid/Stoffreduzierer
18. Vorlage:Grid/Verbindungserzeuger
19. Vorlage:Grid/Webstuhl
20. Vorlage:Grid/Werkbank
21. Vorlage:Hinweis
22. Vorlage:Hotbar
23. Vorlage:Infobox & Vorlage:InfoboxZeile
24. Modul:Sprite
25. Vorlage:BetriebssystemSprite
26. Vorlage:DungeonsGegenstandSprite
27. Vorlage:EffektSprite
28. Vorlage:ErfolgSprite
29. Vorlage:HilfeSprite
30. Vorlage:InvSprite
31. Vorlage:SlotSprite
32. Vorlage:DungeonsSpezialSprite
33. Vorlage:NBTSprite
34. Vorlage:TasteSprite
35. Vorlage:DungeonsErfolgSprite
36. Vorlage:DungeonsVerzauberungSprite
37. Vorlage:Projekt
38. Vorlage:JSON
39. Vorlage:Lizenz
40. Vorlage:Slot
41. Vorlage:Spielbar
42. Vorlage:Tabellenauswahl
43. Vorlage:Taste
44. Vorlage:Versionshinweis
45. Modul:UI
46. Vorlage:Urheberrechtsverletzung
47. Vorlage:VersionsgeschichteNav
48. Minecraft Wiki:Projekte
49. Modul:BlockGrid
50. Vorlage:Dungeons Attribut
51. Vorlage:Menü
52. Vorlage:Msgbox
*/


/* [[Vorlage:Abkürzung]] */
.CPDiscord {
.abkuerzung {
float:right;
background: #F9F9F9;
margin-left:1em;
border: 1px solid #CCC;
clear: right;
clear: right;
float: right;
margin: 0 0 1em 1em;
max-width: 400px;
min-width: 70px;
padding: 0.3em 0.5em;
}
.wgl-theme-dark .abkuerzung {
background-color: #282828;
border-color: #444;
}
}


/* [[Vorlage:Achtung]] */
.achtung {
background-color: #FFCCCC;
border-left: 4px solid #FFAAAA;
}
.wgl-theme-dark .achtung {
background-color: #3D2424;
border-color: #732626;
}


 
/* Styling for tooltip */
/* [[Vorlage:Änderung]] */
.explain {
.aenderung {
border-bottom: 0;
background: #F2F5A9;
    text-decoration: underline dotted;
}
    cursor: help;
.wgl-theme-dark .aenderung {
background: #525519;
}
}


/* [[Vorlage:Archiv]] */
/* === On MediaWiki these are global rules that apply in all contexts === */
.archiv {
border: 1px solid #CCC;
font-size: 90%;
padding: 2px;
text-align: center;
width: 200px;
}
.wgl-theme-dark .archiv {
border-color: #444;
}
.hinweis-archiv {
background-color: #e8e8e8;
border-left: 4px solid #000000;
}
.wgl-theme-dark .hinweis-archiv {
background-color: #181818;
}


/* [[Vorlage:Director table]] */
/* Create a little bit of vertical space between indented paragraphs to avoid the appearance of a wall of text. */
.director-table {
.page-content dl { margin-top: 0.4em; margin-bottom: 0.4em; }
background: #FFF;
.page-content dd { margin-bottom: 0.4em; }
border: 1px solid #CCC;
.page-content dt { margin-bottom: 0.1em; } /* Non-TOC subheadings starting with a semicolon */
font-size: 90%;
padding: 2px;
text-align: center;
width: 350px;
}
.wgl-theme-dark .director-table {
background-color: #282828;
border-color: #444;
}
.director-table li:after {
margin-right: 3px;
}


/* [[Vorlage:Dokumentation]] */
/* Balance spacing between paragraphs; using Wikimedia definitions */
.documentation,
.page-content p { margin: 0.5em 0; }
.documentation-header.documentation-docpage {
border: 1px solid #AAA;
}
.wgl-theme-dark .documentation,
.wgl-theme-dark .documentation-header.documentation-docpage {
border-color: #444;
}
.documentation,
.documentation-header,
.documentation-footer {
background-color: #EAF4F9;
}
.wgl-theme-dark .documentation,
.wgl-theme-dark .documentation-header,
.wgl-theme-dark .documentation-footer {
background-color: #202020;
}
.documentation.documentation-nodoc {
background-color: #F9EAEA;
}
.wgl-theme-dark .documentation-nodoc {
background-color: #5F2F2F;
}
.documentation.documentation-baddoc {
background-color: #F9F2EA;
}
.wgl-theme-dark .documentation-baddoc {
background-color: #4F2F2F;
}


/* [[Vorlage:DungeonsDLC]] */
/* [[Template:DungeonsScroll]] */
.MCD-DDE {
div.DungeonsScroll {
background-color: #98FF98;
border-left: 4px solid #00B700;
color: #222;
}
.wgl-theme-dark .MCD-DDE {
background-color: #002200;
border-color: #005400;
color: #FFF;
}
.MCD-SW {
background-color: #B3E6FF;
border-left: 4px solid #009D9D;
color: #222;
}
.wgl-theme-dark .MCD-SW {
background-color: #000022;
border-color: #000055;
color: #FFF;
}
.MCD-HG {
background-color: #f0f2f5;
border-left: 4px solid #cdcfd1;
color: #222;
}
.wgl-theme-dark .MCD-HG {
background-color: #1D1D1E;
border-color: #515154;
color: #FFF;
}
.MCD-FDN {
background-color: #ffe0d1;
border-left: 4px solid #d9906d;
color: #222;
}
.wgl-theme-dark .MCD-FDN {
background-color: #443C39;
border-color: #724C3A;
color: #FFF;
}
.MCD-VT {
background-color: #cdd8ff;
border-left: 4px solid #7b98ff;
color: #222;
}
.wgl-theme-dark .MCD-VT {
background-color: #33363F;
border-color: #384572;
color: #FFF;
}
.MCD-HL {
background-color: #F9C3FF;
border-left: 4px solid #C487CA;
color: #222;
}
.wgl-theme-dark .MCD-HL {
background-color: #4A3A4C;
border-color: #7B607F;
color: #FFF;
}
 
/* [[Vorlage:Geschichtlich]] */
.history-body > .historybox {
border: 0 !important;
}
.historybox table:first-child {
margin-top: 0;
}
.historybox table:last-child {
margin-bottom: 0;
}
 
/* [[Vorlage:Grid/Amboss]] */
.mcui-Anvil .mcui-header {
color: #404040;
font-family: Minecraft;
font-size: 13px;
margin: 0 0 0 26px;
}
.mcui-Anvil .mcui-input,
.mcui-Anvil .mcui-input-inactive {
height: 32px;
width: 220px;
margin: 26px 0 0 -207px;
}
.mcui-Anvil .mcui-input {
background: url(filepath://Grid_Layout_Name.png) no-repeat; /* [[Datei:Grid Layout Name.png]] */
}
.mcui-Anvil .mcui-input-inactive {
background: url(filepath://Grid_Layout_Name_%28dunkel%29.png) no-repeat; /* [[Datei:Grid Layout Name (dunkel).png]] */
}
.mcui-Anvil .mcui-input-text {
color: #FFF;
display: block;
font-family: Minecraft;
font-size: 16px;
line-height:1.4;
margin: 5px 6px;
max-width: 208px;
overflow: hidden;
text-overflow: ellipsis;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.mcui-Anvil .mcui-hammer {
background: url(filepath://Grid_Layout_Hammer.png) no-repeat; /* [[Datei:Grid Layout Hammer.png]] */
background-size: cover;
height: 60px;
width: 60px;
margin: 0 0 0 20px;
}
.mcui-Anvil .mcui-plus {
background: url(filepath://Grid_Layout_Plus.png) no-repeat; /*[[Datei:Grid Layout Plus.png]] */
background-size: cover;
height: 26px;
margin: 6px 18px 0 18px;
width: 26px;
}
.mcui-Anvil .mcui-arrow,
.mcui-Smithingtable .mcui-arrow,
.mcui-Anvil .mcui-arrow-crossed,
.mcui-Smithingtable .mcui-arrow-crossed {
height: 30px;
margin: 4px 18px 0 18px;
width: 44px;
}
.mcui-Anvil .mcui-arrow-crossed,
.mcui-Smithingtable .mcui-arrow-crossed {
background: url(filepath://Grid_Layout_Amboss_%28gesperrt%29.png) no-repeat; /* [[Datei:Grid Layout Amboss (gesperrt).png]] */
}
.mcui-Anvil .mcui-arrow,
.mcui-Smithingtable .mcui-arrow {
background: url(filepath://Grid_Layout_Ofenfortschritt_%28inaktiv%29.png) no-repeat; /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
background-position-y: -2px;
}
.mcui-Anvil .mcui-cost,
.mcui-Anvil .mcui-cost-expensive {
background: #898989;
float: right;
font-family: Minecraft;
font-size: 16px;
margin: -8px 0 0 0;
padding: 0 4px 0 4px;
}
.mcui-Anvil .mcui-cost {
color: #80FF20;
text-shadow: 0.125em 0.125em #203F08, 0.125em 0 #203F08, 0 0.125em #203F08;
}
.mcui-Anvil .mcui-cost-expensive {
color: #FF6060;
text-shadow: 0.125em 0.125em #401818, 0.125em 0 #401818, 0 0.125em #401818;
}
 
/* [[Vorlage:Grid/Braustand]] */
.mcui-Brewing_Stand > * {
display: block;
}
.mcui-Brewing_Stand .invslot {
vertical-align: top;
}
.mcui-Brewing_Stand > .mcui-input {
text-align: center;
}
.mcui-Brewing_Stand > .mcui-input > .invslot {
margin-top: 3px;
}
.mcui-Brewing_Stand .mcui-bubbling,
.mcui-Brewing_Stand .mcui-arrow {
background-repeat: no-repeat;
display: inline-block;
height: 57px;
width: 24px;
}
.mcui-Brewing_Stand .mcui-bubbling {
background-image: url(filepath://Grid_Layout_Braublasen.gif); /* [[Datei:Grid Layout Braublasen.gif]] */
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling {
background-image: url(filepath://Grid_Layout_Braublasen_%28inaktiv%29.png); /* [[Datei:Grid Layout Braublasen (inaktiv).png]] */
}
.mcui-Brewing_Stand .mcui-arrow {
background-image: url(filepath://Grid_Layout_Braupfeil.png); /* [[Datei:Grid Layout Braupfeil.png]] */
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow {
background-image: url(filepath://Grid_Layout_Braupfeil_%28inaktiv%29.png); /* [[Datei:Grid Layout Braupfeil (inaktiv).png]] */
}
.mcui-Brewing_Stand > .mcui-paths {
background: url(filepath://Grid_Layout_Brauwege.png) no-repeat; /* [[Datei:Grid Layout Brauwege.png]] */
height: 40px;
margin: -20px auto -16px;
position: relative;
position: relative;
width: 60px;
width: 500px;
z-index: 1;
height: 364px;
}
.mcui-Brewing_Stand .mcui-output .invslot {
background-image: url(filepath://Grid_Layout_Brauen_%28leer%29.png); /* [[Datei:Grid Layout Brauen (leer).png]] */
}
.mcui-Brewing_Stand .mcui-output2 {
margin: 14px 10px 0;
}
 
/* [[Vorlage:Grid/mechanicalCrafter]] */
.mcui-Mechanical_Crafter > .mcui-arrow {
background: url(filepath://Grid_Mechanische_Handwerkseinheit_%28klein%29.png) no-repeat; /* [[Datei:Grid Layout Pfeil (klein).png]] */
background-size: contain;
height: 78px;
margin: 16px 20px 0;
width: 78px;
}
.mcui-Mechanical_Crafter > .mcui-output {
margin-left: -85px;
margin-right: 20px;
margin-top: 110px;
}
}
.mcui-Mechanical_Crafter > .mcui-icons {
div.DungeonsScroll > * {
position: absolute;
position: absolute;
right: 6px;
top: 6px;
}
.mcui-Mechanical_Crafter .mcui-shapeless,
.mcui-Mechanical_Crafter .mcui-fixed {
background-repeat: no-repeat;
cursor: help;
display: inline-block;
height: 15px;
width: 19px;
}
}
.mcui-Mechanical_Crafter .mcui-shapeless {
div.DungeonsScroll > img.DungeonsIconBack {
background-image: url(filepath://Grid_Layout_Formlos.png); /* [[Datei:Grid Layout Formlos.png]] */
top: 64px;
right: 35px;
}
}
.mcui-Mechanical_Crafter .mcui-fixed {
div.DungeonsScroll > img.DungeonsIcon {
background-image: url(filepath://Grid_Layout_Fest.png); /* [[Datei:Grid Layout Fest.png]] */
top: 77px;
}
right: 48px;
 
z-index: 1;
/* [[Vorlage:Grid/Ofen]] */
.mcui-Furnace .mcui-fuel {
background: url(filepath://Grid_Layout_Feuer.png) no-repeat; /* [[Datei:Grid Layout Feuer.png]] */
display: block;
height: 36px;
width: 36px;
}
.mcui-Furnace .mcui-fuel.mcui-inactive {
background-image: url(filepath://Grid_Layout_Feuer_%28inaktiv%29.png); /* [[Datei:Grid Layout Feuer (inaktiv).png]] */
}
}
.mcui-Furnace > .mcui-arrow {
div.DungeonsScroll > .DungeonsLevel1 {
background: url(filepath://Grid_Layout_Ofenfortschritt.png) no-repeat; /* [[Datei:Grid Layout Ofenfortschritt.png]] */
bottom: 124px;
height: 32px;
left: 44px;
margin: 36px 18px 0 14px;
width: 44px;
}
}
.mcui-Furnace > .mcui-arrow.mcui-inactive {
div.DungeonsScroll > .DungeonsLevel2 {
background-image: url(filepath://Grid_Layout_Ofenfortschritt_%28inaktiv%29.png); /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
bottom: 93px;
left: 44px;
}
}
.mcui-Furnace > .mcui-output {
div.DungeonsScroll > .DungeonsLevel3 {
margin-top: 28px;
bottom: 61px;
left: 44px;
}
}
.mcui-Furnace > .mcui-experience {
div.DungeonsScroll > img.VisualplateLevel1 {
position: absolute;
    top: 90px;
top: 92px;
    right: 63px;
left: 108px;
    z-index: 2;
text-align: center;
width: 70px;
}
}
 
div.DungeonsScroll > img.VisualplateLevel2 {
.mcui-Furnace .mcui-experience-orb {
    top: 83px;
display: inline-block;
    right: 60px;
margin-top: 3px;
    z-index: 2;
width: 16px;
height: 16px;
vertical-align: top;
background-size: 16px 16px;
}
}
 
div.DungeonsScroll > img.VisualplateLevel3 {
.mcui-Furnace .mcui-experience-text {
    top: 80px;
display: inline-block;
    right: 56px;
vertical-align: top;
    z-index: 2;
font-family: Minecraft, sans-serif;
font-size: 16px;
color: #404040;
}
}
 
div.DungeonsScroll > img.DungeonsPowerfulIcon {
/* [[Vorlage:Grid/Schleifstein]] */
    top: 54px;
.mcui-Grindstone > .mcui-grindstone {
    left: 41px;
background: url(filepath://Grid_Layout_Schleifstein.png) no-repeat; /* [[Datei:Grid Layout Schleifstein.png]] */
height: 112px;
width: 108px;
}
}
.mcui-Grindstone .mcui-input1 {
div.DungeonsScroll > .Dungeons_black {
margin: 6px 36px;
color: #2a2d31;
position: absolute;
}
}
.mcui-Grindstone .mcui-input2 {
div.DungeonsScroll > .Dungeons_gray {
margin: 48px 36px;
color: #ac9882;
position: absolute;
}
}
.mcui-Grindstone > .mcui-arrow {
div.DungeonsScroll > .Dungeons_gray > img,
background: url(filepath://Grid_Layout_Ofenfortschritt_%28inaktiv%29.png) no-repeat; /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
div.DungeonsScroll > .Dungeons_black > img {
height: 34px;
margin-right: 7px;
margin: 36px 22px 0 22px;
width: 44px;
}
}
.mcui-Grindstone > .mcui-output {
.DungeonsCheckmarkCurrent {
margin-top: 34px;
filter: brightness(0.2)
}
}
 
.DungeonsCheckmarkActive {
/* [[Vorlage:Grid/Schmiedetisch]] */
filter: brightness(0.2) opacity(0.3)
.mcui-Smithingtable .mcui-input3 {
background-image: url(filepath://Grid_Layout_Barren.png); /* [[Datei:Grid Layout Barren.png]] */
}
}


.mcui-Smithingtable .mcui-hammer {
.DungeonsButton {
background: url(filepath://Grid_Layout_Schmiedetisch_Hammer.png); /* [[Datei:Grid Layout Schmiedetisch Hammer.png]] */
color: #fff;
background-size: cover;
width: 140px;
height: 60px;
height: 40px;
width: 60px;
background-color: #3f8e4f;
}
right: 50px;
 
bottom: 70px;
.mcui-Smithingtable .mcui-header {
border: 6px solid transparent;
color: #3F3F3F;
border-image: url(https://static.wikia.nocookie.net/magiczocker/images/5/58/Button_border_%28Dungeons%29.png/revision/latest?cb=20221120181344&format=original&path-prefix=de);
font-family: Minecraft;
border-image-slice: 7;
font-size: 16px;
border-image-outset: 3px;
overflow: hidden;
border-image-repeat: stretch;
margin: 24px 0 0 12px;
line-height: 27px;
}
font-size: 12px;
 
font-weight: bold;
.mcui-Smithingtable .mcui-section {
display: block;
padding: 15px 0 5px 36px;
}
 
.mcui-Smithingtable .mcui-input1 {
background-image: url(filepath://Grid_Layout_Schmiedevorlage.gif); /* [[Datei:Grid Layout Schmiedevorlage.gif]] */
}
 
/* [[Vorlage:Grid/Steinsäge]] */
.mcui-Stonecutter > .mcui-stonecutterArrow {
background: url(filepath://Grid_Layout_Steins%C3%A4ge_Pfeil.png) no-repeat; /* [[Datei:Grid Layout Steinsäge Pfeil.png]] */
height: 60px;
margin: 9px 4px 0 4px;
width: 58px;
}
.mcui-Stonecutter > .mcui-output {
margin: 28px 0 28px 0;
}
.mcui-Stonecutter > .mcui-input {
margin-top: 36px;
}
.mcui-Stonecutter .mcui-stonecutterSprite {
margin: 4px 0 0 5px;
}
 
/* [[Vorlage:Grid/Stoffreduzierer]] */
.mcui-materialReducer .mcui-pathLeft {
background: url(filepath://Grid_Layout_Stoffreduzierer_links.png) no-repeat; /* [[Datei:Grid Layout Stoffreduzierer links.png]] */
height: 58px;
margin: 14px -2px 0 14px;
position: relative;
width: 92px;
z-index: 1;
}
.mcui-materialReducer .mcui-pathRight {
background: url(filepath://Grid_Layout_Stoffreduzierer_rechts.png) no-repeat; /* [[Datei:Grid Layout Stoffreduzierer rechts.png]] */
height: 58px;
margin: 14px 0 0 12px;
position: relative;
width: 92px;
z-index: 1;
}
.mcui-materialReducer .mcui-section {
display: block;
margin: -2px 0 -2px 0;
}
.mcui-materialReducer .mcui-path {
background: url(filepath://Grid_Layout_Stoffreduzierer_unten.png) no-repeat; /* [[Datei:Grid Layout Stoffreduzierer unten.png]] */
height: 50px;
margin: 2px 4px 0 4px;
position: relative;
width: 8px;
z-index: 1;
}
.mcui-materialReducer .mcui-path2 {
background: url(filepath://Grid_Layout_Stoffreduzierer_mitte.png) no-repeat; /* [[Datei:Grid Layout Stoffreduzierer mitte.png]] */
height: 38px;
margin: 34px 0 0 -22px;
position: relative;
width: 8px;
z-index: 1;
}
.mcui-materialReducer .mcui-output6 {
margin: 0 8px 0 26px;
}
.mcui-materialReducer .mcui-output7,
.mcui-materialReducer .mcui-output8,
.mcui-materialReducer .mcui-output9 {
margin: 0 8px 0 8px;
}
 
/* [[Vorlage:Grid/Verbindungserzeuger]] */
.mcui-compoundCreator > * {
display: inline-block;
vertical-align: top;
position: relative;
}
.mcui-compoundCreator .mcui-paths {
background: url(filepath://Grid_Layout_Verbindungserzeuger.png) no-repeat; /* [[Datei:Grid Layout Verbindungserzeuger.png]] */
height: 136px;
width: 216px;
z-index: 1;
}
.mcui-compoundCreator .mcui-input {
margin: 18px 0 0 -170px;
z-index: 2;
}
.mcui-compoundCreator .mcui-output {
margin: 54px 0 0 60px;
}
 
/* [[Vorlage:Grid/Webstuhl]] */
.mcui-Loom > .mcui-tapestry {
background: url(filepath://Grid_Layout_Webstuhl.png) no-repeat; /*[[Datei:Grid Layout Webstuhl.png]] */
height: 108px;
width: 98px;
}
.mcui-Loom > .mcui-loomArrow {
background: url(filepath://Grid_Layout_Webstuhl_Pfeil.png) no-repeat; /* [[Datei:Grid Layout Webstuhl Pfeil.png]] */
height: 54px;
margin: 28px 4px 0 4px;
width: 54px;
}
.mcui-Loom > .mcui-output {
margin-top: 38px;
}
.mcui-Loom .mcui-inputBanner {
margin: 22px 10px;
position: absolute;
}
}
.mcui-Loom .mcui-inputDye {
.DungeonsButton:before {
margin: 22px 50px;
content: '';
height: 120%;
position: absolute;
position: absolute;
top: -10%;
left: 60%;
border: 1px solid;
border-color: transparent #48a15b transparent #3b864c;
}
}
.mcui-Loom .mcui-inputPattern {
.ButtonCost {
background: url(filepath://Grid_Layout_Bannervorlage.png) no-repeat; /* [[Datei:Grid Layout Bannervorlage.png]] */
margin: 60px 30px;
position: absolute;
}
.mcui-Loom .mcui-bannerSprite {
margin-left: 4px;
}
 
/* [[Vorlage:Grid/Werkbank]]*/
.mcui-Crafting_Table > .mcui-arrow {
background: url(filepath://Grid_Layout_Pfeil_%28klein%29.png) no-repeat; /* [[Datei:Grid Layout Pfeil (klein).png]] */
height: 26px;
margin: 40px 4px 0;
width: 32px;
}
.mcui-Crafting_Table > .mcui-output {
margin-top: 28px;
}
.mcui-Crafting_Table > .mcui-icons {
position: absolute;
position: absolute;
right: 6px;
right: 6px;
top: 6px;
}
.mcui-Crafting_Table .mcui-shapeless,
.mcui-Crafting_Table .mcui-fixed {
background-repeat: no-repeat;
cursor: help;
display: inline-block;
height: 15px;
width: 19px;
}
.mcui-Crafting_Table .mcui-shapeless {
background-image: url(filepath://Grid_Layout_Formlos.png); /* [[Datei:Grid Layout Formlos.png]] */
}
.mcui-Crafting_Table .mcui-fixed {
background-image: url(filepath://Grid_Layout_Fest.png); /* [[Datei:Grid Layout Fest.png]] */
}
/* [[Vorlage:Hinweis]] */
.hinweis {
background-color: #FFFFCC;
border-left: 4px solid #e6e66d;
}
.wgl-theme-dark .hinweis {
background-color: #3D3D24;
border-color: #737326;
}
.hinweis-blau {
background-color: #95d1e9;
border-left: 4px solid #7575ff;
}
.wgl-theme-dark .hinweis-blau {
background-color: #242E3D;
border-color: #264673;
}
.hinweis-plain {
background-color: #FFFFFF;
border-left: 4px solid #CCCCCC;
}
.wgl-theme-dark .hinweis-plain {
background-color: #303030;
border-color: #5C5C5C;
}
/* [[Vorlage:Hotbar]] */
.mcui-Hotbar {
background-color: transparent;
border: 0;
display: inline-block;
padding: 0;
position: relative;
}
.mcui-Hotbar > .mcui-selector {
margin-left: -2px;
position: absolute;
top: -2px;
}
.mcui-Hotbar > .mcui-slots {
left: 0;
margin: 2px;
position: absolute;
top: 0;
top: 0;
}
}
.mcui-Hotbar .invslot {
.DungeonsField {
margin: 4px;
    width: 140px;
    height: 40px;
    right: 50px;
    bottom: 70px;
    border: 10px solid transparent;
    border-image: url(https://static.wikia.nocookie.net/magiczocker/images/d/d9/Border_Field_%28Dungeons%29.png/revision/latest?cb=20221120195946&format=original&path-prefix=de);
    border-image-slice: 12;
    border-image-outset: 3px;
    border-image-repeat: stretch;
    line-height: 23px;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    color: #A0866B;
}
}


/* [[Vorlage:Infobox]] & [[Vorlage:InfoboxZeile]] */
/* [[Template:Userbox]]
.notaninfobox {
  Use this for styling:
background: var(--mcw-template-background-color);
  --userbox-border--light
position: relative;
  --userbox-border--dark
z-index: 1;
  --userbox-icon-background--light
clear: right;
  --userbox-icon-background--dark
float: right;
  --userbox-text-background--light
font-size: 90%;
  --userbox-text-background--dark
line-height: 2.2;
  --userbox-text-color--light
margin: 0 0 1em 1em;
  --userbox-text-color--dark
overflow: auto;
  --userbox-text-align
width: 300px;
*/
table.mcw-userbox {
background-color: var(--userbox-text-background--light, #fff);
border: 1px solid var(--userbox-border--light, #bbc2c6);
border-spacing: 0;
float: left;
margin: 1px;
width: 238px;
}
}
 
.theme-fandomdesktop-dark table.mcw-userbox {
@media all and (max-width: 511px) {
background-color: var(--userbox-text-background--dark, #484848);
.notaninfobox {
border-color: var(--userbox-border--dark, #3a3a3a);
float: none;
margin-left: 0;
width: auto;
}
}
}
@media all and (max-width: 337px) {
table.mcw-userbox td:nth-child(1) {
.notaninfobox {
background-color: var(--userbox-icon-background--light, #fff);
margin-left: -16px;
font-size: 18pt;
margin-right: -16px;
height: 45px;
border-left: none;
line-height: 1.25em;
border-right: none;
padding: 1px;
}
}
 
.wgl-theme-dark .notaninfobox {
background-color: #282828;
}
.notaninfobox .infobox-title,
.mcwiki-header {
font-size: 120%;
font-weight: bold;
text-align: center;
text-align: center;
background: var(--mcw-infobox-header) repeat-x scroll 0 0;
vertical-align: middle;
padding: 5px;
width: 45px;
color: #FFF;
image-rendering: pixelated;
}
}
.mcwiki-header {
.theme-fandomdesktop-dark table.mcw-userbox td:nth-child(1) {
    background: var(--mcw-infobox-header) repeat-x scroll 0 7%;
background-color: var(--userbox-icon-background--dark, #484848);
    font-size: inherit;
}
}
/* Horizontally centre animated images */
table.mcw-userbox td:nth-child(2) {
#mw-content-text .infobox-imagearea .animated {
color: var(--userbox-text-color--light, #3a3a3a);
display: inline-flex;
font-size: 8pt;
align-items: center;
line-height: 1.25em;
}
.notaninfobox .infobox-imagearea {
padding: 4px;
padding: 4px;
text-align: center;
text-align: var(--userbox-text-align, left);
}
.notaninfobox .infobox-imagearea > div:not(:first-child) {
padding-top: 1em;
}
.notaninfobox .infobox-rows {
display: table;
margin: 0 !important;
width: 100% !important;
border-collapse: separate !important;
border-spacing: 1px !important;
}
.notaninfobox .infobox-rows > tbody > tr > th {
text-align: left;
white-space: nowrap;
}
.notaninfobox .infobox-rows p {
margin: 0;
}
.notaninfobox .infobox-rows audio {
width: 184px;
max-width: 100%
}
.notaninfobox .infobox-rows tr td,
.notaninfobox .infobox-rows tr th {
padding-left: 5px;
}
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.notaninfobox .infobox-rows dl + dl {
margin-top: -0.4em;
}
.notaninfobox .infobox-rows dl:last-child {
margin-bottom: 0.2em;
}
.notaninfobox .infobox-footer {
text-align: center;
}
.notaninfobox .infobox-collapse {
text-align: center !important;
}
.notaninfobox .infobox-collapse .collapsible-button {
float: none;
margin: auto;
}
 
.wgl-theme-dark .alternaterows tr:nth-child(even),
.wgl-theme-dark .infobox-rows tr:nth-child(even) {
    background: #2c2f34;
}
 
/* Drop shadow for images */
body.wgl-theme-light .drop-shadow-light img,
body.wgl-theme-light img.drop-shadow-light,
.drop-shadow img,
img.drop-shadow {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
body.wgl-theme-dark .drop-shadow-dark img,
body.wgl-theme-dark img.drop-shadow-dark,
body.wgl-theme-dark .drop-shadow img,
body.wgl-theme-dark img.drop-shadow {
    -webkit-filter: drop-shadow(0 0 5px rgba(195, 195, 195, 0.4));
    filter: drop-shadow(0 0 5px rgba(195, 195, 195, 0.4));
}
 
/* [[Modul:Sprite]] */
.sprite {
background-repeat: no-repeat;
display: inline-block;
height: 16px;
vertical-align: text-top;
width: 16px;
}
.sprite + .sprite-text:not(:empty) {
padding-left: 0.312em;
}
 
/* [[Vorlage:BetriebssystemSprite]] */
.betriebssystem-sprite {
height: 40px;
width: 40px;
}
 
/* [[Vorlage:DungeonsGegenstandSprite]] */
.dungeonsgegenstand-sprite {
height: 24px;
vertical-align: middle;
width: 24px;
}
 
/* [[Vorlage:EffektSprite]] */
.effekt-sprite {
height: 18px;
width: 18px;
}
 
/* [[Vorlage:ErfolgSprite]] */
.erfolg-sprite {
height: 94px;
width: 94px;
}
 
/* [[Vorlage:HilfeSprite]] */
/* [[Vorlage:InvSprite]] */
/* [[Vorlage:SlotSprite]] */
.hilfe-sprite,
.inv-sprite,
.mod-sprite,
.ae-mod-sprite,
.balkons-mod-sprite,
.cc-mod-sprite,
.create-mod-sprite,
.redpower-mod-sprite,
.slot-sprite {
height: 32px;
vertical-align: middle;
width: 32px;
}
 
/* [[Vorlage:DungeonsSpezialSprite]] */
.dungeonsspezial-sprite {
background-size: 140px auto;
height: 20px;
vertical-align: middle;
vertical-align: middle;
width: 20px;
}
/* [[Vorlage:NBTSprite]] */
.nbt-sprite {
background-size: 64px auto;
width: 16px;
height: 16px;
}
}
 
.theme-fandomdesktop-dark table.mcw-userbox td:nth-child(2) {
/* [[Vorlage:TasteSprite]] */
color: var(--userbox-text-color--dark, #e6e6e6);
.taste-sprite {
width: 26px;
height: 26px;
vertical-align: middle;
}
}


/* [[Vorlage:DungeonsErfolgSprite]] */
abbr[title] {
.dungeonserfolg-sprite {
height: 118px;
width: 118px;
}
 
/* [[Vorlage:DungeonsVerzauberungSprite]] */
.dungeonsverzauberung-sprite {
background-size: 128px auto;
}
 
/* [[Vorlage:Projekt]] */
.wikitable .projekt-icon {
background: #CCCCCC;
height: 45px;
vertical-align: middle;
width: 70px;
}
.wgl-theme-dark .wikitable .projekt-icon {
background: #111111;
}
.wikitable .projekt-text {
background: #DDEEEE;
}
.wgl-theme-dark .wikitable .projekt-text {
background: #002222;
}
 
/* [[Vorlage:JSON]] */
.json-ordner {
background-color: #BDFCC9;
}
.wgl-theme-dark .json-ordner {
background-color: #052010;
}
 
/* [[Vorlage:Lizenz]] */
.lizenzbox {
background-color: #FDFDFD;
border: 2px solid #616161;
margin: 0.5em auto;
padding: 3px 12px 3px 7px;
text-align: left;
}
.wgl-theme-dark .lizenzbox {
background-color: #282828;
border-color: #444;
}
 
/* [[Vorlage:Slot]] */
.invslot {
background: #8B8B8B no-repeat center center / 32px 32px;
border: 2px solid;
border-color: #373737 #FFF #FFF #373737;
display: inline-block;
font-size: 16px;
height: 32px;
line-height: 1;
position: relative;
text-align: left;
vertical-align: bottom;
width: 32px;
}
.invslot::before,
.invslot::after {
background-color: #8B8B8B;
content: "";
height: 2px;
pointer-events: none;
position: absolute;
width: 2px;
}
.invslot::before {
bottom: -2px;
left: -2px;
}
.invslot::after {
right: -2px;
top: -2px;
}
.invslot-large {
padding: 8px;
}
.invslot-item,
.invslot-item a:first-child {
display: block;
height: 32px;
margin: -2px;
padding: 2px;
position: relative;
width: 32px;
}
.invslot-item-image a.new:first-child {
background: url(filepath://InvSprite.png) no-repeat content-box;
height: 32px;
overflow: hidden;
text-indent: -9999px;
width: 32px;
}
.invslot-stacksize {
bottom: 0;
color: #FFF !important;
filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
font-family: Minecraft, sans-serif !important;
font-weight: normal !important;
position: absolute;
right: 0;
text-shadow: 2px 2px 0 #3F3F3F;
z-index: 2;
}
 
.skin-vector .mcui,
.skin-vector .invslot {
box-sizing: content-box;
}
 
/* Plain slot with no border or background */
.invslot-plain {
background-color: transparent;
border: 0;
}
.invslot-plain::before,
.invslot-plain::after {
content: none;
}
.invslot-plain > .invslot-item,
.invslot-plain > .invslot-item a:first-child {
margin: 0;
padding: 0;
}
 
/* [[Vorlage:Spielbar]] */
.spielbar {
background: #F2F2F2;
}
.wgl-theme-dark .spielbar {
background-color: #222;
}
 
/* [[Vorlage:Tabellenauswahl]] */
.wikitable tr td.ta-default {
background-color: #f8f9fa;
color: #222222;
}
.wgl-theme-dark .wikitable tr td.ta-default {
background-color: #373737;
color: #E0E0E0;
}
.wikitable tr td.ta-immer {
background-color: #5DCC5D;
color: #003200;
}
.wgl-theme-dark .wikitable tr td.ta-immer {
background-color: #3b533c;
color: #adffad;
}
.wikitable tr td.ta-ja {
background-color: #C6EFCE;
color: #005600;
}
.wgl-theme-dark .wikitable tr td.ta-ja {
background-color: #29542c;
color: #96ff96;
}
.wikitable tr td.ta-nein {
background-color: #FFC7CE;
color: #860005;
}
.wgl-theme-dark .wikitable tr td.ta-nein {
background-color: #592c2c;
color: #ffb6b3;
}
.wikitable tr td.ta-niemals {
background-color: #FF5757;
color: #5d0004;
}
.wgl-theme-dark .wikitable tr td.ta-niemals {
background-color: #533b3b;
color: #ffcbcb;
}
.wikitable tr td.ta-selten {
background-color: #FDCE5E;
color: #583900;
}
.wgl-theme-dark .wikitable tr td.ta-selten {
background-color: #594f1e;
color: #f0f0d4;
}
.wikitable tr td.ta-neutral {
background-color: #FFEB9C;
color: #6b4500;
}
.wgl-theme-dark .wikitable tr td.ta-neutral {
background-color: #5b573f;
color: #ffffce;
}
.wikitable tr td.ta-teilweise {
background-color: #FFFFDD;
color: #655700;
}
.wgl-theme-dark .wikitable tr td.ta-teilweise {
background-color: #3e3d31;
color: #d3d39a;
}
.wikitable tr td.ta-geplant {
background-color: #DFDFFF;
color: #0131B7;
}
.wgl-theme-dark .wikitable tr td.ta-geplant {
background-color: #242f2e;
color: #b3b3ff;
}
.wikitable tr td.ta-unbekannt {
background-color: #CCCCCC;
color: #222222;
}
.wgl-theme-dark .wikitable tr td.ta-unbekannt {
background-color: #364148;
color: #c9d3ff;
}
 
/* [[Vorlage:Taste]] */
.keyboard-key {
background-color: #f9f9f9;
background-image: linear-gradient(top, #eee, #f9f9f9, #eee);
border: 1px solid #aaa;
border-radius: 2px;
box-shadow: 1px 2px 2px #ddd;
font-family: inherit;
font-size: 0.85em;
padding: 1px 3px;
}
.wgl-theme-dark .keyboard-key {
background-color: #202020;
background-image: linear-gradient(top, #111, #202020, #111);
border-color: #444;
box-shadow: 1px 2px 2px #222;
}
 
/* [[Vorlage:Versionshinweis]] */
.versionshinweis {
border-bottom: 1px dotted;
color: #7F0000;
cursor: help;
cursor: help;
}
}
.wgl-theme-dark .versionshinweis {
.mw-parser-output {
color: red;
     isolation: isolate;
}
     transform: translate3d(0, 0, 0);
 
/* [[Modul:UI]] */
.mcui {
background-color: #C6C6C6;
border: 2px solid;
border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
box-sizing: content-box;
display: inline-block;
padding: 6px;
position: relative;
text-align: left;
vertical-align: bottom;
white-space: nowrap;
}
.mcui-empty {
display: inline-block;
height: 36px;
position: relative;
vertical-align: bottom;
width: 36px;
}
.mcui-row {
display: block;
}
.mcui-Anvil .mcui-section,
.mcui-Smithingtable .mcui-section {
display: block;
padding: 18px 0 14px 38px;
}
.mcui-Anvil > *,
.mcui-Crafting_Table > *,
.mcui-Furnace > *,
.mcui-FurnaceRP > *,
.mcui-Grindstone > *,
.mcui-Loom > *,
.mcui-materialReducer > *,
.mcui-Mechanical_Crafter > *,
.mcui-section > *,
.mcui-Smithingtable > *,
.mcui-Stonecutter > * {
display: inline-block;
vertical-align: top;
}
 
/* [[Vorlage:Urheberrechtsverletzung]] */
.urheberrechtsverletzung {
background-color: #FFCCCC;
border: 2px solid #616161;
margin: 0 auto 1em;
max-width: 720px;
padding: 3px 12px 3px 7px;
text-align: left;
}
.wgl-theme-dark .urheberrechtsverletzung {
background-color: #200;
border-color: #500;
}
 
/* [[Vorlage:VersionsgeschichteNav]] */
.versionsgeschichte {
background-color: #FFFFFF;
border: 1px solid #CCC;
clear: right;
float: right;
font-size: 90%;
margin-bottom: 1px;
margin-left: 8px;
padding: 2px 2px 0;
}
.wgl-theme-dark .versionsgeschichte {
background-color: #282828;
border-color: #444;
}
 
/* [[Minecraft Wiki:Projekte]] und andere */
.mcwiki-projekt {
background: #FCFCFC;
border: 1px solid #AAA;
width: 100%;
}
.wgl-theme-dark .mcwiki-projekt {
background-color: #282828;
border-color: #444;
}
 
/* [[Modul:BlockGrid]] */
table.block-grid td {
border: none;
padding: 0;
}
 
/* [[Vorlage:Dungeons Attribut]] */
.DA-main {
display: inline-block;
height: 13px;
margin: 5px;
position: relative;
vertical-align: middle;
width: 178px;
}
.DA-brown {
background-color: #645A58;
box-shadow: 0 0 2px gray;
height: 4px;
left: 1px;
position: absolute;
top: 4px;
width: 175px;
}
.DA-bar-red,
.DA-bar-green,
.DA-bar-white {
box-shadow: 0 0 2px gray;
height: 7px;
left: 0;
position: absolute;
top: 3px;
}
.DA-bar-red {
background-color: #EA092E;
}
.DA-bar-green {
background-color: #25B573;
}
.DA-bar-white {
background-color: #FFF;
}
.DA-slider-white,
.DA-slider-green {
box-shadow: 0 0 2px gray;
height: 13px;
position: absolute;
top: 0;
width: 3px;
}
.DA-slider-white {
background-color: #FFF;
}
.DA-slider-green {
background-color: #25B573;
}
 
/* [[Vorlage:Menü]] */
/* [[Datei:Knopf aktiv.png]] [[Datei:Knopf inaktiv.png]] [[Datei:Knopf hover.png]] */
.menu2 {
display: inline-block;
height: 40px;
position: relative;
text-align: left;
vertical-align: middle;
}
.menu2-links {
background: url(filepath://Knopf_inaktiv.png) left no-repeat;
}
.menu2-rechts {
background: url(filepath://Knopf_inaktiv.png) right no-repeat;
}
.menu2:not(.inaktiv):not(.regler) .menu2-links,
.menu2 .menu2-regler-links {
background: url(filepath://Knopf_aktiv.png) left no-repeat;
}
.menu2:not(.inaktiv):not(.regler) .menu2-rechts,
.menu2 .menu2-regler-rechts {
background: url(filepath://Knopf_aktiv.png) right no-repeat;
}
.menu2:not(.inaktiv):not(.regler):hover .menu2-links,
.menu2:not(.inaktiv):not(.regler):hover .menu2-rechts,
.menu2:hover .menu2-regler-links,
.menu2:hover .menu2-regler-rechts {
background-image: url(filepath://Knopf_hover.png);
}
.menu2 .menu2-links,
.menu2 .menu2-rechts,
.menu2 .menu2-regler-links,
.menu2 .menu2-regler-rechts {
display: inline-block;
height: 40px;
position: absolute;
}
.menu2 .menu2-regler-links {
width: 9px;
}
.menu2 .menu2-regler-rechts {
width: 8px;
}
.menu2-text {
color: #E0E0E0;
display: inline-block;
font-family: 'Minecraft';
font-size: 12pt;
height: 40px;
padding-top: 6px;
position: absolute;
text-align: center;
text-shadow: 2px 2px 0 #3f3f3f;
vertical-align: middle;
white-space: nowrap;
}
.menu2-text a {
color: #E0E0E0;
display: block;
height: 100%;
padding-top: 6px;
position: absolute;
text-decoration: none;
font-weight: normal;
top: 0;
width: 100%;
}
.menu2-textfeld {
background-color: #000;
border: #FFF 2px solid;
color: #E0E0E0;
display: inline-block;
font-family: 'Minecraft';
font-size: 12pt;
height: 44px;
padding-left: 8px;
padding-top: 6px;
position: relative;
text-align: left;
text-shadow: 2px 2px 0 #3f3f3f;
vertical-align: middle;
width: 392px;
}
 
/* 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,
.wgl-theme-light .errorbox {
background: #FDD;
border-left: 4px solid #FAA;
}
.wgl-theme-dark div.mw-warning-with-logexcerpt,
.wgl-theme-dark .errorbox {
background: #100;
border: 0 solid #500;
border-left-width: 4px;
}
.wgl-theme-light .warningbox {
background: #FFC;
border-left: 4px solid #DD8;
}
.wgl-theme-dark .warningbox {
background: #36331e;
border-left: 4px solid #635e33;
}
.wgl-theme-light .successbox {
background: #DFD;
border-left: 4px solid #9C9;
}
.wgl-theme-dark .successbox {
background: #1f301f;
border-left: 4px solid #436043;
}
.successbox strong p {
margin: 0;
}
 
/* [[Datei:Xp-2.png]],
  [[Datei:Erfahrungskugel Wert 3-6.png]],
  [[Datei:Erfahrungskugel Wert 7-16.png]],
  [[Datei:Erfahrungskugel Wert 17-36.png]],
  [[Datei:Erfahrungskugel Wert 37-72.png]],
  [[Datei:Erfahrungskugel Wert 73-148.png]],
  [[Datei:Erfahrungskugel Wert 149-306.png]],
  [[Datei:Erfahrungskugel Wert 307-616.png]],
  [[Datei:Erfahrungskugel Wert 617-1236.png]],
  [[Datei:Erfahrungskugel Wert 1237-2476.png]],
  [[Datei:Erfahrungskugel Wert 2477-32767.png]] */
.xp-2 {
background-image: url('filepath://Xp-2.png');
}
.xp-6 {
background-image: url('filepath://Erfahrungskugel_Wert_3-6.png');
}
.xp-16 {
background-image: url('filepath://Erfahrungskugel_Wert_7-16.png');
}
.xp-36 {
background-image: url('filepath://Erfahrungskugel_Wert_17-36.png');
}
.xp-72 {
background-image: url('filepath://Erfahrungskugel_Wert_37-72.png');
}
.xp-148 {
background-image: url('filepath://Erfahrungskugel_Wert_73-148.png');
}
.xp-306 {
background-image: url('filepath://Erfahrungskugel_Wert_149-306.png');
}
.xp-616 {
background-image: url('filepath://Erfahrungskugel_Wert_307-616.png');
}
.xp-1236 {
background-image: url('filepath://Erfahrungskugel_Wert_617-1236.png');
}
.xp-2476 {
background-image: url('filepath://Erfahrungskugel_Wert_1237-2476.png');
}
.xp-32767 {
background-image: url('filepath://Erfahrungskugel_Wert_2477-32767.png');
}
 
/* [[Spieler/headslot gallery]] */
.headslot {
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
flex-shrink: 0;
margin: 4px;
padding: 8px;
width: 300px;
}
.headslot-light { background: #f0fff4; }
.wgl-theme-dark .headslot-light { background: #292b29; }
.headslot-dark { background: #f4fff0; }
.wgl-theme-dark .headslot-dark { background: #1f211f; }
 
/*** Fehlerkorrekturen ***/
/* Code */
body.wgl-theme-light code {
    color: #000;
    background-color: #f8f9fa;
    border: 1px solid #eaecf0;
    border-radius: 2px;
    padding: 1px 4px;
}
body.wgl-theme-dark code {
    color: #e0e0e0;
     background-color: #181818;
     border: 1px solid #383838;
    border-radius: 2px;
    padding: 1px 4px;
}
 
body.wgl-theme-dark pre {
    word-wrap: normal;
    background-color: #181818;
    border: 1px solid #383838;
    color: #e0e0e0;
    line-height: 1;
    overflow: auto;
    padding: 12px;
    white-space: pre-wrap;
}
 
body.wgl-theme-dark .mw-content-ltr.mw-highlight-lines pre,
body.wgl-theme-dark .mw-content-ltr.content .mw-highlight-lines pre {
    box-shadow: none;
}
 
/* Other stuffs/uncategorized */
.sound-title::after {
-webkit-mask: url(filepath://Speaker.svg);
-webkit-mask-size: contain;
mask: url(filepath://Speaker.svg);
mask-size: contain;
background: var(--theme-body-text-color);
}
.sound-playing > .sound-title::after {
background: var(--theme-link-color);
}
 
.article-table-wrapper {
background: transparent;
overflow-x: inherit;
}
 
#mw-content-text .hlist li:not(:last-child)::after {
background-color: var(--content-text-color);
}
 
.jslink {
color: var(--theme-link-color);
}
 
.wgl-theme-dark #filetoc {
background-color: var(--custom-table-header-background);
border-color: var(--theme-border-color);
}
 
.wgl-theme-dark ol.references li:target,
.wgl-theme-dark sup.reference:target,
.wgl-theme-dark span.citation:target {
background-color: var(--custom-table-header-background);
}
 
.wgl-theme-dark .diff-context {
background: var(--theme-page-background-color--secondary);
border-color: var(--theme-border-color);
color: var(--theme-body-text-color);
}
 
.wgl-theme-dark #pagehistory li.selected {
color: var(--theme-body-text-color);
background-color: var(--theme-border-color);
}
 
.wgl-theme-dark #pagehistory .updatedmarker {
  background-color: #608000;
  color: white;
}
 
.wgl-theme-dark .diff-deletedline .diffchange {
background: #8a7d5f;
}
 
.wgl-theme-dark .diff-deletedline {
border-color: #8a7d5f;
}
 
.wgl-theme-dark .diff-addedline .diffchange {
background: #778c9f;
}
 
.wgl-theme-dark .diff-addedline {
border-color: #778c9f;
}
 
.mcwiki-header a {
color: #FFF;
}
 
.mw-editform .editOptions {
    background-color: var(--theme-page-background-color--secondary);
    border-color: var(--theme-border-color);
    color: inherit;
    margin-bottom: 0;
    padding: 12px 18px 18px;
}
 
/* TOC */
.vector-body #toc .toctitle {
background-color: var(--custom-table-header-background);
}
.vector-body #toc ul {
background-color: var(--custom-table-background);
}
.vector-body .toc {
padding: 0;
}
.vector-body .toc .toctitle {
text-align: center;
    line-height: 1;
    padding: 12px;
}
 
.vector-body .toc > ul {
    margin: 0;
    max-width: 400px;
    padding: 9px 12px 9px 0;
}
 
.vector-body .toc ul li {
    margin-left: 12px;
}
 
.vector-body .toc ul ul {
    margin: 0;
}
 
/* Dunkles Aussehen für den klassischen Editor */
.skin-vector.wgl-theme-dark.wikiEditor-ui-controls {
background-color: #E6EFF4;
border-right: 1px solid #E6EFF4;
}
 
/* Sprite Editor Knöpfe */
.wgl-theme-dark .spriteedit-toolbar :not(.oo-ui-buttonElement-frameless) .oo-ui-buttonElement-button,
.wgl-theme-dark .spriteedit-tooltip-text .oo-ui-buttonElement-button {
background: #35383e;
border-color: #3f3f3f;
}
 
/* Sprite images */
.betriebssystem-sprite {
background-image: url(filepath://BetriebssystemSprite.png);
}
.biom-sprite {
background-image: url(filepath://BiomSprite.png);
}
.block-sprite {
background-image: url(filepath://BlockSprite.png);
}
.dungeonserfolg-sprite {
background-image: url(filepath://DungeonsErfolgSprite.png);
}
.dungeonsgegenstand-sprite {
background-image: url(filepath://DungeonsGegenstandSprite.png);
}
.dungeonslevel-sprite {
background-image: url(filepath://DungeonsLevelSprite.png);
}
.dungeonsobjekt-sprite {
background-image: url(filepath://DungeonsObjektSprite.png);
}
.dungeonsspezial-sprite {
background-image: url(filepath://DungeonsSpezialSprite.png);
}
.dungeonsverzauberung-sprite {
background-image: url(filepath://DungeonsVerzauberungSprite.png);
}
.earthobjekt-sprite {
background-image: url(filepath://EarthObjektSprite.png);
}
.effekt-sprite {
background-image: url(filepath://EffektSprite.png);
}
.erfolg-sprite {
background-image: url(filepath://ErfolgSprite.png);
}
.gegenstand-sprite {
background-image: url(filepath://GegenstandSprite.png);
}
.hilfe-sprite {
background-image: url(filepath://HilfeSprite.png);
}
.inv-sprite {
background-image: url(filepath://InvSprite.png?format=original);
}
.json-sprite {
background-image: url(filepath://JSONSprite.png);
}
.kommentar-sprite {
background-image: url(filepath://KommentarSprite.png);
}
.mod-sprite {
background-image: url(filepath://ModSprite.png);
}
.nbt-sprite {
background-image: url(filepath://NBTSprite.png);
}
.objekt-sprite {
background-image: url(filepath://ObjektSprite.png);
}
.slot-sprite {
background-image: url(filepath://SlotSprite.png);
}
.spezial-sprite {
background-image: url(filepath://SpezialSprite.png);
}
.taste-sprite {
background-image: url(filepath://TasteSprite.png);
}
.umwelt-sprite {
background-image: url(filepath://UmweltSprite.png);
}
.bauplan-sprite {
background-image: url('filepath://BauplanSprite.png');
}
 
/* mod sprites */
.ae-mod-sprite {
background-image: url(filepath://Applied_Energistics-InvSprite.png);
}
.balkons-mod-sprite {
background-image: url(filepath://Balkons-Weapon-InvSprite.png);
}
.cc-mod-sprite {
background-image: url(filepath://ComputerCraft-InvSprite.png);
}
.create-mod-sprite {
background-image: url(filepath://Create-InvSprite.png);
}
.redpower-mod-sprite {
background-image: url(filepath://RedPower2-InvSprite.png);
}
 
/* Default background images:
  [[File:Grid Layout Brauen (leer).png]] */
.invslot-default-brewing {
background-image: url('filepath://Grid_Layout_Brauen_%28leer%29.png');
}
 
/* Miscellaneous */
body.wgl-theme-dark .gallerybox .thumb,
body.wgl-theme-dark .thumbimage,
body.wgl-theme-dark .thumbinner,
body.wgl-theme-dark figure[typeof~='mw:File/Thumb'],
body.wgl-theme-dark figure[typeof~='mw:File/Frame'],
body.wgl-theme-dark figure[typeof~='mw:File/Thumb'] > figcaption,
body.wgl-theme-dark figure[typeof~='mw:File/Frame'] > figcaption,
body.wgl-theme-dark .navpopup,
body.wgl-theme-dark .ref-tooltip-text {
background-color: #282828;
border-color: #444;
}
 
body.wgl-theme-dark .ref-tooltip-arrow:after {
border-color: #282828 transparent;
}
 
body.wgl-theme-dark .mwe-popups,
body.wgl-theme-dark .mwe-popups-container,
body.wgl-theme-dark .mwe-popups .mwe-popups-extract {
color: #fff;
background-color: #282828;
}
 
body.wgl-theme-dark .mwe-popups .mwe-popups-extract[dir='ltr']:after {
display: none;
}
 
body.wgl-theme-dark #mw-content-text .hlist li:not(:last-child)::after {
background-color: #fff;
}
 
body.wgl-theme-dark .tocnumber {
color: #E0E0EC;
}
 
body.wgl-theme-dark #pagehistory li.selected {
background-color: #444;
color: #e6e6e6;
}
 
#mw-imagepage-section-filehistory {
  overflow: auto;
}
 
/***
 
Technik Wiki
 
****/
.rotate90 {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rotate180 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
 
body.ns-10006 div#bodyContent a:not(a[href*=":"], a[href*="#"], .toc a, a.mw-selflink, a.new, .wikiEditor-ui a, .previewnote a, a[href*="cite"], .navbox-top a, .action-history a, .ve-init-mw-diffPage-diffMode a, .mcw-calc a),
body.ns-10006 div#bodyContent a:not(a[href*=":"], a[href*="#"], .toc a, a.mw-selflink, a.new, .wikiEditor-ui a, .previewnote a, a[href*="cite"], .navbox-top a):visited,
body.ns-10006 div#bodyContent a:not(a[href*=":"], .toc a, a.mw-selflink, a.new, .wikiEditor-ui a, .previewnote a, a[href*="cite"], .navbox-top a, .action-history a, .ve-init-mw-diffPage-diffMode a, .mcw-calc a):focus,
body.ns-10007 div#bodyContent a:not(a[href*=":"], a.mw-selflink, .wikiEditor-ui a, .previewnote a),
body.ns-10007 div#bodyContent a:not(a[href*=":"], a.mw-selflink, .wikiEditor-ui a, .previewnote a):visited,
body.ns-10007 div#bodyContent a:not(a[href*=":"], a.mw-selflink, .wikiEditor-ui a, .previewnote a):focus {
    color: var(--custom-mcw-interwiki);
}
 
/* Structogram design ([[Modul:Struktogramm]]) */
.structogram {
background-color: #ddd;
margin: 10px;
text-align: center;
}
.structogram,
.structogram-block {
border-style: solid;
border-width: 1px;
}
.structogram-block {
background-color: rgba(255,255,255,0.1);
}
.structogram-title {
font-weight: bold;
border-bottom: 1px solid;
padding: 10px;
background-color: rgba(0,0,0,0.1);
}
.structogram-if-items {
display: flex;
}
.structogram-if-title {
border-bottom: 1px solid;
padding: 10px;
text-align: center;
background-color: rgba(0,0,255,0.1);
flex: 0 1 auto;
}
.structogram-if-item {
margin-top: 0px;
display: inline-block;
vertical-align: top;
flex: 1 1 auto;
}
.structogram-if-item:not(:first-child) {
border-left: 1px solid;
}
.structogram-item {
padding: 10px;
}
.structogram-item:not(:last-child) {
border-bottom: 1px solid;
}
 
/* Highlight targeted command references ([[Vorlage:Befehlsblock]] and [[Vorlage:Funktion]]) */
.cmdref,
.mcfile {
border-radius: 5px;
display: flex;
padding: 2px;
}
.cmdref:target,
.cmdreflink:target,
.mcfile:target {
background-color: #C1DAF2;
}
.mcfile {
border: 2px solid #CCC;
counter-reset: line;
}
.wgl-theme-dark .mcfile {
border-color: #111;
}
.mcfile .cmdreflink::before {
counter-increment: line;
content: counter(line)'. ';
color: grey;
display: inline-block;
text-align: right;
width: 3em;
}
.mcfile.maxlines-9 .cmdreflink::before {
width: 1.5em;
}
.mcfile.maxlines-99 .cmdreflink::before {
width: 2em;
}
.mcfile.maxlines-999 .cmdreflink::before {
width: 2.5em;
}
.cmdref .cmdref-info {
display: flex;
flex: 0 0 85px;
margin-right: 8px;
}
.cmdref .cmdref-info .cmdref-infolink {
flex: 1 1 auto;
height: 32px;
position: relative;
}
.cmdref .cmdref-info .cmdref-infolink a {
position: absolute;
top: calc(50% - 0.875em);
}
.cmdref code,
.cmdref pre {
max-width: 100%;
margin: auto 0px;
padding: 1px 4px;
line-height: 2;
}
.wgl-theme-light .cmdref pre,
.wgl-theme-light .mcfile pre {
background-color: white;
}
.page-content .mw-code,
.page-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
 
/* [[Vorlage:Bildüberlauf]] */
.bildueberlauf {
overflow: auto;
white-space: nowrap;
width: 100%;
}
 
/* [[Vorlage:Download-Welt]] */
.download-welt {
background-color: #A4A7A1;
border: 2px solid #000;
}
.wgl-theme-dark .download-welt {
background-color: #4B4C4A;
}
 
/* [[Vorlage:Minecraft-Fehler]] */
.technik-hinweis {
    background-color: #E5DAA6;
    border: 2px solid #000000;
}
.wgl-theme-dark .technik-hinweis {
    background-color: #413d2a;
    border-color: #595353;
}
 
/* Download-Welten */
.welt-header {
background: #FCFCFC;
border: 1px solid #AAA;
width: 100%
}
.wgl-theme-dark .welt-header {
background: #1A1A1A;
border-color: #AAA;
}
.welt-content {
padding: 0px 8px 8px;
background-color: #FCFCFC;
}
.wgl-theme-dark .welt-content {
background-color: #1A1A1A;
}
 
/* [[Vorlage:Neue Technik]] */
.neue-technik {
border: 2px solid #000;
}
.hinweis-neue-technik {
background-color: #A4A7A1;
border: 2px solid #616161;
}
.hinweis-neue-technik-fehlt {
background-color: #FFCCCC;
border: 2px solid #616161;
}
.wgl-theme-dark .hinweis-neue-technik {
background-color: #4B4C4A;
border: 2px solid #000;
}
.wgl-theme-dark .hinweis-neue-technik-fehlt {
background-color: #200;
border: 2px solid #000;
}
 
/* [[Vorlage:Technik-Liste]] */
.wikitable .technik-liste-header {
background: #E5DAA6;
}
.wgl-theme-dark .wikitable .technik-liste-header {
background: #7A745A;
}
.wikitable .technik-liste-content {
background: #D3D3D3;
width: 120px;
}
.wgl-theme-dark .wikitable .technik-liste-content {
width: 120px;
background: #323c3c;
}
 
/* [[Vorlage:Redstone-Diagramm]] */
.redstone-diagramm {
background-color: #FFC;
border: 2px solid #616161;
border-radius: 10px;
float: right;
margin: 2px auto;
padding: 3px;
text-align: center;
width: 128px;
}
.wgl-theme-dark .redstone-diagramm {
background-color: #220;
}
 
/* [[Vorlage:Seitenkopf]] */
.seitenkopf {
border-collapse: collapse;
border-spacing: 0;
color: black;
}
.seitenkopf .seitenkopf-grau {
background: #A4A7A1;
border: 2px solid #000000;
padding: 5px;
width: 220px;
}
.seitenkopf .seitenkopf-dunkel {
background: #f9f3d0;
border: 2px solid #000000;
padding: 5px;
width: 160px;
color: gray;
}
.seitenkopf .seitenkopf-hell {
background: #E5DAA6;
border: 2px solid #000000;
padding: 5px;
width: 160px;
}
 
.wgl-theme-dark .seitenkopf {
    color: #e6e6e6;
}
.wgl-theme-dark .seitenkopf .seitenkopf-grau {
background: #515151;
}
.wgl-theme-dark .seitenkopf .seitenkopf-dunkel {
background: #3f3c32;
color: #c7c7c7;
}
.wgl-theme-dark .seitenkopf .seitenkopf-dunkel .sprite {
    filter: brightness(0.5);
}
.wgl-theme-dark .seitenkopf .seitenkopf-hell {
background: #897d55;
}
 
/* [[Technik]] */
.wgl-theme-light .gruppe-technik { background: #9494EE; color: #DFDFFF; }
.wgl-theme-dark .gruppe-technik { color: #9494EE; }
.wgl-theme-light .gruppe-grundmodul { background: #3CB371; color: #C1F0D6; }
.wgl-theme-dark .gruppe-grundmodul { color: #3CB371; }
.wgl-theme-light .gruppe-schaltkreis { background: #AFEEEE; color: #218989; }
.wgl-theme-dark .gruppe-schaltkreis { color: #AFEEEE; }
.wgl-theme-light .gruppe-schaltnetz { background: #808080; color: #DADADA; }
.wgl-theme-dark .gruppe-schaltnetz { color: #808080; }
.wgl-theme-light .gruppe-schaltwerk { background: #CD5C5C; color: #700005; }
.wgl-theme-dark .gruppe-schaltwerk { color: #CD5C5C; }
.wgl-theme-light .gruppe-vorrichtung { background: #C0C0C0; color: #434343; }
.wgl-theme-dark .gruppe-vorrichtung { color: #C0C0C0; }
.wgl-theme-light .gruppe-anlage { background: #FFFF00; color: #9C6500; }
.wgl-theme-dark .gruppe-anlage { color: #FFFF00; }
.wgl-theme-light .gruppe-farmanlage { background: #7CFC00; color: #376B06; }
.wgl-theme-dark .gruppe-farmanlage {color: #7CFC00; }
.wgl-theme-light .gruppe-verkehrsanlage { background: #ffa500; color: #9F6F18; }
.wgl-theme-dark .gruppe-verkehrsanlage { color: #ffa500; }
.wgl-theme-light .gruppe-strassenverkehrsanlage { background: #BC8F8F; color: #433A3A; }
.wgl-theme-dark .gruppe-strassenverkehrsanlage { color: #BC8F8F; }
.wgl-theme-light .gruppe-schienenverkehrsanlage { background: #00FFFF; color: #367F7F; }
.wgl-theme-dark .gruppe-schienenverkehrsanlage { color: #00FFFF; }
.wgl-theme-light .gruppe-seeverkehrsanlagen { background: #FFD700; color: #83762D; }
.wgl-theme-dark .gruppe-seeverkehrsanlagen { color: #FFD700; }
.wgl-theme-light .gruppe-maschine { background: #DA70D6; color: #7B1377; }
.wgl-theme-dark .gruppe-maschine { color: #DA70D6; }
.wgl-theme-light .gruppe-system { background: #5555FF; color: #C1C1F0; }
.wgl-theme-dark .gruppe-system { color: #6F6FEA; }
 
.twwiki-header {
background: url("filepath://Header_Sandstein_%28hell%29.png") repeat-x scroll 0 5%;
padding: 5px;
height: 195px;
    background-size: 185px;
    width: calc(100% - 5px);
}
.wgl-theme-dark .twwiki-header {
background: url("filepath://Header_Sandstein_%28dunkel%29.png") repeat-x scroll 0 5%;
padding: 5px;
height: 195px;
    background-size: 185px;
    width: calc(100% - 5px);
}
 
/* [[Modul:Sprite]] Technik */
/*.sprite {
background-repeat: no-repeat;
display: inline-block;
height: 16px;
vertical-align: text-top;
width: 16px;
}
.sprite + .sprite-text {
padding-left: 0.312em;
}*/
 
.thumb .schematic {
margin: auto;
}
table.schematic {
border-collapse: collapse;
font-size: 32px;
}
span.schematic {
display: inline-block;
font-size: 32px;
}
table.schematic td {
vertical-align: top;
}
table.schematic td,
span.schematic {
background-color: #FFF;
border: 1px solid #CCC;
height: 1em;
overflow: hidden;
padding: 0;
width: 1em;
}
table.schematic td > div,
span.schematic {
position: relative;
}
table.schematic td > div .sprite,
table.schematic td > div .text,
span.schematic .sprite,
span.schematic .text {
position: absolute;
left: 0;
}
.schematic .text {
line-height: 1.5em;
font-size: 75%;
width: 100%;
color: black;
font-weight: bold;
text-align: center;
text-shadow: 0 0 2px #FFF;
}
 
/* Enhance contrast for search highlight since we use a blue background */
.mw-prefs-search-highlight {
    background: #c9dffd !important; /* default style contains !important */
    outline: 3px solid #c9dffd !important;
}
 
.cmdreflink {
word-break: break-word;
}
}

Version vom 3. Januar 2025, 13:43 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*
 * CSS for the FandomDesktop skin can be found at [[MediaWiki:Fandomdesktop.css]].
 * This stylesheet is for desktop only. See also:
 *  • [[MediaWiki:FandomMobile.css]] – mobile styles (not editable by admins, contact the Wiki Representative or staff if edits are needed)
 *  • [[MediaWiki:Gadget-site-styles.css]] – legacy page for global styles, originally made to load on mobile (no longer works that way).
 */
/* Note: Color styles may need to be coded as variables to support light, dark,
 * and per-namespace themes correctly.
 */
/* Note 2: Currently the variable names aren't stable; they may be stabilized
 * in the future to allow for inline `var()` declarations, but for now you
 * should not do that, things may break if you do.
 */
/* Note 3: Some parts of the code written, with or without changes, by
 * User:ItsPlantseed, some of which are also originally written by
 * User:SansUT1.
 */
/* Defaults assume a namespace without a custom theme, and light theme. */
:root {
	--custom-infobox-header-background: #4f8c69;
	--custom-infobox-header-border-top: #8ccf97;
	--custom-infobox-header-border-bottom: #364f42;
	--custom-infobox-header-border-side: #4f7360;
	--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-light {
	/* 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 */
    /* [[File:Light background clouds distance2.png]] [[File:Light background grass.png]] [[File:Light background snowy grass.png]]
    [[File:Winter-snow-background.gif]] [[File:Light background deepslate.png]] [[File:Light background deepslate transition.png]] */
    --mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/1/17/Light_background_clouds_distance2.png/revision/latest?format=original);
    --mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/4/42/Light_background_grass.png/revision/latest?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(https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/84/Winter-snow-background.gif/revision/latest?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(205, 187, 159) 168px, rgb(205, 187, 159) 180px, rgb(120, 177, 242) 268px);
    --mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/bc/Light_background_deepslate.png/revision/latest?format=original);
    --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/b/b8/Light_background_deepslate_transition.png/revision/latest?format=original);
}
body.theme-fandomdesktop-dark {
    --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 */
    /* [[File:Dark background stars.png]] [[File:Dark_background grass base.png]] [[File:Dark background deepslate.png]]
    [[Dark background deepslate transition.png]] */
    --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(200, 100, 20) 168px, rgb(200, 100, 20) 180px, rgb(48, 64, 80) 268px);
    --mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/a/a8/Dark_background_deepslate.png/revision/latest?format=original);
    --mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_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 {
	--custom-infobox-header-background: #96592a;
    --custom-infobox-header-border-top: #d19041;
    --custom-infobox-header-border-bottom: #5c2e10;
    --custom-infobox-header-border-side: #854a1d;
    --theme-page-background-color: #e6e1da;
    --theme-page-background-color--secondary: #dfe6d4;
    --theme-accent-color: #ad600e;
    --theme-accent-color--rgb: 173, 96, 14;
    --theme-accent-color--hover: #b36a1d;
    --theme-sticky-nav-background-color: #ad600e;
    --theme-sticky-nav-text-color--hover: #d9cda0;
    
    /* Wiki theme variables */
    /* [[File:Dungeons Wiki.png]] [[File:Light background grass dungeons.png]] */
    --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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_gamepedia/images/1/1e/Light_background_grass_dungeons.png/revision/latest?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(205, 187, 159) 168px, rgb(205, 187, 159) 180px, rgb(120, 177, 242) 268px);
}
body.rootpage-Minecraft_Dungeons.theme-fandomdesktop-dark,
body.ns-10000.theme-fandomdesktop-dark,
body.ns-10001.theme-fandomdesktop-dark {
	--custom-infobox-header-background: #b16931;
    --custom-infobox-header-border-top: #eba34a;
    --custom-infobox-header-border-bottom: #763c14;
    --custom-infobox-header-border-side: #9d5722;
	--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 */
    /* [[File:Dungeons Wiki.png]] [[File:Dark background grass dungeons.png]] */
	--mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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_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(200, 100, 20) 168px, rgb(200, 100, 20) 180px, rgb(48, 64, 80) 268px);
}
body.rootpage-Minecraft_Earth.theme-fandomdesktop-light,
body.ns-10002.theme-fandomdesktop-light,
body.ns-10003.theme-fandomdesktop-light {
	--custom-infobox-header-background: #4f8c8b;
	--custom-infobox-header-border-top: #77c9c8;
	--custom-infobox-header-border-bottom: #3e5254;
    --custom-infobox-header-border-side: #527375;
    --theme-page-background-color: #d7e7e7;
    --theme-page-background-color--secondary: #e1e5ef;
    --theme-accent-color: #5a93ad;
    --theme-accent-color--rgb: 101, 150, 174;
    --theme-accent-color--hover: #6897ad;
    --theme-sticky-nav-background-color: #407d99;
    --theme-sticky-nav-text-color--hover: #b6c0d9;
    
    /* Wiki theme variables */
    /* [[File:Earth Wiki.png]] [[File:Light background grass earth.png]] */
    --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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/8/85/Light_background_grass_earth.png/revision/latest?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(205, 187, 159) 168px, rgb(205, 187, 159) 180px, rgb(120, 177, 242) 268px);
}
body.rootpage-Minecraft_Earth.theme-fandomdesktop-dark,
body.ns-10002.theme-fandomdesktop-dark,
body.ns-10003.theme-fandomdesktop-dark {
	--custom-infobox-header-background: #178c8a;
	--custom-infobox-header-border-top: #3ac9c6;
	--custom-infobox-header-border-bottom: #255054;
    --custom-infobox-header-border-side: #367276;
    --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 */
    /* [[File:Earth Wiki.png]] [[File:Dark background grass earth.png]] */
    --mcw-logo: url(https://static.wikia.nocookie.net/minecraft_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(200, 100, 20) 168px, rgb(200, 100, 20) 180px, rgb(48, 64, 80) 268px);
}
body.rootpage-Minecraft_Legends.theme-fandomdesktop-dark,
body.rootpage-Minecraft_Legends.theme-fandomdesktop-light,
body.ns-10006.theme-fandomdesktop-dark,
body.ns-10006.theme-fandomdesktop-light,
body.ns-10007.theme-fandomdesktop-dark,
body.ns-10007.theme-fandomdesktop-light {
	--custom-infobox-header-background: #415278;
	--custom-infobox-header-border-top: #4d718f;
	--custom-infobox-header-border-bottom: #111a2b;
    --custom-infobox-header-border-side: #3b465f;
    --mcw-site-name: "Minecraft Legends Wiki";
}

body {
	font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
}

/* Replace logo with HiDPI version on HiDPI screens */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.mw-wiki-logo {
		/* [[File:Wiki HiDPI.png]] */
		background-image: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/8/81/Wiki_HiDPI.png/revision/latest);
		background-size: 160px auto;
	}
}

/** Main page stylings **/

@supports (flex-wrap: wrap) { 
	.edition-group {
		display: flex;
		flex-wrap: wrap;
	}
	.edition-group .edition-box {
		flex: 17.4em;
	}
}

/** Template stylings **/
/* [[Template:Navbox]] */
.navbox {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 1em auto 0;
	width: 100%;
}

.navbox table {
	background: #FFF;
	margin-left: -4px;
	margin-right: -2px;
}
.navbox table:first-child {
	margin-top: -2px;
}
.navbox table:last-child {
	margin-bottom: -2px;
}

.navbox .navbox-top {
	white-space: nowrap;
	background-color: #CCC;
	padding: 0 3px;
	text-align: center;
}

.navbox-navbar,
.navbox-navbar-mini {
	float: left;
	font-size: 80%;
}

.navbox-title {
	padding: 0 10px;
	font-size: 110%;
}

.navbox th {
	background-color: #EEE;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right;
}

.navbox td {
	width: 100%;
	padding: 0 0 0 2px;
}

/* [[Template:LoadBox]]*/
.load-page {
	background-color: var(--custom-load-page-background);
	border: 1px solid var(--custom-load-page-border);
	margin-bottom: 0.5em;
	padding: 0 0.5em;
}
/* [[Template:LoadBox]] with navbox */
.loadbox-navbox {
	padding: 2px !important;
	margin: 1em 0 0 !important;
	clear: both;
}
#content .loadbox-navbox > p {
	background-color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0 3px;
}
.loadbox-navbox > p > b {
	font-size: 110%;
}

.loadbox-navbox .navbox {
	margin: 0 -2px -2px;
	border: 0;
}
.loadbox-navbox > .load-page-content > .mw-parser-output > .navbox > tbody > tr:first-child {
	display: none;
}

/* Hatnotes and disambiguation notices */
.hatnote {
	font-style: italic;
}
.hatnote i {
	font-style: normal;
}
div.hatnote {
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
	margin-top: -0.5em;
}

/* [[Template:Layered blueprint]] */
@-webkit-keyframes layered-blueprint-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
@keyframes layered-blueprint-fade-in {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}
.layered-blueprint-layer {
	-webkit-animation: layered-blueprint-fade-in 200ms;
	animation: layered-blueprint-fade-in 200ms;
}

@-webkit-keyframes layered-blueprint-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes layered-blueprint-fade-out {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
	-webkit-animation: layered-blueprint-fade-out 200ms;
	animation: layered-blueprint-fade-out 200ms;
}

/* Prevent page jump from the toolbar loading */
.client-js #editform {
	/* To disable margin collapsing */
	overflow: hidden;
}
.client-js .mw-editform > #wpTextbox1 {
    margin-top: 73px;
}
.mw-editform .wikiEditor-ui-top {
	min-height: 72px;
}

/* Alternating cell background */
.alternatecells:nth-child(odd) {
	background-color: #F9F9F9;
}
/* Alternating table rows, primarily used with [[Template:Infobox row]] */
.alternaterows tr:nth-child(even),
.infobox-rows tr:nth-child(even) {
	background-color: #F9F9F9;
}
.theme-fandomdesktop-dark .alternaterows tr:nth-child(even),
.theme-fandomdesktop-dark .infobox-rows tr:nth-child(even) {
    background-color: #2c2f34;
}

/* Scale file page image to the width of the page */
#file img {
	max-width: 100%;
	height: auto;
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target { 
	background-color: rgba(var(--theme-link-color--rgb),.2);
}

/* Allow parts of toc to be hidden */
/* Section levels */
.toc-hidelevel2 .toclevel-1 ul,
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-3 ul,
/* Numbers */
.toc-nonumbers .tocnumber {
	display: none;
}

/* Adjust styles for small screens */
@media (max-width: 500px) {
	#content div.thumb {
		float: none;
	}
}

/* Simulate link styling for JS only links */
.jslink {
	color: #0645AD;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.jslink:hover {
	text-decoration: underline;
	cursor: pointer;
}
.jslink:active {
	color: #FAA700;
}

/* Try to use nearest neighbour scaling for pixelated images */
.filehistory a img,
.pixel-image,
.invslot-item-image,
.spriteedit-new-image,
.sprite {
	image-rendering: optimizeSpeed;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}

/* Add [[File:Mojang logo.svg]] to known Mojang employee userlinks */
.mw-userlink[href="/wiki/User:Dinnerbone-gpuser"], .mw-userlink[href="/index.php?title=User%3ADinnerbone-gpuser"],
.mw-userlink[href="/wiki/User:Jeb_mojang"], .mw-userlink[href="/index.php?title=User%3AJeb_mojang"],
.mw-userlink[href="/wiki/User:MidnightEnforcer"], .mw-userlink[href="/index.php?title=User%3AMidnightEnforcer"],
.mw-userlink[href="/wiki/User:Minecraft_Staff"], .mw-userlink[href="/index.php?title=User%3AMinecraft_Staff"],
.mw-userlink[href="/wiki/User:Mojang_tommo"], .mw-userlink[href="/index.php?title=User%3AMojang_tommo"],
.mw-userlink[href="/wiki/User:Slicedlime"], .mw-userlink[href="/index.php?title=User%3ASlicedlime"],
.mw-userlink[href="/wiki/User:Jocopa3"], .mw-userlink[href="/index.php?title=User%3AJocopa3"],
.mw-userlink[href="/wiki/User:Cornerhard"], .mw-userlink[href="/index.php?title=User%3ACornerhard"],
.mw-userlink[href="/wiki/User:CornerHard"], .mw-userlink[href="/index.php?title=User%3ACornerHard"],

/* legacy/deleted */
.mw-userlink[href="/wiki/User:MidnightEnforcer43458@legacy41488102"],
/* previously User:Jonkagstrom47437 */
.mw-userlink[href="/wiki/User:@DeletedUser40286849"], .mw-userlink[href="/index.php?title=User%3A%40DeletedUser40286849"],
/* previously User:shoghicp */
.mw-userlink[href="/wiki/User:@DeletedUser40317681"], .mw-userlink[href="/index.php?title=User%3A%40DeletedUser40317681"] {
	padding-left: 17px;
	background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/a/ad/Mojang_logo.svg/revision/latest) no-repeat left center;
	background-size: 14px 14px;
}

/* Add [[File:Grass Block JE7 BE6.png]] to known Minecraft/Mojang-related contractor employee userlinks */
.mw-userlink[href="/wiki/User:C418bla"], .mw-userlink[href="/index.php?title=User%3AC418bla"] {
	padding-left: 17px;
	background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/9/93/Grass_Block_JE7_BE6.png/revision/latest) no-repeat left center;
	background-size: 14px 14px;
}

/* Add [[File:Gray Mojang Thing.png]] to known ex-Mojang employee userlinks */
.mw-userlink[href="/wiki/User:EvilSeph"], .mw-userlink[href="/index.php?title=User%3AEvilSeph"],
.mw-userlink[href="/wiki/User:ExcitedZe"], .mw-userlink[href="/index.php?title=User%3AExcitedZe"],
.mw-userlink[href="/wiki/User:Neon_Master"], .mw-userlink[href="/index.php?title=User%3ANeon_Master"],
.mw-userlink[href="/wiki/User:RazzleberryFox"], .mw-userlink[href="/index.php?title=User%3ARazzleberryFox"],
.mw-userlink[href="/wiki/User:Tahg"], .mw-userlink[href="/index.php?title=User%3ATahg"],
.mw-userlink[href="/wiki/User:Tamerjeison"], .mw-userlink[href="/index.php?title=User%3ATamerjeison"],
.mw-userlink[href="/wiki/User:HelenAngel"], .mw-userlink[href="/index.php?title=User%3AHelenAngel"],
/* previously User:ProfMobius */
.mw-userlink[href="/wiki/User:@DeletedUser40549330"], .mw-userlink[href="/index.php?title=User%3A%40DeletedUser40549330"] {
	padding-left: 17px;
	background: url(https://static.wikia.nocookie.net/minecraft_gamepedia/images/d/df/Gray_Mojang_Thing.png/revision/latest) no-repeat left center;
}

/* Make external links the same colour as internal links, the icon is enough to differentiate them */
.mw-body a.external {
	color: #0645ad;
}
.mw-body a.external:visited {
	color: #0b0080;
}
.mw-body a.external:active {
	color: #faa700;
}

/* Make tabs the correct size */
body {
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
}

/* Classes corresponding to Minecraft formatting codes */
.format-0 {
	color: #000;
	text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
	color: #00A;
	text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
	color: #0A0;
	text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
	color: #0AA;
	text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
	color: #A00;
	text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
	color: #A0A;
	text-shadow: 0.125em 0.125em 0 #2A002A;
}
.format-6 {
	color: #FA0;
	text-shadow: 0.125em 0.125em 0 #2A2A00;
}
.format-7 {
	color: #AAA;
	text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
	color: #555;
	text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
	color: #55F;
	text-shadow: 0.125em 0.125em 0 #15153F;
}
.format-a {
	color: #5F5;
	text-shadow: 0.125em 0.125em 0 #153F15;
}
.format-b {
	color: #5FF;
	text-shadow: 0.125em 0.125em 0 #153F3F;
}
.format-c {
	color: #F55;
	text-shadow: 0.125em 0.125em 0 #3F1515;
}
.format-d {
	color: #F5F;
	text-shadow: 0.125em 0.125em 0 #3F153F;
}
.format-e {
	color: #FF5;
	text-shadow: 0.125em 0.125em 0 #3F3F15;
}
.format-f,
#minetip-tooltip {
	color: #FFF;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.format-l {
	font-weight: bold;
	letter-spacing: 0.125em;
}
.format-m {
	text-decoration: line-through;
}
.format-n {
	text-decoration: underline;
}
.format-o {
	font-style: italic;
}

/* Styling for minecraft style tooltip */
#minetip-tooltip {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #100010;
	background-color: rgba(16, 0, 16, 0.94);
	padding: 0.375em;
	font-family: Minecraft, sans-serif;
	font-size: 16px;
	word-spacing: 4px;
	white-space: nowrap;
	line-height: 1.25em;
	margin: 0.125em 0.25em;
	pointer-events: none;
	z-index: 9999;
}
#minetip-tooltip::before {
	content: "";
	position: absolute;
	top: 0.125em;
	right: -0.125em;
	bottom: 0.125em;
	left: -0.125em;
	border: 0.125em solid #100010;
	border-style: none solid;
	border-color: rgba(16, 0, 16, 0.94);
}
#minetip-tooltip::after {
	content: "";
	position: absolute;
	top: 0.125em;
	right: 0;
	bottom: 0.125em;
	left: 0;
	border: 0.125em solid #2D0A63;
	border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
	border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}

#minetip-tooltip > .description,
#minetip-tooltip > .minetip-description {
	display: block;
	margin-top: 0.25em;
}

/* prevent sitenotice show/hide toggle from moving page contents down after pageload */
.globalNotice .globalNoticeDismiss {
	float: right;
}

/* Prevent "Other Review Tools" from showing up at the top of Special:RecentChanges */
.mw-rcfilters-ui-rcTopSectionWidget-topLinks-table {
	display:none;
}

/* Fixes for small screens */
@media screen and (max-width: 720px) {
	#mw-head {
		top: 13px;
	}
	
	div#p-search form {
		background: none;
		border: none;
		margin: 0;
	}
	
	div#p-search form::before,
	div#p-search form::after {
		border: none;
	}
	
	div#simpleSearch::before {
		border-left-color: transparent;
	}
	
	div#simpleSearch::after {
		border-top-color: transparent;
	}
}

@media screen and (max-width: 720px) {
	div#mw-navigation div#mw-panel {
		position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
	}
}

@media screen and (max-width: 500px) {
	/* TOC fix */
	#mw-content-text > .mw-parser-output > div[style*="float"] {
		float: none !important;
		margin: 0 !important;
	}
}

.CPDiscord {
	float:right;
	margin-left:1em;
	clear: right;
}


/* Styling for tooltip */
.explain {
	border-bottom: 0;
    text-decoration: underline dotted;
    cursor: help;
}

/* === On MediaWiki these are global rules that apply in all contexts === */

/* Create a little bit of vertical space between indented paragraphs to avoid the appearance of a wall of text. */
.page-content dl { margin-top: 0.4em; margin-bottom: 0.4em; }
.page-content dd { margin-bottom: 0.4em; }
.page-content dt { margin-bottom: 0.1em; } /* Non-TOC subheadings starting with a semicolon */

/* Balance spacing between paragraphs; using Wikimedia definitions */
.page-content p { margin: 0.5em 0; }

/* [[Template:DungeonsScroll]] */
div.DungeonsScroll {
	position: relative;
	width: 500px;
	height: 364px;
}
div.DungeonsScroll > * {
	position: absolute;
}
div.DungeonsScroll > img.DungeonsIconBack {
	top: 64px;
	right: 35px;
}
div.DungeonsScroll > img.DungeonsIcon {
	top: 77px;
	right: 48px;
	z-index: 1;
}
div.DungeonsScroll > .DungeonsLevel1 {
	bottom: 124px;
	left: 44px;
}
div.DungeonsScroll > .DungeonsLevel2 {
	bottom: 93px;
	left: 44px;
}
div.DungeonsScroll > .DungeonsLevel3 {
	bottom: 61px;
	left: 44px;
}
div.DungeonsScroll > img.VisualplateLevel1 {
    top: 90px;
    right: 63px;
    z-index: 2;
}
div.DungeonsScroll > img.VisualplateLevel2 {
    top: 83px;
    right: 60px;
    z-index: 2;
}
div.DungeonsScroll > img.VisualplateLevel3 {
    top: 80px;
    right: 56px;
    z-index: 2;
}
div.DungeonsScroll > img.DungeonsPowerfulIcon {
    top: 54px;
    left: 41px;
}
div.DungeonsScroll > .Dungeons_black {
	color: #2a2d31;
}
div.DungeonsScroll > .Dungeons_gray {
	color: #ac9882;
}
div.DungeonsScroll > .Dungeons_gray > img,
div.DungeonsScroll > .Dungeons_black > img {
	margin-right: 7px;
}
.DungeonsCheckmarkCurrent {
	filter: brightness(0.2)
}
.DungeonsCheckmarkActive {
	filter: brightness(0.2) opacity(0.3)
}

.DungeonsButton {
	color: #fff;
	width: 140px;
	height: 40px;
	background-color: #3f8e4f;
	right: 50px;
	bottom: 70px;
	border: 6px solid transparent;
	border-image: url(https://static.wikia.nocookie.net/magiczocker/images/5/58/Button_border_%28Dungeons%29.png/revision/latest?cb=20221120181344&format=original&path-prefix=de);
	border-image-slice: 7;
	border-image-outset: 3px;
	border-image-repeat: stretch;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
}
.DungeonsButton:before {
	content: '';
	height: 120%;
	position: absolute;
	top: -10%;
	left: 60%;
	border: 1px solid;
	border-color: transparent #48a15b transparent #3b864c;
}
.ButtonCost {
	position: absolute;
	right: 6px;
	top: 0;
}
.DungeonsField {
    width: 140px;
    height: 40px;
    right: 50px;
    bottom: 70px;
    border: 10px solid transparent;
    border-image: url(https://static.wikia.nocookie.net/magiczocker/images/d/d9/Border_Field_%28Dungeons%29.png/revision/latest?cb=20221120195946&format=original&path-prefix=de);
    border-image-slice: 12;
    border-image-outset: 3px;
    border-image-repeat: stretch;
    line-height: 23px;
    font-size: 9px;
    text-align: center;
    font-weight: bold;
    color: #A0866B;
}

/* [[Template:Userbox]]
  Use this for styling:
  --userbox-border--light
  --userbox-border--dark
  --userbox-icon-background--light
  --userbox-icon-background--dark
  --userbox-text-background--light
  --userbox-text-background--dark
  --userbox-text-color--light
  --userbox-text-color--dark
  --userbox-text-align
*/
table.mcw-userbox {
	background-color: var(--userbox-text-background--light, #fff);
	border: 1px solid var(--userbox-border--light, #bbc2c6);
	border-spacing: 0;
	float: left;
	margin: 1px;
	width: 238px;
}
.theme-fandomdesktop-dark table.mcw-userbox {
	background-color: var(--userbox-text-background--dark, #484848);
	border-color: var(--userbox-border--dark, #3a3a3a);
}
table.mcw-userbox td:nth-child(1) {
	background-color: var(--userbox-icon-background--light, #fff);
	font-size: 18pt;
	height: 45px;
	line-height: 1.25em;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	width: 45px;
}
.theme-fandomdesktop-dark table.mcw-userbox td:nth-child(1) {
	background-color: var(--userbox-icon-background--dark, #484848);
}
table.mcw-userbox td:nth-child(2) {
	color: var(--userbox-text-color--light, #3a3a3a);
	font-size: 8pt;
	line-height: 1.25em;
	padding: 4px;
	text-align: var(--userbox-text-align, left);
	vertical-align: middle;
}
.theme-fandomdesktop-dark table.mcw-userbox td:nth-child(2) {
	color: var(--userbox-text-color--dark, #e6e6e6);
}

abbr[title] {
	cursor: help;
}
.mw-parser-output {
    isolation: isolate;
    transform: translate3d(0, 0, 0);
}