MediaWiki:Gadget-site-styles.css:修订间差异

来自Minecraft基岩版开发Wiki
添加的内容 删除的内容
无编辑摘要
无编辑摘要
第698行: 第698行:
background-color: #FFFFFF;
background-color: #FFFFFF;
color: #000000;
color: #000000;
}

/* [[Template:Keys]], [[Module:Keys]] */
.keyboard-key {
background-color: #f8f9fa;
color: #222;
font-size: 80%;
font-family: inherit;
font-weight: bold;
border: 1px solid #c8ccd1;
border-radius: 2px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
padding: 0.1em 0.4em;
text-shadow: 0 1px 0 #fff;
text-align: center;
}
}



2021年9月26日 (日) 07:23的版本

/*
 * 这里放置的样式将同时应用到桌面版和移动版视图
 * 仅用于桌面版的样式请放置于[[MediaWiki:Common.css]]和其他皮肤对应样式表内
 * 仅用于移动版的样式请放置于[[MediaWiki:Mobile.css]]
 */

/** Global styles **/
/* Reset tab size */
body {
	tab-size: 4;
	-moz-tab-size: 4;
}

/* Generic message box style */
th.mbox-text,
td.mbox-text {
	border: none;
	padding: 0.25em 0.9em;
	width: 100%
}

td.mbox-image {
	border: none;
	padding: 2px 0 2px 0.9em;
	text-align: center
}

td.mbox-imageright {
	border: none;
	padding: 2px 0.9em 2px 0;
	text-align: center
}

td.mbox-empty-cell {
	border: none;
	padding: 0px;
	width: 1px
}

table.ambox {
	margin: 0px 10%;
	border-left: 10px solid #36c;
	background: #f8f9fa
}

table.ambox+table.ambox {
	margin-top: -1px
}

.ambox th.mbox-text,
.ambox td.mbox-text {
	padding: 0.25em 0.5em
}

.ambox td.mbox-image {
	padding: 2px 0 2px 0.5em
}

.ambox td.mbox-imageright {
	padding: 2px 0.5em 2px 0
}

table.ambox-notice {
	border-left: 10px solid #36c
}

table.ambox-speedy {
	border-left: 10px solid #b32424;
	background: #fee7e6
}

table.ambox-delete {
	border-left: 10px solid #b32424
}

table.ambox-content {
	border-left: 10px solid #f28500
}

table.ambox-style {
	border-left: 10px solid #fc3
}

table.ambox-move {
	border-left: 10px solid #9932cc
}

table.ambox-protection {
	border-left: 10px solid #a2a9b1
}

/* table fix on mobile */
.content table.ambox {
	margin-left: 0;
	margin-right: 0;
}

/* Style the "other languages" box the same way as other boxes on the main page */
.mw-pt-languages {
	display: block;
	background: none;
	border: 1px solid #CCC;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	width: auto;
}

.mw-pt-languages-label {
	background: none;
	border-right: none;
}

.thumb,
.thumbinner {
	box-sizing: border-box;
}

.thumbimage {
	height: auto;
}

@media screen and (max-width: 720px) {
	.thumb {
		float: none;
	}

	.thumb,
	.thumbinner {
		margin-left: auto;
		margin-right: auto;
	}
}

.mainpage-suggestions {
	text-align: right;
	font-size: 75%;
}

