MediaWiki:Common.css:修订间差异

MediaWiki界面页面
(创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤:​ →‎只对首页隐藏编辑按钮、历史按钮、讨论按钮等:​ body.page-首页 #ca-edit, body.page-首页 #ca-history, body.page-首页 #ca-talk, body.page-首页 #ca-viewsource { display: none !important; } →‎隐藏页面右上角的所有工具栏按钮:​ body.page-首页 .vector-edit-button, body.page-首页 .vector-history-button, body.page-首页 .vector-talk-link { display: none !importan…”
 
无编辑摘要
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/**
/* 只对首页隐藏编辑按钮、历史按钮、讨论按钮等 */
* Styles placed here are loaded on both desktop and mobile views. On mobile it
body.page-首页 #ca-edit,
* is loaded without using JS, so is good for critical styles that can't wait
body.page-首页 #ca-history,
* for [[MediaWiki:Mobile.css]] to be loaded (like the basic theme).
body.page-首页 #ca-talk,
*
body.page-首页 #ca-viewsource {
* Desktop-only styles should go in [[MediaWiki:Common.css]] or
     display: none !important;
* [[MediaWiki:Hydra.css]] if Minecraft theme related.
* Non-critical mobile-only styles should go in [[MediaWiki:Mobile.css]].
*/
 
 
/* Infobox headers */
body.rootpage-Minecraft_Dungeons,
body.rootpage-Talk_Minecraft_Dungeons,
body.ns-10000,
body.ns-10001 {
--custom-mcwiki-header-color: #c57537;
--custom-mcwiki-header-textcolor: #fff;
--custom-mcwiki-header-textshadow: 0.1em 0.1em #333;
}
 
body.rootpage-Minecraft_Earth,
body.rootpage-Talk_Minecraft_Earth,
body.ns-10002,
body.ns-10003 {
--custom-mcwiki-header-color: #4d83ff;
--custom-mcwiki-header-textcolor: #fff;
--custom-mcwiki-header-textshadow: 0.1em 0.1em #333;
}
 
body.rootpage-Minecraft_Legends,
body.rootpage-Talk_Minecraft_Legends,
body.ns-10006,
body.ns-10007 {
--custom-mcwiki-header-color: #11aaaa;
--custom-mcwiki-header-textcolor: #fff;
--custom-mcwiki-header-textshadow: 0.1em 0.1em #333;
}
 
/* [[Template:Quote]] override */
.rootpage-Minecraft_Dungeons .mw-parser-output .quote-mark,
.ns-10000 .mw-parser-output .quote-mark,
.ns-10001 .mw-parser-output .quote-mark {
color: #ff9900;
}
 
/** page specific styles **/
.admin-header-container,
.flex-center-container {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
 
.admin-header-item,
.flex-240-wrapper {
flex: 1 1 240px;
padding: 0.4em;
text-align: center;
}
 
.group-card {
border-radius: 4px;
margin: 10px 0;
padding: 2em;
background-color: var(--custom-navbox-background);
}
 
.group-card h2 {
border-bottom: 0;
margin-top: 0;
}
 
.file-hierarchy {
background-color: var(--custom-table-background);
border: 1px solid var(--custom-border-gray);
padding: 5px;
font-size: 95%;
}
 
/** Template stylings **/
/* [[Template:Close topic]] */
.closed-topic-yes {
border: 1px dotted var(--custom-border-gray);
background-color: var(--custom-closed-topic-yes);
padding: 0 10px;
}
 
.closed-topic-no {
border: 1px dotted var(--custom-border-gray);
background-color: var(--custom-closed-topic-no);
padding: 0 10px;
}
 
.closed-topic-neutral {
border: 1px dotted var(--custom-border-gray);
background-color: var(--custom-closed-topic-neutral);
padding: 0 10px;
}
 
/* [[Template:Inventory slot]]: [[File:InvSprite.png]] */
.invslot {
position: relative;
display: inline-block;
background: #8B8B8B no-repeat center center / 32px 32px;
border: 2px solid;
border-color: #373737 #FFF #FFF #373737;
box-sizing: content-box;
width: 32px;
height: 32px;
font-size: 16px;
line-height: 1;
text-align: left;
vertical-align: bottom;
}
.invslot::before,
.invslot::after {
content: "";
position: absolute;
background-color: #8B8B8B;
height: 2px;
width: 2px;
pointer-events: none;
}
.invslot::before {
bottom: -2px;
left: -2px;
}
.invslot::after {
top: -2px;
right: -2px;
}
.invslot-large {
padding: 8px;
}
 
.invslot-item,
.invslot-item > a:first-child {
position: relative;
display: block;
margin: -2px;
padding: 2px;
width: 32px;
height: 32px;
}
 
.invslot-item-image > a.new:first-child {
background: url('https://patchwiki.biligame.com/images/mc/4/44/mci5dhg7ersv87hcpbuclznxcf4wre5.png') no-repeat content-box;
width: 32px;
height: 32px;
text-indent: -9999px;
overflow: hidden;
cursor: initial;
}
 
.invslot-stacksize {
position: absolute;
right: 0;
bottom: 0;
font-family: Unifont-subset, Courier, sans-serif;
font-weight: normal !important;
color: #FFF !important;
text-shadow: 2px 2px 0 #3F3F3F;
filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
z-index: 2;
}
 
/* 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;
}
 
/* [[Template:Layered blueprint]] */
.layered-blueprint {
position: relative;
}
 
.layered-blueprint-radio {
display: none;
}
 
.layered-blueprint-tab {
display: inline-block;
cursor: pointer;
margin-left: 100%;
border-left: 4px solid #252525;
padding: 0.2em 0.5em;
white-space: nowrap;
transition: color 200ms, border-color 200ms;
-webkit-user-select: none;
  -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
 
.layered-blueprint-tab:hover {
color: #80b640;
}
 
.layered-blueprint-radio:checked + .layered-blueprint-tab {
color: #80b640;
border-left-color: #80b640;
}
 
.layered-blueprint-layer {
position: absolute;
top: 0;
background-color: rgba(230, 239, 244, 0.6);
width: 100%;
height: 100%;
}
 
.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
visibility: hidden;
}
 
/* [[Template:Moved from]], [[Template:Moved to]], [[Template:Topic title escaped]] */
.notice.topic-moved,
.notice.topic-renamed {
font-size: 85%;
}
 
/* [[Template:Topic list]], [[Module:Topic list]] */
@media screen and (max-width: 720px) {
.talkpage-topic-list-author,
.talkpage-topic-list-last-editor,
.talkpage-topic-list-time {
display: none;
}
}
 
/* Generic Minecraft interface styling: [[Module:UI]] */
.mcui {
display: inline-block;
position: relative;
background-color: #C6C6C6;
border: 2px solid;
border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
padding: 6px;
text-align: left;
white-space: nowrap;
vertical-align: bottom;
}
 
.mcui-Crafting_Table > *,
.mcui-Furnace > * {
display: inline-block;
vertical-align: top;
}
 
/* [[Template:Crafting Table]]:
  [[File:Grid layout Arrow (small).png]], [[File:Grid layout Shapeless.png]], [[File:Grid layout Fixed.png]] */
.mcui-Crafting_Table .mcui-row {
display: block;
}
 
.mcui-Crafting_Table > .mcui-arrow {
background: url('https://patchwiki.biligame.com/images/mc/e/e8/ecswmvzjbitdqv3t0flyana7g5t0nwp.png') no-repeat;
width: 32px;
height: 26px;
margin: 40px 4px 0;
}
 
.mcui-Crafting_Table > .mcui-output {
margin-top: 28px;
}
 
.mcui-Crafting_Table > .mcui-icons {
position: absolute;
top: 6px;
right: 6px;
}
.mcui-Crafting_Table .mcui-shapeless,
.mcui-Crafting_Table .mcui-fixed {
display: inline-block;
background-repeat: no-repeat;
width: 19px;
height: 15px;
cursor: help;
}
.mcui-Crafting_Table .mcui-shapeless {
background-image: url('https://patchwiki.biligame.com/images/mc/2/23/8wtpbmmr40vwaavdsfw59xjefrk6kd3.png');
}
.mcui-Crafting_Table .mcui-fixed {
background-image: url('https://patchwiki.biligame.com/images/mc/b/b3/gste5xkoplfrvfiqiui7abio6ht19sv.png');
}
 
 
/* [[Template:Furnace]]:
  [[File:Grid layout Fire.png]], [[File:Grid layout Fire (in-active).png]]
  [[File:Grid layout Furnace Progress.png]], [[File:Grid layout Furnace Progress (in-active).png]] */
.mcui-Furnace .mcui-fuel {
display: block;
background: url('https://patchwiki.biligame.com/images/mc/4/4e/2eegonjn59uo3wgmxyn4z4w7g8m04zu.png') no-repeat;
width: 36px;
height: 36px;
}
.mcui-Furnace .mcui-fuel.mcui-inactive {
background-image: url('https://patchwiki.biligame.com/images/mc/5/5b/jav00z9ezkrpigp8qvp339j4n32p3c2.png');
}
.mcui-Furnace > .mcui-arrow {
background: url('https://patchwiki.biligame.com/images/mc/6/63/oz2g5lr0ltyq2qsi7cureyq4gjwlqlb.png') no-repeat;
width: 44px;
height: 32px;
margin: 36px 18px 0 14px;
}
.mcui-Furnace > .mcui-arrow.mcui-inactive,
.mcui-Inventory-Crafting_Table-arrow {
background-image: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.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;
}
 
/* [[Template:Brewing Stand]]:
  [[File:Grid layout Brewing Bubbles.gif]], [[File:Grid layout Brewing Bubbles (In-active).png]],
  [[File:Grid layout Brewing Arrow.png]], [[File:Grid layout Brewing Arrow (In-active).png]],
  [[File:Grid layout Brewing Paths.png]], [[File:Grid layout Brewing Empty.png]] */
.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 {
display: inline-block;
background-repeat: no-repeat;
width: 24px;
height: 57px;
}
 
.mcui-Brewing_Stand .mcui-bubbling,
.mcui-Inventory-Brewing_Stand-bubbles {
background-image: url('https://patchwiki.biligame.com/images/mc/b/b0/67dykjpbme3r3to5p0z66i33qbh3ro9.gif');
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling,
.mcui-Inventory-Brewing_Stand-bubbles-inactive {
background-image: url('https://patchwiki.biligame.com/images/mc/e/e7/s9miey5h5fvmowxh6ni69jwf4574zqc.png');
}
 
.mcui-Brewing_Stand .mcui-arrow,
.mcui-Inventory-Brewing_Stand-arrow {
background-image: url('https://patchwiki.biligame.com/images/mc/e/e7/oodidv9tsdwk903pdel4mnajeeni4f0.png');
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow,
.mcui-Inventory-Brewing_Stand-arrow-inactive {
background-image: url('https://patchwiki.biligame.com/images/mc/2/29/c8y1cyo2lmw4qrjasr11lwlc41w0agc.png');
}
 
.mcui-Brewing_Stand > .mcui-paths {
position: relative;
background: url('https://patchwiki.biligame.com/images/mc/7/7c/fi8a6kro4fylao07s1plv09ssple10y.png') no-repeat;
width: 60px;
height: 40px;
margin: -20px auto -16px;
z-index: 1;
}
 
.mcui-Brewing_Stand .mcui-output .invslot {
background-image: url('https://patchwiki.biligame.com/images/mc/5/51/drsil271ivkr1un2rx47ys4eyixp7i3.png');
}
.mcui-Brewing_Stand .mcui-output2 {
margin: 14px 10px 0;
}
 
/* [[Template:Anvil]]:
  [[File:Anvil Hammer.png]], [[File:Anvil Plus.png]],
  [[File:Anvil_GUI_bar.png]], [[File:Anvil_GUI_bar_(in-active).png]],
  [[File:Grid layout Anvil crossed.png]], [[File:Grid layout Furnace Progress (in-active).png]] */
.mcui-Anvil > .mcui-hammer,
.mcui-Inventory-Anvil-hammer {
background-image: url('https://patchwiki.biligame.com/images/mc/3/34/btaxsofbc0wsqy78mfozob9p1uq5foj.png');
}
 
.mcui-Smithing_Table > .mcui-plus,
.mcui-Anvil > .mcui-plus,
.mcui-Inventory-Anvil-plus  {
background-image: url('https://patchwiki.biligame.com/images/mc/6/67/3zmmygu78eu193ps1tf3mkoorqhqpku.png');
}
 
.mcui-Anvil > .mcui-input,
.mcui-Inventory-Anvil-input {
background-image: url('https://patchwiki.biligame.com/images/mc/a/a1/9mkysprjcgzpyzwq17odjwrb9icrpj7.png');
}
.mcui-Anvil > .mcui-input.mcui-inactive,
.mcui-Inventory-Anvil-input-inactive {
background-image: url('https://patchwiki.biligame.com/images/mc/0/0a/ldigipevd8fjblidmguonj7pls8fc5c.png');
}
 
.mcui-Smithing_Table > .mcui-arrow,
.mcui-Anvil > .mcui-arrow,
.mcui-Inventory-Anvil-arrow {
background-image: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.png');
background-position-y: -2px;
}
.mcui-Smithing_Table > .mcui-arrow.mcui-inactive,
.mcui-Anvil > .mcui-arrow.mcui-inactive,
.mcui-Inventory-Anvil-arrow-inactive {
background-image: url('https://patchwiki.biligame.com/images/mc/1/19/3pzk3nimccc4wvo6wqkm1583wvo4sdt.png');
background-position-y: unset;
}
 
/* [[Template:Smithing Table]], [[Template:Legacy Smithing Table]]:
  [[File:Smithing Table Hammer_JE2.png]] [[File:Smithing Table Hammer_JE1_BE1.png]] */
.mcui-Smithing_Table > .mcui-hammer,
.mcui-Inventory-Smithing_Table-hammer {
background-image: url('https://patchwiki.biligame.com/images/mc/a/a7/5452vs10d74a32qxvft4mm5vy8454b5.png');
}
.mcui-Smithing_Table > .mcui-hammer-legacy {
background-image: url('https://patchwiki.biligame.com/images/mc/6/61/fdw0lzb7vq6490hi0ddpmpyjp34uoka.png');
}
 
/* [[Template:Hotbar]]:
  [[File:Hotbar.png]], [[File:Hotbar selector.png]] */
.mcui-Hotbar {
display: inline-block;
position: relative;
border: 0;
padding: 0;
background-color: transparent;
}
.mcui-Hotbar > .mcui-selector {
position: absolute;
top: -2px;
margin-left: -2px;
}
.mcui-Hotbar > .mcui-slots {
position: absolute;
top: 0;
left: 0;
margin: 2px;
}
.mcui-Hotbar .invslot {
margin: 4px;
}
.mcui-Hotbar-image {
background: url('https://patchwiki.biligame.com/images/mc/6/66/d300i6g0stk2et4h2vqnhl70poyaz5x.png') no-repeat;
}
.mcui-Hotbar-image-selected {
background: url('https://wiki.biligame.com/mc/%E6%96%87%E4%BB%B6:Hotbar_selector.png') no-repeat;
}
 
/* [[Template:Loom]] */
.mcui-Loom > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Loom > .mcui-tapestry {
    background: url('https://patchwiki.biligame.com/images/mc/1/10/hd9762abmwpjlyfwwfr7bdrw1zljrnw.png') no-repeat;
    width: 98px;
    height: 108px;
}
.mcui-Loom > .mcui-loomArrow {
    background: url('https://patchwiki.biligame.com/images/mc/0/06/s4puh6bbbn6thz9ytvkoilrfn0s84tv.png') no-repeat;
    width: 54px;
    height: 54px;
    margin: 28px 4px 0 4px;
}
.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 {
    margin: 60px 30px;
    position: absolute;
}
.mcui-Loom .mcui-bannerSprite {
    margin-left: 4px;
}
 
 
/* [[Template:Grindstone]] */
.mcui-Grindstone > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Grindstone > .mcui-grindstone {
    background: url('https://patchwiki.biligame.com/images/mc/3/38/a0q0s8gkh1gmcj9gxuef86c7r705l5u.png') no-repeat;
    width: 108px;
    height: 112px;
}
.mcui-Grindstone .mcui-input1 {
    margin: 6px 36px;
    position: absolute;
}
.mcui-Grindstone .mcui-input2 {
    margin: 48px 36px;
    position: absolute;
}
.mcui-Grindstone > .mcui-arrow {
    background: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.png') no-repeat;
    width: 44px;
    height: 34px;
    margin: 36px 22px 0 22px;
}
.mcui-Grindstone > .mcui-output {
    margin-top: 34px;
}
 
 
/* [[Template:Stonecutter]] */
.mcui-Stonecutter > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Stonecutter > .mcui-stonecutterArrow {
    background: url('https://patchwiki.biligame.com/images/mc/7/70/ow5y0thv59todoykkvbs0s5ak5jx9e7.png') no-repeat;
    width: 58px;
    height: 60px;
    margin: 9px 4px 0 4px;
}
.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;
}
 
/* [[Template:Inventory]]: [[File:Steve inventory.png]]
  [[File:Grid layout Recipe Book Button.png]], [[File:Grid layout Arrow (small).png]],
  [[File:Grid layout Fire.png]], [[File:Grid layout Fire (inactive).png]],
  [[File:Grid layout Furnace Progress.png]], [[File:Grid layout Furnace Progress (inactive).png]],
  [[File:Grid layout Brewing Pipes.png]], [[File:Grid layout Brewing Paths Long.png]],
  [[File:Grid layout Brewing Fuel.png]], [[File:Inventory background.png]] */
.mcui-Inventory-Player-Steve {
    background-image: url('https://patchwiki.biligame.com/images/mc/a/ab/7pfjscnjuqydyrxgd02i958l9uxu5mf.png');
}
.mcui-Inventory-Recipe_Book-button {
    background-image: url('https://patchwiki.biligame.com/images/mc/5/53/qtxq7x1tm44g7ws0xcmov68417nujsu.png');
}
.mcui-Inventory-Table-arrow {
    background-image: url('https://patchwiki.biligame.com/images/mc/e/e8/ecswmvzjbitdqv3t0flyana7g5t0nwp.png');
}
.mcui-Inventory-Furnace-fire {
    background-image: url('https://patchwiki.biligame.com/images/mc/4/4e/2eegonjn59uo3wgmxyn4z4w7g8m04zu.png');
}
.mcui-Inventory-Furnace-fire-inactive {
    background-image: url('https://patchwiki.biligame.com/images/mc/5/5b/jav00z9ezkrpigp8qvp339j4n32p3c2.png');
}
.mcui-Inventory-Furnace-progress {
    background-image: url('https://patchwiki.biligame.com/images/mc/6/63/oz2g5lr0ltyq2qsi7cureyq4gjwlqlb.png');
}
.mcui-Inventory-Furnace-progress-inactive {
    background-image: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.png');
}
.mcui-Inventory-Brewing_Stand-pipes {
    background-image: url('https://patchwiki.biligame.com/images/mc/d/db/jj85dyrrripczq9wjljden5s71s2klj.png');
}
.mcui-Inventory-Brewing_Stand-paths {
    background-image: url('https://patchwiki.biligame.com/images/mc/7/7c/fi8a6kro4fylao07s1plv09ssple10y.png');
}
.mcui-Inventory-Brewing_Stand-fuel {
    background-image: url('https://patchwiki.biligame.com/images/mc/d/dc/11qrkevuf79n0at5bkjqonkrr5587kr.png');
}
.mcui-Inventory-border {
    -webkit-border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
    -moz-border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
    -o-border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
    border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
}
 
 
/* [[Template:Toast]]: [[File:Achievement_background.png]] */
.toast-border {
    -webkit-border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
    -moz-border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
    -o-border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
    border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
}
 
/* [[Template:Sprite]] */
.sprite {
display: inline-block;
vertical-align: text-top;
height: 16px;
width: 16px;
background-repeat: no-repeat;
}
.sprite + .sprite-text {
padding-left: 0.312em;
}
 
/* [[Template:CommentSprite]]: [[File:CommentCSS.png]] */
.comment-sprite {
background-image: url('https://patchwiki.biligame.com/images/mc/9/9c/3a64rh672yt3pw8208spr0y40hkxo8m.png');
}
 
/* [[Template:Schematic]]: [[File:SchematicSprite.png]] */
.schematic-sprite {
background-image: url('https://patchwiki.biligame.com/images/mc/c/c2/k753gazp1cx71g3a4jkwzacr2ftqgsj.png');
background-size: 32em auto;
width: 1em;
height: 1em;
}
 
/* [[Template:InvSprite]]: [[File:InvSprite.png]] */
.inv-sprite,
.slot-sprite {
width: 32px;
height: 32px;
vertical-align: middle;
}
 
.wgl-theme-dark .slot-sprite {
    filter: invert();
}
 
/* [[Template:Nbt/sprite]]: [[File:Nbtsheet.png]] */
.nbt-sprite {
background-image: url('https://patchwiki.biligame.com/images/mc/d/d0/mmi2tfy3kwkcflxj1p44eoauyumx5hw.png');
}
 
/* [[Template:Experience]]:
  [[File:Experience Orb Value -32768-2.png]],
  [[File:Experience Orb Value 3-6.png]],
  [[File:Experience Orb Value 7-16.png]],
  [[File:Experience Orb Value 17-36.png]],
  [[File:Experience Orb Value 37-72.png]],
  [[File:Experience Orb Value 73-148.png]],
  [[File:Experience Orb Value 149-306.png]],
  [[File:Experience Orb Value 307-616.png]],
  [[File:Experience Orb Value 617-1236.png]],
  [[File:Experience Orb Value 1237-2476.png]],
  [[File:Experience Orb Value 2477-32767.png]] */
.xp-2 {
background-image: url('https://patchwiki.biligame.com/images/mc/4/46/osh8oxekzjzix9p9zod4jmn64pb336w.png');
}
.xp-6 {
background-image: url('https://patchwiki.biligame.com/images/mc/f/f2/2xa4ff83k9d0b369q4enpgin3gkxn2a.png');
}
.xp-16 {
background-image: url('https://patchwiki.biligame.com/images/mc/f/f6/egbk3mwzgue23mu933cuok2o74l12zb.png');
}
.xp-36 {
background-image: url('https://patchwiki.biligame.com/images/mc/b/bf/rtuvcc5qx3twuh1pf44brjasickz4n6.png');
}
.xp-72 {
background-image: url('https://patchwiki.biligame.com/images/mc/5/5a/8380y91w8q7e7ifl2kq2otkk7vdgrlu.png');
}
.xp-148 {
background-image: url('https://patchwiki.biligame.com/images/mc/0/0c/0tusehohxit5xekijov361mlr7fzqco.png');
}
.xp-306 {
background-image: url('https://patchwiki.biligame.com/images/mc/9/91/tungx20v5dcxn8bme9d2rr27fa4bp4y.png');
}
.xp-616 {
background-image: url('https://patchwiki.biligame.com/images/mc/1/1e/iyyf4mcser9o2ad5rro6z00rkzfazzx.png');
}
.xp-1236 {
background-image: url('https://patchwiki.biligame.com/images/mc/4/4b/fvxd5pmuvtj4lotqh61ukai3iczs5iu.png');
}
.xp-2476 {
background-image: url('https://patchwiki.biligame.com/images/mc/8/84/hwfyqsncygbugbh8msz8qo5oi46u323.png');
}
.xp-32767 {
background-image: url('https://patchwiki.biligame.com/images/mc/6/68/3yq4xxgud02p2p7snjujd2dtuhvu8w4.png');
}
 
 
/* [[Template:Schematic]] */
.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 tr td,
span.schematic {
background-color: #FFF;
border: 1px solid #CCC;
padding: 0;
width: 1em;
height: 1em;
overflow: hidden;
}
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;
}
 
/* [[Template:Table Choice]] */
.tc-always {
background-color: var(--custom-table-choice-always-background);
color: var(--custom-table-choice-always);
}
 
.tc-yes {
background-color: var(--custom-table-choice-yes-background);
color: var(--custom-table-choice-yes);
}
 
.tc-no {
background-color: var(--custom-table-choice-no-background);
color: var(--custom-table-choice-no);
}
 
.tc-never {
background-color: var(--custom-table-choice-never-background);
color: var(--custom-table-choice-never);
}
 
.tc-rarely {
background-color: var(--custom-table-choice-rarely-background);
color: var(--custom-table-choice-rarely);
}
 
.tc-neutral {
background-color: var(--custom-table-choice-neutral-background);
color: var(--custom-table-choice-neutral);
}
 
.tc-partial {
background-color: var(--custom-table-choice-partial-background);
color: var(--custom-table-choice-partial);
}
 
.tc-planned {
background-color: var(--custom-table-choice-planned-background);
color: var(--custom-table-choice-planned);
}
 
.tc-unknown {
background-color: var(--custom-table-choice-unknown-background);
color: var(--custom-table-choice-unknown);
}
 
.tc-in-off {
background-color: var(--custom-table-choice-in-off-background);
color: var(--custom-table-choice-default);
}
 
.tc-in-on {
background-color: var(--custom-table-choice-in-on-background);
color: var(--custom-table-choice-default);
}
 
.tc-out-off {
background-color: var(--custom-table-choice-out-off-background);
color: var(--custom-table-choice-default);
}
 
.tc-out-on {
background-color: var(--custom-table-choice-out-on-background);
color: var(--custom-table-choice-default);
}
 
.tc-na {
background-color: var(--custom-table-choice-na-background);
color: var(--custom-table-choice-na);
}
 
/** Misc stuff **/
/* The blue header used throughout the wiki */
.mcwiki-header {
background: var(--custom-mcwiki-header-color);
color: var(--custom-mcwiki-header-textcolor);
text-shadow: var(--custom-mcwiki-header-textshadow);
border: 1px solid var(--custom-border-gray);
padding: 5px;
}
 
/* bordered box */
.bordered {
border: 1px solid var(--custom-border-gray);
}
 
/* Fix treeview overlapping floating content */
div.thumb {
position: relative;
z-index: 1;
}
 
/* Horizontal list */
.hlist ul {
display: inline;
margin: 0;
padding: 0;
}
 
.hlist li {
display: inline;
}
 
.hlist li:not(:last-child) {
padding-right: 0.286em;
}
 
.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;
}
 
.hlist li > ul li:first-child::before {
content: "(";
}
 
.hlist li > ul li:last-child::after {
content: ")";
}
 
.hlist li li li {
font-size: x-small;
}
 
/* Element animator */
#siteNotice .animated > *:not(.animated-active),
#localNotice .animated > *:not(.animated-active),
#mw-content-text .animated > *:not(.animated-active),
#mw-content-text .animated > .animated-subframe > *:not(.animated-active) {
display: none
}
#mw-content-text span.animated,
#mw-content-text span.animated.animated-visible > *,
#mw-content-text span.animated.animated-visible > .animated-subframe > * {
display: inline-block;
}
#mw-content-text div.animated.animated-visible > *,
#mw-content-text div.animated.animated-visible > .animated-subframe > * {
display: block;
}
 
