MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
Nie podano opisu zmian
ograniczono część stosowanych styli dotyczących elementów sprite w zakresie ich używania przez artykuły z zawartością obcojęzyczną
 
(Nie pokazano 180 wersji utworzonych przez 26 użytkowników)
Linia 1: Linia 1:
/*
@font-face {
This is the CSS for all skins (for all users) on MediaWiki.org.
font-family: 'Minecraft';
src: url('https://minewiki.pl/images/1/1a/Minecraft.woff') format('woff'), url('https://minewiki.pl/images/2/21/Minecraft.woff2') format('woff2');
SECTIONS:
}
1. Indication of namespaces
 
2. Color classes for content
/** Template stylings **/
3. Special pages
/* [[Template:Grid]] */
4. Main page styling
.grid {
5. Sidebar external links
display: inline-block;
6. Extension:Matrix stuff
position: relative;
7. Wikitables, infobox templates, warnings, and other such stylings
text-align: left !important;
8. Some other small things
background-color: #8B8B8B;
*/
height: 32px;
width: 32px;
/***** 1. INDICATION OF NAMESPACES *****/
padding: 2px;
vertical-align: bottom;
/* Pseudo NS Special (light grey) */
}
.ns--2 #content { background-color: #f4f4f4; }
.grid.output {
.ns--2 div.thumb { border-color: #f4f4f4; }  
height: 48px;
width: 48px;
/* NS Project + Project_talk (light sky blue) */
.ns-4 #content, .ns-5 #content { background-color: #f8fcff; }
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background-color: #f4f4f4; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }
/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #content, .ns-101 #content { background-color: #f3f3ff; }
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
.ns-12 #content {
border: 2px solid #0000cc;
border-right: none;
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
background-repeat: no-repeat;
background-position: right top;
}
}
.ns-12 #bodyContent {
 
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
.grid img,
background-repeat: no-repeat;
.pixel-image img {
background-position: right 5em;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}
}
   
   
/***** 2. COLOR CLASSES FOR CONTENT  *****/
.grid .border {
display: block;
/* Border colors
margin: -2px 0 0 -2px;
.borderc1 { border-color: #e9e9e9; border-width: thin; }
border-style: solid none none solid;
.borderc2 { border-color: #aaaaaa; border-width: thin; }
border-width: 2px;
.borderc3 { border-color: #777777; border-width: thin; }
border-color: #373737;
.borderc4 { border-color: #000000; border-width: thin; }
height: 100%;
.borderc5 { border-color: #c00000; border-width: thin; }
.borderc6 { border-color: #025e9d; border-width: thin; }
.borderc7 { border-color: #008040; border-width: thin; }
.borderc8 { border-color: #ffcc00; border-width: thin; }
*/
/* Background colors
.backgroundc1 { background-color: #ffffff; }
.backgroundc2 { background-color: #f9f9f9; }
.backgroundc3 { background-color: #eeeeee; }
.backgroundc4 { background-color: #e0e0e0; }
.backgroundc5 { background-color: #d2d2d2; }
.backgroundc6 { background-color: #b7b7b7; }
.backgroundc7 { background-color: #a3a3a3; }
.backgroundc8 { background-color: #444455; }
*/
/***** 3. SPECIAL PAGES *****/
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
/* Consistent special page navigation */
.SpecialPageInfo {
background-color: #f9f9f9;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
background-position: 0.8em 0.5em;
background-repeat: no-repeat;
padding: 0.3em 0.5em 0.3em 5.0em;
border-color: #025e9d;  
border-width: 1px;  
border-style: solid;
border-bottom-width: medium;
margin-bottom: 1em;
}
}
.grid .border > span {
.mw-viewprevnext {
display: block;
display: block;
border: 1px solid #cccccc;
margin-right: -2px;
background-color: #f9f9f2;
border-style: none solid solid none;
padding: 0.2em 0.4em;
border-width: 2px;
border-color: #FFFFFF;
height: 100%;
}
}
   
   
/***** 4. MAIN PAGE STYLING *****/
.grid .image,
.grid .default-image {
#mainpage_topbox {
position: absolute;
background: #f9f9f9;
line-height: 16px;
padding: 0px;
top: 2px;
border: 1px solid #aaaaaa;
width: 32px;
margin: 0.2em 10px 10px;
height: 32px;
}
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
.grid.output .image {
font-size: 105%;
top: 10px;
padding: 0.4em;
left: 10px;
background-color: #eeeeee;
border-bottom: 1px solid #aaaaaa;
}
}
.mainpage_boxtitle {
.grid .image > a.new {
line-height: 120%;
background-image: url("https://minewiki.pl/images/3/35/Grid_Unknown.png");
display: block;
width: 32px;
height: 32px;
outline: none;
text-indent: -99999px;
}
}
#mainpage_pagetitle {
color: #cf7606;
.grid .number {
font-size: 200% !important;
position: absolute;
right: -2px;
bottom: -2px;
text-align: right;
font-family: Minecraft;
font-size: 16px;
color: #FFF;
pointer-events: none;
z-index: 6;
text-shadow: 2px 2px 0px #3F3F3F;
filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
}
}
#mainpage_sitelinks {
.grid .number a {
padding: 0.2em;
color: #FFF;
text-align: center;
text-decoration: none;
background-color: white;
}
}
.mainpage_hubtitle {
.grid .number .selflink {
text-align: center;
font-weight: normal;
}
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
.grid .image a.new + .number {
background: #ffffff;
display: none;
padding: 0.2em 0.4em;
}
}
.mainpage_boxcontents_small {
 
font-size: 95%;
.grid-Crafting_Table,
.grid-Furnace,
.grid-Brewing_Stand table,
.grid-generic {
background: #C6C6C6;
border: outset 2px #999;
padding: 6px;
text-align: left !important;
}
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
.grid-Crafting_Table td,
.grid-Furnace td,
.grid-Brewing_Stand td,
.grid-generic td {
border: none;
padding: 0;
padding: 0;
border: 1px solid #aaaaaa;
}
}
.mainpage_hubbox {
 
margin-bottom: 0;
/* [[Template:Grid/Crafting Table]] */
.grid-Crafting_Table .arrow,
.grid-Crafting_Table .shapeless {
text-align: center;
vertical-align: bottom;
}
}
#mainpage_newscell {
 
margin-bottom: 15px;
.grid-Crafting_Table .arrow {
margin-top: 0 !important;
width: 40px;
padding-bottom: 5px;
}
}
#mainpage_newscell .mainpage_boxtitle {
 
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
.grid-Crafting_Table .shapeless span {
background-repeat: no-repeat;
cursor: help;
background-position: 99% 0.3em;
padding-right: 25px;
}
}
#mainpage_downloadcell {
 
width: 17em;
/* [[Template:Grid/Furnace]] */
margin-bottom: 5px;
.grid-Furnace {
padding-left: 24px;
padding-right: 24px;
}
}
#mainpage_downloadcell .mainpage_boxtitle {
 
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
.grid-Furnace .arrow,
background-repeat: no-repeat;
.grid-Furnace .output {
background-position: 96% 0.33em;
text-align: center;
padding-right: 25px;
vertical-align: middle;
}
 
.grid-Furnace .arrow {
padding-right: 18px !important;
padding-left: 14px !important;
}
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
 
/* [[Template:Grid/Brewing Stand]] */
/* The "mainpage" class is added to the body with javascript for the main page in all */
.grid-Brewing_Stand {
/* languages, so we can style things that apppear on the main page and also elsewhere. */
position: relative;
.mainpage #lastmod,
width: 144px;
.mainpage #siteSub,
.mainpage h1.firstHeading {
display: none !important;
}
.mainpage #content {
padding-top: 1em;
}
}
 
/***** 5. SIDEBAR EXTERNAL LINKS *****/
.grid-Brewing_Stand .bubbles {
text-align: right;
#n-blog-text a, #n-browse-svn a, #n-Statistics-for-SVN a, #n-phpdoc a {
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
padding-right: 13px;
color: #3366bb;
}
}
 
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
.grid-Brewing_Stand .input {
padding: 3px 0 !important;
/* Wikitable (Prettytable) class for skinning tables */
vertical-align: top;
table.wikitable th, table.wikitable td {
padding: 0.2em 0.4em;
}
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
.grid-Brewing_Stand .output1 {
background: #8da7d6;
padding: 4px 10px 14px 0 !important;
}
}
table.wikitable td.hl1, table.wikitable th.hl1 {
.grid-Brewing_Stand .output2 {
background: #c5d8fc;
padding-top: 18px !important;
text-align: center;
}
}
table.wikitable td.hl2, table.wikitable th.hl2 {
.grid-Brewing_Stand .output3 {
background: #a7c1f2;
padding: 4px 0 14px 10px !important;
text-align: center;
}
}
table.wikitable caption {
 
margin-left: inherit;
.grid-Brewing_Stand .paths {
margin-right: inherit;
position: absolute;
font-weight: bold;
bottom: 42px;
left: 42px;
z-index: 5;
}
}
 
/* General purpose "pretty (data) tables" */
/* [[Template:Grid/Hotbar]] */
table.datatable { background-color: transparent; }
.grid-Hotbar {
table.datatable th, table.datatable td { padding: 4px; }
display: inline-block;
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }
/* SideBox styling */
div.sideBox {
position: relative;
position: relative;
float: right;
background: white;
margin-left: 1em;
border: 1px solid gray;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
}
div.sideBox dl {
.grid-Hotbar > .selector {
padding: 0;
position: absolute;
margin: 0 0 0.3em 0;
top: -2px;
font-size: 96%;
margin-left: -2px;
}
.grid-Hotbar > .slots {
position: absolute;
top: 0;
left: 0;
margin: 2px;
}
}
div.sideBox dl dt {
.grid-Hotbar .grid {
background: none;
margin: 2px;
margin: 0.4em 0 0 0;
background-color: transparent;
}
}
div.sideBox dl dd {
.grid-Hotbar .grid > .border,
margin: 0.1em 0 0 1.1em;
.grid-Hotbar .grid > .border > span {
background-color: #f3f3f3;
border: 0;
margin: 0;
}
}
 
