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 182 wersji utworzonych przez 26 użytkowników)
Linia 1: Linia 1:
/* Styl CSS importowany do wszystkich skórek. Zawiera wspólne klasy CSS.
@font-face {
 
font-family: 'Minecraft';
Zobacz też: [[MediaWiki:Monobook.css]], [[MediaWiki:Modern.css]]
src: url('https://minewiki.pl/images/1/1a/Minecraft.woff') format('woff'), url('https://minewiki.pl/images/2/21/Minecraft.woff2') format('woff2');
            [[MediaWiki:Chick.css]], [[MediaWiki:Cologneblue.css]], [[MediaWiki:Myskin.css]],
            [[MediaWiki:Nostalgia.css]], [[MediaWiki:Simple.css]], [[MediaWiki:Standard.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,
.grid-Furnace td,
.grid-Brewing_Stand td,
.grid-generic td {
border: none;
padding: 0;
}
}


/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
/* [[Template:Grid/Crafting Table]] */
table.topalign td, table.topalign th {
.grid-Crafting_Table .arrow,
vertical-align: top;
.grid-Crafting_Table .shapeless {
}
text-align: center;
/* analogicznie bottomalign i centeralign */
table.bottomalign td, table.bottomalign th {
vertical-align: bottom;
vertical-align: bottom;
}
}
/* analogicznie bottomalign i middlealign */
 
table.middlealign td, table.middlealign th {
.grid-Crafting_Table .arrow {
vertical-align: middle;
width: 40px;
padding-bottom: 5px;
}
}


/* klasa wikitable dla ładniejszego wyglądu tabelek */
.grid-Crafting_Table .shapeless span {
cursor: help;
}


table.wikitable {
/* [[Template:Grid/Furnace]] */
margin: 1em 1em 1em 0;
.grid-Furnace {
background: #f9f9f9;
padding-left: 24px;
border: 1px #aaa solid;
padding-right: 24px;
border-collapse: collapse;
}
}
table.wikitable tbody {
 
background: #fff;
.grid-Furnace .arrow,
.grid-Furnace .output {
text-align: center;
vertical-align: middle;
}
}


table.wikitable th, table.wikitable td {
.grid-Furnace .arrow {
border: 1px #aaa solid;
padding-right: 18px !important;
padding: 0.2em;
padding-left: 14px !important;
}
}


table.wikitable th {
/* [[Template:Grid/Brewing Stand]] */
background: #f2f2f2;
.grid-Brewing_Stand {
text-align: center;
position: relative;
width: 144px;
}
}


table.wikitable caption {
.grid-Brewing_Stand .bubbles {
margin-left: inherit;
text-align: right;
margin-right: inherit;
}
}


/* Style dla infoboksów */
.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;
}