/* Generic nowrap class */
.nowrap {
white-space: nowrap;
}
 
/* Hide noscript only elements */
.noscript {
display: none;
}
 
/* Remove bullets/numbers from a list */
#mw-content-text .list-style-none ul,
#mw-content-text .list-style-none ol {
list-style: none;
margin: 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;
}
 
/* Make the first heading row of a table stick to the top of the screen */
/* Won't work properly with rowspan headers, or colspan rows in the table */
.stikitable > * > tr:first-child > th {
position: -webkit-sticky;
    position: sticky;
     top: 0;
/* This fixes the borders for some reason */
    background-clip: padding-box;
}
/* Add back the bottom border when stuck */
.stikitable > * > tr:first-child > th::after {
    content: "";
    position: absolute;
    bottom: -1px;
left: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: inherit;
}
 
/* Collapsible elements ([[MediaWiki:Gadget-site.js]]) */
.collapsible.collapsed > tr:not(:first-child),
.collapsible.collapsed > tbody > tr:not(:first-child),
.collapsible.collapsed > thead + tbody > tr:first-child,
.collapsible.collapsed > tbody + tbody > tr:first-child,
.collapsible.collapsed > tfoot > tr,
.collapsible.collapsed > .collapsible-content {
display: none;
}
 
.collapsetoggle {
display: inline-block;
font-weight: normal;
font-style: normal;
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 {
body.page-首页 .vector-edit-button,
visibility: hidden;
body.page-首页 .vector-history-button,
body.page-首页 .vector-talk-link {
    display: none !important;
}
}


/* 隐藏编辑和历史按钮 */
body {
body.page-首页 .editsection,
overflow-wrap: break-word;
body.page-首页 .mw-editsection {
    display: none !important;
}
}

2025年1月26日 (日) 23:40的最新版本

/**
 * Styles placed here are loaded on both desktop and mobile views. On mobile it
 * is loaded without using JS, so is good for critical styles that can't wait
 * for [[MediaWiki:Mobile.css]] to be loaded (like the basic theme).
 * 
 * Desktop-only styles should go in [[MediaWiki:Common.css]] or
 * [[MediaWiki:Hydra.css]] if Minecraft theme related.
 * Non-critical mobile-only styles should go in [[MediaWiki:Mobile.css]].
 */
 


/* Infobox headers */
body.rootpage-Minecraft_Dungeons,
body.rootpage-Talk_Minecraft_Dungeons,
body.ns-10000,
body.ns-10001 {
	--custom-mcwiki-header-color: #c57537;
	--custom-mcwiki-header-textcolor: #fff;
	--custom-mcwiki-header-textshadow: 0.1em 0.1em #333;
}

body.rootpage-Minecraft_Earth,
body.rootpage-Talk_Minecraft_Earth,
body.ns-10002,
body.ns-10003 {
	--custom-mcwiki-header-color: #4d83ff;
	--custom-mcwiki-header-textcolor: #fff;
	--custom-mcwiki-header-textshadow: 0.1em 0.1em #333;
}

body.rootpage-Minecraft_Legends,
body.rootpage-Talk_Minecraft_Legends,
body.ns-10006,
body.ns-10007 {
	--custom-mcwiki-header-color: #11aaaa;
	--custom-mcwiki-header-textcolor: #fff;
	--custom-mcwiki-header-textshadow: 0.1em 0.1em #333;
}

/* [[Template:Quote]] override */
.rootpage-Minecraft_Dungeons .mw-parser-output .quote-mark,
.ns-10000 .mw-parser-output .quote-mark,
.ns-10001 .mw-parser-output .quote-mark {
	color: #ff9900;
}

/** page specific styles **/
.admin-header-container,
.flex-center-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.admin-header-item,
.flex-240-wrapper {
	flex: 1 1 240px;
	padding: 0.4em;
	text-align: center;
}

.group-card {
	border-radius: 4px;
	margin: 10px 0;
	padding: 2em;
	background-color: var(--custom-navbox-background);
}

.group-card h2 {
	border-bottom: 0;
	margin-top: 0;
}

.file-hierarchy {
	background-color: var(--custom-table-background);
	border: 1px solid var(--custom-border-gray);
	padding: 5px;
	font-size: 95%;
}

/** Template stylings **/
/* [[Template:Close topic]] */
.closed-topic-yes {
	border: 1px dotted var(--custom-border-gray);
	background-color: var(--custom-closed-topic-yes);
	padding: 0 10px;
}

.closed-topic-no {
	border: 1px dotted var(--custom-border-gray);
	background-color: var(--custom-closed-topic-no);
	padding: 0 10px;
}

.closed-topic-neutral {
	border: 1px dotted var(--custom-border-gray);
	background-color: var(--custom-closed-topic-neutral);
	padding: 0 10px;
}

/* [[Template:Inventory slot]]: [[File:InvSprite.png]] */
.invslot {
	position: relative;
	display: inline-block;
	background: #8B8B8B no-repeat center center / 32px 32px;
	border: 2px solid;
	border-color: #373737 #FFF #FFF #373737;
	box-sizing: content-box;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	vertical-align: bottom;
}
.invslot::before,
.invslot::after {
	content: "";
	position: absolute;
	background-color: #8B8B8B;
	height: 2px;
	width: 2px;
	pointer-events: none;
}
.invslot::before {
	bottom: -2px;
	left: -2px;
}
.invslot::after {
	top: -2px;
	right: -2px;
}
.invslot-large {
	padding: 8px;
}

.invslot-item,
.invslot-item > a:first-child {
	position: relative;
	display: block;
	margin: -2px;
	padding: 2px;
	width: 32px;
	height: 32px;
}

.invslot-item-image > a.new:first-child {
	background: url('https://patchwiki.biligame.com/images/mc/4/44/mci5dhg7ersv87hcpbuclznxcf4wre5.png') no-repeat content-box;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: initial;
}

.invslot-stacksize {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Unifont-subset, Courier, sans-serif;
	font-weight: normal !important;
	color: #FFF !important;
	text-shadow: 2px 2px 0 #3F3F3F;
	filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
	z-index: 2;
}

/* 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;
}

/* [[Template:Layered blueprint]] */
.layered-blueprint {
	position: relative;
}

.layered-blueprint-radio {
	display: none;
}

.layered-blueprint-tab {
	display: inline-block;
	cursor: pointer;
	margin-left: 100%;
	border-left: 4px solid #252525;
	padding: 0.2em 0.5em;
	white-space: nowrap;
	transition: color 200ms, border-color 200ms;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.layered-blueprint-tab:hover {
	color: #80b640;
}

.layered-blueprint-radio:checked + .layered-blueprint-tab {
	color: #80b640;
	border-left-color: #80b640;
}

.layered-blueprint-layer {
	position: absolute;
	top: 0;
	background-color: rgba(230, 239, 244, 0.6);
	width: 100%;
	height: 100%;
}

.layered-blueprint-radio:checked + .layered-blueprint-tab + .layered-blueprint-layer ~ .layered-blueprint-layer {
	visibility: hidden;
}

/* [[Template:Moved from]], [[Template:Moved to]], [[Template:Topic title escaped]] */
.notice.topic-moved,
.notice.topic-renamed {
	font-size: 85%;
}

/* [[Template:Topic list]], [[Module:Topic list]] */
@media screen and (max-width: 720px) {
	.talkpage-topic-list-author,
	.talkpage-topic-list-last-editor,
	.talkpage-topic-list-time {
		display: none;
	}
}

/* Generic Minecraft interface styling: [[Module:UI]] */
.mcui {
	display: inline-block;
	position: relative;
	background-color: #C6C6C6;
	border: 2px solid;
	border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
	padding: 6px;
	text-align: left;
	white-space: nowrap;
	vertical-align: bottom;
}

.mcui-Crafting_Table > *,
.mcui-Furnace > * {
	display: inline-block;
	vertical-align: top;
}

/* [[Template:Crafting Table]]:
   [[File:Grid layout Arrow (small).png]], [[File:Grid layout Shapeless.png]], [[File:Grid layout Fixed.png]] */
.mcui-Crafting_Table .mcui-row {
	display: block;
}

.mcui-Crafting_Table > .mcui-arrow {
	background: url('https://patchwiki.biligame.com/images/mc/e/e8/ecswmvzjbitdqv3t0flyana7g5t0nwp.png') no-repeat;
	width: 32px;
	height: 26px;
	margin: 40px 4px 0;
}

.mcui-Crafting_Table > .mcui-output {
	margin-top: 28px;
}

.mcui-Crafting_Table > .mcui-icons {
	position: absolute;
	top: 6px;
	right: 6px;
}
.mcui-Crafting_Table .mcui-shapeless,
.mcui-Crafting_Table .mcui-fixed {
	display: inline-block;
	background-repeat: no-repeat;
	width: 19px;
	height: 15px;
	cursor: help;
}
.mcui-Crafting_Table .mcui-shapeless {
	background-image: url('https://patchwiki.biligame.com/images/mc/2/23/8wtpbmmr40vwaavdsfw59xjefrk6kd3.png');
}
.mcui-Crafting_Table .mcui-fixed {
	background-image: url('https://patchwiki.biligame.com/images/mc/b/b3/gste5xkoplfrvfiqiui7abio6ht19sv.png');
}


/* [[Template:Furnace]]:
   [[File:Grid layout Fire.png]], [[File:Grid layout Fire (in-active).png]]
   [[File:Grid layout Furnace Progress.png]], [[File:Grid layout Furnace Progress (in-active).png]] */
.mcui-Furnace .mcui-fuel {
	display: block;
	background: url('https://patchwiki.biligame.com/images/mc/4/4e/2eegonjn59uo3wgmxyn4z4w7g8m04zu.png') no-repeat;
	width: 36px;
	height: 36px;
}
.mcui-Furnace .mcui-fuel.mcui-inactive {
	background-image: url('https://patchwiki.biligame.com/images/mc/5/5b/jav00z9ezkrpigp8qvp339j4n32p3c2.png');
}
	
.mcui-Furnace > .mcui-arrow {
	background: url('https://patchwiki.biligame.com/images/mc/6/63/oz2g5lr0ltyq2qsi7cureyq4gjwlqlb.png') no-repeat;
	width: 44px;
	height: 32px;
	margin: 36px 18px 0 14px;
}
.mcui-Furnace > .mcui-arrow.mcui-inactive,
.mcui-Inventory-Crafting_Table-arrow {
	background-image: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.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;
}

/* [[Template:Brewing Stand]]:
   [[File:Grid layout Brewing Bubbles.gif]], [[File:Grid layout Brewing Bubbles (In-active).png]],
   [[File:Grid layout Brewing Arrow.png]], [[File:Grid layout Brewing Arrow (In-active).png]],
   [[File:Grid layout Brewing Paths.png]], [[File:Grid layout Brewing Empty.png]] */
.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 {
	display: inline-block;
	background-repeat: no-repeat;
	width: 24px;
	height: 57px;
}

.mcui-Brewing_Stand .mcui-bubbling,
.mcui-Inventory-Brewing_Stand-bubbles {
	background-image: url('https://patchwiki.biligame.com/images/mc/b/b0/67dykjpbme3r3to5p0z66i33qbh3ro9.gif');
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling,
.mcui-Inventory-Brewing_Stand-bubbles-inactive {
	background-image: url('https://patchwiki.biligame.com/images/mc/e/e7/s9miey5h5fvmowxh6ni69jwf4574zqc.png');
}

.mcui-Brewing_Stand .mcui-arrow,
.mcui-Inventory-Brewing_Stand-arrow {
	background-image: url('https://patchwiki.biligame.com/images/mc/e/e7/oodidv9tsdwk903pdel4mnajeeni4f0.png');
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow,
.mcui-Inventory-Brewing_Stand-arrow-inactive {
	background-image: url('https://patchwiki.biligame.com/images/mc/2/29/c8y1cyo2lmw4qrjasr11lwlc41w0agc.png');
}

.mcui-Brewing_Stand > .mcui-paths {
	position: relative;
	background: url('https://patchwiki.biligame.com/images/mc/7/7c/fi8a6kro4fylao07s1plv09ssple10y.png') no-repeat;
	width: 60px;
	height: 40px;
	margin: -20px auto -16px;
	z-index: 1;
}

.mcui-Brewing_Stand .mcui-output .invslot {
	background-image: url('https://patchwiki.biligame.com/images/mc/5/51/drsil271ivkr1un2rx47ys4eyixp7i3.png');
}
.mcui-Brewing_Stand .mcui-output2 {
	margin: 14px 10px 0;
}

/* [[Template:Anvil]]:
   [[File:Anvil Hammer.png]], [[File:Anvil Plus.png]],
   [[File:Anvil_GUI_bar.png]], [[File:Anvil_GUI_bar_(in-active).png]],
   [[File:Grid layout Anvil crossed.png]], [[File:Grid layout Furnace Progress (in-active).png]] */
.mcui-Anvil > .mcui-hammer,
.mcui-Inventory-Anvil-hammer {
	background-image: url('https://patchwiki.biligame.com/images/mc/3/34/btaxsofbc0wsqy78mfozob9p1uq5foj.png');
}

.mcui-Smithing_Table > .mcui-plus,
.mcui-Anvil > .mcui-plus,
.mcui-Inventory-Anvil-plus  {
	background-image: url('https://patchwiki.biligame.com/images/mc/6/67/3zmmygu78eu193ps1tf3mkoorqhqpku.png');
}

.mcui-Anvil > .mcui-input,
.mcui-Inventory-Anvil-input {
	background-image: url('https://patchwiki.biligame.com/images/mc/a/a1/9mkysprjcgzpyzwq17odjwrb9icrpj7.png');
}
.mcui-Anvil > .mcui-input.mcui-inactive,
.mcui-Inventory-Anvil-input-inactive {
	background-image: url('https://patchwiki.biligame.com/images/mc/0/0a/ldigipevd8fjblidmguonj7pls8fc5c.png');
}

.mcui-Smithing_Table > .mcui-arrow,
.mcui-Anvil > .mcui-arrow,
.mcui-Inventory-Anvil-arrow {
	background-image: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.png');
	background-position-y: -2px;
}
.mcui-Smithing_Table > .mcui-arrow.mcui-inactive,
.mcui-Anvil > .mcui-arrow.mcui-inactive,
.mcui-Inventory-Anvil-arrow-inactive {
	background-image: url('https://patchwiki.biligame.com/images/mc/1/19/3pzk3nimccc4wvo6wqkm1583wvo4sdt.png');
	background-position-y: unset;
}

/* [[Template:Smithing Table]], [[Template:Legacy Smithing Table]]:
   [[File:Smithing Table Hammer_JE2.png]] [[File:Smithing Table Hammer_JE1_BE1.png]] */
.mcui-Smithing_Table > .mcui-hammer,
.mcui-Inventory-Smithing_Table-hammer {
	background-image: url('https://patchwiki.biligame.com/images/mc/a/a7/5452vs10d74a32qxvft4mm5vy8454b5.png');
}
.mcui-Smithing_Table > .mcui-hammer-legacy {
	background-image: url('https://patchwiki.biligame.com/images/mc/6/61/fdw0lzb7vq6490hi0ddpmpyjp34uoka.png');
}

/* [[Template:Hotbar]]:
   [[File:Hotbar.png]], [[File:Hotbar selector.png]] */
.mcui-Hotbar {
	display: inline-block;
	position: relative;
	border: 0;
	padding: 0;
	background-color: transparent;
}
.mcui-Hotbar > .mcui-selector {
	position: absolute;
	top: -2px;
	margin-left: -2px;
}
.mcui-Hotbar > .mcui-slots {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
}
.mcui-Hotbar .invslot {
	margin: 4px;
}
.mcui-Hotbar-image {
	background: url('https://patchwiki.biligame.com/images/mc/6/66/d300i6g0stk2et4h2vqnhl70poyaz5x.png') no-repeat;
}
.mcui-Hotbar-image-selected {
	background: url('https://wiki.biligame.com/mc/%E6%96%87%E4%BB%B6:Hotbar_selector.png') no-repeat;
}

/* [[Template:Loom]] */
.mcui-Loom > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Loom > .mcui-tapestry {
    background: url('https://patchwiki.biligame.com/images/mc/1/10/hd9762abmwpjlyfwwfr7bdrw1zljrnw.png') no-repeat;
    width: 98px;
    height: 108px;
}
.mcui-Loom > .mcui-loomArrow {
    background: url('https://patchwiki.biligame.com/images/mc/0/06/s4puh6bbbn6thz9ytvkoilrfn0s84tv.png') no-repeat;
    width: 54px;
    height: 54px;
    margin: 28px 4px 0 4px;
}
.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 {
    margin: 60px 30px;
    position: absolute;
}
.mcui-Loom .mcui-bannerSprite {
    margin-left: 4px;
}


/* [[Template:Grindstone]] */
.mcui-Grindstone > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Grindstone > .mcui-grindstone {
    background: url('https://patchwiki.biligame.com/images/mc/3/38/a0q0s8gkh1gmcj9gxuef86c7r705l5u.png') no-repeat;
    width: 108px;
    height: 112px;
}
.mcui-Grindstone .mcui-input1 {
    margin: 6px 36px;
    position: absolute;
}
.mcui-Grindstone .mcui-input2 {
    margin: 48px 36px;
    position: absolute;
}
.mcui-Grindstone > .mcui-arrow {
    background: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.png') no-repeat;
    width: 44px;
    height: 34px;
    margin: 36px 22px 0 22px;
}
.mcui-Grindstone > .mcui-output {
    margin-top: 34px;
}


/* [[Template:Stonecutter]] */
.mcui-Stonecutter > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Stonecutter > .mcui-stonecutterArrow {
    background: url('https://patchwiki.biligame.com/images/mc/7/70/ow5y0thv59todoykkvbs0s5ak5jx9e7.png') no-repeat;
    width: 58px;
    height: 60px;
    margin: 9px 4px 0 4px;
}
.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;
}

/* [[Template:Inventory]]: [[File:Steve inventory.png]]
   [[File:Grid layout Recipe Book Button.png]], [[File:Grid layout Arrow (small).png]],
   [[File:Grid layout Fire.png]], [[File:Grid layout Fire (inactive).png]],
   [[File:Grid layout Furnace Progress.png]], [[File:Grid layout Furnace Progress (inactive).png]],
   [[File:Grid layout Brewing Pipes.png]], [[File:Grid layout Brewing Paths Long.png]],
   [[File:Grid layout Brewing Fuel.png]], [[File:Inventory background.png]] */
.mcui-Inventory-Player-Steve {
    background-image: url('https://patchwiki.biligame.com/images/mc/a/ab/7pfjscnjuqydyrxgd02i958l9uxu5mf.png');
}
.mcui-Inventory-Recipe_Book-button {
    background-image: url('https://patchwiki.biligame.com/images/mc/5/53/qtxq7x1tm44g7ws0xcmov68417nujsu.png');
}
.mcui-Inventory-Table-arrow {
    background-image: url('https://patchwiki.biligame.com/images/mc/e/e8/ecswmvzjbitdqv3t0flyana7g5t0nwp.png');
}
.mcui-Inventory-Furnace-fire {
    background-image: url('https://patchwiki.biligame.com/images/mc/4/4e/2eegonjn59uo3wgmxyn4z4w7g8m04zu.png');
}
.mcui-Inventory-Furnace-fire-inactive {
    background-image: url('https://patchwiki.biligame.com/images/mc/5/5b/jav00z9ezkrpigp8qvp339j4n32p3c2.png');
}
.mcui-Inventory-Furnace-progress {
    background-image: url('https://patchwiki.biligame.com/images/mc/6/63/oz2g5lr0ltyq2qsi7cureyq4gjwlqlb.png');
}
.mcui-Inventory-Furnace-progress-inactive {
    background-image: url('https://patchwiki.biligame.com/images/mc/b/bc/4k2za7xk7s4ia832750dp3dxht2m0lg.png');
}
.mcui-Inventory-Brewing_Stand-pipes {
    background-image: url('https://patchwiki.biligame.com/images/mc/d/db/jj85dyrrripczq9wjljden5s71s2klj.png');
}
.mcui-Inventory-Brewing_Stand-paths {
    background-image: url('https://patchwiki.biligame.com/images/mc/7/7c/fi8a6kro4fylao07s1plv09ssple10y.png');
}
.mcui-Inventory-Brewing_Stand-fuel {
    background-image: url('https://patchwiki.biligame.com/images/mc/d/dc/11qrkevuf79n0at5bkjqonkrr5587kr.png');
}
.mcui-Inventory-border {
    -webkit-border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
    -moz-border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
    -o-border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
    border-image: url('https://patchwiki.biligame.com/images/mc/0/06/jhc62vjyct5d37r7fu5ukfwzmfbe2ad.png') 4 fill repeat;
}


/* [[Template:Toast]]: [[File:Achievement_background.png]] */
.toast-border {
    -webkit-border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
    -moz-border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
    -o-border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
    border-image: url('https://patchwiki.biligame.com/images/mc/a/a5/bavmzs2mjsss6evjuz2onz79n5e3uyr.png') 8 fill repeat;
}

/* [[Template:Sprite]] */
.sprite {
	display: inline-block;
	vertical-align: text-top;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}
.sprite + .sprite-text {
	padding-left: 0.312em;
}

/* [[Template:CommentSprite]]: [[File:CommentCSS.png]] */
.comment-sprite {
	background-image: url('https://patchwiki.biligame.com/images/mc/9/9c/3a64rh672yt3pw8208spr0y40hkxo8m.png');
}

/* [[Template:Schematic]]: [[File:SchematicSprite.png]] */
.schematic-sprite {
	background-image: url('https://patchwiki.biligame.com/images/mc/c/c2/k753gazp1cx71g3a4jkwzacr2ftqgsj.png');
	background-size: 32em auto;
	width: 1em;
	height: 1em;
}

/* [[Template:InvSprite]]: [[File:InvSprite.png]] */
.inv-sprite,
.slot-sprite {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.wgl-theme-dark .slot-sprite {
    filter: invert();
}

/* [[Template:Nbt/sprite]]: [[File:Nbtsheet.png]] */
.nbt-sprite {
	background-image: url('https://patchwiki.biligame.com/images/mc/d/d0/mmi2tfy3kwkcflxj1p44eoauyumx5hw.png');
}

/* [[Template:Experience]]:
   [[File:Experience Orb Value -32768-2.png]],
   [[File:Experience Orb Value 3-6.png]],
   [[File:Experience Orb Value 7-16.png]],
   [[File:Experience Orb Value 17-36.png]],
   [[File:Experience Orb Value 37-72.png]],
   [[File:Experience Orb Value 73-148.png]],
   [[File:Experience Orb Value 149-306.png]],
   [[File:Experience Orb Value 307-616.png]],
   [[File:Experience Orb Value 617-1236.png]],
   [[File:Experience Orb Value 1237-2476.png]],
   [[File:Experience Orb Value 2477-32767.png]] */
.xp-2 {
	background-image: url('https://patchwiki.biligame.com/images/mc/4/46/osh8oxekzjzix9p9zod4jmn64pb336w.png');
}
.xp-6 {
	background-image: url('https://patchwiki.biligame.com/images/mc/f/f2/2xa4ff83k9d0b369q4enpgin3gkxn2a.png');
}
.xp-16 {
	background-image: url('https://patchwiki.biligame.com/images/mc/f/f6/egbk3mwzgue23mu933cuok2o74l12zb.png');
}
.xp-36 {
	background-image: url('https://patchwiki.biligame.com/images/mc/b/bf/rtuvcc5qx3twuh1pf44brjasickz4n6.png');
}
.xp-72 {
	background-image: url('https://patchwiki.biligame.com/images/mc/5/5a/8380y91w8q7e7ifl2kq2otkk7vdgrlu.png');
}
.xp-148 {
	background-image: url('https://patchwiki.biligame.com/images/mc/0/0c/0tusehohxit5xekijov361mlr7fzqco.png');
}
.xp-306 {
	background-image: url('https://patchwiki.biligame.com/images/mc/9/91/tungx20v5dcxn8bme9d2rr27fa4bp4y.png');
}
.xp-616 {
	background-image: url('https://patchwiki.biligame.com/images/mc/1/1e/iyyf4mcser9o2ad5rro6z00rkzfazzx.png');
}
.xp-1236 {
	background-image: url('https://patchwiki.biligame.com/images/mc/4/4b/fvxd5pmuvtj4lotqh61ukai3iczs5iu.png');
}
.xp-2476 {
	background-image: url('https://patchwiki.biligame.com/images/mc/8/84/hwfyqsncygbugbh8msz8qo5oi46u323.png');
}
.xp-32767 {
	background-image: url('https://patchwiki.biligame.com/images/mc/6/68/3yq4xxgud02p2p7snjujd2dtuhvu8w4.png');
}


/* [[Template:Schematic]] */
.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 tr td,
span.schematic {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 0;
	width: 1em;
	height: 1em;
	overflow: hidden;
}
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;
}

/* [[Template:Table Choice]] */
.tc-always {
	background-color: var(--custom-table-choice-always-background);
	color: var(--custom-table-choice-always);
}

.tc-yes {
	background-color: var(--custom-table-choice-yes-background);
	color: var(--custom-table-choice-yes);
}

.tc-no {
	background-color: var(--custom-table-choice-no-background);
	color: var(--custom-table-choice-no);
}

.tc-never {
	background-color: var(--custom-table-choice-never-background);
	color: var(--custom-table-choice-never);
}

.tc-rarely {
	background-color: var(--custom-table-choice-rarely-background);
	color: var(--custom-table-choice-rarely);
}

.tc-neutral {
	background-color: var(--custom-table-choice-neutral-background);
	color: var(--custom-table-choice-neutral);
}

.tc-partial {
	background-color: var(--custom-table-choice-partial-background);
	color: var(--custom-table-choice-partial);
}

.tc-planned {
	background-color: var(--custom-table-choice-planned-background);
	color: var(--custom-table-choice-planned);
}

.tc-unknown {
	background-color: var(--custom-table-choice-unknown-background);
	color: var(--custom-table-choice-unknown);
}

.tc-in-off {
	background-color: var(--custom-table-choice-in-off-background);
	color: var(--custom-table-choice-default);
}

.tc-in-on {
	background-color: var(--custom-table-choice-in-on-background);
	color: var(--custom-table-choice-default);
}

.tc-out-off {
	background-color: var(--custom-table-choice-out-off-background);
	color: var(--custom-table-choice-default);
}

.tc-out-on {
	background-color: var(--custom-table-choice-out-on-background);
	color: var(--custom-table-choice-default);
}

.tc-na {
	background-color: var(--custom-table-choice-na-background);
	color: var(--custom-table-choice-na);
}

/** Misc stuff **/
/* The blue header used throughout the wiki */
.mcwiki-header {
	background: var(--custom-mcwiki-header-color);
	color: var(--custom-mcwiki-header-textcolor);
	text-shadow: var(--custom-mcwiki-header-textshadow);
	border: 1px solid var(--custom-border-gray);
	padding: 5px;
}

/* bordered box */
.bordered {
	border: 1px solid var(--custom-border-gray);
}

/* Fix treeview overlapping floating content */
div.thumb {
	position: relative;
	z-index: 1;
}

/* Horizontal list */
.hlist ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.hlist li {
	display: inline;
}

.hlist li:not(:last-child) {
	padding-right: 0.286em;
}

.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;
}

.hlist li > ul li:first-child::before {
	content: "(";
}

.hlist li > ul li:last-child::after {
	content: ")";
}

.hlist li li li {
	font-size: x-small;
}

/* Element animator */
#siteNotice .animated > *:not(.animated-active),
#localNotice .animated > *:not(.animated-active),
#mw-content-text .animated > *:not(.animated-active),
#mw-content-text .animated > .animated-subframe > *:not(.animated-active) {
	display: none
}
#mw-content-text span.animated,
#mw-content-text span.animated.animated-visible > *,
#mw-content-text span.animated.animated-visible > .animated-subframe > * {
	display: inline-block;
}
#mw-content-text div.animated.animated-visible > *,
#mw-content-text div.animated.animated-visible > .animated-subframe > * {
	display: block;
}