/* Extension infobox styling */
/* [[Template:Infobox common]] */
.ext-infobox {
.infobox {
border: 2px solid #aaaaaa;
clear: right;
width: 272px;
margin: 3px 0px 3px 3px;
width: 300px;
font-size: 90%;
background: #FFFFFF;
float: right;
float: right;
margin: 0 0 0.5em 0.5em;
border: 1px solid #CCCCCC;
border-collapse: collapse;
padding: 2px;
background-color: white;
overflow: auto;
}
}
.ext-infobox td {
 
border: 2px none #aaaaaa;
.infobox-title {
padding: 0.2em 0.5em;
font-weight: bold;
border-bottom: 1px solid #f0f0f0 !important;
text-align: center;
font-size: 120%;
    color: #fff;
}
}
.ext-header {
 
background-color: #aaaaaa;
.infobox-imagearea {
color: white;
text-align: center;
text-align: left;
padding: 4px;
}
 
.infobox table {
width: 100%;
}
}
.ext-header td { padding-top: 0.5em; }
 
.ext-header img { padding: 0 0.2em 0 0.5em; }
.infobox p {
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
margin: 0;
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
.ext-status-experimental .ext-header { background-color: #cc6600; }
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.ext-status-beta .ext-header { background-color: #000099; }
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
.ext-status-stable .ext-header { background-color: #009900; }
/* Version box on [[Manual:Downloading MediaWiki]] */
#DownloadVersionBox {
border: 2px solid black;
border-collapse: collapse;
margin: auto;
width: 50%;
color: black;
}
}
#DownloadVersionBox td {
 
border: 2px solid black;
.infobox audio {
padding: 20px;
width: 184px;
}
}
 
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
.infobox dl:last-child {
.majorwarning {
margin-bottom: 0.2em;
background: yellow;
padding: 0.3em;
text-align: center;
font-size: 125%;
border: 2px solid red;
}
}
 
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
.infobox-footer {
.page-notice, .page-warning {
border-width: 1px;
border-style: solid;
padding: 0.3em 0.5em;
margin-bottom: 1em;
width: 95%;
margin-left: auto;
margin-right: auto;
text-align: center;
text-align: center;
}
}
 
/* Informative notices at the top of pages (blue) */
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.page-notice {
.infobox dl + dl {
background-color: #f9f9f9;
margin-top: -0.4em;
border-color: #025e9d;
text-align: left;
}
}
 
/* Warning information at the top of pages (red) */
/* What is this? */
.page-warning {
.infobox.atfmrec {
background-color: #ffffff;
border: none !important;
border-color: #c51919;
border-width: 2px;
}
}
.pw-head {
 
color: #c51919;
/* [[Template:Infobox row]] */
.infobox-row {
white-space: nowrap;
font-weight: bold;
font-weight: bold;
}
}
 
/* Used in Template:Notice */
/* [[Template:Navbox]] */
.block-note {
.navbox {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background: #FFF;
background-position: top left;
border: 1px solid #CCC;
background-repeat: no-repeat;
margin: 1em auto 0;
clear: both;
width: 100%;
}
 
.navbox table {
background: #FFF;
margin-left: -4px;
margin-right: -2px;
}
.navbox table:first-child {
margin-top: -2px;
}
}
/*
.navbox table:last-child {
  Using block-contents in the hope that it can apply to all block-level warning templates,
margin-bottom: -2px;
  with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
display: block;
padding-left: 20px;
}
}
 
/* Template documentation ([[Template:Documentation]]) */
.navbox .navbox-top {
.template-documentation {
white-space: nowrap;
clear: both;
background-color: #CCC;
margin: 1em 0 0 0;
padding: 0 3px;
border: 1px solid #aaa;  
text-align: center;
background-color: #ecfcf4;
padding: 5px;
}
}
 
/***** 8. SOME OTHER SMALL THINGS *****/
.navbox-navbar,
.navbox-navbar-mini {
/* Give a bit of space to the TOC */
float: left;
#toc { margin: 1em 0; }
font-size: 80%;
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
/* Printing of thumbnails (bug 1583)
div.tright { clear: right; } */
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
padding: .5em;
}
}
.my-buttons a {
 
color: black;
.navbox-title {
background-color: #cde !important;
padding: 0 10px;
font-weight: bold;
font-size: 110%;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
}
.my-buttons a:hover, .my-buttons a:active {
 
background-color: #bcd;
.navbox-group,
border-style: inset;
.navbox th {
background-color: #EEE;
padding: 0 10px;
white-space: nowrap;
text-align: right;
}
}
.new-navbox.navbox-group,
/* from [[User:Splarka/Help:Linked images]] */
.new-navbox.navbox th {
.imagelink_wikilogo a {
text-align: center !important;
width: 135px;
height: 135px;
display: block;
text-decoration: none;
background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
}
}
 
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/
.navbox-list,
table.mbox {
.navbox td {
margin: 4px 10%;
width: 100%;
border-collapse: collapse;
padding: 0 0 0 2px;
border: 1px solid #aaa; /* Default "notice" gray */
background: #f9f9f9;
}
}
table.mbox-wide {
.new-navbox.navbox-list,
margin: 4px 0;
.new-navbox.navbox td {
width: auto !important;
}
}
 
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
 
border: none;
/* [[Template:LoadBox]] with navbox */
padding: 0.25em 0.9em;       /* 0.9em left/right */
.loadbox-navbox {
width: 100%;   /* Make all mboxes the same width regardless of text length */
padding: 2px !important;
margin: 1em 0 0 !important;
clear: both;
}
}
td.mbox-image {                 /* The left image cell */
.loadbox-navbox > p {
border: none;
background-color: #CCC;
padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
text-align: center;
text-align: center;
margin: 0;
padding: 0 3px;
}
.loadbox-navbox > p > b {
font-size: 110%;
}
.loadbox-navbox .navbox {
margin: 0 -2px -2px;
border: 0;
}
.loadbox-navbox .navbox > tbody > tr:first-child {
display: none;
}
}
td.mbox-imageright {            /* The right image cell */
 
border: none;
/* [[Template:History2]] */
padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
.history2 td > pre,
text-align: center;
.history2 td > ol {
display: none;
}
}
td.mbox-empty-cell {         /* An empty narrow cell */
 
border: none;
.history2 ul {
padding: 0px;
margin-top: 0;
width: 1px;
}
}
 
/* These mbox-small classes must be placed after all other
.history2 .toggleHistDetails {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
clear: right;
float: right;
float: right;
margin: 4px 0 4px 1em;
text-align: right;
width: 238px;
width: 150px;
font-size: 88%;
line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
.history2 > tbody > tr:first-child > th {
margin: 4px 1em 4px 0;
    padding-left: 152px;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}
 
/* These are the same colours as the enwiki
/* [[Template:Sprite]] */
  'cmbox' styles; just with different names. */
.sprite {
table.mbox-critical {
display: inline-block;
border: 4px solid #b22222;   /* Red */
position: relative;
background: #FFDBDB;         /* Pink */
overflow: hidden;
vertical-align: middle;
}
}
table.mbox-important {
.sprite:not(:is(#foreign *)) {
background: #FFDBDB;   /* Red */
height: 16px;
width: 16px;
}
}
table.mbox-warning {
.sprite > span {
background: #FFE7CE;   /* Orange */
position: absolute;
height: 256px;
width: 256px;
}
}
table.mbox-caution {
 
background: #FFF9DB;   /* Yellow */
/* [[Template:Sprite/Preview]] */
.sprite-preview:hover div {
opacity: 0.7 !important;
}
}
table.mbox-notice {
 
background: #D8E8FF;   /* Blue */
 
/* [[Template:Schematic]] */
.schematic img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
}
table.mbox-move {
table.schematic {
background: #E4D8FF;   /* Purple */
  background-color: white;
  border-collapse: collapse;
  line-height: 0;
}
}
table.mbox-protection {
table.schematic td,
background: #EFEFE1;   /* Gray-gold */
span.schematic {
  border: 1px solid #AAAAAA !important;
  padding: 0;
}
}
table.schematic span,
span.schematic {
/*******************
  display: inline-block;
** Infoboxes
  overflow: hidden;
*******************/
  position: relative;
.infobox {
float:right;
clear:right;
margin-bottom:0.5em;
margin-left:1em;
padding:0.2em;
border:1px solid #AAA;
background:#F9F9F9;
color:black;
}
}
table.schematic span span,
.infobox td,
span.schematic span {
.infobox th {
  color: black;
vertical-align:top;
  font-weight: bold;
  left: 0;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px #FFF;
  top: 0;
}
}
 
.infobox caption {
/** Misc stuff **/
margin-left:inherit;
/* Prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
font-size:larger;
#toolbar {
height: 22px;
}
}
 
.infobox.bordered {
/* proper list without any bullets */
border-collapse:collapse;
.list-style-none ul,.list-style-none ol {
list-style:none;
margin-left:0
}
}
 
.infobox.bordered td,
/* Collapsible Tables ([[MediaWiki:Common.js]]) */
.infobox.bordered th {
.collapsible.collapsed > tbody > tr:not(:first-child),
border:1px solid #AAA;
.collapsible.collapsed > thead + tbody > tr:first-child,
.collapsible.collapsed > tbody + tbody > tr:first-child,
.collapsible.collapsed > tfoot > tr,
.collapsible.collapsed > .collapsible-content {
display: none;
}
}
 
.infobox.bordered .borderless td,
.collapsetoggle,
.infobox.bordered .borderless th {
.collapsible-button {
border:0;
display: inline-block;
font-weight: normal;
font-style: normal;
float: right;
text-align: right;
margin-left: 0.8em;
}
}
.collapsible.collapse-button-left > tr > th .collapsible-button,
/* ******************
.collapsible.collapse-button-left > * > tr > th .collapsible-button,
** Sister project templates
.collapsetoggle-left > tr > * > .collapsetoggle,
******************
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.infobox.sisterproject {
.collapsetoggle-left > * > .collapsetoggle {
width:20em;
float: left;
font-size:90%;
text-align: left;
margin-right: 0.8em;
margin-left: 0;
}
}
.collapsible.collapse-button-none > tr > th .collapsible-button,
.sister-project {
.collapsible.collapse-button-none > * > tr > th .collapsible-button,
clear:right;
.collapse-button-none > * > tr > * > .collapsetoggle,
float:right;
.collapsetoggle-inline > tr > * > .collapsetoggle,
width:250px;
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
margin:0 0 1em 3em;
.collapsetoggle-inline > * > .collapsetoggle {
padding:4px;
float: none;
border:1px solid #AAA;
background:#F9F9F9;
font-size:0.8em;
text-align:left;
text-align:left;
}
}
*/
 
.collapsetoggle-custom {
/* Avoid header sublines running into floating objects.
visibility: hidden;
  Also fixes WP:BUNCH. bugzilla:26449.
  Remove when r79087 and r79091 are live.
*/
h1, h2, h3, h4, h5, h6 {
    overflow: hidden;
}
}
/* Styl CSS importowany do wszystkich skórek. Zawiera wspólne klasy CSS.


*/
/* Alternating cell background, primarily used with [[Template:Infobox row]] */
.alternatecells:nth-child(odd) {
background-color: #F9F9F9;
}
/* Alternating table rows */
.alternaterows tr:nth-child(even) {
background-color: #F9F9F9;
}


@media print {
/* The grass header used throughout the wiki */
/* Nie drukuj linków do edycji, komunikatów (ek, stub), szablonów nawigacyjnych */
.mcwiki-header,
.editlink, .noprint, .metadata, .dablink, .navbox, .NavFrame { display: none }
#curse-panel .block_header {
#content { background: #FFF; } /* białe tło na wydruku */
    background-image: url("https://minewiki.pl/images/c/c1/GrassBackground.png");
/* Pokaż na wydruku przy szablonie {{Cytuj stronę}} adres URL zgodnie z normą cytowania */
    border-top: 6px solid #81bb5b;
.cytuj_strone_url{visibility: visible;}
border: 1px solid #ccc;
/* tak jak jest na ekranie */
border-bottom: 4px groove #999999;
#footer li {display: inline;}
border-right: 4px groove #999999;
padding: 5px;
color: #fff;
}
}