/* MD Icons */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url(//cdn.bootcss.com/material-design-icons/3.0.1/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
		url(//cdn.bootcss.com/material-design-icons/3.0.1/iconfont/MaterialIcons-Regular.woff) format('woff'),
		url(//cdn.bootcss.com/material-design-icons/3.0.1/iconfont/MaterialIcons-Regular.ttf) format('truetype'),
		url(https://fonts.gstatic.com/s/materialicons/v70/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';

	vertical-align: bottom;
}

/* Monospace fonts */
pre,
tt,
.mw-samp,
.mw-code {
	font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

/* Minecraft font */
@font-face {
	font-family: Minecraft;
	src: url("https://minecraft.fandom.com/media/hydra/fonts/minecraft.woff") format('woff'),
	     url("https://minecraft.fandom.com/media/hydra/fonts/minecraft.ttf") format('truetype');
}

code {
	display: inline-block;
    color: #000;
    background-color: #f8f9fa;
    border: 1px solid #eaecf0;
    border-radius: 2px;
    padding: 0px 2px;
}

/* external links */
#content a.external[href^="https://wiki.adodoz.cn/"], #content a.external[href^="//wiki.adodoz.cn/"] {
    background: none;
    padding-right: 0;
    color: #3366cc;
}

/* Remove bullets/numbers from a list */
#bodyContent .list-style-none ul, .list-style-none ol {
	list-style: none;
	margin-left: 0;
}

/* Sitenotice */
.centralNoticeScroll {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.centralNoticeScroll > ul > li {
	list-style: none;	
	height: 25px;
	text-align: center
}
#localNotice {
	padding: 10px !important;
	margin: 0 auto;
	width: 75%;
}
@media screen and (max-width: 720px) {
	#localNotice {
		width: auto;
	}
}

/** Template stylings **/
/* [[Template:Close topic]] */
.closed-topic-yes {
	border: 1px dotted #AAA;
	background-color: #efe;
	padding: 0 10px;
}
.closed-topic-no {
	border: 1px dotted #AAA;
	background-color: #fee;
	padding: 0 10px;
}
.closed-topic-neutral {
	border: 1px dotted #AAA;
	background-color: #eef;
	padding: 0 10px;
}

/* history table wrapping issue */
td > code {
	display: inline-block;
	line-height: 1.2;
}

/** Sprite background **/
/* Generic */
/* [[Template:Sprite]], [[Module: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(/images/9/9c/CommentCSS.png);
}

/* [[Template:Nbt/sprite]]: [[File:Nbtsheet.png]] */
.nbt-sprite {
	background-image: url(/images/d/d0/Nbtsheet.png);
}

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

/* [[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;
	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://wiki.adodoz.cn/images/4/44/InvSprite.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;
}

/* 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://wiki.adodoz.cn/images/8/86/Grid_layout_Arrow_%28small%29.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://wiki.adodoz.cn/images/a/a9/Grid_layout_Shapeless.png);
}
.mcui-Crafting_Table .mcui-fixed {
	background-image: url(https://wiki.adodoz.cn/images/b/b8/Grid_layout_Fixed.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://wiki.adodoz.cn/images/d/d8/Grid_layout_Fire.png) no-repeat;
	width: 36px;
	height: 36px;
}
.mcui-Furnace .mcui-fuel.mcui-inactive {
	background-image: url(https://wiki.adodoz.cn/images/a/ab/Grid_layout_Fire_%28in-active%29.png);
}
	
.mcui-Furnace > .mcui-arrow {
	background: url(https://wiki.adodoz.cn/images/8/8e/Grid_layout_Furnace_Progress.png) no-repeat;
	width: 44px;
	height: 32px;
	margin: 36px 18px 0 14px;
}
.mcui-Furnace > .mcui-arrow.mcui-inactive {
	background-image: url(https://wiki.adodoz.cn/images/d/dc/Grid_layout_Furnace_Progress_%28in-active%29.png);
}

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

/* [[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 {
	background-image: url(https://wiki.adodoz.cn/images/6/65/Grid_layout_Brewing_Bubbles.gif);
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling {
	background-image: url(https://wiki.adodoz.cn/images/d/db/Grid_layout_Brewing_Bubbles_%28In-active%29.png);
}

.mcui-Brewing_Stand .mcui-arrow {
	background-image: url(https://wiki.adodoz.cn/images/4/4b/Grid_layout_Brewing_Arrow.png);
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow {
	background-image: url(https://wiki.adodoz.cn/images/5/59/Grid_layout_Brewing_Arrow_%28In-active%29.png);
}

.mcui-Brewing_Stand > .mcui-paths {
	position: relative;
	background: url(https://wiki.adodoz.cn/images/8/82/Grid_layout_Brewing_Paths.png) no-repeat;
	width: 60px;
	height: 40px;
	margin: -20px auto -16px;
	z-index: 1;
}

.mcui-Brewing_Stand .mcui-output .invslot {
	background-image: url(https://wiki.adodoz.cn/images/5/59/Grid_layout_Brewing_Empty.png);
}
.mcui-Brewing_Stand .mcui-output2 {
	margin: 14px 10px 0;
}

/* [[Template:Hotbar]] */
.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;
}

/* [[Template:Loom]] */
.mcui-Loom > * {
    display: inline-block;
    vertical-align: top;
}
.mcui-Loom > .mcui-tapestry {
    background: url(https://wiki.adodoz.cn/images/6/64/Grid_layout_Loom.png) no-repeat;
    width: 98px;
    height: 108px;
}
.mcui-Loom > .mcui-loomArrow {
    background: url(https://wiki.adodoz.cn/images/7/71/Grid_layout_Loom_Arrow.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://wiki.adodoz.cn/images/d/de/Grid_layout_Grindstone.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://wiki.adodoz.cn/images/d/dc/Grid_layout_Furnace_Progress_%28in-active%29.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://wiki.adodoz.cn/images/9/97/Grid_layout_Stonecutter_Arrow.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:Table Choice]] */
.tc-default {
	background-color: #f8f9fa;
	color: #222222;
}

.tc-always {
	background-color: #5DCC5D;
	color: #004100;
}

.tc-yes {
	background-color: #C6EFCE;
	color: #006100;
}

.tc-no {
	background-color: #FFC7CE;
	color: #9C0006;
}

.tc-never {
	background-color: #FF5757;
	color: #700005;
}

.tc-rarely {
	background-color: #FDCE5E;
	color: #835400;
}

.tc-neutral {
	background-color: #FFEB9C;
	color: #9C6500;
}

.tc-partial {
	background-color: #FFFFDD;
	color: #8A7600;
}

.tc-planned {
	background-color: #DFDFFF;
	color: #0131B7;
}

.tc-unknown {
	background-color: #CCCCCC;
	color: #222222;
}

.tc-in-off {
	background-color: #006600;
	color: #FFFFFF;
}

.tc-in-on {
	background-color: #00CC00;
	color: #FFFFFF;
}

.tc-out-off {
	background-color: #990000;
	color: #FFFFFF;
}

.tc-out-on {
	background-color: #FF0000;
	color: #FFFFFF;
}

.tc-na {
	background-color: #FFFFFF;
	color: #000000;
}

/* [[Template:Keys]], [[Module:Keys]] */
.keyboard-key {
	background-color: #f8f9fa;
	color: #222;
	font-size: 80%;
	font-family: inherit;
	font-weight: bold;
	border: 1px solid #c8ccd1;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
	padding: 0.1em 0.4em;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
}

/** Misc stuff **/
/* The white header used throughout the wiki */
.wiki-header {
	background: #EEE;
	border: 1px solid #CCC;
	border-bottom: 4px groove #BBB;
	border-right: 4px groove #BBB;
	padding: 5px;
}

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

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

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

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

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

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

.invslot-stacksize {
	font-family: Minecraft, Courier, sans-serif !important;
}

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

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

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

#bodyContent .hlist li {
	display: inline;
}

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

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

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

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

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

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

/* fix infobox footer centering [[Template:Infobox]] */
.infobox-footer {
    text-align: -webkit-center;
}