Minecraft Wiki Polska
Nie podano opisu zmian
Nie podano opisu zmian
Linia 1622: Linia 1622:
 
top: 0;
 
top: 0;
 
}
 
}
table.grid-Crafting_Table tbody, table.grid-Furnace tbody, table.grid-Brewing_Stand table tbody, table.grid-generic tbody {background: transparent;}
+
table.grid-Crafting_Table tbody
  +
}
  +
table.grid-Furnace tbody
  +
}
  +
table.grid-Brewing_Stand table tbody
  +
}
  +
table.grid-generic tbody {background: transparent;}
 
}
 
}

Wersja z 23:16, 3 sie 2013

/* Logo */

#p-logo a { 
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 */
div#edittoolbar {clear:both}

/* Nie dawać większego ze względu na IE! */
#searchGoButton { padding:0 4px !important; }

/* Poprawka umieszczenia obrazków pod sobą dla skórek innych niż Monobook.css */
div.tright {
    clear: right;
}
div.tleft {
    clear: left;
}

/* search keyboard settings */
.search_keyboard a {
    padding: 0 3px;
    border: 1px outset #ddd;
}
.search_keyboard a:hover {
    border: 1px inset #ddd;
}

/* universalna ramka zamiast szablonu border */
#bodyContent .ramka {
    display:table-cell;
    border-collapse:collapse;
    border:1px solid #BBB;
}

/* zapobieganie rozjeżdżaniu stron */
#bodyContent pre {overflow:auto}

/* ----
   Klasy do spisu treści pomocy i ew. pokrewnych.
---- */

/* 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. */
#bodyContent .helplink_forward a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Torchlight_forward.png/15px-Torchlight_forward.png") center right no-repeat;
    padding-right: 19px;
    padding-left: 0;
}
/* podstrona tematyczna */
#bodyContent .helplink_subpage a, #bodyContent .legenda .helplink_subpage {
    background: url("http://upload.wikimedia.org/wikipedia/commons/d/d7/A_help_folder.gif") center left no-repeat;
    padding-left: 14px;
    padding-right: 0;
}
/* strona pomocy */
#bodyContent .helplink_helppage a, #bodyContent .legenda .helplink_helppage {
    background: url("http://upload.wikimedia.org/wikipedia/commons/3/3c/A_help_text.gif") center left no-repeat;
    padding-left: 14px;
    padding-right: 0;
}
/* kategoria */
#bodyContent .helplink_catpage a, #bodyContent .legenda .helplink_catpage {
    background: url("http://upload.wikimedia.org/wikipedia/commons/4/40/A_help_category.gif") center left no-repeat;
    padding-left: 14px;
    padding-right: 0;
}
/* strona specjalna */
#bodyContent .helplink_specpage a, #bodyContent .legenda .helplink_specpage {
    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 */
#bodyContent .helplink_orgpage a, #bodyContent .legenda .helplink_orgpage {
    background: url("http://upload.wikimedia.org/wikipedia/commons/8/88/A_help_portal.gif") center left no-repeat;
    padding-left: 14px;
    padding-right: 0;
}


/* klasa audiolink dla szablonu Audio */
#bodyContent .audiolink a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat;
    padding-left: 15px;
}

/* klasa topalign, żeby umożliwić wyrównanie do góry wszystkich pól tableki */
table.topalign td, table.topalign th {
    vertical-align: top;
}
/* analogicznie bottomalign i centeralign */
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 */

table.wikitable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
table.wikitable tbody {
    background: #fff;
}

table.wikitable th, table.wikitable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}

table.wikitable th {
    background: #f2f2f2;
    text-align: center;
}

table.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
}

/* Style dla infoboksów */

.infobox {
    border: 1px solid #aaa;
    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 {
    width: 20em;
    font-size: 90%;
}

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

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

/* Style boksów z Merge i Split */

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

.messagebox.talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}

.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 4px 2px 4px;
}

.messagebox.small, .messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}

.messagebox.small-talk {
    background: #F8EABA;
}

/* Standardowe szablony nawigacyjne. Dokumentacja pod [[en:Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
    margin: 0;
    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 {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
    color:inherit;
}

.nounderlines a {text-decoration: none}

.CollapseButton {
    font-size: x-small;
    float: right;
    font-weight: normal;
    text-align: right;
    width: 36px;
}

/* Wyróżnienie klikniętego przypisu w celu ułatwienia nawigacji */
ol.references > li:target {
    background-color: #DEF;
}

/* Dla wskaźnika ilości zmienionych bajtów */
strong.mw-plusminus-neg { color:#c00 }
span.mw-plusminus-neg { color:#900 }
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]] */
input.warning {
    border: 2px solid red;
}
.warning label {
    color:red;
    font-weight:bold;
}

