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 144 wersji utworzonych przez 23 użytkowników)
Linia 1: Linia 1:
/* Logo */
@font-face {
 
font-family: 'Minecraft';
#p-logo a {  
src: url('https://minewiki.pl/images/1/1a/Minecraft.woff') format('woff'), url('https://minewiki.pl/images/2/21/Minecraft.woff2') format('woff2');
background-image:url(http://pl.minecraftwiki.net/images/c/c9/Logo.png) !important; }
 
 
/* Styl CSS importowany do wszystkich skórek. Zawiera wspólne klasy CSS.
 
*/
 
@media print {
    /* Nie drukuj linków do edycji, komunikatów (ek, stub), szablonów nawigacyjnych */
    .editlink, .noprint, .metadata, .dablink, .navbox, .NavFrame { display: none }
    #content { background: #FFF; } /* białe tło na wydruku */
    /* Pokaż na wydruku przy szablonie {{Cytuj stronę}} adres URL zgodnie z normą cytowania */
    .cytuj_strone_url{visibility: visible;}
    /* tak jak jest na ekranie */
    #footer li {display: inline;}
}
}


/* bug w nowym edittoolbarze */
/** Template stylings **/
div#edittoolbar {clear:both}
/* [[Template:Grid]] */
 
.grid {
/* Nie dawać większego ze względu na IE! */
display: inline-block;
#searchGoButton { padding:0 4px !important; }
position: relative;
 
text-align: left !important;
/* Poprawka umieszczenia obrazków pod sobą dla skórek innych niż Monobook.css */
background-color: #8B8B8B;
div.tright {
height: 32px;
    clear: right;
width: 32px;
padding: 2px;
vertical-align: bottom;
}
}
div.tleft {
.grid.output {
    clear: left;
height: 48px;
width: 48px;
}
}


/* search keyboard settings */
.grid img,
.search_keyboard a {
.pixel-image img {
    padding: 0 3px;
image-rendering: -moz-crisp-edges;
    border: 1px outset #ddd;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}
}
.search_keyboard a:hover {
    border: 1px inset #ddd;
.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 {
/* universalna ramka zamiast szablonu border */
display: block;
#bodyContent .ramka {
margin-right: -2px;
    display:table-cell;
border-style: none solid solid none;
    border-collapse:collapse;
border-width: 2px;
    border:1px solid #BBB;
border-color: #FFFFFF;
height: 100%;
}
}
 
/* zapobieganie rozjeżdżaniu stron */
.grid .image,
#bodyContent pre {overflow:auto}
.grid .default-image {
 
position: absolute;
/* ----
line-height: 16px;
  Klasy do spisu treści pomocy i ew. pokrewnych.
top: 2px;
---- */
width: 32px;
 
height: 32px;
/* powrót do spisu treści itp. */
#bodyContent .helplink_back a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Torchlight_back.png/15px-Torchlight_back.png") center left no-repeat;
    padding-left: 19px;
    padding-right: 0;
}
}
/* przejście do następnej strony pomocy itp. */
.grid.output .image {
#bodyContent .helplink_forward a {
top: 10px;
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Torchlight_forward.png/15px-Torchlight_forward.png") center right no-repeat;
left: 10px;
    padding-right: 19px;
    padding-left: 0;
}
}
/* podstrona tematyczna */
.grid .image > a.new {
#bodyContent .helplink_subpage a, #bodyContent .legenda .helplink_subpage {
background-image: url("https://minewiki.pl/images/3/35/Grid_Unknown.png");
    background: url("http://upload.wikimedia.org/wikipedia/commons/d/d7/A_help_folder.gif") center left no-repeat;
display: block;
    padding-left: 14px;
width: 32px;
    padding-right: 0;
height: 32px;
outline: none;
text-indent: -99999px;
}
}
/* strona pomocy */
#bodyContent .helplink_helppage a, #bodyContent .legenda .helplink_helppage {
.grid .number {
    background: url("http://upload.wikimedia.org/wikipedia/commons/3/3c/A_help_text.gif") center left no-repeat;
position: absolute;
    padding-left: 14px;
right: -2px;
    padding-right: 0;
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);
}
}
/* kategoria */
.grid .number a {
#bodyContent .helplink_catpage a, #bodyContent .legenda .helplink_catpage {
color: #FFF;
    background: url("http://upload.wikimedia.org/wikipedia/commons/4/40/A_help_category.gif") center left no-repeat;
text-decoration: none;
    padding-left: 14px;
    padding-right: 0;
}
}
/* strona specjalna */
.grid .number .selflink {
#bodyContent .helplink_specpage a, #bodyContent .legenda .helplink_specpage {
font-weight: normal;
    background: url("http://upload.wikimedia.org/wikipedia/commons/b/b6/A_help_special.gif") center left no-repeat;
    padding-left: 14px;
    padding-right: 0;
}
}
/* strona portalu */
.grid .image a.new + .number {
#bodyContent .helplink_orgpage a, #bodyContent .legenda .helplink_orgpage {
display: none;
    background: url("http://upload.wikimedia.org/wikipedia/commons/8/88/A_help_portal.gif") center left no-repeat;
    padding-left: 14px;
    padding-right: 0;
}
}


 
.grid-Crafting_Table,
/* klasa audiolink dla szablonu Audio */
.grid-Furnace,
#bodyContent .audiolink a {
.grid-Brewing_Stand table,
    background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat;
.grid-generic {
    padding-left: 15px;
background: #C6C6C6;
border: outset 2px #999;
padding: 6px;
text-align: left !important;
}
}
 
.grid-Crafting_Table td,
/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
.grid-Furnace td,
table.topalign td, table.topalign th {
.grid-Brewing_Stand td,
    vertical-align: top;
.grid-generic td {
}
border: none;
/* analogicznie bottomalign i centeralign */
padding: 0;
table.bottomalign td, table.bottomalign th {
    vertical-align: bottom;
}
/* analogicznie bottomalign i middlealign */
table.middlealign td, table.middlealign th {
    vertical-align: middle;
}
}


/* klasa wikitable dla ładniejszego wyglądu tabelek */
/* [[Template:Grid/Crafting Table]] */
 