/* bug w nowym edittoolbarze */
/* Make transparency visible on image pages */
div#edittoolbar {clear:both}
.filehistory a img,
#file img:hover {
background: url("https://minewiki.pl/images/8/8c/Transparent.png") repeat;
}
#file button img {
background: none !important;
}


/* Nie dawać większego ze względu na IE! */
/* Scale file page image to the width of the page */
#searchGoButton { padding:0 4px !important; }
#file img {
max-width: 100%;
height: auto;
}


/* Poprawka umieszczenia obrazków pod sobą dla skórek innych niż Monobook.css */
/* Remove margin from file page table */
div.tright {
#mw-imagepage-section-filehistory .filehistory {
clear: right;
margin-right: 0;
}
}
div.tleft {
 
clear: left;
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {  
background-color: #C1DAF2;
}
}


/* search keyboard settings */
/* Style the sitenotice and fix up its awful spacing (why is it even a table!?) */
.search_keyboard a {
#siteNotice #localNotice,
padding: 0 3px;
.page-MediaWiki_Sitenotice .mw-content-ltr > div
border: 1px outset #ddd;
{
  background-color: transparent !important;
/* border: 1px solid #D3D3D3;*/
margin-bottom: 12px;
text-align: center;
    border: none;
}
}
.search_keyboard a:hover {
#siteNotice #mw-dismissable-notice #localNotice {
border: 1px inset #ddd;
/* Note to other languages: Change this to the same width as the "dismiss" button in your language, this makes the sitenotice centred better */
margin-left: 55px;
}
}


/* universalna ramka zamiast szablonu border */
#siteNotice td:first-child {
#bodyContent .ramka {
width: 100%;
display:table-cell;
border-collapse:collapse;
border:1px solid #BBB;
}
}


/* zapobieganie rozjeżdżaniu stron */
#localNotice div p {
#bodyContent pre {overflow:auto}
padding: 0.4em 0 0.5em;
margin: 0;
}


/* ----
/* Allow parts of toc to be hidden */
  Klasy do spisu treści pomocy i ew. pokrewnych.
/* Section levels */
---- */
.toc-hidelevel2 .toclevel-1 ul,
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-2 ul,
/* Numbers */
.toc-nonumbers .tocnumber {
display: none;
}


/* powrót do spisu treści itp. */
/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
#bodyContent .helplink_back a {
.collapsible.collapsed > tr,
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Torchlight_back.png/15px-Torchlight_back.png") center left no-repeat;
.collapsible.collapsed > tbody > tr {
padding-left: 19px;
display: none;
padding-right: 0;
}
.collapsible.collapsed > tr:first-child,
.collapsible.collapsed > tbody > tr:first-child {
display: table-row;
}
.collapsible.collapsed > thead + tbody > tr:first-child {
display: none;
}
 
/* Turn a list into a tree view style (See [[.minecraft]]) */
.treeview {
margin-top: 0.3em;
}
}
/* przejście do następnej strony pomocy itp. */
 
#bodyContent .helplink_forward a {
.treeview ul,
background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Torchlight_forward.png/15px-Torchlight_forward.png") center right no-repeat;
.treeview li {
padding-right: 19px;
margin: 0;
padding-left: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
}
/* podstrona tematyczna */
 
#bodyContent .helplink_subpage a, #bodyContent .legenda .helplink_subpage {
.treeview li {
background: url("http://upload.wikimedia.org/wikipedia/commons/d/d7/A_help_folder.gif") center left no-repeat;
display: table;
padding-left: 14px;
padding-right: 0;
}
}
/* strona pomocy */
 
#bodyContent .helplink_helppage a, #bodyContent .legenda .helplink_helppage {
.treeview li li {
background: url("http://upload.wikimedia.org/wikipedia/commons/3/3c/A_help_text.gif") center left no-repeat;
position: relative;
padding-left: 14px;
padding-left: 13px;
padding-right: 0;
margin-left: 7px;
border-left: 1px solid #636363;
}
}
/* kategoria */
.treeview li li:before {
#bodyContent .helplink_catpage a, #bodyContent .legenda .helplink_catpage {
content: "";
background: url("http://upload.wikimedia.org/wikipedia/commons/4/40/A_help_category.gif") center left no-repeat;
position: absolute;
padding-left: 14px;
top: 0;
padding-right: 0;
left: 0;
width: 11px;
height: 11px;
border-bottom: 1px solid #636363;
}
}
/* strona specjalna */
 
#bodyContent .helplink_specpage a, #bodyContent .legenda .helplink_specpage {
.treeview li li.first:before {
background: url("http://upload.wikimedia.org/wikipedia/commons/b/b6/A_help_special.gif") center left no-repeat;
border-color: #636363;
padding-left: 14px;
border-style: solid;
padding-right: 0;
border-width: 1px 0 0 1px;
height: 100%;
margin-top: 11px;
width: 10px;
}
}
/* strona portalu */
.treeview li li.first,
#bodyContent .helplink_orgpage a, #bodyContent .legenda .helplink_orgpage {
.treeview li li:last-child {
background: url("http://upload.wikimedia.org/wikipedia/commons/8/88/A_help_portal.gif") center left no-repeat;
border: 0;
padding-left: 14px;
padding-left: 14px;
padding-right: 0;
}
}
 
.treeview li li:last-child:before {
 
border-left: 1px solid #636363;
/* klasa audiolink dla szablonu Audio */
width: 10px;
#bodyContent .audiolink a {
background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat;
padding-left: 15px;
}
}


/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
/* Simulate link styling for JS only links */
table.topalign td, table.topalign th {
.jslink {
vertical-align: top;
color: var(--theme-link-color);
}
}
/* analogicznie bottomalign i centeralign */
.jslink:hover {
table.bottomalign td, table.bottomalign th {
color: var(--theme-link-color--hover);
vertical-align: bottom;
cursor: pointer;
text-decoration: underline;
}
}
/* analogicznie bottomalign i middlealign */
 
table.middlealign td, table.middlealign th {
/* Improve styling of sub-categories */
vertical-align: middle;
#mw-subcategories ul {
list-style-type: none;
margin-left: 10px;
}
}


/* klasa wikitable dla ładniejszego wyglądu tabelek */
/* Use text arrows for enhanced rc instead of outdated (and broken) images */
 
td.mw-enhanced-rc {
table.wikitable {
padding-left: 13px !important;
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
}
table.wikitable tbody {
td + td.mw-enhanced-rc {
background: #fff;
padding-left: 0 !important;
}
}


table.wikitable th, table.wikitable td {
.mw-enhanced-rc img {
border: 1px #aaa solid;
display: none;
padding: 0.2em;
}
}


table.wikitable th {
.mw-rc-openarrow:after {
background: #f2f2f2;
content: "►";
text-align: center;
}
.mw-rc-closearrow:after {
content: "▼";
}
}


table.wikitable caption {
table.mw-enhanced-rc .mw-collapsible-toggle {
margin-left: inherit;
cursor: pointer;
margin-right: inherit;
color: #0645AD;
}
}


/* Style dla infoboksów */
/* Horizontal list */
.hlist ul {
display: inline;
margin: 0;
}


.infobox {
.hlist li {
border: 1px solid #aaa;
display: inline-block;
background-color: #f8f8f8;
white-space: nowrap;
border-collapse: collapse;
margin: 0;
color: black;
font-size: 90%;
text-align:left;
margin-bottom: 0.5em;
margin-left: 1em;
border-spacing: 0;
float: right;
clear: right;
width: 250px;
}
}
.infobox td,
.hlist li:after {
.infobox th {
content: " •";
vertical-align: top;
}
}
.infobox caption {
.hlist li:last-child:after,
font-size: larger;
.hlist li.last-child:after {
margin-left: inherit;
content: "";
}
}
.infobox.bordered {
 
border-collapse: collapse;
.hlist li > ul li:first-child:before {
content: "(";
}
}
.infobox.bordered td,
.hlist li > ul li:last-child:after,
.infobox.bordered th {
.hlist li > ul li.last-child:after {
border: 1px solid #aaa;
content: ")";
}
}
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless th {
.hlist li li li {
border: 0;
font-size: x-small;
}
}


.infobox.sisterproject {
/* Generic styling for animation class */
width: 20em;
.animated > *:not(.active):not(.skip),
font-size: 90%;
.paused > *:not(.active):not(.skip) {
        display: none;
}
}


/* styles for bordered infobox with merged rows */
.nowrap {
.infobox.bordered .mergedtoprow td,
white-space: nowrap;
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
}


.infobox.bordered .mergedrow td,
/* Hide noscript only elements */
.infobox.bordered .mergedrow th {
.noscript {
border: 0;
display: none;
border-right: 1px solid #aaa;
}
}
.infobox ul,ol { margin-top: 0px; }


/* Style boksów z Merge i Split */
/* Cite text needs to be a block element, but should display inline */


.messagebox {
div.cite-reference-text {
border: 1px solid #aaa;
display: inline-block;
background-color: #f9f9f9;
vertical-align: top;
margin: 0 auto 1em auto;
white-space: normal;
padding: .2em;
text-align: justify;
}
}
.messagebox.merge {
 
border: 1px solid #cf9fff;
/* Mark internal links as plain */
background-color: #f5edf5;
/*
text-align: center;
#content a.external[href^="//minewiki.pl"],
#content a.external[href^="http://minewiki.pl"],
#content a.external[href^="https://minewiki.pl"] {
background: none;
padding-right: 0;
}
}
*/


.messagebox.talk {
/* Make tabs the correct size */
border: 1px solid #c0c090;
* {
background-color: #f8eaba;
-moz-tab-size: 4;
  -o-tab-size: 4;
    tab-size: 4;
}
.new-navbox tr td li {
display: inline-block;
padding-right: 5px;
}
.new-navbox tr td li:last-child {
padding-right: 0px;
}
.new-navbox tr td li:last-child::after {
content: "";
}
.new-navbox tr td ul {  
display: inline-block;
margin: 0px;
}
.new-navbox tr td li ul {
font-size: 90%;
}
}
 
.new-navbox tr td li ul::before {  
.messagebox.nested-talk {
content: " (";
border: 1px solid #c0c090;
}
background-color: #f8eaba;
.new-navbox tr td li ul::after {
width: 100%;
content: ") ";
margin: 2px 4px 2px 4px;
}
.new-navbox tr td li::after {
content: " •  ";
}
}


.messagebox.small, .messagebox.small-talk {
/* Fixes for small screens */
width: 238px;
@media screen and (max-width: 720px) {
font-size: 85%;
#mw-head {
float: right;
top: 13px;
clear: both;
}
margin: 0 0 1em 1em;
line-height: 1.25em;
div#mw-navigation div#mw-panel {
position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
}
}
}