.infobox {
.grid-Brewing_Stand .paths {
border: 1px solid #aaa;
position: absolute;
background-color: #f8f8f8;
bottom: 42px;
border-collapse: collapse;
left: 42px;
color: black;
z-index: 5;
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 {
/* [[Template:Grid/Hotbar]] */
vertical-align: top;
.grid-Hotbar {
display: inline-block;
position: relative;
}
}
.infobox caption {
.grid-Hotbar > .selector {
font-size: larger;
position: absolute;
margin-left: inherit;
top: -2px;
margin-left: -2px;
}
}
.infobox.bordered {
.grid-Hotbar > .slots {
border-collapse: collapse;
position: absolute;
top: 0;
left: 0;
margin: 2px;
}
}
.infobox.bordered td,
.grid-Hotbar .grid {
.infobox.bordered th {
margin: 2px;
border: 1px solid #aaa;
background-color: transparent;
}
}
.infobox.bordered .borderless td,
.grid-Hotbar .grid > .border,
.infobox.bordered .borderless th {
.grid-Hotbar .grid > .border > span {
border: 0;
border: 0;
margin: 0;
}
}


.infobox.sisterproject {
/* [[Template:Infobox common]] */
width: 20em;
.infobox {
clear: right;
margin: 3px 0px 3px 3px;
width: 300px;
font-size: 90%;
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;
}
}


/* styles for bordered infobox with merged rows */
.infobox-imagearea {
.infobox.bordered .mergedtoprow td,
text-align: center;
.infobox.bordered .mergedtoprow th {
padding: 4px;
border: 0;
}
border-top: 1px solid #aaa;
 
border-right: 1px solid #aaa;
.infobox table {
width: 100%;
}
}


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


/* Style boksów z Merge i Split */
.infobox audio {
width: 184px;
}


.messagebox {
.infobox dl:last-child {
border: 1px solid #aaa;
margin-bottom: 0.2em;
background-color: #f9f9f9;
margin: 0 auto 1em auto;
padding: .2em;
text-align: justify;
}
}
.messagebox.merge {
 
border: 1px solid #cf9fff;
.infobox-footer {
background-color: #f5edf5;
text-align: center;
text-align: center;
}
}


.messagebox.talk {
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
border: 1px solid #c0c090;
.infobox dl + dl {
background-color: #f8eaba;
margin-top: -0.4em;
}
}


.messagebox.nested-talk {
/* What is this? */
border: 1px solid #c0c090;
.infobox.atfmrec {
background-color: #f8eaba;
border: none !important;
width: 100%;
}
margin: 2px 4px 2px 4px;
 
/* [[Template:Infobox row]] */
.infobox-row {
white-space: nowrap;
font-weight: bold;
}
}


.messagebox.small, .messagebox.small-talk {
/* [[Template:Navbox]] */
width: 238px;
.navbox {
font-size: 85%;
background: #FFF;
float: right;
border: 1px solid #CCC;
margin: 1em auto 0;
clear: both;
clear: both;
margin: 0 0 1em 1em;
width: 100%;
line-height: 1.25em;
}
}


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


/* Standardowe szablony nawigacyjne. Dokumentacja pod [[en:Wikipedia:NavFrame]]. */
.navbox .navbox-top {
div.Boxmerge,
white-space: nowrap;
div.NavFrame {
background-color: #CCC;
margin: 0;
padding: 0 3px;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
}
div.NavFrame,
 
div.Boxmerge div.NavFrame {
.navbox-navbar,
border-style: none;
.navbox-navbar-mini {
border-style: hidden;
float: left;
font-size: 80%;
}
}
div.NavFrame + div.NavFrame {
 
border-top-style: none;
.navbox-title {
border-top-style: hidden;
padding: 0 10px;
font-size: 110%;
}
}
div.NavPic {
 
background-color: #fff;
.navbox-group,
margin: 0;
.navbox th {
padding: 2px;
background-color: #EEE;
float: left;
padding: 0 10px;
white-space: nowrap;
text-align: right;
}
}
div.NavFrame div.NavHead {
.new-navbox.navbox-group,
height: 1.6em;
.new-navbox.navbox th {
font-weight: bold;
text-align: center !important;
background-color: #ccf;
position:relative;
}
}
div.NavFrame p {
 
font-size: 100%;
.navbox-list,
.navbox td {
width: 100%;
padding: 0 0 0 2px;
}
}
div.NavFrame div.NavContent {
.new-navbox.navbox-list,
font-size: 100%;
.new-navbox.navbox td {
width: auto !important;
}
}
div.NavFrame div.NavContent p {
 
font-size: 100%;
 
/* [[Template:LoadBox]] with navbox */
.loadbox-navbox {
padding: 2px !important;
margin: 1em 0 0 !important;
clear: both;
}
}
div.NavEnd {
.loadbox-navbox > p {
background-color: #CCC;
text-align: center;
margin: 0;
margin: 0;
padding: 0;
padding: 0 3px;
line-height: 1px;
}
clear: both;
.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;
}
}
a.NavToggle {
 
position: absolute;
/* [[Template:History2]] */
top: 0;
.history2 td > pre,
right: 3px;
.history2 td > ol {
font-weight: normal;
display: none;
font-size: 90%;
color:inherit;
}
}


.nounderlines a {text-decoration: none}
.history2 ul {
margin-top: 0;
}


.CollapseButton {
.history2 .toggleHistDetails {
font-size: x-small;
float: right;
float: right;
font-weight: normal;
text-align: right;
text-align: right;
width: 36px;
width: 150px;
}
.history2 > tbody > tr:first-child > th {
    padding-left: 152px;
}
}


/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
/* [[Template:Sprite]] */
ol.references > li:target {
.sprite {
background-color: #DEF;
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;
}
}


/* Dla wskaźnika ilości zmienionych bajtów */
/* [[Template:Sprite/Preview]] */
strong.mw-plusminus-neg { color:#c00 }
.sprite-preview:hover div {
span.mw-plusminus-neg { color:#900 }
opacity: 0.7 !important;
span.mw-plusminus-pos { color:#060 }
}


/* Klasa dla szablonu {{Main}} */
 
.detail, .details {
/* [[Template:Schematic]] */
margin: 0 0 0.7em 2em;
.schematic img {
border: 1px solid #e7e7e7;
  image-rendering: crisp-edges;
border-width: 1px 0;
  image-rendering: -moz-crisp-edges;
text-align:left;
  image-rendering: -o-crisp-edges;
font-size:95%;
  image-rendering: -webkit-optimize-contrast;
background: #fdfdfd;
  -ms-interpolation-mode: nearest-neighbor;
padding:1px 4px;
}
display: table;
table.schematic {
  background-color: white;
  border-collapse: collapse;
  line-height: 0;
}
table.schematic td,
span.schematic {
  border: 1px solid #AAAAAA !important;
  padding: 0;
}
}
.detail > span {
table.schematic span,
display: table-row;
span.schematic {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
}
.detail > span > span {
table.schematic span span,
display: table-cell;
span.schematic span {
padding-left: 4px;
  color: black;
width:100%;
  font-weight: bold;
  left: 0;
  line-height: 1.5em;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px #FFF;
  top: 0;
}
}


/* Podświetlanie nie wypełnionego opisu zmian - zobacz [[Mediawiki:Monobook.js]] */
/** Misc stuff **/
input.warning {
/* Prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
border: 2px solid red;
#toolbar {
height: 22px;
}
}
.warning label {
 
color:red;
/* proper list without any bullets */
font-weight:bold;
.list-style-none ul,.list-style-none ol {
list-style:none;
margin-left:0
}
}


/* przyciski dodawania opisów */
/* Collapsible Tables ([[MediaWiki:Common.js]]) */
.userSummaryButtons a, #userSummaryButtons a {
.collapsible.collapsed > tbody > tr:not(:first-child),
background: #cfc;
.collapsible.collapsed > thead + tbody > tr:first-child,
border: 1px dotted #090;
.collapsible.collapsed > tbody + tbody > tr:first-child,
padding: 0 2px;
.collapsible.collapsed > tfoot > tr,
margin: 2px;
.collapsible.collapsed > .collapsible-content {
cursor: pointer;
display: none;
font-size: 80%;
line-height: 17px;
color: black;
white-space: nowrap;
}
}


.userSummaryButtons a:hover, #userSummaryButtons a:hover {
.collapsetoggle,
background: #bfb;
.collapsible-button {
border: 1px solid #9c9;
display: inline-block;
text-decoration:none;
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;
}
}


/* poprawne wyświetlanie tytułów z indeksami z użyciem szablonu {{małą literą}} */
.collapsetoggle-custom {
.firstHeading {
visibility: hidden;
line-height: 1.2em
}
}


/*Add formatting to make sure that "external references" from [[Template:Ref]] do
/* Alternating cell background, primarily used with [[Template:Infobox row]] */
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
.alternatecells:nth-child(odd) {
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
background-color: #F9F9F9;
  "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
/* Alternating table rows */
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
.alternaterows tr:nth-child(even) {
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
background-color: #F9F9F9;
*/
}


.plainlinksneverexpand {
/* The grass header used throughout the wiki */
background: none ! important;
.mcwiki-header,
padding: 0 ! important;
#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;
}
}


.plainlinksneverexpand .urlexpansion {
/* Make transparency visible on image pages */
display: none ! important;
.filehistory a img,
#file img:hover {
background: url("https://minewiki.pl/images/8/8c/Transparent.png") repeat;
}
}
 
#file button img {
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
  the arrow...
*/
.plainlinksneverexpand a {
background: none !important;
background: none !important;
padding: 0 !important;
}
}


/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
/* Scale file page image to the width of the page */
  following the anchor A, the anchor itself now has class "external autonumber" and the
#file img {
  expansion is inserted when printing (see the common printing style sheet at
max-width: 100%;
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
height: auto;
  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;
/* Remove margin from file page table */
#mw-imagepage-section-filehistory .filehistory {
margin-right: 0;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Highlight clicked reference in blue to help navigation */
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
ol.references li:target,
border: none;
sup.reference:target,
padding: 0.25em 0.9em;      /* 0.9em left/right */
span.citation:target {
width: 100%;   /* Make all mboxes the same width regardless of text length */
background-color: #C1DAF2;
}
}


td.mbox-image {                 /* The left image cell */
/* Style the sitenotice and fix up its awful spacing (why is it even a table!?) */
border: none;
#siteNotice #localNotice,
padding: 2px 0 2px 0.9em;   /* 0.9em left, 0 right */
.page-MediaWiki_Sitenotice .mw-content-ltr > div
{
  background-color: transparent !important;
/* border: 1px solid #D3D3D3;*/
margin-bottom: 12px;
text-align: center;
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;
}
}


td.mbox-imageright {            /* The right image cell */
/* Allow parts of toc to be hidden */
border: none;
/* Section levels */
padding: 2px 0.9em 2px 0;    /* 0 left, 0.9em right */
.toc-hidelevel2 .toclevel-1 ul,
text-align: center;
.toc-hidelevel3 .toclevel-2 ul,
.toc-hidelevel4 .toclevel-2 ul,
/* Numbers */
.toc-nonumbers .tocnumber {
display: none;
}
}


td.mbox-empty-cell {        /* An empty narrow cell */
/* Pre-collapse collapsed tables, so there is no page jump when JS kicks in */
border: none;
.collapsible.collapsed > tr,
padding: 0;
.collapsible.collapsed > tbody > tr {
width: 1px;
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;
}
}


/* Article message box template styles */
/* Turn a list into a tree view style (See [[.minecraft]]) */
table.ambox {
.treeview {
margin: 0 10%;                        /* Will not overlap with other elements */
margin-top: 0.3em;
border-collapse: collapse;
background-color: #fbfbfb !important;
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) */
.treeview ul,
padding: 0.25em 0.5em;             /* 0.5em left/right */
.treeview li {
width: 100%;                       /* Make all templates the same width regardless of text size */
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
}


table.ambox td.ambox-image {         /* The left image cell */
.treeview li {
padding: 2px 0 2px 0.5em;        /* 0.5em left, 0 right */
display: table;
text-align: center;
}
}


table.ambox td.ambox-imageright {     /* The right image cell */
.treeview li li {
padding: 2px 4px 2px 0;           /* 0 left, 4px right */
position: relative;
text-align: center;
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;
}
}


table.ambox-notice {
.treeview li li.first:before {
border-left: 10px solid #1e90ff;       /* Blue */
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;
}
}


table.ambox-delete,
/* Simulate link styling for JS only links */
table.ambox-serious {
.jslink {
border-left: 10px solid #b22222;       /* Red */
color: var(--theme-link-color);
}
.jslink:hover {
color: var(--theme-link-color--hover);
cursor: pointer;
text-decoration: underline;
}
}


table.ambox-content {
/* Improve styling of sub-categories */
border-left: 10px solid #f28500;       /* Orange */
#mw-subcategories ul {
list-style-type: none;
margin-left: 10px;
}
}


table.ambox-style {
/* Use text arrows for enhanced rc instead of outdated (and broken) images */
border-left: 10px solid #f4c430;       /* Yellow */
td.mw-enhanced-rc {
padding-left: 13px !important;
}
td + td.mw-enhanced-rc {
padding-left: 0 !important;
}
}


table.ambox-merge {
.mw-enhanced-rc img {
border-left: 10px solid #9932cc;       /* Purple */
display: none;
}
}


table.ambox-protection {
.mw-rc-openarrow:after {
border-left: 10px solid #bba;         /* Gray */
content: "►";
}
.mw-rc-closearrow:after {
content: "▼";
}
}


table.ambox.ambox-mini {                 /* small floating box variant */
table.mw-enhanced-rc .mw-collapsible-toggle {
float: right;
cursor: pointer;
clear: right;
color: #0645AD;
margin: 0 0 0 1em;
width: 25%;
}
}


/* Footer and header message box styles */
/* Horizontal list */
table.fmbox {
.hlist ul {
clear: both;
display: inline;
margin: 0.2em 0;
margin: 0;
width: 100%;
border: 1px solid #aaa;
background: #f9f9f9;    /* Default "system" gray */
}
}
table.fmbox-system {
 
background: #f9f9f9;
.hlist li {
display: inline-block;
white-space: nowrap;
margin: 0;
}
}
table.fmbox-warning {
.hlist li:after {
border: 1px solid #bb7070;  /* Dark pink */
content: " •";
background: #ffdbdb;       /* Pink */
}
}
table.fmbox-editnotice {
.hlist li:last-child:after,
background: transparent;
.hlist li.last-child:after {
content: "";
}
}


/* Klasa dokumentacji */
.hlist li > ul li:first-child:before {
.template-documentation {
content: "(";
background-color:#ECFCF4;
}
border:1px solid #AAAAAA;
.hlist li > ul li:last-child:after,
clear:both;
.hlist li > ul li.last-child:after {
margin:1em 0pt 0pt;
content: ")";
padding:5px;
}
}


/* Ukrycie głównego nagłówka na górze strony */
.hlist li li li {
.page-Strona_główna_Nowa h1,
font-size: x-small;
.page-Strona_główna_Nowa #catlinks,
.page-Strona_główna h1,
.page-Strona_główna #catlinks
{
display:none
}
}
/* poprawka formatowania nagłówków boksów */
 
.page-Strona_główna_Nowa #content h2,
/* Generic styling for animation class */
.page-Strona_główna #content h2,
.animated > *:not(.active):not(.skip),
.page-Strona_główna_Nowa #mw_content h2,
.paused > *:not(.active):not(.skip) {
.page-Strona_główna #mw_content h2
        display: none;
{
margin:0;
}
}


/* Style z przeznaczeniem dla strony głównej */
.nowrap {
#mp_head {
white-space: nowrap;
position:relative;
vertical-align:top;
border:1px solid #a7d7f9;
overflow: hidden;
-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
margin:2px;
font-size:14px;
}
}
#mp_head table {
 
width:100%; margin-bottom:1px; vertical-align:top; font-size:105%; background:transparent;
/* Hide noscript only elements */
position:relative;
.noscript {
z-index:2;
display: none;
}
}
#mp_head_back {
 