/* przyciski dodawania opisów */
.userSummaryButtons a, #userSummaryButtons a {
    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 {
    background: #bfb;
    border: 1px solid #9c9;
    text-decoration:none;
}

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

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  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 {
    display: none ! important;
}

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

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

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}

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

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

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

/* Article message box template styles */
table.ambox {
    margin: 0 10%;                         /* Will not overlap with other elements */
    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) */
    padding: 0.25em 0.5em;              /* 0.5em left/right */
    width: 100%;                        /* Make all templates the same width regardless of text size */
}

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

table.ambox td.ambox-imageright {     /* The right image cell */
    padding: 2px 4px 2px 0;           /* 0 left, 4px right */
    text-align: center;
}

table.ambox-notice {
    border-left: 10px solid #1e90ff;       /* Blue */
}

table.ambox-delete,
table.ambox-serious {
    border-left: 10px solid #b22222;       /* Red */
}

table.ambox-content {
    border-left: 10px solid #f28500;       /* Orange */
}

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

table.ambox-merge {
    border-left: 10px solid #9932cc;       /* Purple */
}

table.ambox-protection {
    border-left: 10px solid #bba;          /* Gray */
}

table.ambox.ambox-mini {                 /* small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}

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

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

/* Ukrycie głównego nagłówka na górze strony */
.page-Strona_główna_Nowa h1,
.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,
.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 */
#mp_head {
    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;
    position:relative;
    z-index:2;
}
#mp_head_back {
    display:block;
    position:absolute;
    left:0px;
    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;
}
.wyszarz {
    color:#666;
}
#mp_search {
    margin:.75em 0 .4em;
    position:relative;
}
#mp_search input {
    font-size:20px;
}
#mp_search .search_area a img {
    height:25px;
}
#mp_search .search_area div {
    position:relative;
    margin-right:130px;
    top:1px;
}
#mp_search .search_area a {
    display:block;
    position:absolute;
    right:0px;
    top:2px;
}
#mp_search .button_area {
    position:absolute;
    right:0px;
    top:0px;
    width: 120px;
}
#mp_search .search_area #mp_sz_inp {
    height: 30px;
    padding: 0;
    text-indent: 0.3em;
    width: 100%;
}
#mp_search .button_area #mp_sz_btn {
    height: 30px;
    width: 120px;
}

/* wąskie okno */
@media screen and (max-width: 500px) {
    body #mp_search .search_area div {
        margin-right:0;
    }
    body #mp_search .search_area a,
    body #mp_search .button_area {
        position:relative;
        float:left;
        margin:5px;
    }
    body #mp_search .last_area {
        clear:both;
    }
}

/* Wspólne style dla nagłówków na SG */
.page-Strona_główna h2 {
    font: 13pt Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
    padding: 5px 5px 5px 1em; margin: 0;   /* margines przy nagłówkach na stronie głównej */
    border-bottom:1px solid #AAAAAA;
}
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
    border:1px solid #aaa;
    width:100%;
    margin:auto;
    clear:both;
    font-size:88%;
    text-align:center;
    padding:1px;
}
table.navbox + table.navbox {
    margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
    text-align:center;      /* title and above/below styles */
    padding-left:1em;
    padding-right:1em;
}
.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 {
    color:inherit; /* kolor linków w nagłówku */
}

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

/* Szablon:Władca */
table.wladca-box + table.navbox {
    margin-top: 0;
}
table.wladca-box {
    width: 100%;
    clear: both;
    vertical-align: top;
    text-align: center;
    font-size: 95%;
}
table.wladca-box + table.wladca-box {
    border-top: 0 !important;
}
table.wladca-box td {
    padding: 2px;
}

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

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

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

/* odstęp pomiędzy pierwszym navboksem a tekstem  */
table.firstNavbox {
    margin-top:1em;
}

/* kolorowanie linków w nagłówkach tabel z kolorowym tłem */
.linksInherit a {
    color: inherit;
}

/* [[:Kategoria:Szablony_Fb]], reszta w [Monobook|Modern].css */
table.fb-tab  {
    text-align: center;
}

/* Pomniejszenie bibliografii wstawianej za pomocą {{Bibliografia start}} */
.bibliografia {
    font-size: 85%
}

