MediaWiki:Common.css
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* 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');
/* Minecraft font */
@font-face {
font-family: Minecraft;
src: url('https://minecraft.wiki/images/minecraft.eot?#iefix') format('embedded-opentype'),
url('https://minecraft.wiki/images/Minecraft.woff2') format('woff2'),
url('https://minecraft.wiki/images/minecraft.woff') format('woff'),
url('https://minecraft.wiki/images/minecraft.ttf') format('truetype');
}
body.wgl-theme-dark {
--custom-mc-border: #444;
--custom-mc-background: #282828;
--custom-mc-background2: #363b48;
--custom-mc-background-green: #475247;
--custom-mc-border-green: #5e705e;
--custom-mc-background-orange: #565349;
--custom-mc-border-orange: #746c5f;
--custom-mc-background-light-blue: #434e54;
--custom-mc-border-light-blue: #5a626e;
--custom-mc-background-blue: #485364;
--custom-mc-border-blue: #5c6572;
--custom-mc-background-purple: #4a4650;
--custom-mc-border-purple: #615b6e;
--custom-mc-background-gray: #505050;
--custom-mc-border-gray: #707070;
--custom-border-mainpage: #535b6c;
--custom-background-mainpage: #404654;
--custom-background-mainpage-container: #363b48;
--custom-background-mainpage-container--hover: #323642;
--theme-alert-color: #f1748b;
--theme-page-background-color--secondary: #373f50;
--mcw-template-background-color: #202125;
--mcw-template-border-color: #1c1c1c;
--custom-table-header-background: #363636;
--custom-table-background: #131313;
--mcw-infobox-header: linear-gradient(0deg,#8383833d,#8383833d),url(filepath://Grashintergrund_%28dunkel%29.png);
--custom-border-technikmainpage: #464642;
--custom-background-technikmainpage: #66604A;
--custom-background-technikmainpage-container: #736e5a;
--custom-background-technikmainpage-container--hover: #7f7961;
--custom-technik-border-orange: #746c5f;
--custom-technik-background-orange: #565349;
--custom-technik-background-purple: #4a4650;
--custom-technik-border-purple: #615b6e;
--custom-technik-table-background: #131313;
--custom-mcw-interwiki: #1bcc1b;
}
body {
--custom-mc-border: #ccc;
--custom-mc-background: #FCFCFC;
--custom-mc-background2: #c9d6e1;
--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;
--mcw-infobox-header: linear-gradient(0deg,#cfcfcf3d,#cfcfcf3d),url(filepath://Grashintergrund_%28hell%29.png);
--custom-border-technikmainpage: #c9bf91;
--custom-background-technikmainpage: #E5DAA6;
--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;
}
html body,
body .mw-body h1,
body .mw-body-content h1,
body .mw-body-content h2 {
font-family:'Rubik', sans-serif;
}
/* Display title */
.mw-page-title-separator {
margin-right: 0.25em;
}
.ns-10000 .mw-page-title-namespace,
.ns-10002 .mw-page-title-namespace,
.ns-10004 .mw-page-title-namespace {
font-style: italic;
margin-right: 1px;
}
.ns-10006 .mw-page-title-namespace,
.ns-10006 .mw-page-title-separator {
display: none;
}
/* Fix treeview overlapping floating content */
div.thumb {
position: relative;
z-index: 1;
}
/* Horizontal list */
.mw-body-content .hlist ul {
display: inline;
margin: 0;
padding: 0;
}
.mw-body-content .hlist li {
display: inline;
}
.mw-body-content .hlist li:not(:last-child) {
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 {
content: "(";
font-weight: normal;
}
.mw-body-content .hlist li li:last-child::after {
content: ")";
font-weight: normal;
}
.mw-body-content .hlist li li li {
font-size: x-small;
}
/* Element animator */
#bodyContent .animated > *:not(.animated-active),
#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 */
.nowrap {
white-space: nowrap;
}
/* Hide noscript only elements */
.client-js .noscript {
display: none;
}
/* Remove bullets/numbers from a list */
.vector-body .list-style-none ul, .list-style-none ol,
#bodyContent .list-style-none ul, .list-style-none ol {
list-style: none;
margin-left: 0;
}
/* 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 **/
/* [[Vorlage:Navbox]] */
/* All stylings here are defined an extra time for [[Vorlage:Geschichtlich]] because the mobile skin extension is stupid */
.navbox,
.historybox {
background: #FFF;
border: 1px solid #CCC;
margin: 1em auto 0;
width: 100%;
}
.wgl-theme-dark .navbox,
.wgl-theme-dark .historybox {
background-color: #282828;
border-color: #444;
}
.navbox table,
.historybox table {
background: #FFF;
margin-left: -4px;
margin-right: -2px;
}
.wgl-theme-dark .navbox table,
.wgl-theme-dark .historybox table {
background-color: #282828;
}
.navbox table:first-child,
.historybox table:first-child {
margin-top: -2px;
}
.navbox tr:not(:first-child) .navbox-top,
.navbox .navbox-top,
.historybox .historybox-top {
white-space: nowrap;
background-color: #CCC;
padding: 0 3px;
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-mini,
.historybox-navbar,
.historybox-navbar-mini {
float: left;
font-size: 80%;
}
.navbox-title,
.historybox-title {
padding: 0 10px;
font-size: 110%;
}
.navbox th,
.historybox th {
background-color: #EEE;
padding: 0 10px;
white-space: nowrap;
text-align: right;
}
.wgl-theme-dark .navbox th,
.wgl-theme-dark .historybox th {
background-color: #222;
}
.navbox td,
.historybox td {
width: 100%;
padding: 0 0 0 2px;
}
/* Alternating cell background */
.alternatecells:nth-child(odd) {
background-color: #F9F9F9;
}
/* Alternating table rows, primarily used with [[Vorlage:InfoboxZeile]] */
.alternaterows tr:nth-child(even),
.infobox-rows tr:nth-child(even) {
background-color: #F9F9F9;
}
/* Simulate link styling for JS only links */
.wgl-theme-light .jslink {
color: #0645AD;
user-select: none;
}
.wgl-theme-dark .jslink {
color: #5a93cc;
user-select: none;
}
.jslink:hover {
text-decoration: underline;
cursor: pointer;
}
.jslink:active {
color: #FAA700;
}
/* Tabellen */
.navbox,
.navbox table,
.historybox,
.historybox table {
border-collapse: separate;
border-spacing: 2px;
}
body.wgl-theme-dark .mw-datatable,
body.wgl-theme-dark table.mw_metadata,
body.wgl-theme-dark .wikitable {
color: inherit;
}
body.wgl-theme-dark table.mw-interwikitable.body td.mw-interwikitable-local-yes {
background: #0e8f3a;
}
.wgl-theme-dark .mw-datatable,
.wgl-theme-dark table.mw_metadata,
.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,
.wgl-theme-dark table.mw_metadata th,
.wgl-theme-dark .wikitable > tr > th,
.wgl-theme-dark .wikitable > * > tr > th {
background-color: var(--custom-table-header-background);
}
.wgl-theme-dark .mw-datatable,
.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);
}
.wgl-theme-dark #mw-allmessagestable tbody:hover td,
.wgl-theme-dark .mw-datatable tr:hover td {
background-color: #222;
}
/* Collapsible elements ([[MediaWiki:Common.js]]) */
.client-js:not(.ve-active) .collapsible.collapsed > tr:not(:first-child),
.client-js:not(.ve-active) .collapsible.collapsed > tbody > tr:not(:first-child),
.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;
}
.collapsetoggle {
display: inline-block;
font-weight: normal;
font-style: normal;
text-shadow: none;
float: right;
text-align: right;
margin-left: 0.8em;
}
.collapsetoggle-left > tr > * > .collapsetoggle,
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.collapsetoggle-left > * > .collapsetoggle,
.collapsetoggle-left > .collapsetoggle {
float: left;
text-align: left;
margin-right: 0.8em;
margin-left: 0;
}
.collapse-button-none > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > .collapsetoggle,
.collapsetoggle-inline > .collapsetoggle {
float: none;
text-align:left;
}
.collapsetoggle-custom {
visibility: hidden;
}
/* 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;
}
/* Turn a list into a tree view style (See [[.minecraft]]) */
.treeview {
margin-top: 0.3em;
display: flow-root;
}
.treeview .treeview-header {
padding-left: 3px;
font-weight: bold;
}
.treeview .treeview-header:last-child {
border-color: #636363 !important;
border-left-style: dotted;
}
.treeview .treeview-header:not(:last-child)::before {
content: none;
}
.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 */
.historybox .image > img,
.pixel-image,
.invslot-item-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|14px]] to known Mojang employee userlinks */
.mw-userlink[href="/Benutzer:C418bla"], .mw-userlink[href="/index.php?title=Benutzer%3AC418bla"],
.mw-userlink[href="/Benutzer:Dinnerbone"], .mw-userlink[href="/index.php?title=Benutzer%3ADinnerbone"],
.mw-userlink[href="/Benutzer:ExcitedZe"], .mw-userlink[href="/index.php?title=Benutzer%3AExcitedZe"],
.mw-userlink[href="/Benutzerin:HelenAngel"], .mw-userlink[href="/index.php?title=Benutzer%3AHelenAngel"],
.mw-userlink[href="/Benutzer:Jeb"], .mw-userlink[href="/index.php?title=Benutzer%3AJeb"],
.mw-userlink[href="/Benutzer:Jeb_mojang"], .mw-userlink[href="/index.php?title=Benutzer%3AJeb_mojang"],
.mw-userlink[href="/Benutzer:Jocopa3"], .mw-userlink[href="/index.php?title=Benutzer%3AJocopa3"],
.mw-userlink[href="/Benutzer:Jonkagstrom47437"], .mw-userlink[href="/index.php?title=Benutzer%3AJonkagstrom47437"],
.mw-userlink[href="/Benutzer:MarcWatson"], .mw-userlink[href="/index.php?title=Benutzer%3AMarcWatson"],
.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"],
.mw-userlink[href="/Benutzer:Mojang_tommo"], .mw-userlink[href="/index.php?title=Benutzer%3AMojang_tommo"],
.mw-userlink[href="/Benutzer:Neon Master"], .mw-userlink[href="/index.php?title=Benutzer%3ANeon Master"],
.mw-userlink[href="/Benutzer:Slicedlime"], .mw-userlink[href="/index.php?title=Benutzer%3ASlicedlime"],
.mw-userlink[href="/Benutzer:Tamerjeison"], .mw-userlink[href="/index.php?title=Benutzer%3ATamerjeison"],
.mw-userlink[href="/Benutzer:Ulraf"], .mw-userlink[href="/index.php?title=Benutzer%3AUlraf"] {
padding-left: 17px;
background: url(filepath://Mojang_logo.svg/14px-Mojang_logo.svg) no-repeat left center;
}
/* Add [[File:Graues Mojang Logo.png]] to known ex-Mojang employee userlinks */
.mw-userlink[href="/Benutzer:EvilSeph"], .mw-userlink[href="/index.php?title=Benutzer%3AEvilSeph"],
.mw-userlink[href="/Benutzer:Neon_Master"], .mw-userlink[href="/index.php?title=Benutzer%3ANeon_Master"],
.mw-userlink[href="/Benutzer:RazzleberryFox"], .mw-userlink[href="/index.php?title=Benutzer%3ARazzleberryFox"],
.mw-userlink[href="/Benutzer:Tahg"], .mw-userlink[href="/index.php?title=Benutzer%3ATahg"] {
padding-left: 17px;
background: url(filepath://Graues_Mojang_Logo.png) no-repeat left center;
}
/* Mark internal links as plain */
#content a.external[href^="https://minecraft.wiki"],
#content a.external[href^="https://de.minecraft.wiki"],
#content a.external[href^="//minecraft.wiki"],
#content a.external[href^="//de.minecraft.wiki"] {
background: none;
padding-right: 0;
}
/* Classes corresponding to Minecraft formatting codes */
.format-0 {
color: #000;
text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
color: #0000A8;
text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
color: #00A800;
text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
color: #00A8A8;
text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
color: #A80000;
text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
color: #A800A8;
text-shadow: 0.125em 0.125em 0 #2A002A;
}
.format-6 {
color: #FBA800;
text-shadow: 0.125em 0.125em 0 #3E2A00;
}
.format-7 {
color: #A8A8A8;
text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
color: #545454;
text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
color: #5454FB;
text-shadow: 0.125em 0.125em 0 #15153E;
}
.format-a {
color: #54FB54;
text-shadow: 0.125em 0.125em 0 #153E15;
}
.format-b {
color: #54FBFB;
text-shadow: 0.125em 0.125em 0 #153E3E;
}
.format-c {
color: #FB5454;
text-shadow: 0.125em 0.125em 0 #3E1515;
}
.format-d {
color: #FB54FB;
text-shadow: 0.125em 0.125em 0 #3E153E;
}
.format-e {
color: #FBFB54;
text-shadow: 0.125em 0.125em 0 #3E3E15;
}
.format-f,
#minetip-tooltip {
color: #FBFBFB;
text-shadow: 0.125em 0.125em 0 #3E3E3E;
}
.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 {
font-weight: bold;
letter-spacing: 0.125em;
}
.format-m {
text-decoration: line-through;
}
.format-n {
text-decoration: underline;
}
.format-o {
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 𞉀 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 */
#minetip-tooltip {
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
font-family: Minecraft, sans-serif;
font-size: 16px;
margin: 0.125em 0.25em;
left: 0;
line-height: 1.25em;
padding: 0.375em;
pointer-events: none;
position: fixed;
top: 0;
white-space: nowrap;
word-spacing: 4px;
z-index: 9999;
}
#minetip-tooltip::before {
border: 0.125em solid #100010;
border-style: none solid;
border-color: rgba(16, 0, 16, 0.94);
bottom: 0.125em;
content: "";
left: -0.125em;
position: absolute;
right: -0.125em;
top: 0.125em;
}
#minetip-tooltip::after {
border: 0.125em solid #2D0A63;
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;
}
#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;
}
/* dunkle Bilder im dunklen Aussehen */
body.wgl-theme-dark img[src="/images/Crowdin.svg?236fc"] {
filter: hue-rotate(180deg) invert(100%) saturate(.6) brightness(2);
}
body.wgl-theme-dark img[src="/images/PS4.svg?ea07c"] {
filter: invert(0.7);
}
.translation {
cursor: help;
background-color: #eeeeee;
}
.wgl-theme-dark .translation {
background-color: #505050;
}
/* important */
@keyframes zooming {
0% {
scale: .5;
}
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]] */
.abkuerzung {
background: #F9F9F9;
border: 1px solid #CCC;
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;
}
/* [[Vorlage:Änderung]] */
.aenderung {
background: #F2F5A9;
}
.wgl-theme-dark .aenderung {
background: #525519;
}
/* [[Vorlage:Archiv]] */
.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]] */
.director-table {
background: #FFF;
border: 1px solid #CCC;
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]] */
.documentation,
.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]] */
.MCD-DDE {
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;
width: 60px;
z-index: 1;
}
.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 {
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 {
background-image: url(filepath://Grid_Layout_Formlos.png); /* [[Datei:Grid Layout Formlos.png]] */
}
.mcui-Mechanical_Crafter .mcui-fixed {
background-image: url(filepath://Grid_Layout_Fest.png); /* [[Datei:Grid Layout Fest.png]] */
}
/* [[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 {
background: url(filepath://Grid_Layout_Ofenfortschritt.png) no-repeat; /* [[Datei:Grid Layout Ofenfortschritt.png]] */
height: 32px;
margin: 36px 18px 0 14px;
width: 44px;
}
.mcui-Furnace > .mcui-arrow.mcui-inactive {
background-image: url(filepath://Grid_Layout_Ofenfortschritt_%28inaktiv%29.png); /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
}
.mcui-Furnace > .mcui-output {
margin-top: 28px;
}
.mcui-Furnace > .mcui-experience {
position: absolute;
top: 92px;
left: 108px;
text-align: center;
width: 70px;
}
.mcui-Furnace .mcui-experience-orb {
display: inline-block;
margin-top: 3px;
width: 16px;
height: 16px;
vertical-align: top;
background-size: 16px 16px;
}
.mcui-Furnace .mcui-experience-text {
display: inline-block;
vertical-align: top;
font-family: Minecraft, sans-serif;
font-size: 16px;
color: #404040;
}
/* [[Vorlage:Grid/Schleifstein]] */
.mcui-Grindstone > .mcui-grindstone {
background: url(filepath://Grid_Layout_Schleifstein.png) no-repeat; /* [[Datei:Grid Layout Schleifstein.png]] */
height: 112px;
width: 108px;
}
.mcui-Grindstone .mcui-input1 {
margin: 6px 36px;
position: absolute;
}
.mcui-Grindstone .mcui-input2 {
margin: 48px 36px;
position: absolute;
}
.mcui-Grindstone > .mcui-arrow {
background: url(filepath://Grid_Layout_Ofenfortschritt_%28inaktiv%29.png) no-repeat; /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
height: 34px;
margin: 36px 22px 0 22px;
width: 44px;
}
.mcui-Grindstone > .mcui-output {
margin-top: 34px;
}
/* [[Vorlage:Grid/Schmiedetisch]] */
.mcui-Smithingtable .mcui-input3 {
background-image: url(filepath://Grid_Layout_Barren.png); /* [[Datei:Grid Layout Barren.png]] */
}
.mcui-Smithingtable .mcui-hammer {
background: url(filepath://Grid_Layout_Schmiedetisch_Hammer.png); /* [[Datei:Grid Layout Schmiedetisch Hammer.png]] */
background-size: cover;
height: 60px;
width: 60px;
}
.mcui-Smithingtable .mcui-header {
color: #3F3F3F;
font-family: Minecraft;
font-size: 16px;
overflow: hidden;
margin: 24px 0 0 12px;
}
.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 {
margin: 22px 50px;
position: absolute;
}
.mcui-Loom .mcui-inputPattern {
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;
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;
}
.mcui-Hotbar .invslot {
margin: 4px;
}
/* [[Vorlage:Infobox]] & [[Vorlage:InfoboxZeile]] */
.notaninfobox {
background: var(--mcw-template-background-color);
position: relative;
z-index: 1;
clear: right;
float: right;
font-size: 90%;
line-height: 2.2;
margin: 0 0 1em 1em;
overflow: auto;
width: 300px;
}
@media all and (max-width: 511px) {
.notaninfobox {
float: none;
margin-left: 0;
width: auto;
}
}
@media all and (max-width: 337px) {
.notaninfobox {
margin-left: -16px;
margin-right: -16px;
border-left: none;
border-right: none;
}
}
.wgl-theme-dark .notaninfobox {
background-color: #282828;
}
.notaninfobox .infobox-title,
.mcwiki-header {
font-size: 120%;
font-weight: bold;
text-align: center;
background: var(--mcw-infobox-header) repeat-x scroll 0 0;
padding: 5px;
color: #FFF;
image-rendering: pixelated;
}
.mcwiki-header {
background: var(--mcw-infobox-header) repeat-x scroll 0 7%;
font-size: inherit;
}
/* Horizontally centre animated images */
#mw-content-text .infobox-imagearea .animated {
display: inline-flex;
align-items: center;
}
.notaninfobox .infobox-imagearea {
padding: 4px;
text-align: center;
}
.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;
width: 20px;
}
/* [[Vorlage:NBTSprite]] */
.nbt-sprite {
background-size: 64px auto;
width: 16px;
height: 16px;
}
/* [[Vorlage:TasteSprite]] */
.taste-sprite {
width: 26px;
height: 26px;
vertical-align: middle;
}
/* [[Vorlage:DungeonsErfolgSprite]] */
.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;
}
.wgl-theme-dark .versionshinweis {
color: red;
}
/* [[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;
}