display:block;
/* Cite text needs to be a block element, but should display inline */
position:absolute;
 
left:0px;
div.cite-reference-text {
top:0px;
display: inline-block;
height:500px;
vertical-align: top;
width:300px;
white-space: normal;
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;
/* 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;
}
}
.wyszarz {
*/
color:#666;
 
 
/* Make tabs the correct size */
* {
-moz-tab-size: 4;
  -o-tab-size: 4;
    tab-size: 4;
}
}
#mp_search {
.new-navbox tr td li {  
margin:.75em 0 .4em;
display: inline-block;
position:relative;
padding-right: 5px;
}
}
#mp_search input {
.new-navbox tr td li:last-child {  
font-size:20px;
padding-right: 0px;
}
}
#mp_search .search_area a img {
.new-navbox tr td li:last-child::after {  
height:25px;
content: "";
}
}
#mp_search .search_area div {
.new-navbox tr td ul {  
position:relative;
display: inline-block;
margin-right:130px;
margin: 0px;
top:1px;
}
}
#mp_search .search_area a {
.new-navbox tr td li ul {  
display:block;
font-size: 90%;
position:absolute;
right:0px;
top:2px;
}
}
#mp_search .button_area {
.new-navbox tr td li ul::before {
position:absolute;
content: " (";
right:0px;
top:0px;
width: 120px;
}
}
#mp_search .search_area #mp_sz_inp {
.new-navbox tr td li ul::after {
height: 30px;
content: ") ";
padding: 0;
text-indent: 0.3em;
width: 100%;
}
}
#mp_search .button_area #mp_sz_btn {
.new-navbox tr td li::after {  
height: 30px;
content: " •  ";
width: 120px;
}
}