/* [[:Kategoria:Szablony_Fb]] */
table.fb-tab0 { font-size: 100%;    }
table.fb-tab1 { font-size:  90%;    }
table.fb-tab2 { font-size:  85%;    }
table.fb-tab3 { font-size:  80%;    }
tr.fb-row0 { color: black; background-color: #EEE;  }
tr.fb-row1 { color: black; background-color: white; }
td.fb-result-none { background-color: #CCC; width: 30px; }
td.fb-result-hwin { background-color: #DFE7FF; width: 30px; }
td.fb-result-gwin { background-color: #FFDFDF; width: 30px;}
td.fb-result-draw { background-color: #FFF; width: 30px;}

/* Przypisy i [[Szablon:Przypisy]] */
ol.references {
    font-size:85%
}

/* przekierowania na liście stron będą zaznaczane kursywą */
.allpagesredirect a {
    font-style: italic;
}
/* redirecty w kategoriach też kursywą */
.redirect-in-category a {
    font-style: italic;
}

/* Poniższy kawałek może się nie walidować walidatorem W3C */
/* -moz-* i -webkit-* to rozszerzenia producentów przeglądarek(CSS 2.1 4.1.2.1) */
/* 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 */
#bodyContent sup, #bodyContent sub {
    line-height: 1em;
}

/* Nie łamiemy linii w głupich miejscach */
.nowraplinks a, span.texhtml, sup.reference a {
    white-space: nowrap;
}

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

/* W oknie oznaczania wersji jako przejrzana ukrycie pola komentarza */
#mw-fr-commentbox {
    display: none;
}

/* kosmetyka wersji przejrzanych - likwidacja pogrubienia na OZ  */
.mw-fr-reviewlink {
    font-weight: normal;
}

/* dla tych bez JS */
.put-in-header {
position:absolute;
right:0;
top:-30px;
}

/* logowanie */
div#userloginForm, div#userlogin {
    float:left;
    padding:1em 1em .7em 1em;
    border:2px solid #A3B1BF;
        background-color:#fffffc;
    margin-right:2em;
}

/* Wikiglob */
.wikiglob {
    background:url(http://upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png)
}

.coordinates.put-in-header {
        font-size: small;
}
iframe#openstreetmap {
        height: 350px;
        width: 100%;
        clear: both;
}

* html .IPA {
    font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
:first-child ~ html .IPA {
    font-family: Quivira, Code2000, Sun-ExtA, "DejaVu Sans", "Gentium Plus", Gentium, "Doulos SIL", Helvetica, "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
}
/******* Extra buttons for 'edittools' (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
.my-buttons {
    /* padding: 1em; */
    /* margin:5px; */
}
.my-buttons a {
    color: black;
    background-color: #c0d0e0 ;
    font-family:monospace;
    font-size: 115%;
    text-decoration: none;
    border: thin #069 outset;
    line-spacing:5pt;
}
.my-buttons a:hover {
    background-color: #d0e0f0;
    border-style:outset;
}
.my-buttons a:active {
    background-color: #e0f0e0;
    border-style: inset;
}
var load_edittools = true;
// extra drop down menu on editing for adding special characters
importScript( 'MediaWiki:Edittools.js' );
// Editpage scripts
if( wgAction == 'edit' || wgAction == 'submit' ) {
    importScript( 'MediaWiki:Editpage.js' );
}
/* CSS placed here will be applied to all skins */

/*  Footer */

#ft {
background: none;
}

#ft div {
width: 1100px;
}

#ft h1, #ft a, #ft {
color: #5F5F5F;
font-size: 10px;
}

#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}

#ft .site-navigation ul {
list-style: none;
}

#ft .network-navigation {
margin-left: 160px;
margin-bottom: 140px !important;
}

#ft .network-navigation ul {
float: left;
width: 110px;
}

#ft .network-navigation ul.double {
width: 280px;
}

#ft .network-navigation ul.curse li.header a {
background: url("/CurseFooter/SJ555.png") repeat scroll 0 0 transparent;
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}

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

#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
color: #FF6015;
width: 100%;
}

.alternatecells:nth-child(odd) {
    background-color: #F9F9F9
}

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

.need_ref {
    display:inline;
}

/*  Footer */

#ft {
background: none;
}

#ft div {
width: 1100px;
}

#ft h1, #ft a, #ft {
color: #5F5F5F;
font-size: 10px;
}

#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}

#ft .site-navigation ul {
list-style: none;
}

#ft .network-navigation {
margin-left: 160px;
margin-bottom: 140px !important;
}

#ft .network-navigation ul {
float: left;
width: 110px;
}

#ft .network-navigation ul.double {
width: 280px;
}

#ft .network-navigation ul.curse li.header a {
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}

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

#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
color: #FF6015;
width: 100%;
}

#footer {
    margin-left: 160px;
}
tt {
    font-family: Courier, monospace;
    font-size: 13px;
}


div#google_ads_div_Test_Dec_728x90_ad_container {
    display: inline-block
}
#google_ads_div_Test_Dec_728x90_ad_container {
    display: inline-block
}