.grid-Crafting_Table .arrow,
table.wikitable {
.grid-Crafting_Table .shapeless {
    margin: 1em 1em 1em 0;
text-align: center;
    background: #f9f9f9;
vertical-align: bottom;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
table.wikitable tbody {
    background: #fff;
}
}


table.wikitable th, table.wikitable td {
.grid-Crafting_Table .arrow {
    border: 1px #aaa solid;
width: 40px;
    padding: 0.2em;
padding-bottom: 5px;
}
}


table.wikitable th {
.grid-Crafting_Table .shapeless span {
    background: #f2f2f2;
cursor: help;
    text-align: center;
}
}


table.wikitable caption {
/* [[Template:Grid/Furnace]] */
    margin-left: inherit;
.grid-Furnace {
    margin-right: inherit;
padding-left: 24px;
padding-right: 24px;
}
}


/* Style dla infoboksów */
.grid-Furnace .arrow,
 
.grid-Furnace .output {
.infobox {
text-align: center;
    border: 1px solid #aaa;
vertical-align: middle;
    background-color: #f8f8f8;
    border-collapse: collapse;
    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,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
}


.infobox.sisterproject {
.grid-Furnace .arrow {
    width: 20em;
padding-right: 18px !important;
    font-size: 90%;
padding-left: 14px !important;
}
}


/* styles for bordered infobox with merged rows */
/* [[Template:Grid/Brewing Stand]] */
.infobox.bordered .mergedtoprow td,
.grid-Brewing_Stand {
.infobox.bordered .mergedtoprow th {
position: relative;
    border: 0;
width: 144px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
}


.infobox.bordered .mergedrow td,
.grid-Brewing_Stand .bubbles {
.infobox.bordered .mergedrow th {
text-align: right;
    border: 0;
    border-right: 1px solid #aaa;
}
}
.infobox ul,ol { margin-top: 0px; }


/* Style boksów z Merge i Split */
.grid-Brewing_Stand .input {
 
padding: 3px 0 !important;
.messagebox {
vertical-align: top;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    margin: 0 auto 1em auto;
    padding: .2em;
    text-align: justify;
}
}
.messagebox.merge {
.grid-Brewing_Stand .output1 {
    border: 1px solid #cf9fff;
padding: 4px 10px 14px 0 !important;
    background-color: #f5edf5;
    text-align: center;
}
}
 
.grid-Brewing_Stand .output2 {
.messagebox.talk {
padding-top: 18px !important;
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
}
 
.grid-Brewing_Stand .output3 {
.messagebox.nested-talk {
padding: 4px 0 14px 10px !important;
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 4px 2px 4px;
}
}


.messagebox.small, .messagebox.small-talk {
.grid-Brewing_Stand .paths {
    width: 238px;
position: absolute;
    font-size: 85%;
bottom: 42px;
    float: right;
left: 42px;
    clear: both;
z-index: 5;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
 
.messagebox.small-talk {
    background: #F8EABA;
}
}


/* Standardowe szablony nawigacyjne. Dokumentacja pod [[en:Wikipedia:NavFrame]]. */
/* [[Template:Grid/Hotbar]] */
div.Boxmerge,
.grid-Hotbar {
div.NavFrame {
display: inline-block;
    margin: 0;
position: relative;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame,
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
}
div.NavFrame div.NavContent {
.grid-Hotbar > .selector {
    font-size: 100%;
position: absolute;
top: -2px;
margin-left: -2px;
}
}
div.NavFrame div.NavContent p {
.grid-Hotbar > .slots {
    font-size: 100%;
position: absolute;
top: 0;
left: 0;
margin: 2px;
}
}
div.NavEnd {
.grid-Hotbar .grid {
    margin: 0;
margin: 2px;
    padding: 0;
background-color: transparent;
    line-height: 1px;
    clear: both;
}
}
a.NavToggle {
.grid-Hotbar .grid > .border,
    position: absolute;
.grid-Hotbar .grid > .border > span {
    top: 0;
border: 0;
    right: 3px;
margin: 0;
    font-weight: normal;
    font-size: 90%;
    color:inherit;
}
}


.nounderlines a {text-decoration: none}
/* [[Template:Infobox common]] */
 
.infobox {
.CollapseButton {
clear: right;
    font-size: x-small;
margin: 3px 0px 3px 3px;
    float: right;
width: 300px;
    font-weight: normal;
font-size: 90%;
    text-align: right;
background: #FFFFFF;
    width: 36px;
float: right;
border: 1px solid #CCCCCC;
padding: 2px;
overflow: auto;
}
}


/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
.infobox-title {
ol.references > li:target {
font-weight: bold;
     background-color: #DEF;
text-align: center;
font-size: 120%;
     color: #fff;
}
}


/* Dla wskaźnika ilości zmienionych bajtów */
.infobox-imagearea {
strong.mw-plusminus-neg { color:#c00 }
text-align: center;
span.mw-plusminus-neg { color:#900 }
padding: 4px;
span.mw-plusminus-pos { color:#060 }
 
/* Klasa dla szablonu {{Main}} */
.detail, .details {
    margin: 0 0 0.7em 2em;
    border: 1px solid #e7e7e7;
    border-width: 1px 0;
    text-align:left;
    font-size:95%;
    background: #fdfdfd;
    padding:1px 4px;
    display: table;
}
.detail > span {
    display: table-row;
}
.detail > span > span {
    display: table-cell;
    padding-left: 4px;
    width:100%;
}
}


/* Podświetlanie nie wypełnionego opisu zmian - zobacz [[Mediawiki:Monobook.js]] */
.infobox table {
input.warning {
width: 100%;
    border: 2px solid red;
}
.warning label {
    color:red;
    font-weight:bold;
}
}


/* przyciski dodawania opisów */
.infobox p {
.userSummaryButtons a, #userSummaryButtons a {
margin: 0;
    background: #cfc;
    border: 1px dotted #090;
    padding: 0 2px;
    margin: 2px;
    cursor: pointer;
    font-size: 80%;
    line-height: 17px;
    color: black;
    white-space: nowrap;
}
}


.userSummaryButtons a:hover, #userSummaryButtons a:hover {
.infobox audio {
    background: #bfb;
width: 184px;
    border: 1px solid #9c9;
    text-decoration:none;
}
}


/* poprawne wyświetlanie tytułów z indeksami z użyciem szablonu {{małą literą}} */
.infobox dl:last-child {
.firstHeading {
margin-bottom: 0.2em;
    line-height: 1.2em
}
}


/*Add formatting to make sure that "external references" from [[Template:Ref]] do
.infobox-footer {
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
text-align: center;
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "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
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
*/
 
.plainlinksneverexpand {
    background: none ! important;
    padding: 0 ! important;
}
}


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


/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
/* What is this? */
  the arrow...
.infobox.atfmrec {
*/
border: none !important;
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}
}


/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
/* [[Template:Infobox row]] */
  following the anchor A, the anchor itself now has class "external autonumber" and the
.infobox-row {
  expansion is inserted when printing (see the common printing style sheet at
white-space: nowrap;
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
font-weight: bold;
  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 */
/* [[Template:Navbox]] */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
.navbox {
    border: none;
background: #FFF;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
border: 1px solid #CCC;
    width: 100%;   /* Make all mboxes the same width regardless of text length */
margin: 1em auto 0;
clear: both;
width: 100%;
}
}


td.mbox-image {                 /* The left image cell */
.navbox table {
    border: none;
background: #FFF;
    padding: 2px 0 2px 0.9em;   /* 0.9em left, 0 right */
margin-left: -4px;
    text-align: center;
margin-right: -2px;
}
}
 
.navbox table:first-child {
td.mbox-imageright {             /* The right image cell */
margin-top: -2px;
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0 left, 0.9em right */
    text-align: center;
}
}
 
.navbox table:last-child {
td.mbox-empty-cell {         /* An empty narrow cell */
margin-bottom: -2px;
    border: none;
    padding: 0;
    width: 1px;
}
}


/* Article message box template styles */
.navbox .navbox-top {
table.ambox {
white-space: nowrap;
    margin: 0 10%;                        /* Will not overlap with other elements */
background-color: #CCC;
    border-collapse: collapse;
padding: 0 3px;
    background-color: #fbfbfb !important;
text-align: center;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;       /* Default "notice" blue */
}
}


table.ambox th.ambox-text, table.ambox td.ambox-text {     /* The message body cell(s) */
.navbox-navbar,
    padding: 0.25em 0.5em;             /* 0.5em left/right */
.navbox-navbar-mini {
    width: 100%;                       /* Make all templates the same width regardless of text size */
float: left;
font-size: 80%;
}
}


table.ambox td.ambox-image {         /* The left image cell */
.navbox-title {
    padding: 2px 0 2px 0.5em;         /* 0.5em left, 0 right */
padding: 0 10px;
    text-align: center;
font-size: 110%;
}
}


table.ambox td.ambox-imageright {    /* The right image cell */
.navbox-group,
    padding: 2px 4px 2px 0;           /* 0 left, 4px right */
.navbox th {
    text-align: center;
background-color: #EEE;
padding: 0 10px;
white-space: nowrap;
text-align: right;
}
}
 
.new-navbox.navbox-group,
table.ambox-notice {
.new-navbox.navbox th {
    border-left: 10px solid #1e90ff;       /* Blue */
text-align: center !important;
}
}


table.ambox-delete,
.navbox-list,
table.ambox-serious {
.navbox td {
    border-left: 10px solid #b22222;       /* Red */
width: 100%;
padding: 0 0 0 2px;
}
}
 
.new-navbox.navbox-list,
table.ambox-content {
.new-navbox.navbox td {
    border-left: 10px solid #f28500;       /* Orange */
width: auto !important;
}
}


table.ambox-style {
    border-left: 10px solid #f4c430;      /* Yellow */
}


table.ambox-merge {
/* [[Template:LoadBox]] with navbox */
    border-left: 10px solid #9932cc;       /* Purple */
.loadbox-navbox {
padding: 2px !important;
margin: 1em 0 0 !important;
clear: both;
}
}
 
.loadbox-navbox > p {
table.ambox-protection {
background-color: #CCC;
    border-left: 10px solid #bba;         /* Gray */
text-align: center;
margin: 0;
padding: 0 3px;
}
}
 
.loadbox-navbox > p > b {
table.ambox.ambox-mini {                 /* small floating box variant */
font-size: 110%;
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
}


/* Footer and header message box styles */
.loadbox-navbox .navbox {
table.fmbox {
margin: 0 -2px -2px;
    clear: both;
border: 0;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
}
table.fmbox-system {
.loadbox-navbox .navbox > tbody > tr:first-child {
    background: #f9f9f9;
display: none;
}
}
table.fmbox-warning {
 
    border: 1px solid #bb7070;  /* Dark pink */
/* [[Template:History2]] */
    background: #ffdbdb;        /* Pink */
.history2 td > pre,
}
.history2 td > ol {
table.fmbox-editnotice {
display: none;
    background: transparent;
}
}


/* Klasa dokumentacji */
.history2 ul {
.template-documentation {
margin-top: 0;
    background-color:#ECFCF4;
    border:1px solid #AAAAAA;
    clear:both;
    margin:1em 0pt 0pt;
    padding:5px;
}
}


/* Ukrycie głównego nagłówka na górze strony */
.history2 .toggleHistDetails {
.page-Strona_główna_Nowa h1,
float: right;
.page-Strona_główna_Nowa #catlinks,
text-align: right;
.page-Strona_główna h1,
width: 150px;
.page-Strona_główna #catlinks
{
    display:none
}
}
/* poprawka formatowania nagłówków boksów */
.history2 > tbody > tr:first-child > th {
.page-Strona_główna_Nowa #content h2,
     padding-left: 152px;
.page-Strona_główna #content h2,
.page-Strona_główna_Nowa #mw_content h2,
.page-Strona_główna #mw_content h2
{
     margin:0;
}
}


/* Style z przeznaczeniem dla strony głównej */
/* [[Template:Sprite]] */
#mp_head {
.sprite {
    position:relative;
display: inline-block;
    vertical-align:top;  
position: relative;
    border:1px solid #a7d7f9;
overflow: hidden;
    overflow: hidden;
vertical-align: middle;
    -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
    margin:2px;
    font-size:14px;
}
}
#mp_head table {
.sprite:not(:is(#foreign *)) {
    width:100%; margin-bottom:1px; vertical-align:top; font-size:105%; background:transparent;
height: 16px;
    position:relative;
width: 16px;
    z-index:2;
}
}
#mp_head_back {
.sprite > span {
    display:block;
position: absolute;
    position:absolute;
height: 256px;
    left:0px;
width: 256px;
    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;
/* [[Template:Sprite/Preview]] */
.sprite-preview:hover div {
opacity: 0.7 !important;
}
}
.wyszarz {
 
    color:#666;
 
/* [[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;
}
}
#mp_search {
table.schematic {
    margin:.75em 0 .4em;
  background-color: white;
    position:relative;
  border-collapse: collapse;
  line-height: 0;
}
}
#mp_search input {
table.schematic td,
    font-size:20px;
span.schematic {
  border: 1px solid #AAAAAA !important;
  padding: 0;
}
}
#mp_search .search_area a img {
table.schematic span,
    height:25px;
span.schematic {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
}
#mp_search .search_area div {
table.schematic span span,
    position:relative;
span.schematic span {
    margin-right:130px;
  color: black;
    top:1px;
  font-weight: bold;
  left: 0;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px #FFF;
  top: 0;
}
}
#mp_search .search_area a {
 
    display:block;
/** Misc stuff **/
    position:absolute;
/* Prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
    right:0px;
#toolbar {
    top:2px;
height: 22px;
}
}
#mp_search .button_area {
 
    position:absolute;
/* proper list without any bullets */
    right:0px;
.list-style-none ul,.list-style-none ol {
    top:0px;
list-style:none;
    width: 120px;
margin-left:0
}
#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 */
/* Collapsible Tables ([[MediaWiki:Common.js]]) */
@media screen and (max-width: 500px) {
.collapsible.collapsed > tbody > tr:not(:first-child),
    body #mp_search .search_area div {
.collapsible.collapsed > thead + tbody > tr:first-child,
        margin-right:0;
.collapsible.collapsed > tbody + tbody > tr:first-child,
    }
.collapsible.collapsed > tfoot > tr,
    body #mp_search .search_area a,
.collapsible.collapsed > .collapsible-content {
    body #mp_search .button_area {
display: none;
        position:relative;
        float:left;
        margin:5px;
    }
    body #mp_search .last_area {
        clear:both;
    }
}
}


/* Wspólne style dla nagłówków na SG */
.collapsetoggle,
.page-Strona_główna h2 {
.collapsible-button {
    font: 13pt Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
display: inline-block;
    padding: 5px 5px 5px 1em; margin: 0;   /* margines przy nagłówkach na stronie głównej */
font-weight: normal;
    border-bottom:1px solid #AAAAAA;
font-style: normal;
float: right;
text-align: right;
margin-left: 0.8em;
}
}
/* default skin for navigation boxes */
.collapsible.collapse-button-left > tr > th .collapsible-button,
table.navbox {            /* navbox container style */
.collapsible.collapse-button-left > * > tr > th .collapsible-button,
    border:1px solid #aaa;
.collapsetoggle-left > tr > * > .collapsetoggle,
    width:100%;
.collapsetoggle-left > * > tr > * > .collapsetoggle,
    margin:auto;
.collapsetoggle-left > * > .collapsetoggle {
    clear:both;
float: left;
    font-size:88%;
text-align: left;
    text-align:center;
margin-right: 0.8em;
    padding:1px;
margin-left: 0;
}
}
table.navbox + table.navbox {
.collapsible.collapse-button-none > tr > th .collapsible-button,
    margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
.collapsible.collapse-button-none > * > tr > th .collapsible-button,
}
.collapse-button-none > * > tr > * > .collapsetoggle,
.navbox-title, .navbox-abovebelow, table.navbox th {
.collapsetoggle-inline > tr > * > .collapsetoggle,
    text-align:center;      /* title and above/below styles */
.collapsetoggle-inline > * > tr > * > .collapsetoggle,
    padding-left:1em;
.collapsetoggle-inline > * > .collapsetoggle {
    padding-right:1em;
float: none;
}
text-align:left;
.navbox-group {          /* group style */
    white-space:nowrap;
    text-align:right;
    font-weight:bold;
    padding-left:1em;
    padding-right:1em;
}
.navbox, .navbox-subgroup {
    background:#fdfdfd;     /* Background color */
}
.navbox-list {
    border-color:#fdfdfd;   /* Must match background color */
}
}


a.navbox-title {
.collapsetoggle-custom {
    color:inherit; /* kolor linków w nagłówku */
visibility: hidden;
}
}


.navbox-title, table.navbox th {
/* Alternating cell background, primarily used with [[Template:Infobox row]] */
    background:#ccccff;     /* Level 1 color */
.alternatecells:nth-child(odd) {
background-color: #F9F9F9;
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
/* Alternating table rows */
    background:#ddddff;     /* Level 2 color */
.alternaterows tr:nth-child(even) {
background-color: #F9F9F9;
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
 
     background:#e6e6ff;    /* Level 3 color */
/* The grass header used throughout the wiki */
}
.mcwiki-header,
.navbox-even {
#curse-panel .block_header {
    background:#f7f7f7;     /* Even row striping */
     background-image: url("https://minewiki.pl/images/c/c1/GrassBackground.png");
}
    border-top: 6px solid #81bb5b;
.navbox-odd {
border: 1px solid #ccc;
    background:transparent; /* Odd row striping */
border-bottom: 4px groove #999999;
border-right: 4px groove #999999;
padding: 5px;
color: #fff;
}
}


/* Szablon:Władca */
/* Make transparency visible on image pages */
table.wladca-box + table.navbox {
.filehistory a img,
    margin-top: 0;
#file img:hover {
background: url("https://minewiki.pl/images/8/8c/Transparent.png") repeat;
}
}
table.wladca-box {
#file button img {
    width: 100%;
background: none !important;
    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 {
    padding: 2px;
}
}


/* Domyślne wartości dla szablonu współrzędnych geograficznych
/* Scale file page image to the width of the page */
  Więcej informacji w szablonie [[Szablon:Koordynaty/Linkuj]].
#file img {
  Nazwy klas "geo", "longitude" i "latitude" są używane w mikroformacie
max-width: 100%;
  geograficznym i nie powinny być zmieniane. */
height: auto;
.geo-default, .geo-dms, .geo-dec {
    display: inline;
}
.geo-nondefault, .geo-multi-punct {
    display: none;
}
.longitude, .latitude {
    white-space: nowrap;
}
}


/* Oznaczenie artykułu na medal i dobrych artykułów w interwiki */
/* Remove margin from file page table */
li.FA {
#mw-imagepage-section-filehistory .filehistory {
    list-style-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Wikimedal.png/7px-Wikimedal.png);
margin-right: 0;
}
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  */
/* Highlight clicked reference in blue to help navigation */
.mw-tag-markers {
ol.references li:target,
    font-weight: bold;
sup.reference:target,
    background-color: #f0fff0;
span.citation:target {
background-color: #C1DAF2;
}
}


/* odstęp pomiędzy pierwszym navboksem a tekstem  */
/* Style the sitenotice and fix up its awful spacing (why is it even a table!?) */
table.firstNavbox {
#siteNotice #localNotice,
    margin-top:1em;
.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 {
/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
/* Note to other languages: Change this to the same width as the "dismiss" button in your language, this makes the sitenotice centred better */
.linksInherit a {
margin-left: 55px;
    color: inherit;
}
}


/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
#siteNotice td:first-child {
table.fb-tab  {
width: 100%;
    text-align: center;
}
}


/* Pomniejszenie bibliografii wstawianej za pomocą {{Bibliografia start}} */
#localNotice div p {
.bibliografia {
padding: 0.4em 0 0.5em;
    font-size: 85%
margin: 0;
}
}


/* [[:Kategoria:Szablony_Fb]] */
/* Allow parts of toc to be hidden */
table.fb-tab0 { font-size: 100%;    }
/* Section levels */
table.fb-tab1 { font-size:  90%;    }
.toc-hidelevel2 .toclevel-1 ul,
table.fb-tab2 { font-size:  85%;    }
.toc-hidelevel3 .toclevel-2 ul,
table.fb-tab3 { font-size:  80%;    }
.toc-hidelevel4 .toclevel-2 ul,
tr.fb-row0 { color: black; background-color: #EEE;  }
/* Numbers */
tr.fb-row1 { color: black; background-color: white; }
.toc-nonumbers .tocnumber {
td.fb-result-none { background-color: #CCC; width: 30px; }
display: none;
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ą */
/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
.allpagesredirect a {
.collapsible.collapsed > tr,
    font-style: italic;
.collapsible.collapsed > tbody > tr {
display: none;
}
}
/* redirecty w kategoriach też kursywą */
.collapsible.collapsed > tr:first-child,
.redirect-in-category a {
.collapsible.collapsed > tbody > tr:first-child {
    font-style: italic;
display: table-row;
}
}
 
.collapsible.collapsed > thead + tbody > tr:first-child {
/* Poniższy kawałek może się nie walidować walidatorem W3C */
display: none;
/* -moz-* i -webkit-* to rozszerzenia producentów przeglądarek(CSS 2.1 4.1.2.1) */
/* column-count pochodzi z modułu "CSS Multi-column Layout" w CSS3 */
/* 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 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
}


/* Zapobiega zwiększaniu się wysokości linii z indeksami górnymi i dolnymi */
/* Turn a list into a tree view style (See [[.minecraft]]) */
#bodyContent sup, #bodyContent sub {
.treeview {
    line-height: 1em;
margin-top: 0.3em;
}
}


/* Nie łamiemy linii w głupich miejscach */
.treeview ul,
.nowraplinks a, span.texhtml, sup.reference a {
.treeview li {
    white-space: nowrap;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
}


/* przyciski ułatwiające administrację poczekalnią - domyślnie ukryte */
.treeview li {
.poczekalnia {
display: table;
    display:none;
}
}


/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */
.treeview li li {
#mw-fr-commentbox {
position: relative;
    display: none;
padding-left: 13px;
margin-left: 7px;
border-left: 1px solid #636363;
}
}
 
.treeview li li:before {
/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
content: "";
.mw-fr-reviewlink {
position: absolute;
    font-weight: normal;
top: 0;
left: 0;
width: 11px;
height: 11px;
border-bottom: 1px solid #636363;
}
}


/* dla tych bez JS */
.treeview li li.first:before {
.put-in-header {
border-color: #636363;
position:absolute;
border-style: solid;
right:0;
border-width: 1px 0 0 1px;
top:-30px;
height: 100%;
margin-top: 11px;
width: 10px;
}
}
 
.treeview li li.first,
/* logowanie */
.treeview li li:last-child {
div#userloginForm, div#userlogin {
border: 0;
    float:left;
padding-left: 14px;
    padding:1em 1em .7em 1em;
    border:2px solid #A3B1BF;
        background-color:#fffffc;
    margin-right:2em;
}
}
 
.treeview li li:last-child:before {
/* Wikiglob */
border-left: 1px solid #636363;
.wikiglob {
width: 10px;
    background:url(http://upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png)
}
}


.coordinates.put-in-header {
/* Simulate link styling for JS only links */
        font-size: small;
.jslink {
color: var(--theme-link-color);
}
}
iframe#openstreetmap {
.jslink:hover {
        height: 350px;
color: var(--theme-link-color--hover);
        width: 100%;
cursor: pointer;
        clear: both;
text-decoration: underline;
}
}


* html .IPA {
/* Improve styling of sub-categories */
    font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
#mw-subcategories ul {
list-style-type: none;
margin-left: 10px;
}
}
: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;
/* Use text arrows for enhanced rc instead of outdated (and broken) images */
td.mw-enhanced-rc {
padding-left: 13px !important;
}
}
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
td + td.mw-enhanced-rc {
.my-buttons {
padding-left: 0 !important;
    /* padding: 1em; */
    /* margin:5px; */
}
}
.my-buttons a {
 
    color: black;
.mw-enhanced-rc img {
    background-color: #c0d0e0 ;
display: none;
    font-family:monospace;
    font-size: 115%;
    text-decoration: none;
    border: thin #069 outset;
    line-spacing:5pt;
}
}
.my-buttons a:hover {
 
    background-color: #d0e0f0;
.mw-rc-openarrow:after {
    border-style:outset;
content: "►";
}
}
.my-buttons a:active {
.mw-rc-closearrow:after {
    background-color: #e0f0e0;
content: "▼";
    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' );
}
/* CSS placed here will be applied to all skins */


/*  Footer */
table.mw-enhanced-rc .mw-collapsible-toggle {
 
cursor: pointer;
#ft {
color: #0645AD;
background: none;
}
}


#ft div {
/* Horizontal list */
width: 1100px;
.hlist ul {
display: inline;
margin: 0;
}
}


#ft h1, #ft a, #ft {
.hlist li {
color: #5F5F5F;
display: inline-block;
font-size: 10px;
white-space: nowrap;
margin: 0;
}
}
 