/* wąskie okno */
/* Fixes for 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;
}
}
body #mp_search .search_area a,
body #mp_search .button_area {
div#mw-navigation div#mw-panel {
position:relative;
position: static !important; /* position: relative may be added to inline styles by built-in JS after page load; it needs an !important to override */
float:left;
margin:5px;
}
}
body #mp_search .last_area {
}
clear:both;
 
@media screen and (max-width: 500px) {
/* TOC fix */
#mw-content-text > .mw-parser-output > div[style*="float"] {
float: none !important;
margin: 0 !important;
}
}
}
}


/* Wspólne style dla nagłówków na SG */
/* START NOTIFICATIONS */
.page-Strona_główna h2 {
div.alert-message {
font: 13pt Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
display: block;
padding: 5px 5px 5px 1em; margin: 0;   /* margines przy nagłówkach na stronie głównej */
padding: 13px 12px 12px;
border-bottom:1px solid #AAAAAA;
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;
}
}
/* default skin for navigation boxes */
div.alert-message a {
table.navbox {           /* navbox container style */
color: white !important;
border:1px solid #aaa;
text-decoration: underline !important;
width:100%;
margin:auto;
clear:both;
font-size:88%;
text-align:center;
padding:1px;
}
}
table.navbox + table.navbox {
div.alert-message .box-icon {
margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
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;
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
div.alert-message p {
text-align:center;      /* title and above/below styles */
margin: 0px !important;
padding-left:1em;
padding-right:1em;
}
}
.navbox-group {           /* group style */
div.alert-message.success {
white-space:nowrap;
background-color: #5da423;
text-align:right;
color: #fff;
font-weight:bold;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
padding-left:1em;
padding-right:1em;
}
}
.navbox, .navbox-subgroup {
div.alert-message.success .box-icon {
background:#fdfdfd;     /* Background color */
background-position: -48px -8px;
}
}
.navbox-list {
div.alert-message.warning {
border-color:#fdfdfd;   /* Must match background color */
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;
}
}


a.navbox-title {
#minetip-tooltip > .description,
color:inherit; /* kolor linków w nagłówku */
#minetip-tooltip > .minetip-description {
display: block;
margin-top: 0.25em;
}
}