/** Template stylings **/
/* [[Template:Grid]] */
.grid .animated .image,
.grid .paused .image {
    display: none;
}
.grid .animated .image.active,
.grid .paused .image.active {
    display: block;
}

/* [[Template:Grid/Cell]] */
.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 .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;
}
.grid.output .image {
    top: 10px;
    left: 10px;
}
.grid .image > a.new {
    background-image: url("http://media-mcw.cursecdn.com/3/35/Grid_Unknown.png");
    display: block;
    width: 32px;
    height: 32px;
    outline: none;
    text-indent: -99999px;
}

.grid .number {
    display: block;
    margin: -12px -4px 0 0;
    text-align: right;
    font-family: Minecraft;
    font-size: 16px;
    pointer-events: none;
}
.grid .number .selflink,
.grid .number a {
    color: #3F3F3F;
    text-decoration: none;
    font-weight: normal;
}
.grid .image a.new + .number {
    display: none;
}
.grid .number span {
    position: absolute;
    right: -2px;
    bottom: 2px;
    color: #FFFFFF;
}

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

/* 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 blue header used throughout the wiki */
.mcwiki-header,
#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 */
.filehistory a img,
#file img:hover {
    background: url("http://media-mcw.cursecdn.com/5/5d/Checker-16x16.png")
}
#file button img {
    background: none !important
}

/* 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: #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 */
    margin-left: 55px
}

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

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

/* Minecraft font */
@font-face {
    font-family: Minecraft;
    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) 

*/
#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 {
    background-image: none !important;
    margin-top: 0 !important;
}
#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 {
    display: none
}

/* Allow parts of toc to be hidden */
/* Section levels */
.hide-toc2 .toclevel-1 ul,
.toc-hidelevel2 .toclevel-1 ul {
    display: none;
}

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

/* Improve ASIRRA styling */
#asirra_InstructionsTextId {
    display: none;
}
#AsirraDiv {
    margin-bottom: 10px;
}

/**
 * Remove on upgrade to 1.19
 * 
 * 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;
}
table.wikitable caption {
    font-weight: normal;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
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]]) */
.treeview {
    margin-top: 0.3em;
}

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

.treeview li li {
    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 {
    border: 0;
    padding-left: 14px;
    background: url("http://media-mcw.cursecdn.com/d/d6/Treeview-end.png") no-repeat 0 -1px
}

.treeview li li li {
    margin-left: 7px;
}

/* Move suggestions back into place (netbar moved them) */
.suggestions {
    margin-top: -29px !important;
}

/* Simulate link styling for JS only links */
.jslink {
    color: #0645AD;
}
.jslink:hover {
    text-decoration: underline;
    cursor: pointer;
}
.jslink:active {
    color: #FAA700;
}

/* 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,
.hlist li {
    display: inline-block;
    margin: 0;
}
.hlist li {
    white-space: nowrap;
}
.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 > span,
.animated > div {
    display: none;
}

.animated > span.active {
    display: inline;
}

.animated > div.active {
    display: block;
}
/* Collapsible Tables ([[MediaWiki:Common.js]]) */
table.collapsed tr.collapsible {
    display: none
}
 
.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 */
    width: 5em;
}

.collapsible.collapse-button-left > tr > th .collapsible-button,
.collapsible.collapse-button-left > * > tr > th .collapsible-button {
    float: left;
    text-align: left;
}

.collapsible.collapse-button-none > tr > th .collapsible-button,
.collapsible.collapse-button-none > * > tr > th .collapsible-button {
    float: none;
}
/*
* Artykuł tygodnia
*/
.at_teraz {
    background-color: yellow;
}
.at_wczesniej {
    background-color: lightgray;
}

.t-netbar .t-netbar-curseInfo .t-netbar-discover > li > ul li i.u-icon-gamepedia {
        background: url("http://www.minecraftwiki.net/skins/common/netbar/sites/gamepedia.png") no-repeat 0 center; }
/*
* Nowy (new) navbox
*/
.navbox-top {
    background-color: #CCCCCC;
    padding: 0 3px;
    white-space: nowrap;
}

.sprite-preview:hover div{
    opacity:0.7 !important
}

/* bottom footer ads */
.atflb, .btflb {
display: block;
height: 90px !important;
margin: 0 auto;
padding: 5px 0;
width:728px !important;
}
.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: " •  ";
}
/* SCHEMATIC */
/* [[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;
}
table.grid-Crafting_Table tbody
}
table.grid-Furnace tbody
}
table.grid-Brewing_Stand table tbody
}
table.grid-generic tbody {background: transparent;}
}