.hlist li:after {
#ft .site-navigation {
content: " •";
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}
}
 
.hlist li:last-child:after,
#ft .site-navigation ul {
.hlist li.last-child:after {
list-style: none;
content: "";
}
}


#ft .network-navigation {
.hlist li > ul li:first-child:before {
margin-left: 160px;
content: "(";
margin-bottom: 140px !important;
}
}
 
.hlist li > ul li:last-child:after,
#ft .network-navigation ul {
.hlist li > ul li.last-child:after {
float: left;
content: ")";
width: 110px;
}
}


#ft .network-navigation ul.double {
.hlist li li li {
width: 280px;
font-size: x-small;
}
}


#ft .network-navigation ul.curse li.header a {
/* Generic styling for animation class */
background: url("/CurseFooter/SJ555.png") repeat scroll 0 0 transparent;
.animated > *:not(.active):not(.skip),
display: block;
.paused > *:not(.active):not(.skip) {
text-indent: -999em;
        display: none;
height: 18px;
width: 140px;
}
}


#ft .network-navigation ul li {
.nowrap {
float: left;
white-space: nowrap;
list-style: none;
width: 140px;
margin-bottom: 2px;
}
}


#ft .network-navigation ul li.header {
/* Hide noscript only elements */
font-size: 12px;
.noscript {
clear: both;
display: none;
font-weight: bold;
color: #FF6015;
width: 100%;
}
}