.navbox-title, table.navbox th {
/* For [[Nodule:Inventory slot]] */
background:#ccccff;     /* Level 1 color */
.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;
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
.invslot:before,
background:#ddddff;     /* Level 2 color */
.invslot:after {
content: "";
position: absolute;
background-color: #8B8B8B;
height: 2px;
width: 2px;
pointer-events: none;
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
.invslot:before {
background:#e6e6ff;     /* Level 3 color */
bottom: -2px;
left: -2px;
}
}
.navbox-even {
.invslot:after {
background:#f7f7f7;     /* Even row striping */
top: -2px;
right: -2px;
}
}
.navbox-odd {
.invslot-large {
background:transparent; /* Odd row striping */
padding: 8px;
}
}


/* Szablon:Władca */
.invslot-item,
table.wladca-box + table.navbox {
.invslot-item > a:first-child {
margin-top: 0;
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;
}
}
}
table.wladca-box {
 
width: 100%;
/* Style the sitenotice */
clear: both;
#siteNotice .globalNotice {
vertical-align: top;
background-color: #FFF;
border: 1px solid #D3D3D3;
margin-bottom: 12px;
text-align: center;
text-align: center;
font-size: 95%;
}
}
table.wladca-box + table.wladca-box {
 
border-top: 0 !important;
.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);
}
}
table.wladca-box td {
 
padding: 2px;
#fp-1 {
-ms-grid-area: a;
grid-area: a;
}
}