.messagebox.small-talk {
@media screen and (max-width: 500px) {
background: #F8EABA;
/* TOC fix */
#mw-content-text > .mw-parser-output > div[style*="float"] {
float: none !important;
margin: 0 !important;
}
}
}


/* Standardowe szablony nawigacyjne. Dokumentacja pod [[en:Wikipedia:NavFrame]]. */
/* START NOTIFICATIONS */
div.Boxmerge,
div.alert-message {
div.NavFrame {
display: block;
margin: 0;
padding: 13px 12px 12px;
padding: 4px;
font-weight: bold !important;
border: 1px solid #aaa;
font-size: 14px;
text-align: center;
color: white;
border-collapse: collapse;
background-color: #2ba6cb;
font-size: 95%;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
position: relative;
}
}
div.NavFrame,
div.alert-message a {
div.Boxmerge div.NavFrame {
color: white !important;
border-style: none;
text-decoration: underline !important;
border-style: hidden;
}
}
div.NavFrame + div.NavFrame {
div.alert-message .box-icon {
border-top-style: none;
display: block;
border-top-style: hidden;
float: left;
background-image: url('https://minewiki.pl/images/a/a6/NoticeIcon.png');
width: 30px;
height: 25px;
margin-top: -2px;
background-position: -8px -8px;
}
}
div.NavPic {
div.alert-message p {
background-color: #fff;
margin: 0px !important;
margin: 0;
padding: 2px;
float: left;
}
}
div.NavFrame div.NavHead {
div.alert-message.success {
height: 1.6em;
background-color: #5da423;
font-weight: bold;
color: #fff;
background-color: #ccf;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
position:relative;
}
}
div.NavFrame p {
div.alert-message.success .box-icon {
font-size: 100%;
background-position: -48px -8px;
}
}
div.NavFrame div.NavContent {
div.alert-message.warning {
font-size: 100%;
background-color: #e3b000;
color: #fff;
text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.61);
}
}
div.NavFrame div.NavContent p {
div.alert-message.warning .box-icon {
font-size: 100%;
background-position: -88px -8px;
}
}
div.NavEnd {
div.alert-message.error {
margin: 0;
background-color: #c60f13;
padding: 0;
color: #fff;
line-height: 1px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
clear: both;
}
}
a.NavToggle {
div.alert-message.error .box-icon {
position: absolute;
background-position: -128px -8px;
top: 0;
right: 3px;
font-weight: normal;
font-size: 90%;
color:inherit;
}
}


.nounderlines a {text-decoration: none}
/* END NOTIFICATIONS */


.CollapseButton {
/* linki zewnętrzne do wewnątrz jako plaintext */
font-size: x-small;
#content a.external[href^="http://prisonwiki.pl"] {
float: right;
background: none;
font-weight: normal;
padding-right: 0;
text-align: right;
}
width: 36px;
#content a.external[href^="http://devwiki.introversion.co.uk"] {
background: none;
padding-right: 0;
}
.plainlink a {
background: none !important;
padding-right: 0 !important;
}
}


/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
/* Styling for minecraft style tooltip */
ol.references > li:target {
#minetip-tooltip {
background-color: #DEF;
position: fixed;
top: 0;
left: 0;
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
color: #FFF;
padding: 0.375em;
    font-family: Minecraft, sans-serif;
font-size: 16px;
word-spacing: 4px;
white-space: nowrap;
line-height: 1.25em;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
margin: 0.125em 0.25em;
pointer-events: none;
z-index: 99;
}
#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;
}
}


/* Dla wskaźnika ilości zmienionych bajtów */
#minetip-tooltip > .description,
strong.mw-plusminus-neg { color:#c00 }
#minetip-tooltip > .minetip-description {
span.mw-plusminus-neg { color:#900 }
display: block;
span.mw-plusminus-pos { color:#060 }
margin-top: 0.25em;
}


/* Klasa dla szablonu {{Main}} */
/* For [[Nodule:Inventory slot]] */
.detail, .details {
.invslot {
margin: 0 0 0.7em 2em;
position: relative;
border: 1px solid #e7e7e7;
display: inline-block;
border-width: 1px 0;
background: #8B8B8B no-repeat center center / 32px 32px;
text-align:left;
border: 2px solid;
font-size:95%;
border-color: #373737 #FFF #FFF #373737;
background: #fdfdfd;
width: 32px;
padding:1px 4px;
height: 32px;
display: table;
font-size: 16px;
line-height: 1;
text-align: left;
vertical-align: bottom;
}
}
.detail > span {
.invslot:before,
display: table-row;
.invslot:after {
content: "";
position: absolute;
background-color: #8B8B8B;
height: 2px;
width: 2px;
pointer-events: none;
}
}
.detail > span > span {
.invslot:before {
display: table-cell;
bottom: -2px;
padding-left: 4px;
left: -2px;
width:100%;
}
}
 
.invslot:after {
/* Podświetlanie nie wypełnionego opisu zmian - zobacz [[Mediawiki:Monobook.js]] */
top: -2px;
input.warning {
right: -2px;
border: 2px solid red;
}
}
.warning label {
.invslot-large {
color:red;
padding: 8px;
font-weight:bold;
}
}


/* przyciski dodawania opisów */
.invslot-item,
.userSummaryButtons a, #userSummaryButtons a {
.invslot-item > a:first-child {
background: #cfc;
position: relative;
border: 1px dotted #090;
display: block;
padding: 0 2px;
margin: -2px;
margin: 2px;
padding: 2px;
cursor: pointer;
font-size: 80%;
line-height: 17px;
color: black;
white-space: nowrap;
}
}


.userSummaryButtons a:hover, #userSummaryButtons a:hover {
.invslot-item-image > a.new:first-child {
background: #bfb;
background: url('https://minewiki.pl/images/0/07/InvCSS.png') no-repeat content-box;
border: 1px solid #9c9;
width: 32px;
text-decoration:none;
height: 32px;
text-indent: -9999px;
overflow: hidden;
}
}


/* poprawne wyświetlanie tytułów z indeksami z użyciem szablonu {{małą literą}} */
.invslot-stacksize {
.firstHeading {
position: absolute;
line-height: 1.2em
right: 0;
bottom: 0;
font-family: Minecraft, sans-serif !important;
font-weight: normal !important;
color: #FFF !important;
text-shadow: 2px 2px 0 #3F3F3F;
filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
z-index: 2;
}
}


/*Add formatting to make sure that "external references" from [[Template:Ref]] do
.invslot-plain,
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
.invslot-plain * .invslot {
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
background-color: transparent;
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
border: 0;
  "print". The rules below ensure (a) that there is no extra padding to the right of
}
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
.invslot-plain:before,
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
.invslot-plain:after,
*/
.invslot-plain * .invslot:before,
.invslot-plain * .invslot:after {
content: none;
}
.invslot-plain > .invslot-item,
.invslot-plain > .invslot-item,
.invslot-plain * .invslot > .invslot-item,
.invslot-plain * .invslot > .invslot-item > a:first-child {
margin: 0;
padding: 0;
}


.plainlinksneverexpand {
.inv-sprite {
background: none ! important;
width: 32px;
padding: 0 ! important;
height: 32px;
vertical-align: middle;
}
}


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


/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
/* Style for [[Moduł:Dokumentacja]] */
  the arrow...
.doc-image {
*/
float:left;
.plainlinksneverexpand a {
margin-right:10px;
background: none !important;
}
padding: 0 !important;
 
}
/* Стиль для кнопки «следить за страницей» */
.menu * #ca-unwatch * a:focus,
.menu * #ca-watch * a:focus,
.menu * #ca-unwatch * a,
.menu * #ca-watch * a
{
background-image: none !important;
padding: 0.5em !important;
height: 16px !important;
width: auto !important;
}


/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
/* Taken from https://minecraft.gamepedia.com/MediaWiki:Gadget-site-styles.css */
  following the anchor A, the anchor itself now has class "external autonumber" and the
  expansion is inserted when printing (see the common printing style sheet at
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
display: none !important;
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
@supports ((object-fit: contain) or (-o-object-fit: contain)) {
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
.edition-box img {
border: none;
min-height: 50px;
padding: 0.25em 0.9em;       /* 0.9em left/right */
-o-object-fit: contain;
width: 100%;   /* Make all mboxes the same width regardless of text length */
object-fit: contain;
}
}
}


td.mbox-image {                  /* The left image cell */
/* Style the sitenotice */
border: none;
#siteNotice .globalNotice {
padding: 2px 0 2px 0.9em;   /* 0.9em left, 0 right */
background-color: #FFF;
border: 1px solid #D3D3D3;
margin-bottom: 12px;
text-align: center;
text-align: center;
}
}


td.mbox-imageright {             /* The right image cell */
.edition-group {
border: none;
    display: flex;
padding: 2px 0.9em 2px 0;    /* 0 left, 0.9em right */
    flex-wrap: wrap;
text-align: center;
}
}


td.mbox-empty-cell {         /* An empty narrow cell */
.edition-group .edition-box {
border: none;
    flex: 17.4em;
padding: 0;
width: 1px;
}
}