.alternatecells:nth-child(odd) {
/* Cite text needs to be a block element, but should display inline */
    background-color: #F9F9F9
}


/* The blue header used throughout the wiki */
div.cite-reference-text {
.mcwiki-header {
display: inline-block;
background: #729FCF;
vertical-align: top;
border: 1px solid #ccc;
white-space: normal;
border-bottom: 4px groove #999999;
border-right: 4px groove #999999;
padding: 5px;
}
}


.need_ref {
/* Mark internal links as plain */
    display:inline;
/*
#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;
}
}
*/


/*  Footer */


#ft {
/* Make tabs the correct size */
background: none;
* {
-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 {  
#ft div {
padding-right: 0px;
width: 1100px;
}
}
 
.new-navbox tr td li:last-child::after {  
#ft h1, #ft a, #ft {
content: "";
color: #5F5F5F;
font-size: 10px;
}
}
 
.new-navbox tr td ul {  
#ft .site-navigation {
display: inline-block;
list-style: none;
margin: 0px;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}
}
 
.new-navbox tr td li ul {  
#ft .site-navigation ul {
font-size: 90%;
list-style: none;
}
}
 
.new-navbox tr td li ul::before {  
#ft .network-navigation {
content: " (";
margin-left: 160px;
margin-bottom: 140px !important;
}
}
 