/* Domyślne wartości dla szablonu współrzędnych geograficznych
#fp-2 {
  Więcej informacji w szablonie [[Szablon:Koordynaty/Linkuj]].
-ms-grid-area: b;
  Nazwy klas "geo", "longitude" i "latitude" są używane w mikroformacie
grid-area: b;
  geograficznym i nie powinny być zmieniane. */
.geo-default, .geo-dms, .geo-dec {
display: inline;
}
}
.geo-nondefault, .geo-multi-punct {
 
display: none;
#fp-3 {
-ms-grid-area: c;
grid-area: c;
}
}
.longitude, .latitude {
 
white-space: nowrap;
#fp-4 {
-ms-grid-area: d;
grid-area: d;
}
}


/* Oznaczenie artykułu na medal i dobrych artykułów w interwiki */
#fp-5 {
li.FA {
-ms-grid-area: e;
list-style-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Wikimedal.png/7px-Wikimedal.png);
grid-area: e;
}
}
li.GArt {
 
list-style-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Propozycja_DA.svg/10px-Propozycja_DA.svg.png);
#fp-6 {
-ms-grid-area: f;
grid-area: f;
}
}


/* kosmetyka tagów filtru nadużyć - widoczne na OZ  */
#fp-7 {
.mw-tag-markers {
-ms-grid-area: g;
font-weight: bold;
grid-area: g;
background-color: #f0fff0;
}
}