/* Article message box template styles */
#main-page.main-page {
table.ambox {
display: -ms-grid;
margin: 0 10%;                         /* Will not overlap with other elements */
-ms-grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k";
border-collapse: collapse;
-ms-grid-template-columns: 100%;
background-color: #fbfbfb !important;
display: grid;
border: 1px solid #aaa;
grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k";
border-left: 10px solid #1e90ff;       /* Default "notice" blue */
grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
#main-page.main-page {
-ms-grid-template-areas: "a a a" "b b b" "c c d" "e f g" "h i j" "k k k";
-ms-grid-template-columns: 33% 33% 34%;
grid-template-areas: "a a a" "b b b" "c c d" "e f g" "h i j" "k k k";
grid-template-columns: 33% 33% 34%;
}
}
}


table.ambox th.ambox-text, table.ambox td.ambox-text {     /* The message body cell(s) */
#main-page.main-page {
padding: 0.25em 0.5em;              /* 0.5em left/right */
margin: -1px;
width: 100%;                       /* Make all templates the same width regardless of text size */
}
}


table.ambox td.ambox-image {         /* The left image cell */
.fp-section {
padding: 2px 0 2px 0.5em;         /* 0.5em left, 0 right */
background-color: #FCFCFC;
text-align: center;
border: 1px solid #ccc;
vertical-align: top;
margin: 1px;
width: calc(100% - 4px);
}
}


table.ambox td.ambox-imageright {     /* The right image cell */
#fp-1 {
padding: 2px 4px 2px 0;           /* 0 left, 4px right */
-ms-grid-area: a;
text-align: center;
grid-area: a;
}
}


table.ambox-notice {
#fp-2 {
border-left: 10px solid #1e90ff;       /* Blue */
-ms-grid-area: b;
grid-area: b;
}
}


table.ambox-delete,
#fp-3 {
table.ambox-serious {
-ms-grid-area: c;
border-left: 10px solid #b22222;       /* Red */
grid-area: c;
}
}


table.ambox-content {
#fp-4 {
border-left: 10px solid #f28500;       /* Orange */
-ms-grid-area: d;
grid-area: d;
}
}


table.ambox-style {
#fp-5 {
border-left: 10px solid #f4c430;       /* Yellow */
-ms-grid-area: e;
grid-area: e;
}
}


table.ambox-merge {
#fp-6 {
border-left: 10px solid #9932cc;       /* Purple */
-ms-grid-area: f;
grid-area: f;
}
}


table.ambox-protection {
#fp-7 {
border-left: 10px solid #bba;         /* Gray */
-ms-grid-area: g;
grid-area: g;
}
}


table.ambox.ambox-mini {                 /* small floating box variant */
#fp-8 {
float: right;
-ms-grid-area: h;
clear: right;
grid-area: h;
margin: 0 0 0 1em;
width: 25%;
}
}


/* Footer and header message box styles */
#fp-9 {
table.fmbox {
-ms-grid-area: i;
clear: both;
grid-area: i;
margin: 0.2em 0;
width: 100%;
border: 1px solid #aaa;
background: #f9f9f9;    /* Default "system" gray */
}
table.fmbox-system {
background: #f9f9f9;
}
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
background: transparent;
}
}


/* Klasa dokumentacji */
#fp-10 {
.template-documentation {
-ms-grid-area: j;
background-color:#ECFCF4;
grid-area: j;
border:1px solid #AAAAAA;
clear:both;
margin:1em 0pt 0pt;
padding:5px;
}
}


/* Ukrycie głównego nagłówka na górze strony */
#fp-11 {
.page-Strona_główna_Nowa h1,
-ms-grid-area: k;
.page-Strona_główna_Nowa #catlinks,
grid-area: k;
.page-Strona_główna h1,
.page-Strona_główna #catlinks
{
display:none
}
}
/* poprawka formatowania nagłówków boksów */
@media screen and (min-width:990px) {
.page-Strona_główna_Nowa #content h2,
#fp-11 {
.page-Strona_główna #content h2,
width: 75%;
.page-Strona_główna_Nowa #mw_content h2,
margin: 0 auto;
.page-Strona_główna #mw_content h2
}
{
margin:0;
}
}


/* Style z przeznaczeniem dla strony głównej */
#fp-header.fp-header {
#mp_head {
display: -ms-grid;
position:relative;
-ms-grid-template-areas: "aa" "ac" "ab";
vertical-align:top;  
-ms-grid-template-columns: 100%;
border:1px solid #a7d7f9;
display: grid;
overflow: hidden;
grid-template-areas: "aa" "ac" "ab";
-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
grid-template-columns: 100%;
margin:2px;
font-size:14px;
}
}
#mp_head table {
@media screen and (min-width:990px) {
width:100%; margin-bottom:1px; vertical-align:top; font-size:105%; background:transparent;
#fp-header.fp-header {
position:relative;
-ms-grid-template-areas: "aa ab" "ac ac";
z-index:2;
-ms-grid-template-columns: 335px 1fr;
grid-template-areas: "aa ab" "ac ac";
grid-template-columns: 335px 1fr;
}
}
}
#mp_head_back {
@media screen and (min-width:1350px) {
display:block;
#fp-header.fp-header {
position:absolute;
-ms-grid-template-columns: 25% 75%;
left:0px;
grid-template-columns: 25% 75%;
top:0px;
}
height:500px;
width:300px;
background:url(http://upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png);
opacity: 0.5;
background-repeat:no-repeat;
background-position:-20px -15px;
z-index: 1;
}
}
#mp_searchbox_container {
 
display:none;
#fp-header-file {
-ms-grid-area: aa;
grid-area: aa;
}
}
.wyszarz {
 
color:#666;
#fp-header-links {
-ms-grid-area: ab;
grid-area: ab;
}
}
#mp_search {
 
margin:.75em 0 .4em;
#fp-header-text {
position:relative;
-ms-grid-area: ac;
grid-area: ac;
}
}
#mp_search input {
 
font-size:20px;
#fp-header-file {
margin: auto;
}
}
#mp_search .search_area a img {
@media screen and (min-width:990px) {
height:25px;
#fp-header-file {
margin: auto 0;
}
}
}
#mp_search .search_area div {
 
position:relative;
#fp-header-links {
margin-right:130px;
margin: auto 0;
top:1px;
}
}
#mp_search .search_area a {
 
display:block;
#fp-header-links ul {
position:absolute;
    display: grid;
right:0px;
    grid-auto-rows: min-content;
top:2px;
    margin-top: 0;
}
    grid-template-columns: repeat(auto-fit, minmax(max(160px, 33.333%), 1fr));
#mp_search .button_area {
position:absolute;
right:0px;
top:0px;
width: 120px;
}
#mp_search .search_area #mp_sz_inp {
height: 30px;
padding: 0;
text-indent: 0.3em;
width: 100%;
}
#mp_search .button_area #mp_sz_btn {
height: 30px;
width: 120px;
}
}


/* wąskie okno */
/* search on small screens */
@media screen and (max-width: 500px) {
@media screen and (max-width: 720px) {
body #mp_search .search_area div {
#mw-head {
margin-right:0;
top: 13px;
}
div#p-search form {
background: none;
border: none;
margin: 0;
}
div#p-search form::before,
div#p-search form::after {
border: none;
}
}
body #mp_search .search_area a,
body #mp_search .button_area {
div#simpleSearch::before {
position:relative;
border-left-color: transparent;
float:left;
margin:5px;
}
}
body #mp_search .last_area {
clear:both;
div#simpleSearch::after {
border-top-color: transparent;
}
}
}
}


/* Wspólne style dla nagłówków na SG */
/* UCP zepsuło flaggedrevs */
.page-Strona_główna h2 {
 
font: 13pt Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
.flaggedrevs-pending a, .flaggedrevs-pending a:visited {
padding: 5px 5px 5px 1em; margin: 0;  /* margines przy nagłówkach na stronie głównej */
  color: #0b0080;
border-bottom:1px solid #AAAAAA;
}
}
/* default skin for navigation boxes */
.flaggedrevs-pending a, .flaggedrevs-pending a {
table.navbox {           /* navbox container style */
  color: #0645ad;
border:1px solid #aaa;
width:100%;
margin:auto;
clear:both;
font-size:88%;
text-align:center;
padding:1px;
}
}
table.navbox + table.navbox {
div.flaggedrevs_preview {
margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
background-color: #eaf3ff;
color: var(--themed-text-color);
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
.wgl-theme-dark .flaggedrevs-color-1 {
text-align:center;      /* title and above/below styles */
background-color: #323e4d;
padding-left:1em;
padding-right:1em;
}
}
.navbox-group {           /* group style */
.flaggedrevs-color-1 {
white-space:nowrap;
background-color: #d4e7ff;
text-align:right;
padding: 3px;
font-weight:bold;
padding-left:1em;
padding-right:1em;
}
}
.navbox, .navbox-subgroup {
/* https://minewiki.pl/Szablon:InvSprite */
background:#fdfdfd;     /* Background color */
#spritedoc .spritedoc-boxes {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0 1px 1px;
margin: 0.5em 0;
}
}
.navbox-list {
.spritedoc-box {
border-color:#fdfdfd;   /* Must match background color */
position: relative;
display: inline-block;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.5em;
background: #F9F9F9;
border: 1px solid #CCC;
margin: 0 0 -1px -1px;
}
.spritedoc-image {
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
line-height: 0;
}
}
 
#spritedoc .spritedoc-names {
a.navbox-title {
display: inline-block;
color:inherit; /* kolor linków w nagłówku */
vertical-align: middle;
width: 14em;
margin: 0;
list-style: none;
}
}


