League of Legends Wiki
Advertisement
League of Legends Wiki

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
@import url("http://dev.wikia.com/load.php?mode=articles&articles=Highlight/code.css&only=styles");
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Infobox.css|MediaWiki:SG.css|MediaWiki:Komunikaty.css|MediaWiki:Skins.css|MediaWiki:Pins.css|MediaWiki:MasteryTree.css|MediaWiki:Skill.css|MediaWiki:Champion_summary.css|MediaWiki:StatWheel.css|MediaWiki:CardGrid.css");
.mw-content-text {
    line-height: 1.5;
}

/* Ja tutejszy ;) */
a[href$=":Nanaki"] { color: #70B8FF !important; }
a[href$=":Nanaki"]:visited { color: #7078FF !important; }

/* Ukryte linki do edycji szablonów itp. */
.editor-stuff { visibility: hidden; }
.editor-stuff-block { display: none; }
.editor-stuff-inline { display: none; }
.admin-stuff { visibility: hidden; }
.admin-stuff-block { display: none; }
.admin-stuff-inline { display: none; }

/* Dziedziczenie wyrównania w pionie */
.inherit-valign {
    vertical-align: middle;
}
.inherit-valign thead,
.inherit-valign tbody,
.inherit-valign tfoot,
.inherit-valign tr,
.inherit-valign th,
.inherit-valign td,
.inherit-valign col,
.inherit-valign caption,
.inherit-valign colgroup {
    vertical-align: inherit;
}

/* Nawigacja */
.navbox .mw-collapsible-toggle,
.navbox .mw-collapsible-edit {
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    margin: 0px 0px;
    padding: 0px 0px;
    display: block;
}
.navbox .mw-collapsible-toggle {
    text-align: right;
    float: right;
}
.navbox .mw-collapsible-edit {
    text-align: left;
    float: left;
}
.navbox {
    clear: both;
    background-color: #1f242e;
    border-radius: 5px;
    padding: 4px;
}
.navbox .mw-collapsible-header {
    font-size: 17px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    padding: 0px 75px;
}
.navbox .mw-collapsible-content {
    border-top: 1px solid #393E4A;
    margin-top: 4px !important;
    padding: 5px 1px 0px !important;
}
.navbox .mw-collapsible-toggle,
.navbox .mw-collapsible-edit {
    height: 23px;
    line-height: 23px;
}
.navbox .header {
    font-size: 17px;
    text-align: center;
    border-top: 1px solid #393E4A;
    border-bottom: 1px solid #393E4A;
    height: 23px;
    line-height: 23px;
    padding: 5px 0px;
    margin: 5px 0px 6px;
}
.navgroup .navbox {
    border-radius: 0px;
    margin-top: -1px;
}
.navgroup .navbox:first-child {
    margin-top: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.navgroup .navbox:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Podświetlanie przekierowań wewnątrz elementu */
.highlight-redirs .mw-redirect {
    color: orange !important;
}

/* Klasa do ukrywania i pokazywania po najechaniu kursorem */
.showhide-onhover .show-onhover,
.showhide-onhover .show-onhover-inline {
    display: none;
}
.showhide-onhover .hide-onhover {
    display: block;
}
.showhide-onhover .hide-onhover-inline {
    display: inline;
}
.showhide-onhover:hover .show-onhover {
    display: block;
}
.showhide-onhover:hover .show-onhover-inline {
    display: inline;
}
.showhide-onhover:hover .hide-onhover,
.showhide-onhover:hover .hide-onhover-inline {
    display: none;
}

/* Kolorwanie linków */
.force-redlink a {
    color: #F05048 !important;
}
.links-inherit-color a {
    color: inherit !important;
}

/* Podkreślenie tagu ABBR */
abbr {
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
    border-bottom: 1px dotted currentColor;
}

/* Zmienne i parametry wewnątrz kodu */
pre .opis,
pre .parametr,
code .parametr {
    color: grey;
    font-style: italic;
}
code .zmienna,
pre .zmienna {
    color: yellow;
    font-style: italic;
    background-color: rgba(255, 255, 0, .1);
}
pre:hover SPAN.opis {
    display: none;
}

/* Centered Grid */
.centered-grid {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
.centered-grid-applied {
    text-align: left;
    overflow-x: hidden;
}

/* Grid filtering */
.grid-filtering input,
.grid-filtering select {
    font-size: 11px;
    line-height: normal;
    width: 100%;
    padding: 1px 2px;
    color: #333;
    background-color: #060A16;
    border: 1px solid #131723;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.grid-filtering input:focus,
.grid-filtering select:focus {
    color: #888;
    background-color: #04070F;
    border: 1px solid #1E2129;
}

/* Infoboksy */
.infobox {
    float: right;
    clear: right;
    width: 250px;
    background-color: #060A16 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 5px !important;
    border-radius: 5px;
    border: 2px solid #124b71 !important;
    border-width: 2px 0 !important;
    margin: 0 0 .5em 1em !important;
}
.infobox .image-box {
    border: 1px solid #124b71;
    margin: .5em auto;
    background-color: #000;
    padding: 2px;
    border-radius: 3px;
    text-align: center;
}
.infobox .image-box-caption {
    text-align: center;
    margin: -3px 0px 0px;
}
.infobox th,
.infobox td {
    vertical-align: text-top;
}
.infobox .no-list li {
    line-height: normal;
    margin: 3px 0;
}
.infobox .no-list li:first-child {
    margin-top: 0;
}
.infobox .no-list li:last-child {
    margin-bottom: 0;
}
.infobox .no-list ul {
    margin-bottom: 6px;
}
.infobox .no-list ul:last-child {
    margin-bottom: 0;
}

/* Tabber */
.tabberlive .tabbernav {
    border: none;
}
.tabberlive .tabbernav LI A {
    background: #070C1A;
    border: none !important;
    border-radius: 3px 3px 0px 0px;
}
.tabberlive .tabbernav LI A:hover {
    background: #070C1A;
    color: #B4B4CF;
    border: none !important;
}
.tabberlive .tabbernav LI.tabberactive A {
    background: #060A15;
    position: relative;
    z-index: 2;
    color: #ECECF3 !important;
}
.tabberlive .tabbernav LI.tabberactive A:hover {
    background: #060A15;
}
.tabberlive .tabbertab {
    position: relative;
    background: #060A15;
    border: none !important;
    border-radius: 3px;
}

/* Galerie skórek bohaterów */
/* Należy dodać class="champion_gallery" do tagu gallery */
.champion_gallery UL.wikia-slideshow-images {
    height: 389px !important;
}
.champion_gallery .wikia-slideshow-prev,
.champion_gallery .wikia-slideshow-next {
    top: 170px !important;
}

/* [[Szablon:Umiejętność]] */
.oldskill {
    background-repeat: no-repeat;
    background-position: right top;
    padding: 1em;
    margin: 1em 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.8);
    background: #101B3A;
    position: relative;
    z-index: 10;
}
.oldskill.skill_passive,
.oldskill.skill_r {
    background-color: #162550 !important;
}
.oldskill.skill_q {
    background-image: url('http://images.wikia.com/leagueoflegends/pl/images/3/3d/Q_bg.png') !important;
}
.oldskill.skill_w {
    background-image: url('http://images.wikia.com/leagueoflegends/pl/images/d/d6/W_bg.png') !important;
}
.oldskill.skill_e {
    background-image: url('http://images.wikia.com/leagueoflegends/pl/images/2/20/E_bg.png') !important;
}
.oldskill.skill_r {
    background-image: url('http://images.wikia.com/leagueoflegends/pl/images/1/10/R_bg.png') !important;
}
.oldskill .oldskill {
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: none !important;
}
.oldskill .skill_header,
.oldskill .skill_table {
    width: 100%;
}
.oldskill .oldskill .skill_header {
    margin-top: 0.5em;
}
.oldskill .skill_table TD {
    vertical-align: top;
}
.oldskill .skill_table td.skill_desc,
.oldskill .skill_table td.skill_levels {
    vertical-align: text-top;
}
.oldskill .skill_header TD {
    vertical-align: bottom;
}
.oldskill .skill_icon {
    padding: 0.5em;
    width: 64px;
}
.oldskill .skill_icon DIV {
    box-shadow: 0px 2px 5px 0px #000102;
    -moz-box-shadow: 0px 2px 5px 0px #000102;
    -webkit-box-shadow: 0px 2px 5px 0px #000102;
    width: 64px;
    background-color: #000000;
}
.oldskill .skill_name {
    padding: 0px 6px;
    color: #9797FC;
    font-size: 135%;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}
.oldskill .skill_info {
    width: 1%;
    white-space: nowrap;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: right;
}
.oldskill .skill_info div {
    height: 14px;
    line-height: 14px;
}
.oldskill .skill_desc {
    padding: 0 0.5em 0.5em;
    font-size: 90%;
}
.oldskill TD.skill_levels {
    width: 33%;
    padding: 0 0.5em 0.5em;
    font-size: 90%;
}
.oldskill .skill_levels UL {
    margin: 4px 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}
.oldskill .skill_levels LI {
    margin: 0px 0px 5px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    line-height: 1.25;
}
.oldskill-more {
    line-height: 21px;
    min-height: 21px;
    margin: -35px 10px 14px;
}
.oldskill-more .mw-collapsible-toggle {
    position: relative;
    z-index: 11;
}
.oldskill-more .skill-more-content {
    clear: both;
    background: #0C152C;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0 0 4px 4px;
    padding: 8px 30px 5px;
    margin: 0 40px;
    position: relative;
    z-index: 9;
}
.oldskill-more.mw-collapsed .skill-more-content {
    display: none;
}
.oldskill-more.mw-collapsed.mw-made-collapsible .skill-more-content {
    display: block;
}
body.action-edit .oldskill-more .skill-more-content,
body.editor .oldskill-more .skill-more-content {
    display: block;
}
.oldskill-more .skill-more-details {
    border-top: 1px solid #2F3660;
    padding: 3px 15px;
    margin: 3px -15px;
}
.oldskill-more .skill-more-details:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.oldskill-more .skill-more-label {
    color: #2F3660;
    margin-left: -15px;
    font-size: 12px;
    line-height: 10px;
    font-variant: small-caps;
    font-weight: bold;
    margin: -1px -15px 2px;
}
.oldskill-more .skill-more-details > ul,
.oldskill-more .skill-more-details > ol {
    margin-left: 15px;
}
/* Tabber wewnątrz szablonu Umiejętność */
.skill .tabberlive {
    margin: 5px 0px 0px;
}
.skill .tabberlive .tabbernav {
    margin: 0px;
    border: none;
}
.skill .tabberlive .tabbernav LI A {
    color: #9797FC !important;
    background-color: #0E1832 !important;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.skill .tabberlive .tabbernav LI.tabberactive A {
    background-color: #0C142B !important;
    border: none;
}
.skill_passive .tabberlive .tabbernav LI A,
.skill_r .tabberlive .tabbernav LI A {
    background-color: #111C3E;
}
.skill_passive .tabberlive .tabbernav LI.tabberactive A,
.skill_r .tabberlive .tabbernav LI.tabberactive A {
    background-color: #0E1834;
}
.skill .tabberlive .tabbernav LI A:hover {
    color: #D5D4D4 !important;
}
.skill .tabberlive .tabbernav LI.tabberactive A:hover {
    color: #D5D4D4 !important;
}
.skill .tabberlive .tabbernav LI.tabberactive A {
    border: none;
}
.skill .tabberlive .tabbertab {
    background: transparent;
    border: none;
    padding: 0px 0px;
}

/* AjaxPolls */
.ajax-poll {
    width: auto !important;
    border: none !important;
    padding: 10px !important;
    margin-top: 10px !important;
}
.ajax-poll .header {
    font-weight: bold !important;
}
.pollAnswerName {
    padding-left: 10px !important;
    font-size: 0.9em !important;
}
.pollAnswerVotes {
    width: auto !important;
    height: 12px !important;
    line-height: 12px !important;
    font-size: 11px !important;
    margin: 0px 10px !important;
    background-color: rgba(100, 100, 100, 0.1) !important;
    border: 1px solid rgba(200, 200, 200, 0.1) !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.pollAnswerVotes span {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 2;
    height: 12px !important;
    line-height: 12px !important;
    display: block !important;
    padding-left: 5px !important;
}
.pollAnswerVotes div {
    opacity: 0.5 !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1;
    height: 12px !important;
    line-height: 12px !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    margin: -13px -1px -1px !important;
    border: 1px solid #176091 !important;
    background-color: #124B71 !important;
    background-image: -moz-linear-gradient(top, #124B71 25%, #0E3B5A 100%) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(25%, #124B71), color-stop(100%, #0E3B5A)) !important;
    background-image: -o-linear-gradient(top, #124B71 25%, #0E3B5A 100%) !important;
    background-image: -ms-linear-gradient(top, #124B71 25%, #0E3B5A 100%) !important;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Usuwa styl list wypunktowanych wewnątrz elementu .no-list */
.no-list UL {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}
.no-list LI {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    line-height: normal;
}
.no-list li li {
    margin-left: 10px !important;
}

/* Szablon:Pasek */
.summary-bar {
    height: 1.2em;
    line-height: 1.2em;
    margin: .5em 0;
    overflow: hidden;
}
.summary-bar > img {
    float: left;
    height: 1.2em;
    width: auto;
    vertical-align: top;
}
.summary-bar > img ~ .summary-bar-wrapper {
    margin-left: 1.5em;
}
.summary-bar-wrapper {
    display: block;
    height: 1.2em;
    border: 1px solid red;
    box-sizing: border-box;
    border-radius: .15em;
    background-color: rgba(100, 100, 100, 0.1);
    border: 1px solid rgba(200, 200, 200, 0.1);
    position: relative;
}
.summary-bar-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    top: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    background-image: url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png'), url('http://images.wikia.com/leagueoflegends/pl/images/f/f3/Pasek_separator.png');
    background-repeat: no-repeat;
    background-position: 10% 50%, 20% 50%, 30% 50%, 40% 50%, 50% 50%, 60% 50%, 70% 50%, 80% 50%, 90% 50%;
    background-size: 1px 90%;
}
.summary-bar-main {
    display: block;
    background-color: green;
    width: attr(data-value);
    height: 100%;
    line-height: 5em;
    margin: -1px;
    border: 1px solid red;
    border-radius: .15em;
    border: 1px solid rgba(200, 200, 200, .4);
    background-color: #201624;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05))
}
.summary-bar-main.zero-value {
    display: none;
}
.summary-bar-main::before {
    content: '';
    display: block;
    height: 55%;
    background-color: rgba(255, 255, 255, .1);
    border-radius: .15em;
    border-bottom-right-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.summary-attack .summary-bar-main {
    background-color: #641515;
}
.summary-defense .summary-bar-main {
    background-color: #0B4120;
}
.summary-ability .summary-bar-main {
    background-color: #023C54;
}
.summary-difficulty .summary-bar-main {
    background-color: #342544;
}
.related-topics .related-topic,
.related-topics .edit-topic {
    background-color: #132146;
}

/* Tooltips */
#tooltip-wrapper {
    position: fixed;
    right: 0px;
    z-index: 6000000;
    min-height: 10px;
}
#tooltip-storage {} .tooltip-loading {
    height: 16px !important;
    width: 16px !important;
    background-image: url('http://images.wikia.com/nanaki/images/d/de/Ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
#tooltip-wrapper .tooltip-loading {
    display: none;
    display: block;
}
#tooltip-wrapper .tooltip-loading:first-child {
    display: block;
}
.main-tooltip {
    background-color: #060A16;
    background-color: rgba(6, 10, 22, 0.90);
    border: 1px solid #124B71;
    padding: 5px;
    margin: 0px 0px 5px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    color: #CCC;
    font-size: 12px;
    line-height: 150%;
}
.main-tooltip b,
.main-tooltip strong {
    font-weight: 700;
}
.main-tooltip .no-list LI {
    line-height: normal;
    margin: 2px 0;
}
.main-tooltip .no-list LI:first-child {
    margin-top: 0;
}
.main-tooltip .no-list LI:last-child {
    margin-bottom: 0;
}
.main-tooltip.tt-basic-tooltip {
    padding: 4px 5px;
}
.has-redlinks,
.tooltip-loading {
    display: none !important;
}
.main-tooltip .single-tooltip {
  display: none;
}
.main-tooltip .single-tooltip:first-of-type {
  display: block;
}


table.fit {
    width: 100% !important;
}
table.centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Tabela .article-table/.WikiaTable */
.WikiaTable,
.article-table {
    background: #060a16;
    border-collapse: collapse;
    border: 1px solid #393e4a;
    margin: 1em 1em 1em 0;
}
.WikiaTable th,
.article-table th,
.WikiaTable td,
.article-table td,
.WikiaTable .wikia-infobox th,
.wikia-infobox .WikiaTable th,
.article-table .wikia-infobox th,
.wikia-infobox .article-table th {
    border: 1px #393e4a solid;
    border-width: 0px 0px 1px;
    padding: 4px 6px;
}
.WikiaTable.grid th,
.article-table.grid th,
.WikiaTable.grid td,
.article-table.grid td,
.WikiaTable.grid .wikia-infobox th,
.wikia-infobox .WikiaTable.grid th,
.article-table.grid .wikia-infobox th,
.wikia-infobox .article-table.grid th {
    border-width: 1px;
}
.WikiaTable th,
.article-table th {
    background: #03050a;
    text-align: left;
}
.WikiaTable caption,
.article-table caption {
    font-weight: bold;
}

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist {
    margin: 0 !important;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li {
    display: inline;
    margin: 0;
    line-height: inherit;
}

/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}

/* Nowrap list items */
.hlist dd,
.hlist dt,
.hlist li {
    white-space: nowrap;
    white-space: normal !ie;
    /* IE < 8 no-wraps entire list, so disable it */
}

/* But allow parent list items to be wrapped */
.hlist dd dl,
.hlist dt dl,
.hlist li ol,
.hlist li ul {
    white-space: normal;
}

/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */

.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parens around nested lists */

.hlist dl dl dd:first-child:before,
.hlist ol ol li:first-child:before,
.hlist ul ul li:first-child:before {
    content: "(";
}
.hlist dl dl dd:last-child:after,
.hlist ol ol li:last-child:after,
.hlist ul ul li:last-child:after {
    content: ")";
    font-weight: normal;
}

/* For IE8 */
.hlist dl dl dd.hlist-last-child:after,
.hlist ol ol li.hlist-last-child:after,
.hlist ul ul li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}

/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:first-child:before {
    content: "(" counter(level2) " ";
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}

/* Smaller text for <references> tag */
.references-small ol.references {
    font-size: 11px;
    line-height: 16px;
}
#Przypisy + .editsection {
    display: none !important;
}
ul.grid-list,
ol.grid-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.grid-list > li,
ol.grid-list > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

/* [[Mediawiki:Noarticletext]] */
.noarticletext {
    padding: 0px !important;
    border: none !important;
    background: none !important;
    color: inherit !important;
}

/* Placeholdery dla szablonów ikon - kilka popularnych rozmiarów */
.item-icon .icon a.new,
.effect-icon .icon a.new,
.enchantment-icon .icon a.new,
.character-icon .icon a.new,
.spell-icon .icon a.new,
.ability-icon .icon a.new,
.ability-icon .icon a.new,
.mastery-icon .icon a.new {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.rune-icon .icon a.new {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.item-icon .icon.border a.new,
.effect-icon .icon.border a.new,
.enchantment-icon .icon.border a.new,
.character-icon .icon.border a.new,
.spell-icon .icon.border a.new,
.ability-icon .icon.border a.new,
.rune-icon .icon.border a.new,
.mastery-icon .icon.border a.new {
    border: 1px solid #1B2F65;
}

/* Placeholder dla ikon 14px */
.character-icon .icon-14 a.new,
.effect-icon .icon-14 a.new,
.spell-icon .icon-14 a.new,
.ability-icon .icon-14 a.new,
.mastery-icon .icon-14 a.new {
    background-image: url('http://images3.wikia.nocookie.net/__cb20120730015739/leagueoflegends/images/thumb/9/95/ChampionSquare.png/14px-ChampionSquare.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.item-icon .icon-14 a.new,
.enchantment-icon .icon-14 a.new {
    background-image: url('http://images2.wikia.nocookie.net/__cb20130711233349/leagueoflegends/pl/images/thumb/4/40/Przedmiot.png/14px-Przedmiot.png');
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.rune-icon .icon-14 a.new {
    background-image: url('http://img4.wikia.nocookie.net/__cb20140409190317/leagueoflegends/pl/images/thumb/3/3f/Runa.png/14px-Runa.png');
    width: 14px;
    height: 16px;
    line-height: 16px;
}

/* Placeholder dla ikon 18px */
.character-icon .icon-18 a.new,
.effect-icon .icon-18 a.new,
.spell-icon .icon-18 a.new,
.ability-icon .icon-18 a.new,
.mastery-icon .icon-18 a.new {
    background-image: url('http://images3.wikia.nocookie.net/__cb20120730015739/leagueoflegends/images/thumb/9/95/ChampionSquare.png/18px-ChampionSquare.png');
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.item-icon .icon-18 a.new,
.enchantment-icon .icon-18 a.new {
    background-image: url('http://images2.wikia.nocookie.net/__cb20130711233349/leagueoflegends/pl/images/thumb/4/40/Przedmiot.png/18px-Przedmiot.png');
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.rune-icon .icon-18 a.new {
    background-image: url('http://img4.wikia.nocookie.net/__cb20140409190317/leagueoflegends/pl/images/thumb/3/3f/Runa.png/18px-Runa.png');
    width: 18px;
    height: 20px;
    line-height: 20px;
}

/* Placeholder dla ikon 24px */
.character-icon .icon-24 a.new,
.effect-icon .icon-24 a.new,
.spell-icon .icon-24 a.new,
.ability-icon .icon-24 a.new,
.mastery-icon .icon-24 a.new {
    background-image: url('http://images3.wikia.nocookie.net/__cb20120730015739/leagueoflegends/images/thumb/9/95/ChampionSquare.png/24px-ChampionSquare.png');
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.item-icon .icon-24 a.new,
.enchantment-icon .icon-14 a.new {
    background-image: url('http://images2.wikia.nocookie.net/__cb20130711233349/leagueoflegends/pl/images/thumb/4/40/Przedmiot.png/24px-Przedmiot.png');
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.rune-icon .icon-24 a.new {
    background-image: url('http://img4.wikia.nocookie.net/__cb20140409190317/leagueoflegends/pl/images/thumb/3/3f/Runa.png/24px-Runa.png');
    width: 24px;
    height: 25px;
    line-height: 25px;
}

/* Placeholder dla ikon 32px */
.character-icon .icon-32 a.new,
.effect-icon .icon-32 a.new,
.spell-icon .icon-32 a.new,
.ability-icon .icon-32 a.new,
.mastery-icon .icon-32 a.new {
    background-image: url('http://images3.wikia.nocookie.net/__cb20120730015739/leagueoflegends/images/thumb/9/95/ChampionSquare.png/32px-ChampionSquare.png');
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.item-icon .icon-32 a.new,
.enchantment-icon .icon-32 a.new {
    background-image: url('http://images2.wikia.nocookie.net/__cb20130711233349/leagueoflegends/pl/images/thumb/4/40/Przedmiot.png/32px-Przedmiot.png');
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.rune-icon .icon-32 a.new {
    background-image: url('http://img4.wikia.nocookie.net/__cb20140409190317/leagueoflegends/pl/images/thumb/3/3f/Runa.png/32px-Runa.png');
    width: 32px;
    height: 36px;
    line-height: 36px;
}

/* Placeholder dla ikon 40px */
.character-icon .icon-40 a.new,
.effect-icon .icon-40 a.new,
.spell-icon .icon-40 a.new,
.ability-icon .icon-40 a.new,
.mastery-icon .icon-40 a.new {
    background-image: url('http://images3.wikia.nocookie.net/__cb20120730015739/leagueoflegends/images/thumb/9/95/ChampionSquare.png/40px-ChampionSquare.png');
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.item-icon .icon-40 a.new,
.enchantment-icon .icon-40 a.new {
    background-image: url('http://images2.wikia.nocookie.net/__cb20130711233349/leagueoflegends/pl/images/thumb/4/40/Przedmiot.png/40px-Przedmiot.png');
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.rune-icon .icon-40 a.new {
    background-image: url('http://img4.wikia.nocookie.net/__cb20140409190317/leagueoflegends/pl/images/thumb/3/3f/Runa.png/48px-Runa.png');
    width: 40px;
    height: 45px;
    line-height: 45px;
}

/* Placeholder dla ikon 48px */
.character-icon .icon-48 a.new,
.effect-icon .icon-48 a.new,
.spell-icon .icon-48 a.new,
.ability-icon .icon-48 a.new,
.mastery-icon .icon-48 a.new {
    background-image: url('http://images3.wikia.nocookie.net/__cb20120730015739/leagueoflegends/images/thumb/9/95/ChampionSquare.png/48px-ChampionSquare.png');
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.item-icon .icon-48 a.new,
.enchantment-icon .icon-48 a.new {
    background-image: url('http://images2.wikia.nocookie.net/__cb20130711233349/leagueoflegends/pl/images/thumb/4/40/Przedmiot.png/48px-Przedmiot.png');
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.rune-icon .icon-48 a.new {
    background-image: url('http://img4.wikia.nocookie.net/__cb20140409190317/leagueoflegends/pl/images/thumb/3/3f/Runa.png/48px-Runa.png');
    width: 48px;
    height: 54px;
    line-height: 54px;
}

/* [[Szablon:Warianty]] i [[Szablon:Wariant]] - JS: [[Mediawiki:Common.js/variants.js]] */
#mw-content-text .variant-switcher .default-variant-switch,
#mw-content-text .variant-switcher .a-variant-switch,
#mw-content-text .variant-switcher .b-variant-switch,
#mw-content-text .variant-switcher .c-variant-switch,
#mw-content-text .variant-switcher .d-variant-switch {
    cursor: pointer;
}
#mw-content-text .variant-switcher .default-variant-switch a,
#mw-content-text .variant-switcher .a-variant-switch a,
#mw-content-text .variant-switcher .b-variant-switch a,
#mw-content-text .variant-switcher .c-variant-switch a,
#mw-content-text .variant-switcher .d-variant-switch a {
    color: #69C !important;
}
#mw-content-text .variant-switcher .default-variant-switch a,
#mw-content-text.show-a-variant .variant-switcher .a-variant-switch a,
#mw-content-text.show-b-variant .variant-switcher .b-variant-switch a,
#mw-content-text.show-c-variant .variant-switcher .c-variant-switch a,
#mw-content-text.show-d-variant .variant-switcher .d-variant-switch a {
    font-weight: bold;
    color: #FFF !important;
}
#mw-content-text.show-a-variant .variant-switcher .default-variant-switch a,
#mw-content-text.show-b-variant .variant-switcher .default-variant-switch a,
#mw-content-text.show-c-variant .variant-switcher .default-variant-switch a,
#mw-content-text.show-d-variant .variant-switcher .default-variant-switch a {
    font-weight: inherit;
    color: #69C !important;
}
#mw-content-text .a-variant,
#mw-content-text .b-variant,
#mw-content-text .c-variant,
#mw-content-text .d-variant,
#mw-content-text.show-a-variant .default-variant,
#mw-content-text.show-b-variant .default-variant,
#mw-content-text.show-c-variant .default-variant,
#mw-content-text.show-d-variant .default-variant {
    display: none;
}
#mw-content-text.show-a-variant span.a-variant,
#mw-content-text.show-b-variant span.b-variant,
#mw-content-text.show-c-variant span.c-variant,
#mw-content-text.show-d-variant span.d-variant {
    display: inline;
}
#mw-content-text.show-a-variant div.a-variant,
#mw-content-text.show-b-variant div.b-variant,
#mw-content-text.show-c-variant div.c-variant,
#mw-content-text.show-d-variant div.d-variant {
    display: block;
}

/* tag HR */
hr {
    border: 1px solid #404040;
    border-width: 1px 0 0;
    margin: 3px 0;
}

/* Rozróżnienie wariantów przy wyłączonych skryptach */
.variant-switcher.no-script .default-variant-switch,
.variant-group.no-script .default-variant,
.variant-switcher.no-script .a-variant-switch,
.variant-group.no-script .a-variant,
.variant-switcher.no-script .b-variant-switch,
.variant-group.no-script .b-variant,
.variant-switcher.no-script .c-variant-switch,
.variant-group.no-script .c-variant,
.variant-switcher.no-script .d-variant-switch,
.variant-group.no-script .d-variant {
    border-radius: 3px;
    padding: 0px 2px;
    line-height: 115%;
}
.variant-switcher.no-script span.default-variant-switch,
.variant-group.no-script span.default-variant,
.variant-switcher.no-script span.a-variant-switch,
.variant-group.no-script span.a-variant,
.variant-switcher.no-script span.b-variant-switch,
.variant-group.no-script span.b-variant,
.variant-switcher.no-script span.c-variant-switch,
.variant-group.no-script span.c-variant,
.variant-switcher.no-script span.d-variant-switch,
.variant-group.no-script span.d-variant {
    display: inline-block;
}
.variant-switcher.no-script div.default-variant-switch,
.variant-group.no-script div.default-variant,
.variant-switcher.no-script div.a-variant-switch,
.variant-group.no-script div.a-variant,
.variant-switcher.no-script div.b-variant-switch,
.variant-group.no-script div.b-variant,
.variant-switcher.no-script div.c-variant-switch,
.variant-group.no-script div.c-variant,
.variant-switcher.no-script div.d-variant-switch,
.variant-group.no-script div.d-variant {
    padding: 2px;
    margin: 2px;
}
.variant-switcher.no-script .default-variant-switch,
.variant-group.no-script .default-variant {
    background-color: rgba(100, 100, 255, 0.15);
}
.variant-switcher.no-script .a-variant-switch,
.variant-group.no-script .a-variant {
    background-color: rgba(100, 255, 255, 0.15);
}
.variant-switcher.no-script .b-variant-switch,
.variant-group.no-script .b-variant {
    background-color: rgba(255, 255, 100, 0.15);
}
.variant-switcher.no-script .c-variant-switch,
.variant-group.no-script .c-variant {
    background-color: rgba(100, 255, 100, 0.15);
}
.variant-switcher.no-script .d-variant-switch,
.variant-group.no-script .d-variant {
    background-color: rgba(255, 100, 255, 0.15);
}
.variant-group.no-script .default-variant,
.variant-group.no-script .a-variant,
.variant-group.no-script .b-variant,
.variant-group.no-script .c-variant,
.variant-group.no-script .d-variant {
    cursor: help;
}
.navig-item {
    display: inline-block;
    background-color: #000;
    padding: 1px;
    margin: 1px;
    border-radius: 3px;
}
.navig-item .item-icon {
    border-radius: 2px;
    background-color: #1B2F65;
}
.navig-item.with-maps .item-icon {
    border-radius: 2px 2px 0 0;
}
.navig-item .item-icon img {
    border-radius: 1px;
    background-color: #080E1E;
}
.navig-item-maps {
    display: none;
    cursor: help;
    font-size: 11px;
    line-height: 8px;
    background-color: #1B2F65;
    background-color: rgb(20, 35, 75);
    margin: -1px 1px 1px;
    padding: 2px 1px 2px;
    text-align: center;
    border-radius: 0 0 2px 2px;
}
.navig-item.with-maps .navig-item-maps {
    display: block;
}
.navig-item-maps span {
    width: 6px;
    display: inline-block;
    text-align: center;
    margin: 0 1px;
    font-weight: bold;
}
.navig-item-maps span.unavailable {
    color: rgb(116, 123, 163);
    font-weight: normal;
}
.hide-maps .item-icon {
    border-radius: 2px;
}
.hide-maps .navig-item-maps {
    display: none;
}

/* Niełamliwa spacja dla szablonów ikon */
.inline-image.label-after .nbsp {
    white-space: nowrap;
}
.inline-image.label-after .nbsp::after {
    content: '\00a0';
}
.inline-image.label-before .nbsp::before {
    content: '\00a0';
}

/* Klasy z popularnymi kolorami */
.color-highlight {
    color: #9797FC;
}
.color-lv {
    color: #F9966B;
}
.color-ap {
    color: #97FC97;
}
.color-ad {
    color: #FC8A01;
}
.color-ar {
    color: #EFF002;
}
.color-mr {
    color: #CA1F7B;
}
.color-hp {
    color: #C03300;
}
.color-mp {
    color: #5454FB;
}
.color-ss {
    color: #5C58C9;
}
.color-znak {
    color: #CB0407;
}
.color-pieczec {
    color: #CED106;
}
.color-glif {
    color: #46A4EF;
}
.color-esencja {
    color: #A057F1;
}

/* Dodatkowe style dla cytatów na forum */
.Wall .quote,
.WallPreview .quote {
    border-radius: 2px;
}
.Wall .quote > .author:first-child,
.WallPreview .quote > .author:first-child {
    font-size: 12px;
    border-bottom: 1px solid #202634;
    margin: -7px -7px 10px;
    padding: 0px 7px;
}
.Wall .quote > .author + br,
.WallPreview .quote > .author + br {
    display: none !important;
}
.Wall .quote i,
.WallPreview .quote i {
    font-style: normal;
}

/* [[Szablon:Wyprzedaż]] */
.sale-box {
    line-height: 130%;
}
.sale-box.upcoming-sale .sale-skin {
    opacity: .5;
}
.sale-box .sale-notice {
    font-size: 80%;
    font-weight: bold;
}
.sale-box .sale-time {
    font-size: 80%;
}
.sale-skin {
    width: 109px;
    margin: 0 auto;
}
.sale-skin .sale-image {
    border: 1px solid #1B2F65;
    height: 195px;
    position: relative;
    background-color: #000;
    text-align: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}
.sale-skin .sale-discount {
    display: none;
}
.sale-skin .sale-rp-price-new {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding: 2px 3px 1px 5px;
    font-weight: bold;
    white-space: no-wrap;
    background-color: rgba(0, 0, 0, .6);
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    border-left: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0 0 0 6px;
}
.sale-skin .sale-rp-price-new::after {
    content: '';
    display: inline-block;
    background: url('http://img.wikia.nocookie.net/nanaki/images/thumb/8/8c/RpPoints.png/15px-RpPoints.png') center center no-repeat;
    vertical-align: middle;
    height: 15px;
    width: 15px;
    margin-left: 3px;
    margin-top: -2px;
}
.sale-skin .sale-ip-price {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding: 1px 5px 2px 3px;
    font-weight: bold;
    white-space: no-wrap;
    background-color: rgba(0, 0, 0, .6);
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0 6px 0 0;
}
.sale-skin .sale-ip-price::before {
    content: '';
    display: inline-block;
    background: url('http://img.wikia.nocookie.net/nanaki/images/thumb/c/c1/IpPoints.png/12px-IpPoints.png') center center no-repeat;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    margin-right: 3px;
    margin-top: -3px;
}
.sale-skin .sale-rp-price-old {
    position: absolute;
    top: 16px;
    right: 2px;
    font-size: 12px;
    text-decoration: line-through;
    transform: rotate(-7deg);
    color: #650500;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000;
    line-height: 10px;
}
.sale-skin .sale-label {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    padding: 5px 1px;
}
@-webkit-keyframes axe {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes axe {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes axe {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
#Wiruj\.C4\.85cy_Top\.C3\.B3r:hover .skill-icon img,
.ability-icon[data-champion="Draven"][data-ability^="Wiruj"]:hover img {
    -webkit-animation: axe 125ms infinite linear;
    -moz-animation: axe 125ms infinite linear;
    animation: axe 125ms infinite linear;
}

/* [[Szablon:Dokumentacja]] */
.docu {
    background-color: #0F1524;
    border: 1px solid #393E4A;
    box-shadow: #000102 0px 2px 5px 0px;
    color: #D5D4D4;
    padding: 1em;
    margin: 1em 0 .5em;
    clear: both;
}
.docu .header {
    background-color: rgba(255, 255, 255, .05);
    border-bottom: 1px solid #393E4A;
    padding: 1em;
    margin: -1em -1em 1em;
}
.docu .header > div {
    font-size: 85%;
}
.docu .header .title {
    font-size: 120%;
    font-weight: bold;
}
.docu .header .title div {
    font-size: 85%;
    margin: 0;
}
.docu .header + * {
    margin-top: 0;
}
.docu:last-child {
    margin-bottom: 0;
}

/* Zwijane sekcje */
h1.mw-collapsible-toggle,
h2.mw-collapsible-toggle,
h3.mw-collapsible-toggle,
h4.mw-collapsible-toggle,
h5.mw-collapsible-toggle,
h6.mw-collapsible-toggle {
    cursor: pointer;
    float: none;
    position: relative;
    clear: both;
    text-align: left;
}
h1.mw-collapsible-toggle::after,
h2.mw-collapsible-toggle::after,
h3.mw-collapsible-toggle::after,
h4.mw-collapsible-toggle::after,
h5.mw-collapsible-toggle::after,
h6.mw-collapsible-toggle::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-left: .5em;
    border-color: #000;
    border-color: currentColor;
    border-style: solid;
    border-width: 2px 2px 0 0;
    height: 4px;
    width: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
h1.mw-collapsible-toggle-collapsed::after,
h2.mw-collapsible-toggle-collapsed::after,
h3.mw-collapsible-toggle-collapsed::after,
h4.mw-collapsible-toggle-collapsed::after,
h5.mw-collapsible-toggle-collapsed::after,
h6.mw-collapsible-toggle-collapsed::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -3px;
}
h1.mw-collapsible-toggle[data-collapsetext],
h2.mw-collapsible-toggle[data-collapsetext],
h3.mw-collapsible-toggle[data-collapsetext],
h4.mw-collapsible-toggle[data-collapsetext],
h5.mw-collapsible-toggle[data-collapsetext],
h6.mw-collapsible-toggle[data-collapsetext] {
    text-transform: lowercase;
}
h1.mw-collapsible-toggle[data-collapsetext]::before,
h2.mw-collapsible-toggle[data-collapsetext]::before,
h3.mw-collapsible-toggle[data-collapsetext]::before,
h4.mw-collapsible-toggle[data-collapsetext]::before,
h5.mw-collapsible-toggle[data-collapsetext]::before,
h6.mw-collapsible-toggle[data-collapsetext]::before {
    content: attr(data-collapsetext) ' ';
    text-transform: none;
}
h1.mw-collapsible-toggle-collapsed[data-expandtext],
h2.mw-collapsible-toggle-collapsed[data-expandtext],
h3.mw-collapsible-toggle-collapsed[data-expandtext],
h4.mw-collapsible-toggle-collapsed[data-expandtext],
h5.mw-collapsible-toggle-collapsed[data-expandtext],
h6.mw-collapsible-toggle-collapsed[data-expandtext] {
    text-transform: lowercase;
}
h1.mw-collapsible-toggle-collapsed[data-expandtext]::before,
h2.mw-collapsible-toggle-collapsed[data-expandtext]::before,
h3.mw-collapsible-toggle-collapsed[data-expandtext]::before,
h4.mw-collapsible-toggle-collapsed[data-expandtext]::before,
h5.mw-collapsible-toggle-collapsed[data-expandtext]::before,
h6.mw-collapsible-toggle-collapsed[data-expandtext]::before {
    content: attr(data-expandtext) ' ';
    text-transform: none;
}

.page-header__title small,
#firstHeading small {
  font-size: 50%;
}

/* Edytor danych */
.te-input {
  padding-left: .5em;
}
.te-input:empty::before{
  content: 'brak wartości';
  font-style: italic;
  opacity: .3;
}
.te-input input[type="text"] {
  width: calc(100% + .5em);
  box-sizing: border-box;
  padding: .3em .5em;
  margin-left: -.5em;
  border: none !important;
  font-size: inherit;
}
.te-switches span {
  background-color: rgba(0,0,0,.3);
  padding: .2em .5em;
  white-space: nowrap;
}
.te-active .te-switches span:hover {
  cursor: pointer;
  background-color: rgba(255,255,255,.2);
}

/* Szablon:Nawigacja:Historia rotacji */
.rotation-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -.5em;
}
.rotation-nav > div {
  width: calc(100% / 4 - 1em);
  margin: .5em;
  text-align: center;
}
.rotation-nav > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rotation-nav > div > ul > li {
  padding: 0;
}

/* Moduł:Rotacja - history */
.rotation-row {
  background-color: rgba(0,0,0,.2);
  border-radius: .3em;
  padding: .5em;
  margin: .5em 0;
  line-height: 100%;
  font-weight: bold;
  color: rgba(213, 212, 212, .5)
}
.rotation-row > ul {
  padding: 0;
  margin: .5em 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.rotation-row > ul > li,
.rotation-row > ul > div {
  padding: 0;
  flex: 0 1 48px;
  text-align: center;
  margin: 0 .2em;
}
.rotation-row > ul > li .icon img {
  width: 100%;
  height: auto;
  max-width: 48px;
}
.rotation-row > ul > li .icon-label {
  display: none !important;
}

/* Stream, Strona Główna */
.twitch-popup {
    position: fixed;
    bottom: 35px; /* 25px + 10px */
    left: 10px;
    background: #0B223A;
    padding: 10px;
    text-align: center;
    border: 1px solid #444;
    z-index: 999;
    width: 310px; /* 300px + 5px + 5px */
}

.twitch-popup-wrapper {
    width: 300px;
    height: auto;
    padding: 5px;
}

/* Tabelka z runami */
.rune-table {
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.rune-table td {
    background-color: rgba(6, 10, 22, .7);
}
.rune-table th {
    background-color: rgba(3, 5, 10, .8);
}

/* Elementy interfejsu MW */
.article-categories,
.WikiaArticleInterlang {
    background: hsl(220, 20%, 15%);
    border: none;
    margin: 1em auto;
    border-radius: 3px;
    box-shadow: 0 2px 0.5em rgba(0,0,0,.5);
}
.WikiaArticleInterlang ul li {
    margin-bottom: 0;
}
div.mw-warning-with-logexcerpt {
    background: hsl(220,20%,15%);
    border: none;
    margin-bottom: 1em;
    padding: .5em 1em;
    border-radius: 3px;
    box-shadow: 0 2px 0.5em rgba(0,0,0,.5);
}
Advertisement