.new-navbox tr td li ul::after {  
#ft .network-navigation ul {
content: ") ";
float: left;
width: 110px;
}
}
 
.new-navbox tr td li::after {  
#ft .network-navigation ul.double {
content: " •  ";
width: 280px;
}
}


#ft .network-navigation ul.curse li.header a {
/* Fixes for small screens */
display: block;
@media screen and (max-width: 720px) {
text-indent: -999em;
#mw-head {
height: 18px;
top: 13px;
width: 140px;
}
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 */
}
}
}


#ft .network-navigation ul li {
@media screen and (max-width: 500px) {
float: left;
/* TOC fix */
list-style: none;
#mw-content-text > .mw-parser-output > div[style*="float"] {
width: 140px;
float: none !important;
margin-bottom: 2px;
margin: 0 !important;
}
}
}


#ft .network-navigation ul li.header {
/*  START NOTIFICATIONS */
font-size: 12px;
div.alert-message {
clear: both;
display: block;
font-weight: bold;
padding: 13px 12px 12px;
color: #FF6015;
font-weight: bold !important;
width: 100%;
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 {
#footer {
color: white !important;
    margin-left: 160px;
text-decoration: underline !important;
}
}
tt {
div.alert-message .box-icon {
    font-family: Courier, monospace;
display: block;
    font-size: 13px;
float: left;
background-image: url('https://minewiki.pl/images/a/a6/NoticeIcon.png');
width: 30px;
height: 25px;
margin-top: -2px;
background-position: -8px -8px;
}
}
/* Other */
div.alert-message p {
div.atflb {
margin: 0px !important;
    width: auto !important
}
}
 