.navbox-title, table.navbox th {
.osoba {
background:#ccccff;    /* Level 1 color */
background-color: #CCCCCC;
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background:#ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background:#e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
.blockrow {
background:#f7f7f7;     /* Even row striping */
background-color: #FFFFFF;
}
}
.navbox-odd {
.blockrow2 {
background:transparent; /* Odd row striping */
background-color: #F9F9F9;
}
}


/* Szablon:Władca */
/* Szalon:Przypisy */
table.wladca-box + table.navbox {
p.refSection-intro {
margin-top: 0;
font-style: italic;
}
color: var(--lt-color-gray-600);
table.wladca-box {
margin-bottom: 5px
width: 100%;
clear: both;
vertical-align: top;
text-align: center;
font-size: 95%;
}
table.wladca-box + table.wladca-box {
border-top: 0 !important;
}
}
table.wladca-box td {
.wgl-theme-dark p.refSection-intro {
padding: 2px;
color: var(--lt-color-gray-500)
}
}
 
.refSection.columns-2 ol.references {
/* Domyślne wartości dla szablonu współrzędnych geograficznych
column-count: 2
  Więcej informacji w szablonie [[Szablon:Koordynaty/Linkuj]].
  Nazwy klas "geo", "longitude" i "latitude" są używane w mikroformacie
  geograficznym i nie powinny być zmieniane. */
.geo-default, .geo-dms, .geo-dec {
display: inline;
}
}
.geo-nondefault, .geo-multi-punct {
.refSection.columns-3 ol.references {
display: none;
column-count: 3
}
}
.longitude, .latitude {
.refSection.columns-4 ol.references {
white-space: nowrap;
column-count: 4
}
}


/* Oznaczenie artykułu na medal i dobrych artykułów w interwiki */
.sprite:not(:is(#foreign *)),
li.FA {
.inv-sprite {
list-style-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Wikimedal.png/7px-Wikimedal.png);
background-image: url('https://minewiki.pl/images/0/07/InvCSS.png');
}
li.GArt {
list-style-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Propozycja_DA.svg/10px-Propozycja_DA.svg.png);
}
}


/* kosmetyka tagów filtru nadużyć - widoczne na OZ  */
#iubenda-iframe a.iub-iframe-brand-button, div.iubenda-cs-brand-badge-outer a.iubenda-cs-brand-badge, div.iub__us-widget, div.iubenda-tp-btn-container
.mw-tag-markers {
{
font-weight: bold;
display: none !important;
background-color: #f0fff0;
}
}
 
button.iubenda-tp-btn.iubenda-cs-preferences-link
/* odstęp pomiędzy pierwszym navboksem a tekstem  */
{
table.firstNavbox {
visibility: hidden !important;
margin-top:1em;
}
}


/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
table.special-archives
.linksInherit a {
{
color: inherit;
width: 100%;
table-layout: fixed;
}
}


/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
div.foreign
table.fb-tab  {
{
background-color: #C3C3C3;
border: 1px solid #7F7F7F;
text-align: center;
text-align: center;
padding: 5px;
margin: 15px;
}
}


/* Pomniejszenie bibliografii wstawianej za pomocą {{Bibliografia start}} */
.mw-body-content #iframeframe > iframe#iframe-discord
.bibliografia {
{
font-size: 85%
width: 300px;
height: 500px;
}
}


/* [[:Kategoria:Szablony_Fb]] */
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-463--L-479 */
table.fb-tab0 { font-size: 100%;    }
.hatnote
table.fb-tab1 { font-size:  90%;    }
{
table.fb-tab2 { font-size:  85%;    }
table.fb-tab3 { font-size:  80%;    }
tr.fb-row0 { color: black; background-color: #EEE; }
tr.fb-row1 { color: black; background-color: white; }
td.fb-result-none { background-color: #CCC; width: 30px; }
td.fb-result-hwin { background-color: #DFE7FF; width: 30px; }
td.fb-result-gwin { background-color: #FFDFDF; width: 30px;}
td.fb-result-draw { background-color: #FFF; width: 30px;}
 
/* Przypisy i [[Szablon:Przypisy]] */
ol.references {
font-size:85%
}
 
/* przekierowania na liście stron będą zaznaczane kursywą */
.allpagesredirect a {
font-style: italic;
font-style: italic;
}
}
/* redirecty w kategoriach też kursywą */
.hatnote i
.redirect-in-category a {
{
font-style: italic;
font-style: normal;
}
}
 
div.hatnote
/* Poniższy kawałek może się nie walidować walidatorem W3C */
{
/* -moz-* i -webkit-* to rozszerzenia producentów przeglądarek(CSS 2.1 4.1.2.1) */
padding-left: 1.6em;
/* column-count pochodzi z modułu "CSS Multi-column Layout" w CSS3 */
margin-bottom: 0.5em;
/* Zignoruj błędy walidatora spowodowane poniższymi definicjami */
/* Używana też: .references-1column */
.references-2column {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
.references-3column {
div.hatnote + div.hatnote
-moz-column-count: 3;
{
-webkit-column-count: 3;
margin-top: -0.5em;
column-count: 3;
}
}


/* Zapobiega zwiększaniu się wysokości linii z indeksami górnymi i dolnymi */
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-1012--L-1015 */
#bodyContent sup, #bodyContent sub {
.history-json,
line-height: 1em;
.chest-json,
}
.chestcontents-json,
 
.sound-json,
/* Nie łamiemy linii w głupich miejscach */
.spawntable-json,
.nowraplinks a, span.texhtml, sup.reference a {
.advancements-json,
white-space: nowrap;
.achievements-json
}
{
 
/* przyciski ułatwiające administrację poczekalnią - domyślnie ukryte */
.poczekalnia {
display:none;
}
 
/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */
#mw-fr-commentbox {
display: none;
display: none;
}
}


/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-991--L-1010 */
.mw-fr-reviewlink {
.historytable-experiment
font-weight: normal;
{
border-top: 1px solid;
border-color: inherit;
margin-top: 0.5em;
padding: 0 1em;
font-size: smaller;
line-height: 1;
background-color: inherit;
}
}
 
.historytable-experiment > div
/* dla tych bez JS */
{
.put-in-header {
margin: -0.5em auto 0;
position:absolute;
padding: 0 0.5em;
right:0;
width: min-content;
top:-30px;
background-color: inherit;
}
}
 
.historytable-experiment + span
/* logowanie */
{
div#userloginForm, div#userlogin {
font-size: small;
float:left;
line-height: 1.3;
padding:1em 1em .7em 1em;
border:2px solid #A3B1BF;
        background-color:#fffffc;
margin-right:2em;
}
 
/* Wikiglob */
.wikiglob {
background:url(http://upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png)
}
 
.coordinates.put-in-header {
        font-size: small;
}
iframe#openstreetmap {
        height: 350px;
        width: 100%;
        clear: both;
}
 
* html .IPA {
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
:first-child ~ html .IPA {
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
.my-buttons {
/* padding: 1em; */
/* margin:5px; */
}
.my-buttons a {
color: black;
background-color: #c0d0e0 ;
font-family:monospace;
font-size: 115%;
text-decoration: none;
border: thin #069 outset;
line-spacing:5pt;
}
.my-buttons a:hover {
background-color: #d0e0f0;
border-style:outset;
}
.my-buttons a:active {
background-color: #e0f0e0;
border-style: inset;
}
var load_edittools = true;
// extra drop down menu on editing for adding special characters
importScript( 'MediaWiki:Edittools.js' );
// Editpage scripts
if( wgAction == 'edit' || wgAction == 'submit' ) {
importScript( 'MediaWiki:Editpage.js' );
}
}

Aktualna wersja na dzień 05:07, 27 paź 2025

@font-face {
	font-family: 'Minecraft';
	src: url('https://minewiki.pl/images/1/1a/Minecraft.woff') format('woff'), url('https://minewiki.pl/images/2/21/Minecraft.woff2') format('woff2');
}

/** Template stylings **/
/* [[Template:Grid]] */
.grid {
	display: inline-block;
	position: relative;
	text-align: left !important;
	background-color: #8B8B8B;
	height: 32px;
	width: 32px;
	padding: 2px;
	vertical-align: bottom;
}
.grid.output {
	height: 48px;
	width: 48px;
}

.grid img,
.pixel-image img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
 
.grid .border {
	display: block;
	margin: -2px 0 0 -2px;
	border-style: solid none none solid;
	border-width: 2px;
	border-color: #373737;
	height: 100%;
}
.grid .border > span {
	display: block;
	margin-right: -2px;
	border-style: none solid solid none;
	border-width: 2px;
	border-color: #FFFFFF;
	height: 100%;
}
 
.grid .image,
.grid .default-image {
	position: absolute;
	line-height: 16px;
	top: 2px;
	width: 32px;
	height: 32px;
}
.grid.output .image {
	top: 10px;
	left: 10px;
}
.grid .image > a.new {
	background-image: url("https://minewiki.pl/images/3/35/Grid_Unknown.png");
	display: block;
	width: 32px;
	height: 32px;
	outline: none;
	text-indent: -99999px;
}
 
.grid .number {
	position: absolute;
	right: -2px;
	bottom: -2px;
	text-align: right;
	font-family: Minecraft;
	font-size: 16px;
	color: #FFF;
	pointer-events: none;
	z-index: 6;
	text-shadow: 2px 2px 0px #3F3F3F;
	filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
}
.grid .number a {
	color: #FFF;
	text-decoration: none;
}
.grid .number .selflink {
	font-weight: normal;
}
.grid .image a.new + .number {
	display: none;
}

.grid-Crafting_Table,
.grid-Furnace,
.grid-Brewing_Stand table,
.grid-generic {
	background: #C6C6C6;
	border: outset 2px #999;
	padding: 6px;
	text-align: left !important;
}
.grid-Crafting_Table td,
.grid-Furnace td,
.grid-Brewing_Stand td,
.grid-generic td {
	border: none;
	padding: 0;
}

/* [[Template:Grid/Crafting Table]] */
.grid-Crafting_Table .arrow,
.grid-Crafting_Table .shapeless {
	text-align: center;
	vertical-align: bottom;
}

.grid-Crafting_Table .arrow {
	width: 40px;
	padding-bottom: 5px;
}

.grid-Crafting_Table .shapeless span {
	cursor: help;
}

/* [[Template:Grid/Furnace]] */
.grid-Furnace {
	padding-left: 24px;
	padding-right: 24px;
}

.grid-Furnace .arrow,
.grid-Furnace .output {
	text-align: center;
	vertical-align: middle;
}

.grid-Furnace .arrow {
	padding-right: 18px !important;
	padding-left: 14px !important;
}

/* [[Template:Grid/Brewing Stand]] */
.grid-Brewing_Stand {
	position: relative;
	width: 144px;
}

.grid-Brewing_Stand .bubbles {
	text-align: right;
}

.grid-Brewing_Stand .input {
	padding: 3px 0 !important;
	vertical-align: top;
}
.grid-Brewing_Stand .output1 {
	padding: 4px 10px 14px 0 !important;
}
.grid-Brewing_Stand .output2 {
	padding-top: 18px !important;
}
.grid-Brewing_Stand .output3 {
	padding: 4px 0 14px 10px !important;
}

.grid-Brewing_Stand .paths {
	position: absolute;
	bottom: 42px;
	left: 42px;
	z-index: 5;
}

/* [[Template:Grid/Hotbar]] */
.grid-Hotbar {
	display: inline-block;
	position: relative;
}
.grid-Hotbar > .selector {
	position: absolute;
	top: -2px;
	margin-left: -2px;
}
.grid-Hotbar > .slots {
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px;
}
.grid-Hotbar .grid {
	margin: 2px;
	background-color: transparent;
}
.grid-Hotbar .grid > .border,
.grid-Hotbar .grid > .border > span {
	border: 0;
	margin: 0;
}

/* [[Template:Infobox common]] */
.infobox {
	clear: right;
	margin: 3px 0px 3px 3px;
	width: 300px;
	font-size: 90%;
	background: #FFFFFF;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 2px;
	overflow: auto;
}

.infobox-title {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
    color: #fff;
}

.infobox-imagearea {
	text-align: center;
	padding: 4px;
}

.infobox table {
	width: 100%;
}

.infobox p {
	margin: 0;
}

.infobox audio {
	width: 184px;
}

.infobox dl:last-child {
	margin-bottom: 0.2em;
}

.infobox-footer {
	text-align: center;
}

/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.infobox dl + dl {
	margin-top: -0.4em;
}

/* What is this? */
.infobox.atfmrec {
	border: none !important;
}

/* [[Template:Infobox row]] */
.infobox-row {
	white-space: nowrap;
	font-weight: bold;
}

/* [[Template:Navbox]] */
.navbox {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 1em auto 0;
	clear: both;
	width: 100%;
}

.navbox table {
	background: #FFF;
	margin-left: -4px;
	margin-right: -2px;
}
.navbox table:first-child {
	margin-top: -2px;
}
.navbox table:last-child {
	margin-bottom: -2px;
}

.navbox .navbox-top {
	white-space: nowrap;
	background-color: #CCC;
	padding: 0 3px;
	text-align: center;
}

.navbox-navbar,
.navbox-navbar-mini {
	float: left;
	font-size: 80%;
}

.navbox-title {
	padding: 0 10px;
	font-size: 110%;
}

.navbox-group,
.navbox th {
	background-color: #EEE;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right;
}
.new-navbox.navbox-group,
.new-navbox.navbox th {
	text-align: center !important;
}

.navbox-list,
.navbox td {
	width: 100%;
	padding: 0 0 0 2px;
}
.new-navbox.navbox-list,
.new-navbox.navbox td {
	width: auto !important;
}


/* [[Template:LoadBox]] with navbox */
.loadbox-navbox {
	padding: 2px !important;
	margin: 1em 0 0 !important;
	clear: both;
}
.loadbox-navbox > p {
	background-color: #CCC;
	text-align: center;
	margin: 0;
	padding: 0 3px;
}
.loadbox-navbox > p > b {
	font-size: 110%;
}

.loadbox-navbox .navbox {
	margin: 0 -2px -2px;
	border: 0;
}
.loadbox-navbox .navbox > tbody > tr:first-child {
	display: none;
}

/* [[Template:History2]] */
.history2 td > pre,
.history2 td > ol {
	display: none;
}

.history2 ul {
	margin-top: 0;
}

.history2 .toggleHistDetails {
	float: right;
	text-align: right;
	width: 150px;
}
.history2 > tbody > tr:first-child > th {
    padding-left: 152px;
}

/* [[Template:Sprite]] */
.sprite {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.sprite:not(:is(#foreign *)) {
	height: 16px;
	width: 16px;
}
.sprite > span {
	position: absolute;
	height: 256px;
	width: 256px;
}

/* [[Template:Sprite/Preview]] */
.sprite-preview:hover div {
	opacity: 0.7 !important;
}


/* [[Template:Schematic]] */
.schematic img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
table.schematic {
  background-color: white;
  border-collapse: collapse;
  line-height: 0;
}
table.schematic td,
span.schematic {
  border: 1px solid #AAAAAA !important;
  padding: 0;
}
table.schematic span,
span.schematic {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
table.schematic span span,
span.schematic span {
  color: black;
  font-weight: bold;
  left: 0;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px #FFF;
  top: 0;
}

/** Misc stuff **/
/* Prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
#toolbar {
	height: 22px;
}

/* proper list without any bullets */
.list-style-none ul,.list-style-none ol {
 list-style:none;
 margin-left:0
}

/* Collapsible Tables ([[MediaWiki:Common.js]]) */
.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,
.collapsible-button {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	float: right;
	text-align: right;
	margin-left: 0.8em;
}
.collapsible.collapse-button-left > tr > th .collapsible-button,
.collapsible.collapse-button-left > * > tr > th .collapsible-button,
.collapsetoggle-left > tr > * > .collapsetoggle,
.collapsetoggle-left > * > tr > * > .collapsetoggle,
.collapsetoggle-left > * > .collapsetoggle {
	float: left;
	text-align: left;
	margin-right: 0.8em;
	margin-left: 0;
}
.collapsible.collapse-button-none > tr > th .collapsible-button,
.collapsible.collapse-button-none > * > tr > th .collapsible-button,
.collapse-button-none > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
.collapsetoggle-inline > * > .collapsetoggle {
	float: none;
	text-align:left;
}

.collapsetoggle-custom {
	visibility: hidden;
}

/* Alternating cell background, primarily used with [[Template:Infobox row]] */
.alternatecells:nth-child(odd) {
	background-color: #F9F9F9;
}
/* Alternating table rows */
.alternaterows tr:nth-child(even) {
	background-color: #F9F9F9;
}

/* The grass header used throughout the wiki */
.mcwiki-header,
#curse-panel .block_header {
    background-image: url("https://minewiki.pl/images/c/c1/GrassBackground.png");
    border-top: 6px solid #81bb5b;
	border: 1px solid #ccc;
	border-bottom: 4px groove #999999;
	border-right: 4px groove #999999;
	padding: 5px;
	color: #fff;
}

/* Make transparency visible on image pages */
.filehistory a img,
#file img:hover {
	background: url("https://minewiki.pl/images/8/8c/Transparent.png") repeat;
}
#file button img {
	background: none !important;
}

/* Scale file page image to the width of the page */
#file img {
	max-width: 100%;
	height: auto;
}

/* Remove margin from file page table */
#mw-imagepage-section-filehistory .filehistory {
	margin-right: 0;
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target { 
	background-color: #C1DAF2;
}

/* Style the sitenotice and fix up its awful spacing (why is it even a table!?) */
#siteNotice #localNotice,
.page-MediaWiki_Sitenotice .mw-content-ltr > div
 {
  	background-color: transparent !important;
/*	border: 1px solid #D3D3D3;*/
	margin-bottom: 12px;
	text-align: center;
    border: none;
}
#siteNotice #mw-dismissable-notice #localNotice {
	/* Note to other languages: Change this to the same width as the "dismiss" button in your language, this makes the sitenotice centred better */
	margin-left: 55px;
}

#siteNotice td:first-child {
	width: 100%;
}

#localNotice div p {
	padding: 0.4em 0 0.5em;
	margin: 0;
}

/* Allow parts of toc to be hidden */
/* Section levels */
.toc-hidelevel2 .toclevel-1 ul,
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-2 ul,
/* Numbers */
.toc-nonumbers .tocnumber {
	display: none;
}

/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
.collapsible.collapsed > tr,
.collapsible.collapsed > tbody > tr {
	display: none;
}
.collapsible.collapsed > tr:first-child,
.collapsible.collapsed > tbody > tr:first-child {
	display: table-row;
}
.collapsible.collapsed > thead + tbody > tr:first-child {
	display: none;
}

/* Turn a list into a tree view style (See [[.minecraft]]) */
.treeview {
	margin-top: 0.3em;
}

.treeview ul,
.treeview li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.treeview li {
	display: table;
}

.treeview li li {
	position: relative;
	padding-left: 13px;
	margin-left: 7px;
	border-left: 1px solid #636363;
}
.treeview li li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	border-bottom: 1px solid #636363;
}

.treeview li li.first:before {
	border-color: #636363;
	border-style: solid;
	border-width: 1px 0 0 1px;
	height: 100%;
	margin-top: 11px;
	width: 10px;
}
.treeview li li.first,
.treeview li li:last-child {
	border: 0;
	padding-left: 14px;
}
.treeview li li:last-child:before {
	border-left: 1px solid #636363;
	width: 10px;
}

/* Simulate link styling for JS only links */
.jslink {
	color: var(--theme-link-color);
}
.jslink:hover {
	color: var(--theme-link-color--hover);
	cursor: pointer;
	text-decoration: underline;
}

/* Improve styling of sub-categories */
#mw-subcategories ul {
	list-style-type: none;
	margin-left: 10px;
}

/* Use text arrows for enhanced rc instead of outdated (and broken) images */
td.mw-enhanced-rc {
	padding-left: 13px !important;
}
td + td.mw-enhanced-rc {
	padding-left: 0 !important;
}

.mw-enhanced-rc img {
	display: none;
}

.mw-rc-openarrow:after {
	content: "►";
}
.mw-rc-closearrow:after {
	content: "▼";
}

table.mw-enhanced-rc .mw-collapsible-toggle {
	cursor: pointer;
	color: #0645AD;
}

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

.hlist li {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
}
.hlist li:after {
	content: " •";
}
.hlist li:last-child:after,
.hlist li.last-child:after {
	content: "";
}

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

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

/* Generic styling for animation class */
.animated > *:not(.active):not(.skip),
.paused > *:not(.active):not(.skip) {
        display: none;
}

.nowrap {
	white-space: nowrap;
}

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

/* Cite text needs to be a block element, but should display inline */

div.cite-reference-text {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

/* Mark internal links as plain */
/*
#content a.external[href^="//minewiki.pl"], 
#content a.external[href^="http://minewiki.pl"],
#content a.external[href^="https://minewiki.pl"] {
	background: none;
	padding-right: 0;
}
*/


/* Make tabs the correct size */
* {
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
}
.new-navbox tr td li { 
display: inline-block;
padding-right: 5px;
}
.new-navbox tr td li:last-child { 
padding-right: 0px;
}
.new-navbox tr td li:last-child::after { 
content: "";
}
.new-navbox tr td ul { 
display: inline-block;
margin: 0px;
}
.new-navbox tr td li ul { 
font-size: 90%;
}
.new-navbox tr td li ul::before { 
content: " (";
}
.new-navbox tr td li ul::after { 
content: ") ";
}
.new-navbox tr td li::after { 
content: " •  ";
}

/* Fixes for small screens */
@media screen and (max-width: 720px) {
	#mw-head {
		top: 13px;
	}
	
	div#mw-navigation div#mw-panel {
		position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
	}
}