/* odstęp pomiędzy pierwszym navboksem a tekstem  */
#fp-8 {
table.firstNavbox {
-ms-grid-area: h;
margin-top:1em;
grid-area: h;
}
}


/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
#fp-9 {
.linksInherit a {
-ms-grid-area: i;
color: inherit;
grid-area: i;
}
}


/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
#fp-10 {
table.fb-tab  {
-ms-grid-area: j;
text-align: center;
grid-area: j;
}
}


/* Pomniejszenie bibliografii wstawianej za pomocą {{Bibliografia start}} */
#fp-11 {
.bibliografia {
-ms-grid-area: k;
font-size: 85%
grid-area: k;
}
@media screen and (min-width:990px) {
#fp-11 {
width: 75%;
margin: 0 auto;
}
}
}


/* [[:Kategoria:Szablony_Fb]] */
#fp-header.fp-header {
table.fb-tab0 { font-size: 100%;   }
display: -ms-grid;
table.fb-tab1 { font-size: 90%;   }
-ms-grid-template-areas: "aa" "ac" "ab";
table.fb-tab2 { font-size: 85%;   }
-ms-grid-template-columns: 100%;
table.fb-tab3 { font-size: 80%;   }
display: grid;
tr.fb-row0 { color: black; background-color: #EEE;  }
grid-template-areas: "aa" "ac" "ab";
tr.fb-row1 { color: black; background-color: white; }
grid-template-columns: 100%;
td.fb-result-none { background-color: #CCC; width: 30px; }
}
td.fb-result-hwin { background-color: #DFE7FF; width: 30px; }
@media screen and (min-width:990px) {
td.fb-result-gwin { background-color: #FFDFDF; width: 30px;}
#fp-header.fp-header {
td.fb-result-draw { background-color: #FFF; width: 30px;}
-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%;
}
}


/* Przypisy i [[Szablon:Przypisy]] */
#fp-header-file {
ol.references {
-ms-grid-area: aa;
font-size:85%
grid-area: aa;
}
}


/* przekierowania na liście stron będą zaznaczane kursywą */
#fp-header-links {
.allpagesredirect a {
-ms-grid-area: ab;
font-style: italic;
grid-area: ab;
}
}
/* redirecty w kategoriach też kursywą */
 
.redirect-in-category a {
#fp-header-text {
font-style: italic;
-ms-grid-area: ac;
grid-area: ac;
}
}