div.alert-message.success {
div#google_ads_div_Test_Dec_728x90_ad_container {
background-color: #5da423;
    display: inline-block
color: #fff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
}
#google_ads_div_Test_Dec_728x90_ad_container {
div.alert-message.success .box-icon {
    display: inline-block
background-position: -48px -8px;
}
}
 
div.alert-message.warning {
/** Template stylings **/
background-color: #e3b000;
/* [[Template:Grid]] */
color: #fff;
.grid .animated .image,
text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.61);
.grid .paused .image {
    display: none;
}
}
.grid .animated .image.active,
div.alert-message.warning .box-icon {
.grid .paused .image.active {
background-position: -88px -8px;
    display: block;
}
}
 
div.alert-message.error {
/* [[Template:Grid/Cell]] */
background-color: #c60f13;
.grid {
color: #fff;
    display: inline-block;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: left !important;
    background-color: #8B8B8B;
    height: 32px;
    width: 32px;
    padding: 2px;
    vertical-align: bottom;
}
}
.grid.output {
div.alert-message.error .box-icon {
    height: 48px;
background-position: -128px -8px;
    width: 48px;
}
}


.grid .border {
/* END NOTIFICATIONS */
    display: block;
 
    margin: -2px 0 0 -2px;
/* linki zewnętrzne do wewnątrz jako plaintext */
    border-style: solid none none solid;
#content a.external[href^="http://prisonwiki.pl"] {
    border-width: 2px;
background: none;
    border-color: #373737;
padding-right: 0;
    height: 100%;
}
#content a.external[href^="http://devwiki.introversion.co.uk"] {
background: none;
padding-right: 0;
}
}
.grid .border span {
.plainlink a {
    display: block;
background: none !important;
    margin-right: -2px;
padding-right: 0 !important;
    border-style: none solid solid none;
    border-width: 2px;
    border-color: #FFFFFF;
    height: 100%;
}
}


.grid .image,
/* Styling for minecraft style tooltip */
.grid .default-image {
#minetip-tooltip {
    position: absolute;
position: fixed;
    line-height: 16px;
top: 0;
    top: 2px;
left: 0;
    width: 32px;
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;
}
}
.grid.output .image {
#minetip-tooltip:before {
    top: 10px;
content: "";
    left: 10px;
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);
}
}
.grid .image > a.new {
#minetip-tooltip:after {
    background-image: url("http://media-mcw.cursecdn.com/3/35/Grid_Unknown.png");
content: "";
    display: block;
position: absolute;
    width: 32px;
top: 0.125em;
    height: 32px;
right: 0;
    outline: none;
bottom: 0.125em;
    text-indent: -99999px;
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;
}
}


.grid .number {
#minetip-tooltip > .description,
    display: block;
#minetip-tooltip > .minetip-description {
    margin: -12px -4px 0 0;
display: block;
    text-align: right;
margin-top: 0.25em;
    font-family: Minecraft;
    font-size: 16px;
    pointer-events: none;
}
}
.grid .number .selflink,
 
.grid .number a {
/* For [[Nodule:Inventory slot]] */
    color: #3F3F3F;
.invslot {
    text-decoration: none;
position: relative;
    font-weight: normal;
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;
}
}
.grid .image a.new + .number {
.invslot:before,
    display: none;
.invslot:after {
content: "";
position: absolute;
background-color: #8B8B8B;
height: 2px;
width: 2px;
pointer-events: none;
}
}
.grid .number span {
.invslot:before {
    position: absolute;
bottom: -2px;
    right: -2px;
left: -2px;
    bottom: 2px;
    color: #FFFFFF;
}
}
 
.invslot:after {
.grid-Crafting_Table,
top: -2px;
.grid-Furnace,
right: -2px;
.grid-Brewing_Stand table,
.grid-generic {
    background: #C6C6C6;
    border: outset 2px #999;
    padding: 6px;
    text-align: left !important;
}
}
.grid-Crafting_Table td,
.invslot-large {
.grid-Furnace td,
padding: 8px;
.grid-Brewing_Stand td,
.grid-generic td {
    border: none;
    padding: 0;
}
}


/* [[Template:Grid/Crafting Table]] */
.invslot-item,
.grid-Crafting_Table .arrow,
.invslot-item > a:first-child {
.grid-Crafting_Table .shapeless {
position: relative;
    text-align: center;
display: block;
    vertical-align: bottom;
margin: -2px;
padding: 2px;
}
}


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


.grid-Crafting_Table .shapeless span {
.invslot-stacksize {
    cursor: help;
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;
}
}


/* [[Template:Grid/Furnace]] */
.invslot-plain,
.grid-Furnace {
.invslot-plain * .invslot {
    padding-left: 24px;
background-color: transparent;
    padding-right: 24px;
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;
}
}


.grid-Furnace .arrow,
.inv-sprite {
.grid-Furnace .output {
width: 32px;
    text-align: center;
height: 32px;
    vertical-align: middle;
vertical-align: middle;
}
}


.grid-Furnace .arrow {
/* Try to use nearest neighbour scaling for pixelated images */
    padding-right: 18px !important;
.pixel-image,
    padding-left: 14px !important;
.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;
}
}