/* Generic nowrap class */
.nowrap {
	white-space: nowrap;
}

/* Hide noscript only elements */
.noscript {
	display: none;
}

/* Remove bullets/numbers from a list */
#mw-content-text .list-style-none ul,
#mw-content-text .list-style-none ol {
	list-style: none;
	margin: 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;
}

/* Make the first heading row of a table stick to the top of the screen */
/* Won't work properly with rowspan headers, or colspan rows in the table */
.stikitable > * > tr:first-child > th {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	/* This fixes the borders for some reason */
    background-clip: padding-box;
}
/* Add back the bottom border when stuck */
.stikitable > * > tr:first-child > th::after {
    content: "";
    position: absolute;
    bottom: -1px;
	left: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: inherit;
}

/* Collapsible elements ([[MediaWiki:Gadget-site.js]]) */
.collapsible.collapsed > tr:not(:first-child),
.collapsible.collapsed > tbody > tr:not(:first-child),
.collapsible.collapsed > thead + tbody > tr:first-child,
.collapsible.collapsed > tbody + tbody > tr:first-child,
.collapsible.collapsed > tfoot > tr,
.collapsible.collapsed > .collapsible-content {
	display: none;
}

.collapsetoggle {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	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;
}

body {
	overflow-wrap: break-word;
}