/* Poniższy kawałek może się nie walidować walidatorem W3C */
#fp-header-file {
/* -moz-* i -webkit-* to rozszerzenia producentów przeglądarek(CSS 2.1 4.1.2.1) */
margin: auto;
/* column-count pochodzi z modułu "CSS Multi-column Layout" w CSS3 */
}
/* Zignoruj błędy walidatora spowodowane poniższymi definicjami */
@media screen and (min-width:990px) {
/* Używana też: .references-1column */
#fp-header-file {
.references-2column {
margin: auto 0;
-moz-column-count: 2;
}
-webkit-column-count: 2;
column-count: 2;
}
}
.references-3column {
 
-moz-column-count: 3;
#fp-header-links {
-webkit-column-count: 3;
margin: auto 0;
column-count: 3;
}
}


/* Zapobiega zwiększaniu się wysokości linii z indeksami górnymi i dolnymi */
#fp-header-links ul {
#bodyContent sup, #bodyContent sub {
    display: grid;
line-height: 1em;
    grid-auto-rows: min-content;
    margin-top: 0;
    grid-template-columns: repeat(auto-fit, minmax(max(160px, 33.333%), 1fr));
}
}


/* Nie łamiemy linii w głupich miejscach */
/* search on small screens */
.nowraplinks a, span.texhtml, sup.reference a {
@media screen and (max-width: 720px) {
white-space: nowrap;
#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;
}
}
}


/* przyciski ułatwiające administrację poczekalnią - domyślnie ukryte */
/* UCP zepsuło flaggedrevs */
.poczekalnia {
 
display:none;
.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;
}
}


/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */
.osoba {
#mw-fr-commentbox {
background-color: #CCCCCC;
display: none;
}
.blockrow {
background-color: #FFFFFF;
}
.blockrow2 {
background-color: #F9F9F9;
}
}


/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
/* Szalon:Przypisy */
.mw-fr-reviewlink {
p.refSection-intro {
font-weight: normal;
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
}
}


/* dla tych bez JS */
.sprite:not(:is(#foreign *)),
.put-in-header {
.inv-sprite {
position:absolute;
background-image: url('https://minewiki.pl/images/0/07/InvCSS.png');
right:0;
top:-30px;
}
}


/* logowanie */
#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
div#userloginForm, div#userlogin {
{
float:left;
display: none !important;
padding:1em 1em .7em 1em;
}
border:2px solid #A3B1BF;
button.iubenda-tp-btn.iubenda-cs-preferences-link
        background-color:#fffffc;
{
margin-right:2em;
visibility: hidden !important;
}
}


/* Wikiglob */
table.special-archives
.wikiglob {
{
background:url(http://upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png)
width: 100%;
table-layout: fixed;
}
}


.coordinates.put-in-header {
div.foreign
        font-size: small;
{
background-color: #C3C3C3;
border: 1px solid #7F7F7F;
text-align: center;
padding: 5px;
margin: 15px;
}
}
iframe#openstreetmap {
 
        height: 350px;
.mw-body-content #iframeframe > iframe#iframe-discord
        width: 100%;
{
        clear: both;
width: 300px;
height: 500px;
}
}


* html .IPA {
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-463--L-479  */
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
.hatnote
{
font-style: italic;
}
}
:first-child ~ html .IPA {
.hatnote i
font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
{
font-style: normal;
}
}
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
div.hatnote
.my-buttons {
{
/* padding: 1em; */
padding-left: 1.6em;
/* margin:5px; */
margin-bottom: 0.5em;
}
}
.my-buttons a {
div.hatnote + div.hatnote
color: black;
{
background-color: #c0d0e0 ;
margin-top: -0.5em;
font-family:monospace;
}
font-size: 115%;
 
text-decoration: none;
/* https://minecraft.wiki/w/MediaWiki:Common.css#L-1012--L-1015 */
border: thin #069 outset;
.history-json,
line-spacing:5pt;
.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;
}
}
.my-buttons a:hover {
.historytable-experiment > div
background-color: #d0e0f0;
{
border-style:outset;
margin: -0.5em auto 0;
padding: 0 0.5em;
width: min-content;
background-color: inherit;
}
}
.my-buttons a:active {
.historytable-experiment + span
background-color: #e0f0e0;
{
border-style: inset;
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;
}