/* [[Template:Grid/Brewing Stand]] */
/* Style for [[Moduł:Dokumentacja]] */
.grid-Brewing_Stand {
.doc-image {
    position: relative;
float:left;
    width: 144px;
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;
}
}
}


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


.grid-Brewing_Stand .input {
.edition-group {
     padding: 3px 0 !important;
     display: flex;
     vertical-align: top;
     flex-wrap: wrap;
}
.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 {
.edition-group .edition-box {
     position: absolute;
     flex: 17.4em;
    bottom: 42px;
    left: 42px;
    z-index: 5;
}
}


/* Alternating cell background, primarily used with [[Template:Infobox row]] */
#main-page.main-page {
.alternatecells:nth-child(odd) {
display: -ms-grid;
    background-color: #F9F9F9
-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%;
}
}
/* Alternating table rows */
@media screen and (min-width:990px) {
.alternaterows tr:nth-child(even) {
#main-page.main-page {
    background-color: #F9F9F9
-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%;
}
}
}


/* The blue header used throughout the wiki */
#main-page.main-page {
.mcwiki-header,
margin: -1px;
#curse-panel .block_header {
    background: #729FCF;
    border: 1px solid #ccc;
    border-bottom: 4px groove #999999;
    border-right: 4px groove #999999;
    padding: 5px;
}
}


/* Make transparency visible on image pages */
.fp-section {
.filehistory a img,
background-color: #FCFCFC;
#file img:hover {
border: 1px solid #ccc;
    background: url("http://media-mcw.cursecdn.com/5/5d/Checker-16x16.png")
vertical-align: top;
margin: 1px;
width: calc(100% - 4px);
}
}
#file button img {
 
    background: none !important
#fp-1 {
-ms-grid-area: a;
grid-area: a;
}
}


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


/* Style the sitenotice and fix up its awful spacing (why is it even a table!?) */
#fp-3 {
#siteNotice #localNotice,
-ms-grid-area: c;
.page-MediaWiki_Sitenotice .mw-content-ltr > div
grid-area: c;
{
    background-color: #FFFFFF;
    border: 1px solid #D3D3D3;
    margin-bottom: 12px;
    text-align: center
}
}
#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 */
#fp-4 {
    margin-left: 55px
-ms-grid-area: d;
grid-area: d;
}
}


#siteNotice td:first-child {
#fp-5 {
    width: 100%
-ms-grid-area: e;
grid-area: e;
}
}


#localNotice div p {
#fp-6 {
    padding: 0.4em 0 0.5em;
-ms-grid-area: f;
    margin: 0;
grid-area: f;
}
}


/* Minecraft font */
#fp-7 {
@font-face {
-ms-grid-area: g;
    font-family: Minecraft;
grid-area: g;
    src: url("http://www.minecraftwiki.net/fonts/minecraft.eot?#iefix"),
        url("http://www.minecraftwiki.net/fonts/minecraft.woff") format('woff'),
        url("http://www.minecraftwiki.net/fonts/minecraft.ttf")  format('truetype')
}
}


/* Pre-style sidebar portlets before JS loads, so sidebar is less jumpy (reset in [[MediaWiki:Noscript.css]] when JS is off)
#fp-8 {
 
-ms-grid-area: h;
*/
grid-area: h;
#mw-panel div.portal {
    margin: -11px 9px 10px 11px;
    padding: 0.25em 0 !important;
    background-image: url("http://media-mcw.cursecdn.com/b/bf/Panel-divider.png");
    background-position: left top;
    background-repeat: no-repeat
}
#mw-panel div.portal div.body {
    background-image: none !important;
    padding: 0 !important;
    margin: 0 0 0 1.25em;
}
#mw-panel div.portal h5 {
    padding: 4px 0 3px 1.5em !important;
    margin-bottom: 0 !important
}
#mw-panel div.portal ul li {
    padding: 0.25em 0 !important
}
}


#p-Minecraft_Wiki {
#fp-9 {
    background-image: none !important;
-ms-grid-area: i;
    margin-top: 0 !important;
grid-area: i;
}
#p-Minecraft_Wiki h5 {
    display: none
}
#p-Minecraft_Wiki div.body {
    display: block !important;
    margin-left: 0.5em !important;
    background-image: none !important;
    padding-top: 0 !important
}
}


#p-tb div.body {
#fp-10 {
    display: none
-ms-grid-area: j;
grid-area: j;
}
}


/* Allow parts of toc to be hidden */
#fp-11 {
/* Section levels */
-ms-grid-area: k;
.hide-toc2 .toclevel-1 ul,
grid-area: k;
.toc-hidelevel2 .toclevel-1 ul {
    display: none;
}
}
 
@media screen and (min-width:990px) {
/* Numbers */
#fp-11 {
.toc-nonumbers .tocnumber {
width: 75%;
    display: none;
margin: 0 auto;
}
}
}


/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
#fp-header.fp-header {
.collapsible.collapsed > tr,
display: -ms-grid;
.collapsible.collapsed > tbody > tr {
-ms-grid-template-areas: "aa" "ac" "ab";
    display: none;
-ms-grid-template-columns: 100%;
display: grid;
grid-template-areas: "aa" "ac" "ab";
grid-template-columns: 100%;
}
}
.collapsible.collapsed > tr:first-child,
@media screen and (min-width:990px) {
.collapsible.collapsed > tbody > tr:first-child {
#fp-header.fp-header {
    display: table-row;
-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;
}
}
}
.collapsible.collapsed > thead + tbody > tr:first-child {
@media screen and (min-width:1350px) {
    display: none;
#fp-header.fp-header {
-ms-grid-template-columns: 25% 75%;
grid-template-columns: 25% 75%;
}
}
}


/* Improve ASIRRA styling */
#fp-header-file {
#asirra_InstructionsTextId {
-ms-grid-area: aa;
    display: none;
grid-area: aa;
}
}
#AsirraDiv {
 
    margin-bottom: 10px;
#fp-header-links {
-ms-grid-area: ab;
grid-area: ab;
}
}


/**
#fp-header-text {
* Remove on upgrade to 1.19
-ms-grid-area: ac;
*
grid-area: ac;
* Reverts wikitable styling to default table, then re-applies it
* correctly, so it does not affect child tables
*/
table.wikitable th,
table.wikitable td {
    border: none;
    padding: 0;
}
}
table.wikitable th {
 
    background-color: transparent;
#fp-header-file {
margin: auto;
}
}
table.wikitable caption {
@media screen and (min-width:990px) {
    font-weight: normal;
#fp-header-file {
margin: auto 0;
}
}
}


table.wikitable > tr > th,
#fp-header-links {
table.wikitable > tr > td,
margin: auto 0;
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px #AAA solid;
    padding: 0.2em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: #F2F2F2;
    text-align: center;
}
table.wikitable > caption {
    font-weight: bold;
}
}