@media screen and (max-width: 500px) {
	/* TOC fix */
	#mw-content-text > .mw-parser-output > div[style*="float"] {
		float: none !important;
		margin: 0 !important;
	}
}

/*  START NOTIFICATIONS */
div.alert-message {
	display: block;
	padding: 13px 12px 12px;
	font-weight: bold !important;
	font-size: 14px;
	color: white;
	background-color: #2ba6cb;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	position: relative;
}
div.alert-message a {
	color: white !important;
	text-decoration: underline !important;
}
div.alert-message .box-icon {
	display: block;
	float: left;
	background-image: url('https://minewiki.pl/images/a/a6/NoticeIcon.png');
	width: 30px;
	height: 25px;
	margin-top: -2px;
	background-position: -8px -8px;
}
div.alert-message p {
	margin: 0px !important;
}
div.alert-message.success {
	background-color: #5da423;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-message.success .box-icon {
	background-position: -48px -8px;
}
div.alert-message.warning {
	background-color: #e3b000;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.61);
}
div.alert-message.warning .box-icon {
	background-position: -88px -8px;
}
div.alert-message.error {
	background-color: #c60f13;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-message.error .box-icon {
	background-position: -128px -8px;
}

/* END NOTIFICATIONS */

/* linki zewnętrzne do wewnątrz jako plaintext */
#content a.external[href^="http://prisonwiki.pl"] {
	background: none;
	padding-right: 0;
}
#content a.external[href^="http://devwiki.introversion.co.uk"] {
	background: none;
	padding-right: 0;
}
.plainlink a {
	background: none !important;
	padding-right: 0 !important;
}

