- Em outros idiomas
Nota: Após salvar, você pode ter que limpar o cache do seu navegador para ver as alterações.
- Firefox / Safari: Pressione ⇧ Shift enquanto clica em Recarregar, ou pressione Ctrl + F5 ou Ctrl + R (⌘ Cmd + R em um Mac)
- Google Chrome: Pressione Ctrl + ⇧ Shift + R (⌘ Cmd + ⇧ Shift + R em um Mac)
- Internet Explorer: Pressione Ctrl enquanto clica em Recarregar, ou pressione Ctrl + F5
- Opera: Limpe o cache em Ferramentas → Preferências
/* Nota: Os estilos de cores devem ser codificados como variáveis para oferecer suporte a claro, escuro,
* e temas por namespace corretamente.
*/
/* Nota 2: Atualmente os nomes das variáveis não são estáveis; eles podem ser estabilizados
* no futuro para permitir declarações `var()` inline, mas por agora você
* não deve fazer isso, as coisas podem quebrar se você fizer.
*/
/* Os padrões assumem um espaço nominal sem um tema personalizado e um tema claro. */
:root {
--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;
/* Cor de infobox */
--custom-infobox-header-background: #178c4a;
--custom-infobox-header-border-top: #39cf51;
--custom-infobox-header-border-bottom: #0e4e2d;
--custom-infobox-header-border-side: #22744a;
}
body.theme-fandomdesktop-light {
/* Override default color that causes some contrast issues. */
--theme-alert-color: #ba1231;
/* Designer de temas: cor de fundo da comunidade (escolha uma cor mais clara) */
--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;
/* Variáveis de tema da Wiki */
--mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/1/17/Light_background_clouds_distance2.png/revision/latest?format=original) right 6px repeat-x;
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/4/42/Light_background_grass.png/revision/latest?format=original);
--mcw-snow-base: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/6/64/Light_background_snowy_grass.png/revision/latest?format=original);
--mcw-snowfall: url(/media/8/84/Winter-snow-background.gif);
--mcw-header-background:
linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.1) 158px, rgba(255, 255, 255, 0) 0),
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(227, 227, 227) 168px, rgb(203, 217, 231) 210px, rgb(141, 189, 233) 268px);
--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/b/bc/Light_background_deepslate.png/revision/latest?format=original);
--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/b/b8/Light_background_deepslate_transition.png/revision/latest?format=original);
/* Cores para as barras de rolagem */
--mcw-scrollbar-track: #f0efef;
--mcw-scrollbar-thumb: #c1c1c1;
--mcw-scrollbar-thumb--hover: #ababab;
}
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;
/* Designer de temas: cor de fundo da comunidade (escolha uma cor mais clara) */
--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;
/* Variáveis de tema da Wiki */
--mcw-sky-base: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/5/5b/Dark_background_stars.png/revision/latest?format=original) right 6px repeat-x;
--mcw-grass-base: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/b/b5/Dark_background_grass_base.png/revision/latest?format=original);
--mcw-header-background:
var(--mcw-grass-base),
linear-gradient(0deg, rgba(255, 255, 255, 0) 168px, rgb(14, 14, 15) 168px, rgb(9, 9, 19) 210px, rgb(6, 5, 15) 268px);
--mcw-deepslate: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/a/a8/Dark_background_deepslate.png/revision/latest?format=original);
--mcw-deepslate-transition: url(https://static.wikia.nocookie.net/minecraft_br_gamepedia/images/b/bc/Dark_background_deepslate_transition.png/revision/latest?format=original);
/* Cores para as barras de rolagem */
--mcw-scrollbar-track: black;
--mcw-scrollbar-thumb: #494949;
--mcw-scrollbar-thumb--hover: #636161;
}
body.rootpage-Minecraft_Legends.theme-fandomdesktop-dark,
body.rootpage-Minecraft_Legends.theme-fandomdesktop-light,
body.ns-10004.theme-fandomdesktop-dark,
body.ns-10004.theme-fandomdesktop-light,
body.ns-10005.theme-fandomdesktop-dark,
body.ns-10005.theme-fandomdesktop-light {
/* Cor de infobox */
--custom-infobox-header-background: #113279;
--custom-infobox-header-border-top: #003dc0;
--custom-infobox-header-border-bottom: #000e2c;
--custom-infobox-header-border-side: #0b2150;
--mcw-site-name: "Minecraft Legends Wiki";
}
/* Adicionar diferentes camadas de fundo */
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:after {
background: var(--mcw-deepslate);
background-position: 66px top;
background-size: 40px;
background-clip: padding-box;
border-top: 40px solid #f2000000;
-o-border-image: var(--mcw-deepslate-transition) 56 0 0 0 round;
border-image: var(--mcw-deepslate-transition) 56 0 0 0 round;
content: "";
min-width: 768px;
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
z-index: -3;
/* Esconda o fundo enquanto o site ainda está carregando */
}
/* Adicione céu e grama para o cabeçalho */
.fandom-community-header__background {
background: var(--mcw-header-background);
min-width: inherit;
height: 305px;
position: relative;
background-size: 160px !important;
background-position: bottom left !important;
/* Forçar o fundo para repetir horizontalmente */
background-repeat: repeat-x;
margin-bottom: -305px;
}
.fandom-community-header__background.fitCenter.fullScreen:before,
.fandom-community-header__background.fitTopLeft.fullScreen:before,
.fandom-community-header__background.fitTopRight.fullScreen:before,
.fandom-community-header__background.header:before {
background: var(--mcw-sky-base) right 6px repeat-x;
position: relative;
}
body.theme-fandomdesktop-dark .fandom-community-header__background:before {
background-size: 250px;
}
/* Fundo de pedra para a navegação da wiki */
.fandom-sticky-header {
background:
linear-gradient(0deg, rgba(var(--theme-accent-color--rgb), 0.1) 0%, rgba(255, 255, 255, 0) 50%),
var(--theme-body-background-image)
}
/* Corrigir a cor flutuante na barra rápida */
.WikiaBarWrapper .tools-menu > li > a:hover {
color: var(--theme-sticky-nav-text-color--hover);
}
/* Infoboxes */
.notaninfobox {
border-color: var(--theme-border-color);
background-color: var(--custom-table-background);
}
.notaninfobox .mcwiki-header {
background-color: var(--custom-background-blue-highlight);
border: 1px solid var(--theme-border-color);
}
.alternaterows tr:nth-child(2n),
.infobox-rows tr:nth-child(2n) {
background-color: var(--custom-table-alternate-background);
}
/* Aplica o background da wiki */
html body{
background: var(--mcw-bodybackground), var(--theme-body-background-color);
}
/* Logo da wiki */
.skin-fandomdesktop .fandom-community-header__image > img,
.skin-fandomdesktop .fandom-sticky-header__logo > img{
content: var(--mcw-logo);
}
/** Template stylings **/
/* Alternating cell background */
.theme-fandomdesktop-dark .alternatecells:nth-child(odd) {
background-color: #222;
}
/* Alternating table rows, primarily used with [[Vorlage:InfoboxZeile]] */
.theme-fandomdesktop-dark .alternaterows tr:nth-child(even),
.theme-fandomdesktop-dark .infobox-rows tr:nth-child(even) {
background-color: #222;
}
.theme-fandomdesktop-dark .notaninfobox,
.theme-fandomdesktop-dark .versionsgeschichte,
.theme-fandomdesktop-dark .abkuerzung,
.theme-fandomdesktop-dark #catlinks,
.theme-fandomdesktop-dark .mw-warning,
.theme-fandomdesktop-dark .director-table,
.theme-fandomdesktop-dark .mcwiki-project {
background-color: #282828;
border-color: #444;
}
/* recent changes filter menu */
.theme-fandomdesktop-dark .oo-ui-textInputWidget .oo-ui-inputWidget-input,
.theme-fandomdesktop-dark .mw-rcfilters-ui-savedLinksListItemWidget:hover,
.theme-fandomdesktop-dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted {
background-color: black;
color: white;
}
/* Página inicial */
.fp-section {
background-color: var(--custom-main-page-background);
border-color: var(--custom-main-page-border);
}
/* historyboxes */
.theme-fandomdesktop-dark .historybox {
background: #282828;
border: 1px solid #444;
}
.theme-fandomdesktop-dark .historybox table {
background: #282828;
}
.theme-fandomdesktop-dark .historybox-top {
background-color: #111;
padding: 0 3px;
}
/* archive box and shortcuts */
.theme-fandomdesktop-dark .archive-box,
.theme-fandomdesktop-dark .shortcut {
background: #282828;
border: 1px solid #444;
}
/* Fix horizontal lists on dark theme */
#mw-content-text .hlist li:not(:last-child)::after {
background-color: var(--theme-page-text-color);
height: 4px;
width: 4px;
border-radius: 2px;
}
/* Module:Keys */
.theme-fandomdesktop-dark .keys {
border: 1px solid #5e5e5e;
background-color: #080808;
background-image: -webkit-linear-gradient(#262626, #080808, #262626);
background-image: -o-linear-gradient(#262626, #080808, #262626);
background-image: linear-gradient(#262626, #080808, #262626);
}
/* Escolha da mesa. Escrito por ItsPlantseed com alguns ajustes de contraste
* issues
*/
body.theme-fandomdesktop-light .tc-yes {
background: #c6efce !important;
}
body.theme-fandomdesktop-dark .tc-yes {
background: #29542c !important;
}
body.theme-fandomdesktop-light .tc-always {
background: #5dcc5d !important;
}
body.theme-fandomdesktop-dark .tc-always {
background: #3b533c !important;
}
body.theme-fandomdesktop-light .tc-no {
background: #ffc7ce !important;
}
body.theme-fandomdesktop-dark .tc-no {
background: #592c2c !important;
}
body.theme-fandomdesktop-light .tc-never {
background: #ff8787 !important;
}
body.theme-fandomdesktop-dark .tc-never {
background: #533b3b !important;
}
body.theme-fandomdesktop-light .tc-rarely {
background: #fdce5e !important;
}
body.theme-fandomdesktop-dark .tc-rarely {
background: #594f1e !important;
}
body.theme-fandomdesktop-light .tc-neutral {
background: #ffeb9c !important;
}
body.theme-fandomdesktop-dark .tc-neutral {
background: #5b573f !important;
}
body.theme-fandomdesktop-light .tc-partial {
background: #ffffdd !important;
}
body.theme-fandomdesktop-dark .tc-partial {
background: #3e3d31 !important;
}
body.theme-fandomdesktop-light .tc-planned {
background: #dfdfff !important;
}
body.theme-fandomdesktop-dark .tc-planned {
background: #242f2e !important;
}
body.theme-fandomdesktop-light .tc-unknown {
background: #ccc !important;
}
body.theme-fandomdesktop-dark .tc-unknown {
background: #364148 !important;
}
body.theme-fandomdesktop-light .tc-in {
color: #fff;
background: #040 !important;
}
body.theme-fandomdesktop-dark .tc-in {
background: #06450a !important;
}
body.theme-fandomdesktop-light .tc-inem {
color: #fff;
background: #080 !important;
}
body.theme-fandomdesktop-dark .tc-inem {
background: #266c29 !important;
}
body.theme-fandomdesktop-light .tc-out {
color: #fff;
background: #700 !important;
}
body.theme-fandomdesktop-dark .tc-out {
background: #4a0a0a !important;
}
body.theme-fandomdesktop-light .tc-outem {
color: #fff;
background: #c00 !important;
}
body.theme-fandomdesktop-dark .tc-outem {
background: #742a2a !important;
}
body.theme-fandomdesktop-light .tc-default {
color: inherit !important;
background: #fff !important;
}
body.theme-fandomdesktop-dark .tc-default {
color: inherit !important;
background: #373737 !important;
}
body.theme-fandomdesktop-light .tc-hyphen {
background: #ffc7ce !important;
}
body.theme-fandomdesktop-dark .tc-hyphen {
background: #352929 !important;
}
/* Ainda *mais* cores de fundo, como para células de tabela.
* Written by TheSuperPlayer.
*/
.theme-fandomdesktop-light .page-content .general-background-gray {
background-color: #bdbdbd;
}
.theme-fandomdesktop-dark .page-content .general-background-gray {
background-color: #212121;
}
.theme-fandomdesktop-light .page-content .general-background-lime {
background-color: #c1f792;
}
.theme-fandomdesktop-dark .page-content .general-background-lime {
background-color: #405230;
}
.theme-fandomdesktop-light .page-content .general-background-yellow {
background-color: #fffca6;
}
.theme-fandomdesktop-dark .page-content .general-background-yellow {
background-color: #4d4c30;
}
.theme-fandomdesktop-light .page-content .general-background-cyan {
background-color: #97fcf9;
}
.theme-fandomdesktop-dark .page-content .general-background-cyan {
background-color: #426665;
}
.theme-fandomdesktop-light .page-content .general-background-magenta {
background-color: #ffbfff;
}
.theme-fandomdesktop-dark .page-content .general-background-magenta {
background-color: #4c374d;
}
/* Suporte de modo escuro para a Predefinição:Nbt_inherit */
.theme-fandomdesktop-dark .nbttree-inherited {
background: #323248;
}
/* Correções para o FandomDesktop: Pode ser útil verificar de vez em quando se
* elas foram corrigidas oficialmente.
*/
/* Restaura o recolhimento de bordas para tabelas */
.ooui-theme-fandomooui .article-table,
.ooui-theme-fandomooui .wikitable {
border-collapse: collapse;
background-color: var(--custom-table-background);
}
/* Restore pre-FD table header text centering */
.ooui-theme-fandomooui .wikitable > tr > th,
.ooui-theme-fandomooui .wikitable > * > tr > th {
text-align: center;
background-color: var(--custom-table-header-background);
}
/* Restaura os preenchimentos de tabela Hydra/Vector pré-FD. 12px em todos os lados parece demais
* para uma skin de desktop.
*/
.ooui-theme-fandomooui .article-table tr td,
.ooui-theme-fandomooui .article-table tr th,
.ooui-theme-fandomooui .wikitable tr td,
.ooui-theme-fandomooui .wikitable tr th {
padding: 0.2em 0.4em;
}
/* Corrije problemas com tabelas usando rowspan/colspan */
.ooui-theme-fandomooui .article-table tr td:first-child,
.ooui-theme-fandomooui .article-table tr th:first-child,
.ooui-theme-fandomooui .wikitable tr td:first-child,
.ooui-theme-fandomooui .wikitable tr th:first-child {
border: 1px solid var(--theme-border-color);
}
/* Corrige o tamanho da caixa de configuração FD para caixa de borda por padrão, e alguns elementos assumem
* a outra opção.
*/
#content .invslot {
box-sizing: content-box;
}
/* Corrige as bordas da caixa de navegação FD */
.navbox,
.navbox table {
border-collapse: separate;
border-spacing: 2px;
}
/* Corrige algumas declarações de altura que são inadequadas com FD */
#msupload-dropzone,
.wikiEditor-ui-toolbar .page-characters div span {
height: unset;
}
/* Corrige uso excessivo do nome da classe */
.wikiEditor-ui-toolbar .page {
margin-top: 0;
}
/* Corrige cabeçalhos de histórico de página sendo divididos em várias linhas*/
div.mw-history-subtitle {
display: inline-block;
}
/* Fix many special page forms having no styling at all */
#mw-history-searchform > fieldset,
#mw-Protect-Form > fieldset,
#mw-abusefilter-editing-form > fieldset,
#mw-upload-form > fieldset,
.mw-special-MergeHistory fieldset,
.mw-special-Whatlinkshere fieldset,
.mw-special-Import fieldset {
border: 1px solid #2a4b8d;
margin: 1em 0 1em 0;
padding: 0 1em 1em;
}
#mw-history-searchform > fieldset legend,
#mw-Protect-Form > fieldset legend,
#mw-abusefilter-editing-form > fieldset legend,
#mw-upload-form > fieldset legend,
.mw-special-MergeHistory fieldset legend,
.mw-special-Whatlinkshere fieldset legend,
.mw-special-Import fieldset legend {
padding: 0.5em;
}
/* Corrige infoboxes apertadas */
.infobox-rows th,
.infobox-rows td {
padding: 4px;
}
/* Corrige o botão VE / Source atrapalhando o editor de 2010 */
.wikiEditor-ui .oo-ui-toolbar-bar {
padding: 0;
}
.wikiEditor-ui .ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle {
padding: 16px 8px;
}
/*Correção para caixa de aviso para o tema escuro*/
.theme-fandomdesktop-dark .oo-ui-panelLayout-expanded{
color: white;
}
/* correção para imagens escuras */
.theme-fandomdesktop-dark img.imgdark {
filter: invert(1);
}
/* Predefinição:Som */
.theme-fandomdesktop-dark .sound-title::after {
filter: hue-rotate(180deg) invert(67%) saturate(300%);
}
/* Correção para realce de citações */
.theme-fandomdesktop-dark ol.references li:target,
.theme-fandomdesktop-dark sup.reference:target,
.theme-fandomdesktop-dark span.citation:target {
background-color: #2d445a;
}
/* Corrigir recuo com `:` com muito preenchimento */
.page-content dl {
margin: 0;
}
/* Correção de setas em mudanças recentes aprimoradas */
.mw-enhancedchanges-arrow-space {
height: 19px;
}
/* Correção de popups quebrados */
.oo-ui-popupWidget-popup {
padding: 0;
}
/*Correção para o tamanho da tela da bancada de ferraria*/
.mcui-Smithing_Table {
width: 350px;
height: 140px;
}
/* Correção para o editor */
.theme-fandomdesktop-light .wikiEditor-ui-bottom,
.theme-fandomdesktop-light .ve-init-mw-desktopArticleTarget-originalContent {
background: white;
}
/* Fix table alignment inheritance (once again by ItsPlantseed) */
.article-table tr td,
.wikitable tr td {
text-align: inherit;
}
/* Corrigir mudanças recentes no tema escuro (incl. enhanced filters) */
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey td:not(:nth-child(-n+2)) {
background-color: hsl(195, 11%, 15%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c1,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c1 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c1.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(193, 45%, 15%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(167, 53%, 12%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(45, 100%, 12%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c4,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c4 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(20, 100%, 15%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c5,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c5 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(0, 75%, 15%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c5.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(30, 85%, 15%);
}
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget li.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget .mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4 tr:first-child,
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-toplevel:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+2)),
body.theme-fandomdesktop-dark .mw-rcfilters-ui-changesListWrapperWidget tr.mw-rcfilters-highlight-color-c2.mw-rcfilters-highlight-color-c3.mw-rcfilters-highlight-color-c4.mw-rcfilters-ui-highlights-enhanced-nested:not(.mw-rcfilters-ui-changesListWrapperWidget-enhanced-grey) td:not(:nth-child(-n+4)) {
background-color: hsl(56, 37%, 15%);
}
body.theme-fandomdesktop-dark .mw-plusminus-pos {
color: hsl(120, 80%, 50%);
}
body.theme-fandomdesktop-dark .mw-plusminus-neg {
color: hsl(0, 90%, 70%);
}
/* Navboxes */
.navbox,
.navbox table {
background-color: var(--custom-table-background);
}
.navbox th,
.navbox .navbox-top,
#content .loadbox-navbox > p {
background-color: var(--custom-table-header-background) !important;
}
.loadbox-navbox {
border-color: var(--theme-border-color) !important;
background-color: var(--custom-table-background) !important;
}
/* Correção de caixas de aviso */
.mw-warning-with-logexcerpt,
.mw-cascadeprotectedwarning,
.errorbox,
.warningbox,
.mw-translateinterface,
.mw-newarticletext,
.successbox {
padding: .4em .8em !important;
margin: 0 auto !important;
max-width: 90% !important;
}
.mw-warning-with-logexcerpt,
.mw-cascadeprotectedwarning,
.errorbox {
border: 1px solid var(--theme-border-color) !important;
background-color: var(--custom-background-red-highlight) !important;
border-left: 4px solid var(--custom-border-red-highlight) !important;
}
.warningbox {
border: 1px solid var(--theme-border-color) !important;
background-color: var(--custom-background-yellow-highlight) !important;
border-left: 4px solid var(--custom-border-yellow-highlight) !important;
}
.successbox {
border: 1px solid var(--theme-border-color) !important;
background-color: var(--custom-background-green-highlight) !important;
border-left: 4px solid var(--custom-border-green-highlight) !important;
}
.successbox strong p {
margin: 0 !important;
}
/* Corrige várias alterações de infobox (por ItsPlantseed) */
.notaninfobox {
box-sizing: content-box;
}
.notaninfobox .infobox-rows {
word-break: break-word;
}
.infobox-rows li > span,
.infobox-rows .hlist > span {
white-space: normal !important;
word-break: break-word;
}
/* Usa as cores de tabela para o TOC */
.page-content #toc .toctitle {
background-color: var(--custom-table-header-background);
}
.page-content #toc ul {
background-color: var(--custom-table-background);
}
/* Tornar os elementos de 'código' mais visíveis, por Chixvv */
.page-content code {
background-color: var(--theme-page-background-color--secondary);
border: 1px solid var(--theme-border-color);
border-radius: 2px;
padding: 1px 4px;
}
.mobileonly {
display: none;
}
/* Correção para as barras de rolagem */
/* width */
::-webkit-scrollbar {
width: 13px; /* Sim, é 13 mesmo, adivinhe o por quê. */
}
/* Track */
::-webkit-scrollbar-track {
background: var(--mcw-scrollbar-track);
}
/* Handle */
::-webkit-scrollbar-thumb {
background: var(--mcw-scrollbar-thumb);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--mcw-scrollbar-thumb--hover);
}
.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)
}
.skin-fandomdesktop.theme-fandomdesktop-dark {
--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;
}
/** Portable infobox **/
.portable-infobox {
border-radius: 0;
border-width: 2px;
background-color: transparent;
padding: 0.5rem;
}
.pi-border-color {
border-color: var(--custom-infobox-header-background);
}
.page-content .portable-infobox .pi-title {
color: #fff;
text-align: center;
font-size: 20px;
/* font-family: 'minecraft'; */
margin-bottom: 4px;
background-color: var(--custom-infobox-header-background);
border: 4px solid var(--custom-infobox-header-border-side);
border-top: 4px solid var(--custom-infobox-header-border-top);
border-bottom: 4px solid var(--custom-infobox-header-border-bottom);
}
.page-content .portable-infobox .pi-header {
color: #fff;
text-align: center;
font-size: 16px;
/* font-family: 'minecraft'; */
padding: 8px;
margin: 4px 0;
background-color: var(--custom-infobox-header-background);
border: 2px solid var(--custom-infobox-header-border-bottom);
user-select: none;
}
.theme-fandomdesktop-dark .page-content .portable-infobox .pi-header {
border-color: var(--custom-infobox-header-border-top);
}
.page-content .portable-infobox .pi-header:hover {
border-color: white;
}
.pi-collapse .pi-header:first-child:after {
margin-top: -2px;
}
.pi-collapse.pi-collapse-closed .pi-header:first-child:after {
margin-top: -6px;
}
.pi-title, .pi-header {
text-shadow: 2px 2px 0 var(--custom-infobox-header-border-bottom);
}
.page-content .portable-infobox .pi-data-label {
flex-basis: 120px;
}
.page-content .portable-infobox .pi-data {
padding: 0.35em 0.5em;
align-items: center;
}
.portable-infobox .pi-navigation {
font-size: 12px;
}
.portable-infobox nav.pi-navigation.pi-item-spacing.pi-secondary-font {
text-align: center;
padding: 8px;
}
.portable-infobox .pi-image {
padding: 10px 20px;
margin-top: 6px;
margin-bottom: 2px;
}
.portable-infobox .pi-image img {
max-height: 200px;
width: auto;
-webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,.4));
filter: drop-shadow(0 0 5px rgba(0,0,0,.4));
}
.theme-fandomdesktop-dark .portable-infobox .pi-image img {
-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));
}
.theme-fandomdesktop-dark .portable-infobox .slot-axe-required-sprite,
.theme-fandomdesktop-dark .portable-infobox .slot-sword-required-sprite,
.theme-fandomdesktop-dark .portable-infobox .slot-pickaxe-required-sprite,
.theme-fandomdesktop-dark .portable-infobox .slot-hoe-required-sprite,
.theme-fandomdesktop-dark .portable-infobox .slot-shovel-required-sprite,
.theme-fandomdesktop-dark .portable-infobox .slot-bucket-required-sprite,
.theme-fandomdesktop-dark .portable-infobox .pi-image img[data-image-name="4J Studios logo.svg"] {
filter: hue-rotate(180deg) invert(100%) saturate(20) brightness(1);
}
.portable-infobox .pi-data-value > ul {
list-style: none;
margin-left: unset;
}
.portable-infobox ul.wds-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
box-shadow: inset 0 -2px 0 -1px var(--custom-infobox-header-background);
padding-bottom: 5px
}
.pi-image-collection ul.wds-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
box-shadow: inset 0 -3px 0 -1px var(--custom-infobox-header-background);
padding-bottom: 5px
}
.pi-image-collection .wds-tabs__tab, .portable-infobox .wds-tabs__tab {
margin: 0 5px
}
.pi-image-collection .wds-tabs__tab-label, .portable-infobox .wds-tabs__tab-label {
letter-spacing: .5px;
margin: auto;
height: 22px
}