/* Turn a list into a tree view style (See [[.minecraft]]) */
#fp-header-links ul {
.treeview {
    display: grid;
     margin-top: 0.3em;
    grid-auto-rows: min-content;
     margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(max(160px, 33.333%), 1fr));
}
}


.treeview ul,
/* search on small screens */
.treeview li {
@media screen and (max-width: 720px) {
    margin: 0;
#mw-head {
    padding: 0;
top: 13px;
    list-style-type: none;
}
    list-style-image: none;
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;
}
}
}


.treeview li li {
/* UCP zepsuło flaggedrevs */
    padding-left: 13px;
    margin-left: 10px;
    border-left: 1px solid #636363;
    background: url("http://media-mcw.cursecdn.com/5/51/Treeview-list.png") no-repeat 0 11px
}


.treeview li li:last-child {
.flaggedrevs-pending a, .flaggedrevs-pending a:visited {
    border: 0;
  color: #0b0080;
    padding-left: 14px;
    background: url("http://media-mcw.cursecdn.com/d/d6/Treeview-end.png") no-repeat 0 -1px
}
}
 
.flaggedrevs-pending a, .flaggedrevs-pending a {
.treeview li li li {
  color: #0645ad;
    margin-left: 7px;
}
}
 
div.flaggedrevs_preview {
/* Move suggestions back into place (netbar moved them) */
background-color: #eaf3ff;
.suggestions {
color: var(--themed-text-color);
    margin-top: -29px !important;
}
}
 
.wgl-theme-dark .flaggedrevs-color-1 {
/* Simulate link styling for JS only links */
background-color: #323e4d;
.jslink {
    color: #0645AD;
}
}
.jslink:hover {
.flaggedrevs-color-1 {
    text-decoration: underline;
background-color: #d4e7ff;
    cursor: pointer;
padding: 3px;
}
}
.jslink:active {
/* https://minewiki.pl/Szablon:InvSprite */
    color: #FAA700;
#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 {
/* Improve styling of sub-categories */
position: relative;
#mw-subcategories ul {
display: inline-block;
    list-style-type: none;
display: -ms-flexbox;
    margin-left: 10px;
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 {
/* Use text arrows for enhanced rc instead of outdated (and broken) images */
display: inline-block;
td.mw-enhanced-rc {
vertical-align: middle;
    padding-left: 13px !important;
margin-right: 0.5em;
line-height: 0;
}
}
td + td.mw-enhanced-rc {
#spritedoc .spritedoc-names {
    padding-left: 0 !important;
display: inline-block;
vertical-align: middle;
width: 14em;
margin: 0;
list-style: none;
}
}


.mw-enhanced-rc img {
.osoba {
    display: none;
background-color: #CCCCCC;
}
}
 
.blockrow {
.mw-rc-openarrow:after {
background-color: #FFFFFF;
    content: "►";
}
}
.mw-rc-closearrow:after {
.blockrow2 {
    content: "▼";
background-color: #F9F9F9;
}
}


table.mw-enhanced-rc .mw-collapsible-toggle {
/* Szalon:Przypisy */
    cursor: pointer;
p.refSection-intro {
    color: #0645AD;
font-style: italic;
color: var(--lt-color-gray-600);
margin-bottom: 5px
}
}
 
.wgl-theme-dark p.refSection-intro {
/* Horizontal list */
color: var(--lt-color-gray-500)
.hlist ul,
.hlist li {
    display: inline-block;
    margin: 0;
}
}
.hlist li {
.refSection.columns-2 ol.references {
    white-space: nowrap;
column-count: 2
}
}
.hlist li:after {
.refSection.columns-3 ol.references {
    content: " •";
column-count: 3
}
}
.hlist li:last-child:after,
.refSection.columns-4 ol.references {
.hlist li.last-child:after {
column-count: 4
    content: "";
}
}


.hlist li > ul li:first-child:before {
.sprite:not(:is(#foreign *)),
    content: "(";
.inv-sprite {
}
background-image: url('https://minewiki.pl/images/0/07/InvCSS.png');
.hlist li > ul li:last-child:after,
.hlist li > ul li.last-child:after {
    content: ")";
}
}


.hlist li li li {
#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
    font-size: x-small;
{
display: none !important;
}
}
 
button.iubenda-tp-btn.iubenda-cs-preferences-link
/* Generic styling for animation class */
{
.animated > span,
visibility: hidden !important;
.animated > div {
    display: none;
}
}


.animated > span.active {
table.special-archives
    display: inline;
{
width: 100%;
table-layout: fixed;
}
}


.animated > div.active {
div.foreign
    display: block;
{
}
background-color: #C3C3C3;
/* Collapsible Tables ([[MediaWiki:Common.js]]) */
border: 1px solid #7F7F7F;
table.collapsed tr.collapsible {
text-align: center;
    display: none
padding: 5px;
margin: 15px;
}
}
.collapsible-button {
    float: right;
    font-weight: normal;
    text-align: right;


    /* Other languages: Change this to a bit wider (~4px) than your collapse/expand button text */
.mw-body-content #iframeframe > iframe#iframe-discord
    width: 5em;
{
width: 300px;
height: 500px;
}
}


.collapsible.collapse-button-left > tr > th .collapsible-button,
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-463--L-479  */
.collapsible.collapse-button-left > * > tr > th .collapsible-button {
.hatnote
    float: left;
{
    text-align: left;
font-style: italic;
}
}
 
.hatnote i
.collapsible.collapse-button-none > tr > th .collapsible-button,
{
.collapsible.collapse-button-none > * > tr > th .collapsible-button {
font-style: normal;
    float: none;
}
}
/*
div.hatnote
* Artykuł tygodnia
{
*/
padding-left: 1.6em;
.at_teraz {
margin-bottom: 0.5em;
    background-color: yellow;
}
}
.at_wczesniej {
div.hatnote + div.hatnote
    background-color: lightgray;
{
margin-top: -0.5em;
}
}


.t-netbar .t-netbar-curseInfo .t-netbar-discover > li > ul li i.u-icon-gamepedia {
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-1012--L-1015 */
        background: url("http://www.minecraftwiki.net/skins/common/netbar/sites/gamepedia.png") no-repeat 0 center; }
.history-json,
/*
.chest-json,
* Nowy (new) navbox
.chestcontents-json,
*/
.sound-json,
.navbox-top {
.spawntable-json,
    background-color: #CCCCCC;
.advancements-json,
    padding: 0 3px;
.achievements-json
    white-space: nowrap;
{
display: none;
}
}


.sprite-preview:hover div{
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-991--L-1010 */
    opacity:0.7 !important
.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
/* bottom footer ads */
{
.atflb, .btflb {
margin: -0.5em auto 0;
display: block;
padding: 0 0.5em;
height: 90px !important;
width: min-content;
margin: 0 auto;
background-color: inherit;
padding: 5px 0;
}
width:728px !important;
.historytable-experiment + span
{
font-size: small;
line-height: 1.3;
}
}

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