/* Styling for minecraft style tooltip */
#minetip-tooltip {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #100010;
	background-color: rgba(16, 0, 16, 0.94);
	color: #FFF;
	padding: 0.375em;
    font-family: Minecraft, sans-serif;
	font-size: 16px;
	word-spacing: 4px;
	white-space: nowrap;
	line-height: 1.25em;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
	margin: 0.125em 0.25em;
	pointer-events: none;
	z-index: 99;
}
#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;
}

/* For [[Nodule:Inventory slot]] */
.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;
}

.invslot-item-image > a.new:first-child {
	background: url('https://minewiki.pl/images/0/07/InvCSS.png') no-repeat content-box;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

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

.invslot-plain,
.invslot-plain * .invslot {
	background-color: transparent;
	border: 0;
}
.invslot-plain:before,
.invslot-plain:after,
.invslot-plain * .invslot:before,
.invslot-plain * .invslot:after {
	content: none;
}
.invslot-plain > .invslot-item,
.invslot-plain > .invslot-item,
.invslot-plain * .invslot > .invslot-item,
.invslot-plain * .invslot > .invslot-item > a:first-child {
	margin: 0;
	padding: 0;
}

.inv-sprite {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

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

/* Style for [[Moduł:Dokumentacja]] */
.doc-image		{
				float:left;
				margin-right:10px;
				}

/* Стиль для кнопки «следить за страницей» */
.menu * #ca-unwatch * a:focus,
.menu * #ca-watch * a:focus,
.menu * #ca-unwatch * a,
.menu * #ca-watch * a
	{
	background-image: none !important;
	padding: 0.5em !important;
	height: 16px !important;
	width: auto !important;
	}

/* Taken from https://minecraft.gamepedia.com/MediaWiki:Gadget-site-styles.css */

@supports ((object-fit: contain) or (-o-object-fit: contain)) {
	.edition-box img {
		min-height: 50px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

/* Style the sitenotice */
#siteNotice .globalNotice {
	background-color: #FFF;
	border: 1px solid #D3D3D3;
	margin-bottom: 12px;
	text-align: center;
}

.edition-group {
    display: flex;
    flex-wrap: wrap;
}

.edition-group .edition-box {
    flex: 17.4em;
}

#main-page.main-page {
	display: -ms-grid;
	-ms-grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k";
	-ms-grid-template-columns: 100%;
	display: grid;
	grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k";
	grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
	#main-page.main-page {
		-ms-grid-template-areas: "a a a" "b b b" "c c d" "e f g" "h i j" "k k k";
		-ms-grid-template-columns: 33% 33% 34%;
		grid-template-areas: "a a a" "b b b" "c c d" "e f g" "h i j" "k k k";
		grid-template-columns: 33% 33% 34%;
	}
}

#main-page.main-page {
	margin: -1px;
}

.fp-section {
	background-color: #FCFCFC;
	border: 1px solid #ccc;
	vertical-align: top;
	margin: 1px;
	width: calc(100% - 4px);
}

#fp-1 {
	-ms-grid-area: a;
	grid-area: a;
}

#fp-2 {
	-ms-grid-area: b;
	grid-area: b;
}

#fp-3 {
	-ms-grid-area: c;
	grid-area: c;
}

#fp-4 {
	-ms-grid-area: d;
	grid-area: d;
}

#fp-5 {
	-ms-grid-area: e;
	grid-area: e;
}

#fp-6 {
	-ms-grid-area: f;
	grid-area: f;
}

#fp-7 {
	-ms-grid-area: g;
	grid-area: g;
}

#fp-8 {
	-ms-grid-area: h;
	grid-area: h;
}

#fp-9 {
	-ms-grid-area: i;
	grid-area: i;
}

#fp-10 {
	-ms-grid-area: j;
	grid-area: j;
}

#fp-11 {
	-ms-grid-area: k;
	grid-area: k;
}
@media screen and (min-width:990px) {
	#fp-11 {
		width: 75%;
		margin: 0 auto;
	}
}

#fp-header.fp-header {
	display: -ms-grid;
	-ms-grid-template-areas: "aa" "ac" "ab";
	-ms-grid-template-columns: 100%;
	display: grid;
	grid-template-areas: "aa" "ac" "ab";
	grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
	#fp-header.fp-header {
		-ms-grid-template-areas: "aa ab" "ac ac";
		-ms-grid-template-columns: 335px 1fr;
		grid-template-areas: "aa ab" "ac ac";
		grid-template-columns: 335px 1fr;
	}
}
@media screen and (min-width:1350px) {
	#fp-header.fp-header {
		-ms-grid-template-columns: 25% 75%;
		grid-template-columns: 25% 75%;
	}
}

#fp-header-file {
	-ms-grid-area: aa;
	grid-area: aa;
}

#fp-header-links {
	-ms-grid-area: ab;
	grid-area: ab;
}

#fp-header-text {
	-ms-grid-area: ac;
	grid-area: ac;
}

#fp-header-file {
	margin: auto;
}
@media screen and (min-width:990px) {
	#fp-header-file {
		margin: auto 0;
	}
}

#fp-header-links {
	margin: auto 0;
}

#fp-header-links ul {
    display: grid;
    grid-auto-rows: min-content;
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(max(160px, 33.333%), 1fr));
}

/* search on small screens */
@media screen and (max-width: 720px) {
	#mw-head {
		top: 13px;
	}
	
	div#p-search form {
		background: none;
		border: none;
		margin: 0;
	}
	
	div#p-search form::before,
	div#p-search form::after {
		border: none;
	}
	
	div#simpleSearch::before {
		border-left-color: transparent;
	}
	
	div#simpleSearch::after {
		border-top-color: transparent;
	}
}

/* UCP zepsuło flaggedrevs */

.flaggedrevs-pending a, .flaggedrevs-pending a:visited {
	   color: #0b0080;
}
.flaggedrevs-pending a, .flaggedrevs-pending a {
	   color: #0645ad;
}
div.flaggedrevs_preview {
	background-color: #eaf3ff;
	color: var(--themed-text-color);
}
.wgl-theme-dark .flaggedrevs-color-1 {
	background-color: #323e4d;
}
.flaggedrevs-color-1 {
	background-color: #d4e7ff;
	padding: 3px;
}
/* https://minewiki.pl/Szablon:InvSprite */
#spritedoc .spritedoc-boxes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 1px 1px;
	margin: 0.5em 0;
}
.spritedoc-box {
	position: relative;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em;
	background: #F9F9F9;
	border: 1px solid #CCC;
	margin: 0 0 -1px -1px;
}
.spritedoc-image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	line-height: 0;
}
#spritedoc .spritedoc-names {
	display: inline-block;
	vertical-align: middle;
	width: 14em;
	margin: 0;
	list-style: none;
}

.osoba {
	background-color: #CCCCCC;
}
.blockrow {
	background-color: #FFFFFF;
}
.blockrow2 {
	background-color: #F9F9F9;
}

/* Szalon:Przypisy */
p.refSection-intro {
	font-style: italic;
	color: var(--lt-color-gray-600);
	margin-bottom: 5px
}
.wgl-theme-dark p.refSection-intro {
	color: var(--lt-color-gray-500)
}
.refSection.columns-2 ol.references {
	column-count: 2
}
.refSection.columns-3 ol.references {
	column-count: 3
}
.refSection.columns-4 ol.references {
	column-count: 4
}

.sprite:not(:is(#foreign *)),
.inv-sprite {
	background-image: url('https://minewiki.pl/images/0/07/InvCSS.png');
}

#iubenda-iframe a.iub-iframe-brand-button, div.iubenda-cs-brand-badge-outer a.iubenda-cs-brand-badge, div.iub__us-widget, div.iubenda-tp-btn-container
{
	display: none !important;
}
button.iubenda-tp-btn.iubenda-cs-preferences-link
{
	visibility: hidden !important;
}

table.special-archives
{
	width: 100%;
	table-layout: fixed;
}

div.foreign
{
	background-color: #C3C3C3;
	border: 1px solid #7F7F7F;
	text-align: center;
	padding: 5px;
	margin: 15px;
}

.mw-body-content #iframeframe > iframe#iframe-discord
{
	width: 300px;
	height: 500px;
}

/* https://minecraft.wiki/w/MediaWiki:Common.css#L-463--L-479  */
.hatnote
{
	font-style: italic;
}
.hatnote i
{
	font-style: normal;
}
div.hatnote
{
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}
div.hatnote + div.hatnote
{
	margin-top: -0.5em;
}

/* https://minecraft.wiki/w/MediaWiki:Common.css#L-1012--L-1015 */
.history-json,
.chest-json,
.chestcontents-json,
.sound-json,
.spawntable-json,
.advancements-json,
.achievements-json
{
	display: none;
}

/* https://minecraft.wiki/w/MediaWiki:Common.css#L-991--L-1010 */
.historytable-experiment
{
	border-top: 1px solid;
	border-color: inherit;
	margin-top: 0.5em;
	padding: 0 1em;
	font-size: smaller;
	line-height: 1;
	background-color: inherit;
}
.historytable-experiment > div
{
	margin: -0.5em auto 0;
	padding: 0 0.5em;
	width: min-content;
	background-color: inherit;
}
.historytable-experiment + span
{
	font-size: small;
	line-height: 1.3;
}