- In other languages
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold ⇧ Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+R (⌘ Cmd+R on a Mac)
- Google Chrome: Press Ctrl+⇧ Shift+R (⌘ Cmd+⇧ Shift+R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl+F5
- Opera: Clear the cache in Tools → Preferences
/* CSS STYLE FOR FANDOMDESKTOP SKIN */
.skin-fandomdesktop.theme-fandomdesktop-light {
--theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/be/FD_Stein_%28hell%29.png/revision/latest?format=original) !important;
--theme-body-text-color: #242424 !important;
--theme-body-text-color--hover: #3a3a3a !important;
--theme-sticky-nav-background-color: #36c !important;
--theme-sticky-nav-text-color: #f6f6f6 !important;
--theme-sticky-nav-text-color--hover: #c5dfe2 !important;
--theme-page-background-color--secondary: #f8f9fa !important;
--theme-accent-color: #36c !important;
--theme-accent-color--hover: #447ff5 !important;
--theme-accent-label-color: #fff !important;
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/e4/FD_Gras_%28hell%29.png/revision/latest?format=original);
--mcw-snow-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/61/FD_Schnee_Gras.png/revision/latest?format=original);
--mcw-snowfall: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/d5/SchneeBG.gif/revision/latest?format=original);
--mcw-header-background: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 51.5%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(227, 227, 227) 58%, rgb(203, 217, 231) 70%, rgb(141, 189, 233) 90%);
--mcw-header-background-small-screen: linear-gradient( 0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 15%) 54%, rgba(255, 255, 255, 0) 20%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, rgb(227, 227, 227) 54%, rgb(203, 217, 231) 70%, rgb(141, 189, 233) 90%);
--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/0/0c/FD_Tiefenschiefer_%28hell%29.png/revision/latest?format=original);
--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/d9/FD_%C3%9Cbergang_%28hell%29.png/revision/latest?format=original);
--mcw-bedrock: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/8/8d/FD_Bedrock.png/revision/latest?format=original);
--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/2/23/Grashintergrund.png/revision/latest?format=original);
--custom-table-header-background: #eaecf0;
--custom-table-background: #f8f9fa;
}
.skin-fandomdesktop.theme-fandomdesktop-dark {
--theme-body-background-image: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/d3/FD_Stein_%28dunkel%29.png/revision/latest?format=original) !important;
--theme-body-text-color: #eee !important;
--theme-body-text-color--hover: #ccc !important;
--theme-sticky-nav-background-color: #8dbde9 !important;
--theme-sticky-nav-text-color: #f6f6f6 !important;
--theme-sticky-nav-text-color--hover: #c5dfe2 !important;
--theme-page-background-color: #171819 !important;
--theme-page-background-color--secondary: #181d23 !important;
--theme-link-color: #a0c9fe;
--theme-link-color--rgb: 62, 117, 199;
--theme-link-color--hover: #7e8eff;
--theme-link-label-color: #0e191a;
--theme-accent-color: #1f2737 !important;
--theme-accent-color--hover: #25324e !important;
--theme-accent-label-color: #fff !important;
--theme-border-color: #333;
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/da/FD_Gras_%28dunkel%29.png/revision/latest?format=original);
--mcw-header-background: linear-gradient( 0deg,rgba(0, 0, 0, 0) 51.5%, rgba(255, 255, 255, 0) 42%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(14, 14, 15) 58%, rgb(9, 9, 19) 70%, rgb(6, 5, 15) 90%);
--mcw-header-background-small-screen: linear-gradient( 0deg,rgba(0, 0, 0, 0) 58%, rgba(255, 255, 255, 0) 42%), var(--mcw-grass-base), linear-gradient(0deg, rgba(255, 255, 255, 0) 54%, rgb(14, 14, 15) 54%, rgb(9, 9, 19) 70%, rgb(6, 5, 15) 90%);
--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/1d/FD_Tiefenschiefer_%28dunkel%29.png/revision/latest?format=original);
--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/a/a1/FD_%C3%9Cbergang_%28dunkel%29.png/revision/latest?format=original);
--mcw-bedrock: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/8/8d/FD_Bedrock.png/revision/latest?format=original);
--mcw-infobox-header: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/2/23/Grashintergrund.png/revision/latest?format=original);
--custom-table-header-background: #363636;
--custom-table-background: #131313;
}
/* Force background to repeat horizontally */
/* Add different layers of background */
html body.skin-fandomdesktop {
background: var(--theme-body-background-image), var(--theme-body-background-color);
background-position: 66px top;
background-size: 40px;
position: relative;
}
html body.skin-fandomdesktop:before {
background: var(--mcw-deepslate-transition) repeat-x;
background-position: 66px top;
background-size: 40px;
content: "";
height: calc(50% + 35px);
width: 100%;
position: absolute;
bottom: 0;
z-index: -1;
}
html body.skin-fandomdesktop:after {
background: var(--mcw-deepslate);
background-position: 66px top;
background-size: 40px;
content: "";
height: 50%;
width: 100%;
position: absolute;
bottom: 0;
z-index: -1;
}
/* Add sky, grass, and clouds for the header */
.fandom-community-header__background {
background: var(--mcw-header-background);
width: calc(100% - 66px);
height: 305px;
position: absolute;
background-size: auto, 160px, auto !important; /* Force background to repeat horizontally */
background-position: bottom left !important; /* Force background to repeat horizontally */
background-repeat: repeat-x;
}
@media only screen and (max-width: 1279px) {
.fandom-community-header__background {
background: var(--mcw-header-background-small-screen);
background-repeat: repeat-x;
height: 310px;
}
}
/* Clouds and Stars */
.fandom-community-header__background:before {
background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/a/ad/Clouds-distance2.png/revision/latest?format=original) right 6px repeat-x;
content: '';
display: block;
height: 100%;
width: 100%;
}
.theme-fandomdesktop-dark .fandom-community-header__background:before {
background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/18/FD_Sterne.png/revision/latest?format=original) right 0 repeat-x;
}
.theme-fandomdesktop-dark .fandom-community-header__background:before {
background-size: 250px;
}
/* Stone background for the sticky navigation */
.fandom-sticky-header {
background: linear-gradient(0deg, rgba(42, 42, 42, .3) 0%, rgba(255, 255, 255, 0) 50%), var(--theme-body-background-image);
}
#content .invslot {
box-sizing: content-box;
}