MediaWiki:Common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
 
(206 intermediate revisions by 9 users not shown)
Line 1: Line 1:
body.page-Path_of_Exile_Wiki h1.firstHeading {
/*
display: none;
* This stylesheet is loaded on desktop only.
}
*
 
* Desktop-only theme styles should go in [[MediaWiki:Vector.css]].
abbr, acronym {
* Mobile-only styles should go in [[MediaWiki:Mobile.css]].
color: #DFCF99;
* Sitewide styles should go in [[MediaWiki:Sitewide.css]].
text-decoration: underline white dotted !important;
*/
}
@import url("https://www.poewiki.net/wiki/MediaWiki:Sitewide.css?action=raw&ctype=text/css");
 
abbr.nounderline, acronym.nounderline {
text-decoration: none !important;
}


/* Blocks Framework */
/* ===== Table cell templates ===== */
.blocks-row {
table.wikitable .table-yes,
width: 100%;
table.wikitable .table-no,
}
table.wikitable .table-na {
.blocks-col {
    vertical-align: middle;
overflow: hidden;
    text-align: center;
margin-bottom: 16px;
border: 1px solid #2c2b2b;
border-radius: 4px;
padding: 10px 1em;
background-color: #141414;
}
.blocks-col.violet {
border-color: #585477;
background-color: #151517;
}
.blocks-col.gold {
border-color: #75693c;
background-color: #1c1b19;
}
.blocks-col .line {
clear: both;
margin: 16px 0;
border-top: 1px solid #2c2b2b;
}
.blocks-col.violet .line {
border-color: #585477;
}
}
.blocks-col.gold .line {
table.wikitable .table-yes {
border-color: #75693c;
    /*background-color: #1e261b !important;*/
}
}
.blocks-col h2 {
table.wikitable .table-no {
margin-top: 0 !important;
    /*background-color: #261b1b !important;*/
border: none;
}
}
@media (min-width:80em) { /* hi-res laptops and desktops */
table.wikitable .table-na {
.blocks {
    /*background-color: #211f19 !important;*/
margin: -16px -16px 0;
    color: #5e4f45;
}
.blocks-row {
display: table;
border-collapse: separate;
border-spacing: 16px;
}
.blocks-row + .blocks-row {
margin-top: -16px;
}
.blocks-col {
display: table-cell;
vertical-align: top;
}
.blocks-col.c1-1 {
width: 100%;
}
.blocks-col.c3-4 {
width: 75%;
}
.blocks-col.c1-2 {
width: 50%;
}
.blocks-col.c2-3 {
width: 66%;
}
.blocks-col.c1-3 {
width: 33%;
}
.blocks-col.c1-4 {
width: 25%;
}
}
}


/* Mainpage Styles */
/* ===== Category tree ===== */
.mainpage-header {
.CategoryTreeEmptyBullet {
margin-bottom: 32px;
    color: #5e4f45;
text-align: center;
}
.mainpage-header h1 {
display: inline-block;
border: none;
line-height: 1.1 !important;
color: #ffaf46;
text-shadow: 0px 0px 10px rgba(209, 28, 0, 1);
}
.mainpage-header .h1-1,
.mainpage-header .h1-2 {
background: radial-gradient(ellipse at center, rgba(154,2,0,0.9) 0%,rgba(154,2,0,0) 65%,rgba(154,2,0,0) 100%);
}
.mainpage-header .h1-1  {
font-size: 75%;
letter-spacing: 0.07em;
}
.mainpage-header .h1-2 {
padding: 0 0.2em;
font-size: 115%;
font-weight: bold;
letter-spacing: 0.01em;
}
.mainpage-version {
display: table;
border-collapse: collapse;
width: 100%;
}
.mainpage-version > div {
display: table-cell;
vertical-align: middle;
}
.mainpage-version > div:first-child {
width: 100%;
}
.mainpage-version > div:last-child {
text-align: center;
}
.mainpage-news {
margin: -12px -0.7em;
}
.mainpage-news > div {
display: table;
border-collapse: separate;
border-spacing: 12px 0.7em;
}
.mainpage-news > div > div {
display: table-row;
}
.mainpage-news .date,
.mainpage-news .title {
display: table-cell;
vertical-align: middle;
}
}
.mainpage-news .date > div {
.CategoryTreeToggle {
border-radius: 6px;
    color: #16678a;
width: 40px;
height: 40px;
text-align: center;
font-size: 122%;
line-height: 1.1;
background-color: #332f24;
}
.mainpage-skills {
width: 100%;
text-align: center;
}
.mainpage-skills tr + tr td {
padding-top: 12px;
}
.mainpage-equipment {
width: 100%;
text-align: center;
}
.mainpage-equipment tr + tr td {
padding-top: 12px;
}
.mainpage-acts {
width: 100%;
}
.mainpage-acts td {
vertical-align: top;
}
.mainpage-mechanics {
width: 100%;
}
.mainpage-mechanics td {
vertical-align: top;
}
 
/* Modbox template style */
 
.modbox {
float:right;
}
 
.modbox table {
width: 100%;
float: right;
clear: both;
margin: 0 0 0.8em 0;
}
}


/* Infobox template style */
/* Cargo extension */
.infobox {
#mw-content-text .cargoTable tr:nth-child(odd) {
border: 1px solid #75511D;
    background: #26231b;
background-color: #141414;
color: #A38D6D;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
/* @noflip */
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
}
.infobox caption {
#mw-content-text .cargoTable tr:nth-child(even) {
font-size: 125%;
    background: #211f18;
font-weight: bold;
}
}
.infobox td,
#mw-content-text .cargoTable th {
.infobox th {
    padding: 5px;
vertical-align: top;
    background-color: #332f24;
    border: 1px solid #1a1812;
}
}
.infobox.bordered {
#mw-content-text .cargoTable td {
border-collapse: collapse;
    padding: 5px;
}
    border: 1px solid #1a1812;
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
}


.infobox.sisterproject {
/* Default style for navigation boxes */
width: 20em;
.navbox {                     /* Navbox container style */
font-size: 90%;
    box-sizing: border-box;
    border: 1px solid #75511D;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
}
 
.navbox .navbox {
.infobox.standard-talk {
    margin-top: 0;           /* No top margin for nested navboxes */
border: 1px solid #c0c090;
background-color: #f8eaba;
}
}
 
.navbox + .navbox {
.infobox.standard-talk.bordered td,
    margin-top: -1px;         /* Single pixel border between adjacent navboxes */
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
/* @noflip */
border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
/* @noflip */
border-right: 1px solid #aaa;
}
 
/* Default style for navigation boxes */
.navbox {                    /* Navbox container style */
border: 1px solid #75511D;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
}
.navbox-inner,
.navbox-inner,
.navbox-subgroup {
.navbox-subgroup {
width: 100%;
    width: 100%;
}
}
.navbox-group,
.navbox-group,
.navbox-title,
.navbox-title,
.navbox-abovebelow {
.navbox-abovebelow {
padding: 0.25em 1em;      /* Title, group and above/below styles */
    padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
    line-height: 1.5em;
text-align: center;
    text-align: center;
}
}
th.navbox-group {            /* Group style */
th.navbox-group {            /* Group style */
white-space: nowrap;
    white-space: nowrap;
/* @noflip */
    /* @noflip */
text-align: right;
    text-align: right;
}
}
.navbox,
.navbox,
.navbox-subgroup {
.navbox-subgroup {
background: #101010;      /* Background color */
    background: #101010;      /* Background color */
}
}
.navbox-list {
.navbox-list {
line-height: 1.8em;
    line-height: 1.5em;
border-color: #101010;    /* Must match background color */
    border-color: #101010;    /* Must match background color */
}
}
.navbox th,
.navbox th,
.navbox-title {
.navbox-title {
background: #141414;      /* Level 1 color */
    background: #141414;      /* Level 1 color */
}
}
.navbox-abovebelow,
.navbox-abovebelow,
th.navbox-group,
th.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
background: #101010;      /* Level 2 color */
    background: #101010;      /* Level 2 color */
}
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-abovebelow {
background: #141414;      /* Level 3 color */
    background: #141414;      /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
background: #101010;      /* Even row striping */
    background: #101010;      /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {
background: #101010;  /* Odd row striping */
    background: transparent;  /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
}
}
.navbox .hlist td dl,
.navbox .hlist td dl,
Line 319: Line 117:
.navbox td.hlist ol,
.navbox td.hlist ol,
.navbox td.hlist ul {
.navbox td.hlist ul {
padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
}


/* Default styling for Navbar template */
/* Default styling for Navbar template */
.navbar {
.navbar {
display: inline;
    display: inline;
font-size: 88%;
    font-size: 88%;
font-weight: normal;
    font-weight: normal;
}
}
.navbar ul {
.navbar ul {
display: inline;
    display: inline;
white-space: nowrap;
    white-space: nowrap;
}
.mw-body-content .navbar ul {
    line-height: inherit;
}
}
.navbar li {
.navbar li {
word-spacing: -0.125em;
    word-spacing: -0.125em;
}
}
.navbar.mini li span {
.navbar.mini li abbr[title] {
   font-variant: small-caps;
   font-variant: small-caps;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
}
/* Navbar styling when nested in infobox and navbox */
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
.infobox .navbar {
font-size: 100%;
    font-size: 100%;
}
}
.navbox .navbar {
.navbox .navbar {
display: block;
    display: block;
font-size: 100%;
    font-size: 100%;
}
}
.navbox-title .navbar {
.navbox-title .navbar {
/* @noflip */
    /* @noflip */
float: left;
    float: left;
/* @noflip */
    /* @noflip */
text-align: left;
    text-align: left;
/* @noflip */
    /* @noflip */
margin-right: 0.5em;
    margin-right: 0.5em;
width: 6em;
    width: 6em;
}
}


Line 363: Line 163:
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
.collapseButton {
/* @noflip */
    /* @noflip */
float: right;
    float: right;
font-weight: normal;
    font-weight: normal;
/* @noflip */
    /* @noflip */
margin-left: 0.5em;
    margin-left: 0.5em;
/* @noflip */
    /* @noflip */
text-align: right;
    text-align: right;
width: auto;
    width: auto;
}
}
/* In navboxes, the show/hide button balances the v·d·e links
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
.navbox .collapseButton {
width: 6em;
    width: 6em;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
}


Line 392: Line 201:
*/
*/
.skin-vector .hlist dl {
.skin-vector .hlist dl {
line-height: 1.5em;
    line-height: 1.5em;
}
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
.hlist ul {
.hlist ul {
margin: 0;
    margin: 0;
padding: 0;
    padding: 0;
}
}
/* Display list items inline and make them nowrap */
/* Display list items inline and make them nowrap */
Line 404: Line 213:
.hlist dt,
.hlist dt,
.hlist li {
.hlist li {
margin: 0;
    margin: 0;
display: inline;
    display: inline;
}
}
/* Display nested lists inline and allow them to wrap */
/* Display nested lists inline and allow them to wrap */
Line 411: Line 220:
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
    display: inline;
white-space: normal;
    white-space: normal;
}
}
/* Generate interpuncts */
/* Generate interpuncts */
.hlist dt:after {
.hlist dt:after {
content: ":";
    content: ":";
}
}
.hlist dd:after,
.hlist dd:after,
.hlist li:after {
.hlist li:after {
content: " ·";
    content: " ·";
font-weight: bold;
    font-weight: bold;
}
}
.hlist dd:last-child:after,
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
.hlist li:last-child:after {
content: none;
    content: none;
}
}
/* For IE8 */
/* For IE8 */
Line 432: Line 241:
.hlist dt.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
.hlist li.hlist-last-child:after {
content: none;
    content: none;
}
}
/* Add parentheses around nested lists */
/* Add parentheses around nested lists */
Line 438: Line 247:
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
content: "(";
    content: "(";
font-weight: normal;
    font-weight: normal;
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ")";
    content: ")";
font-weight: normal;
    font-weight: normal;
}
}
/* For IE8 */
/* For IE8 */
Line 451: Line 260:
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
content: ")";
    content: ")";
font-weight: normal;
    font-weight: normal;
}
}
/* Put numbers in front of ordered list items */
/* Put numbers in front of ordered list items */
.hlist.hnum ol {
.hlist.hnum ol {
counter-reset: list-item;
    counter-reset: list-item;
}
}
.hlist.hnum ol > li {
.hlist.hnum ol > li {
counter-increment: list-item;
    counter-increment: list-item;
}
}
.hlist.hnum ol > li:before {
.hlist.hnum ol > li:before {
content: counter(list-item) " ";
    content: counter(list-item) " ";
}
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
.hlist.hnum li ol > li:first-child:before {
content: "(" counter(list-item) " ";
    content: "(" counter(list-item) " ";
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
.mw-collapsible-toggle {
font-weight: normal;
    font-weight: normal;
/* @noflip */
    /* @noflip */
text-align: right;
    text-align: right;
}
}
.navbox .mw-collapsible-toggle {
.navbox .mw-collapsible-toggle {
width: 6em;
    width: 6em;
}
}
.navbox .selflink {
.navbox .selflink {
color:#00B6FF;
    color:#00B6FF;
}
 
/* Change the external link icon to an Adobe icon for all PDF files
  in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
 
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
}


/* ===== Hatnotes and disambiguation notices ===== */
/* ===== External link icon for PDF files ===== */
.rellink,
.mw-parser-output a[href$=".pdf"].external,
.dablink {
.mw-parser-output a[href*=".pdf?"].external,
font-style: italic;
.mw-parser-output a[href*=".pdf#"].external,
/* @noflip */
.mw-parser-output a[href$=".PDF"].external,
padding-left: 1.6em;
.mw-parser-output a[href*=".PDF?"].external,
margin-bottom: 0.5em;
.mw-parser-output a[href*=".PDF#"].external {
}
    padding-right: 18px;
.rellink i,
    background:url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
.dablink i {
font-style: normal;
}
}


/* ===== Plainlist ===== */
/* ===== Plainlist ===== */
.plainlist ul {
.plainlist ul {
line-height: inherit;
    line-height: inherit;
list-style: none outside none;
    list-style: none outside none;
margin: 0;
    margin: 0;
}
}
.plainlist ul li {
.plainlist ul li {
margin-bottom: 0;
    margin-bottom: 0;
}
}


/* ===== Multiple column layout for lists ===== */
.multicol-15 ul,
.multicol-15 ol {
    column-width: 15em;
}


 
/* Module:Item acquisition | Template:Item acquisition */
/* ===== Message Box (Template:Mbox) ===== */
.upgraded-from-set:not(:first-child) td {
.mbox {
  border-top-style: dashed !important;
    display: table;
  border-top-width: 3px !important;
    background-color: #332f24;
  border-top-color: #111 !important;
    border-color: #474233 #403b2e #26231b;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px 1px;
    margin: 6px 10%;
    padding: 2px;
}
}


.mbox-small {
/* ===== Skill (Module:Skill) ==== */
    clear: right;
    float: right;
    font-size: 88%;
    line-height: 1.2;
    margin: 6px 0 6px 12px;
    width: 230px;
}


.mbox-small-left {
/* Template:Skill */
    clear: left;
    float: left;
    font-size: 88%;
    line-height: 1.2;
    margin: 6px 12px 6px 0;
    width: 230px;
}


.mbox-inner {
.skill-box-page-container {
    display: table-row;
  float: right;
}
}


.mbox-image,
/* resize skill screenshot accordingly */
.mbox-text {
.skill-box-page-container img {
    display: table-cell;
  max-width: 400px;
    border-color: #1a1712;
  height: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    padding: 4px 1em;
    vertical-align: middle;
}
}


.mbox-image {
.skill-box-table {
    border-right-width: 0;
  max-width: 400px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
}


.mbox-text {
/* force the header section to be as small as possible */
    width: 100%;
.skill-box-table th {
  width: 1%;
}
}


.mbox-image + .mbox-text {
.skill-box-table th,.skill-box-table td{
    border-left-width: 0;
  font-size: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0;
}
}


.mbox-style .mbox-image,
.skill-box-table td[colspan="2"]{
.mbox-style .mbox-text {
  font-size: inherit;
    border-color: #a98a35;
}
}


.mbox-content .mbox-image,
/* ===== Status Infocard (Template:Status) ===== */
.mbox-content .mbox-text {
.status-icon {
    border-color: #a96427;
    height: 96px;
}
}
 
.status-icon .image,
.mbox-delete .mbox-image,
.status-icon .frame {
.mbox-delete .mbox-text {
    height: 100%;
    border-color: #c62525;
}
}
 
.status-icon .image img {
/* ===== Fmbox ===== */
    margin-top: 16px;
.fmbox {
    width: 64px;
clear: both;
    height: 64px;
margin: 6px 0;
border: 1px solid #383636;
padding: 6px 1em;
background-color: #1a1b18;
}
}
 
.status-icon .frame {
/* ===== Stub Box ===== */
    margin-top: -96px;
.stub {
display: table;
font-style: italic;
}
}
.stub-image,
.status-icon .frame img {
.stub-text {
    width: 98px;
display: table-cell;
    height: 96px;
vertical-align: middle;
}
}


/* ===== Discussion Closed (Template:Dcbox) ===== */
/* ===== Area Infocard (Template:Area) ==== */
.dcbox {
.infocard.area > .topbar > .left,
margin: 6px 0;
.infocard.area > .topbar > .right {
border: 1px solid #2c2b2b;
    width: 27px;
border-radius: 4px;
padding: 6px 1em;
background-color: #141414;
}
}
.dcbox-top {
 
margin-bottom: 12px;
/* ===== Module:Passive skill ===== */
border-bottom: 1px solid #383636;
 
padding-bottom: 4px;
.passive-line {
  display: block;
}
}
.dcbox-status {
 
font-size: 110%;
.passive-hover {
font-weight: bold;
  display: none;
text-transform: uppercase;
  position: relative;
}
}
.dcbox-reminder {
 
font-size: 90%;
.passive-hover:hover {
font-style: italic;
  display: inline;
color: #5e4f45;
}
}
.dcbox-bottom {
 
margin-top: 12px;
.passive-line:hover .passive-hover {
border-top: 1px solid #383636;
  display: inline;
padding-top: 4px;
}
}


/* ===== Issue Box (Template:Issue top) ===== */
.passive-icon-container {
.dcbox.issue-resolved {
  position: relative;
border-color: #678236;
  margin: 0px auto;
background-color: #1b1c19;
}
}
.dcbox.issue-moved {
 
border-color: #585477;
.passive-icon-frame {
background-color: #151517;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
}


/* ===== Blockquote (Template:Blockquote top) ===== */
.passive-icon-container a {
.bqbox {
  position: absolute;
margin: 6px 1em;
  z-index: 0;
border: 1px solid #293137;
border-radius: 4px;
padding: 6px 1em;
background-color: #141517;
}
}


/* ===== Documentation Template ===== */
/* sizes of icons have been adjusted to look similar to ingame placement */
.template-documentation {
.passive-icon-type__basic {
clear: both;
  width: 60px;
margin: 1em 0 0;
  height: 60px;
border: 1px solid #383636;
padding: 1em;
background-color: #1a1b18;
}
}
.template-documentation-top {
 
margin-bottom: 0.9em;
.passive-icon-type__basic .passive-icon-frame {
border-bottom: 1px solid #383636;
  width: 60px;
padding-bottom: 3px;
  height: 60px;
  background-image: url("https://www.poewiki.net/w/images/a/a1/Basic_passive_frame.png");
  background-repeat: round;
}
}
.template-documentation-header {
 
font-size: 125%;
.passive-icon-type__basic a, .passive-icon-type__basic img{
font-weight: bold;
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}
}
#documentation-meta-data {
 
font-style: italic;
.passive-icon-type__notable {
  width: 100px;
  height: 100px;
}
}


/* ===== References ===== */
.passive-icon-type__notable .passive-icon-frame {
ol.references,
  width: 100px;
div.reflist,
  height: 100px;
div.refbegin {
  background-image: url("https://www.poewiki.net/w/images/5/50/Notable_passive_frame.png");
font-size: 90%;
  background-repeat: round;
margin-bottom: 0.5em;
}
}
div.refbegin-100 {
 
    font-size: 100%;
.passive-icon-type__notable a, .passive-icon-type__notable img{
  left: 14px;
  top: 14px;
  width: 72px;
  height: 72px;
}
}
div.reflist ol.references {
 
font-size: 100%;
.passive-icon-type__keystone {
list-style-type: inherit;
  width: 175px;
  height: 175px;
}
}
ol.references li:target,
 
sup.reference:target,
.passive-icon-type__keystone .passive-icon-frame {
span.citation:target {
  width: 175px;
background-color: rgba(0, 182, 255, 0.1);
  height: 175px;
border: 1px dotted #00b6ff;
  background-image: url("https://www.poewiki.net/w/images/5/5a/Keystone_passive_frame.png");
border-radius: 4px;
  background-repeat: round;
}
}
sup.reference {
 
font-style: normal;
.passive-icon-type__keystone a, .passive-icon-type__keystone img{
font-weight: normal;
  left: 36px;
  top: 36px;
  height: 100px;
  width: 100px;
}
}
span.brokenref {
 
display: none;
.passive-icon-type__ascendancy_basic {
  width: 60px;
  height: 60px;
}
}
.citation {
 
word-wrap: break-word;
.passive-icon-type__ascendancy_basic .passive-icon-frame {
  width: 60px;
  height: 60px;
  background-image: url("https://www.poewiki.net/w/images/f/fa/Ascendancy_basic_passive_frame.png");
  background-repeat: round;
}
}
.citation .printonly {
 
display: none;
.passive-icon-type__ascendancy_basic a, .passive-icon-type__ascendancy_basic img{
  left: 10px;
  top: 10px;
  width: 39px;
  height: 40px;
}
}


/* ===== Key Press Template ===== */
.passive-icon-type__ascendancy_notable {
.keyboard-key {
  width: 100px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  height: 100px;
border-width: 1px;
border-style: solid;
border-color: #756b4f #70664b #574f3a;
border-radius: 3px;
padding: 0.1em 0.3em;
font-family: inherit;
font-size: 0.85em;
color: #1a1712;
white-space: nowrap;
background: #574f3a; /* Old browsers */
background: -moz-linear-gradient(top,  #574f3a 0%, #756b4f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#574f3a), color-stop(100%,#756b4f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #574f3a 0%,#756b4f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #574f3a 0%,#756b4f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #574f3a 0%,#756b4f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #574f3a 0%,#756b4f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574f3a', endColorstr='#756b4f',GradientType=0 ); /* IE6-9 */
}
}


/* ===== Text Color Classes ===== */
.passive-icon-type__ascendancy_notable .passive-icon-frame {
.text-default {
  width: 100px;
color: #7f7f7f;
  height: 100px;
  background-image: url("https://www.poewiki.net/w/images/2/26/Ascendancy_notable_passive_frame.png");
  background-repeat: round;
}
}
.text-stat {
 
color: #7f7f7f;
.passive-icon-type__ascendancy_notable a, .passive-icon-type__ascendancy_notable img{
  left: 16px;
  top: 16px;
  width: 68px;
  height: 68px;
}
}
.text-help {
 
color: #7f7f7f;
.passive-icon-type__mastery {
font-style: italic;
  width: 100px;
  height: 100px;
}
}
.text-value {
 
color: #ffffff;
.passive-icon-type__mastery .passive-icon-frame {
  width: 100px;
  height: 100px;
  background-image: url("https://www.poewiki.net/w/images/1/16/PassiveMasteryConnectedButton.png");
  background-repeat: round;
}
}
.text-mod {
 
color: #8888ff;
.passive-icon-type__mastery a, .passive-icon-type__mastery img{
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 11;
}
}
.text-fire {
 
color: #960000;
.mastery_infocard{
  width: auto;
}
}
.text-cold {
 
color: #366492;
.mastery_infocard table{
  text-align: left;
}
}
.text-lightning {
 
color: #ffd700;
/* ===== Gem Infobox ===== */
.GemInfoboxContainer {
    width: 300px;
    float: right;
    padding: 0px;
    margin: 0px 0px 5px 5px;
    border-collapse: collapse;
    background-color: #1a1812;
    font-size:12px;
    line-height:16px;
    color: #bfbfbf;
}
}
.text-chaos {
.GemInfoboxInfo        { width: 100%; border-collapse:separate; border-spacing:2px; }
color: #d02090;
.GemInfoboxInfo td      { background-color: #26231b; color: #ffffff; padding:5px; }
.GemInfoboxInfo td:first-child  { background-color: #332f24; color: #bfbfbf; }
.GemInfoboxHeader      { padding: 2px 2px 0px 2px; }
.GemInfoboxHeader>table    { border-collapse:collapse; }
.GemInfoboxHeader td:first-child {
    width: 100%;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 11px;
}
}
.text-cosmetic {
.GemInfoboxHeaderName {
color: #aa9e82;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #1ba29b;
}
}
.text-flavour {
.GemInfoboxFooter  { text-align: center; margin: 0px 2px 2px 2px; }
color: #af6025;
.GemInfoboxFooter img  { width: 100%; height: auto; }
font-style: italic;
.GemInfoboxDescription  { color: #1ba29b; }
.GemInfoboxModifier { color: #8888ff; }
.GemInfoboxDescription, .GemInfoboxModifier {
    padding: 5px;
    margin: 0px 2px 2px 2px;
    background-color: #26231b;
    text-align: center;
}
}
.text-gemdesc {
 
color: #1aa29b;
/* ===== Support Gem ID template (Template:Id) ===== */
.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
    width: 1em;
    color: white !important;
    background-color:#c51e1e;
    display: inline-block;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
}
.text-normal {
.support-gem-id-red { background-color:#c51e1e; }
color: #c8c8c8;
.support-gem-id-green  { background-color:#08a842; }
.support-gem-id-blue    { background-color:#4163c9; }
 
/* ===== Module:Util ===== */
 
.module-error {
    border-width: 1px;
    border-style: solid;
    border-color: #7d1e1e;
    padding: 0.1em 0.25em;
}
}
.text-magic {
 
color: #8888ff;
/* ===== Module:Quest & Template:Quest ===== */
 
.quest-table {
    width:300px;
    color: #bfbfbf;
    float:right;
    padding:0.1em;
    background-color:#1a1812;
    margin: 0px 0px 5px 5px;
}
}
.text-rare {
 
color: #ffff77;
.quest-table td.quest-table-iconbox {
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
}
.text-unique {
 
color: #af6025;
.quest-table td.quest-table-iconbox img {
    width: 100px;
    height: 100px;
}
}
.text-currency {
 
color: #aa9e82;
.quest-table th {
    text-align: right;
    font-weight: bold;
    background-color: #332f24;
}
}
.text-gem {
 
color: #1aa29b;
.quest-table td {
    text-align: center;
    background-color: #26231b;
}
}
.text-card {
 
color: #c1fcf8;
.quest-table td img {
    max-width: 200px;
    height: auto;
}
}
.text-quest {
 
color: #4ae63a;
/* ===== Template:SMQ query mods (from Module:SMW query) ===== */
 
.mod-table {
    width: 100%;
    margin: 0px !important;
}
}
.text-corrupted {
.mod-table-header {
color: #d20000;
    width: 100%;
}
.text-diffnormal {
color: #55aa22;
}
.text-diffcruel {
color: #bbaa22;
}
.text-diffmerciless {
color: #882222;
}
}
.mod-table-header .mw-collapsible-toggle {


/* ===== Item Box ===== */
[class|=itembox] {
display: table;
border-width: 1px;
border-style: solid;
padding: 2px;
min-width: 300px;
text-align: center;
white-space: nowrap;
color: #7f7f7f;
background-color: #000;
}
}
[class|=itembox] a,
.mod-table-header-container {
.itemboxstats a {
    display: table;
color: inherit !important;
}
}
.itembox-full {
.mod-table-header-stat {
float: right;
    display: table-cell;
clear: right;
    vector-effect: middle;
margin-left: 14px;
    text-align: left;
margin-bottom: 14px;
    width: 100%;
}
}
.itembox-normal {
.mod-table-header-modgroup {
border-color: #c8c8c8;
    display: table-cell;
    vector-effect: middle;
    text-align: right;
    padding-right: 1em;
}
}
.itembox-magic {
.mod-table-cell-name {
border-color: #8888ff;
    width: 9em;
    min-width: 9em;
    max-width: 9em;
}
}
.itembox-rare {
.mod-table-cell-level {
border-color: #ffff77;
    width: 1.4em;
    min-width: 1.4em;
    max-width: 1.4em;
}
}
.itembox-unique {
.mod-table-cell-stat {
border-color: #af6025;
    width: 32em;
    min-width: 32em;
    max-width: 32em;
}
}
.itembox-currency {
.mod-table-cell-tags {
border-color: #aa9e82;
    width: 100%;
}
}
.itembox-gem {
 
border-color: #1aa29b;
/* ===== Generic table formatting ===== */
.table-yes > span {
  color: #0f0;
}
}
.itembox-quest {
 
border-color: #4ae63a;
.table-no > span {
  color: #f00;
}
}
[class|=itemboxheader] {
 
display: block;
.table-cell-coloured {
position: relative;
    color: #000;
font-size: 20px;
    text-align: left;
background-repeat: repeat-x;
}
}
.itembox-normal [class|=itemboxheader] {
.table-cell-coloured a {
color: #c8c8c8;
    color: #666;
}
}
.itembox-magic [class|=itemboxheader] {
.table-cell-coloured .reference a {
color: #8888ff;
    margin-left: 2px;
}
}
.itembox-rare [class|=itemboxheader] {
.table-cell-yes {
color: #ffff77;
    background-color: #080 !important;
}
}
.itembox-unique [class|=itemboxheader] {
.table-cell-major {
color: #af6025;
    background-color: #8C0 !important;
}
}
.itembox-currency [class|=itemboxheader] {
.table-cell-partial {
color: #aa9e82;
    background-color: #EE0 !important;
}
}
.itembox-gem [class|=itemboxheader] {
.table-cell-minor {
color: #1aa29b;
    background-color: #D80 !important;
}
}
.itembox-quest [class|=itemboxheader] {
.table-cell-no {
color: #4ae63a;
    background-color: #E00 !important;
}
}
[class|=itemboxheader] a,
.table-cell-unknown {
[class|=itemboxheader] .selflink {
    background-color: #888 !important;
font-weight: normal;
}
}
.itemboxheader-single {
 
height: 34px;
.table-cell-checkmark {
line-height: 25px;
    color:lime;  
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/2/2f/Hover_header_single_fills.png");
    text-align: center;  
    font-weight: bold;
}
}
.itembox-normal .itemboxheader-single {
 
background-position: center 0;
.table-cell-xmark {
    color:red;
    text-align: center;
    font-weight: bold;
}
}
.itembox-magic .itemboxheader-single {
 
background-position: center -34px;
/* for table cells representing items*/
 
.table-cell-dex {
    color: rgb(0, 255, 0);
}
}
.itembox-rare .itemboxheader-single {
.table-cell-int {
background-position: center -68px;
    color: rgb(90, 90, 255);
}
}
.itembox-unique .itemboxheader-single {
.table-cell-str {
background-position: center -102px;
    color: rgb(255, 0, 0);
}
}
.itembox-currency .itemboxheader-single {
.table-cell-str {
background-position: center -136px;
    color: rgb(255, 0, 0);
}
}
.itembox-gem .itemboxheader-single {
.table-cell-prismatic {
background-position: center -170px;
    color: rgb(255, 255, 255);
}
}
.itembox-quest .itemboxheader-single {
 
background-position: center -204px;
/* Tooltip OLD */
.tooltip-activator {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: initial;
    cursor: help;
}
}
.itemboxheader-double {
.tooltip-activator > .tooltip-content {
height: 54px;
    box-sizing: border-box;
line-height: 22px;
    position: absolute;
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/2/2a/Hover_header_double_fills.png");
    display: block;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    margin-left: -150px;
    border: 1px solid #7f7f7f;
    padding: 8px 12px;
    width: 300px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #7f7f7f;
    background-color: #000;
    transition: opacity 0.5s;
}
}
.itembox-rare .itemboxheader-double {
.tooltip-activator:hover > .tooltip-content {
background-position: center 0;
    visibility: visible;
    opacity: 1;
}
}
.itembox-unique .itemboxheader-double {
 
background-position: center -54px;
/*
Atlas of Worlds
Template:Atlas of Worlds
Widget:Atlas of Worlds
*/
 
.atlas_of_worlds {
  position: relative;
}
}
.itemboxheaderleft,
 
.itemboxheaderright {
.atlas_of_worlds .atlas_table {
display: block;
  display: none;
position: absolute;
background-repeat: no-repeat;
}
}
.itemboxheaderright {
 
right: 0;
canvas#atlas_of_worlds {
  background-image: url("https://www.poewiki.net/w/images/b/b8/Atlas_of_Worlds_background.jpg");
}
}
.itemboxheader-single .itemboxheaderleft,
 
.itemboxheader-single .itemboxheaderright {
.atlas_of_worlds .region_button {
width: 29px;
  position: absolute;
height: 34px;
  width: max-content;
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/8/8a/Hover_header_single_edges.png");
}
}
.itembox-normal .itemboxheader-single .itemboxheaderleft {
 
background-position: left 0;
.atlas_of_worlds .map_container {
  position: absolute;
}
}
.itembox-normal .itemboxheader-single .itemboxheaderright {
 
background-position: right 0;
.atlas_of_worlds .map_name, .atlas_of_worlds .map_tier, .atlas_of_worlds .map_drop {
}
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
.itembox-magic .itemboxheader-single .itemboxheaderleft {
  text-align: center;
background-position: left -34px;
}
.itembox-magic .itemboxheader-single .itemboxheaderright {
background-position: right -34px;
}
.itembox-rare .itemboxheader-single .itemboxheaderleft {
background-position: left -68px;
}
.itembox-rare .itemboxheader-single .itemboxheaderright {
background-position: right -68px;
}
.itembox-unique .itemboxheader-single .itemboxheaderleft {
background-position: left -102px;
}
.itembox-unique .itemboxheader-single .itemboxheaderright {
background-position: right -102px;
}
.itembox-currency .itemboxheader-single .itemboxheaderleft {
background-position: left -136px;
}
.itembox-currency .itemboxheader-single .itemboxheaderright {
background-position: right -136px;
}
.itembox-gem .itemboxheader-single .itemboxheaderleft {
background-position: left -170px;
}
.itembox-gem .itemboxheader-single .itemboxheaderright {
background-position: right -170px;
}
.itembox-quest .itemboxheader-single .itemboxheaderleft {
background-position: left -204px;
}
.itembox-quest .itemboxheader-single .itemboxheaderright {
background-position: right -204px;
}
.itemboxheader-double .itemboxheaderleft,
.itemboxheader-double .itemboxheaderright {
width: 44px;
height: 54px;
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/0/09/Hover_header_double_edges.png");
}
.itembox-rare .itemboxheader-double .itemboxheaderleft {
background-position: left 0;
}
.itembox-rare .itemboxheader-double .itemboxheaderright {
background-position: right 0;
}
.itembox-unique .itemboxheader-double .itemboxheaderleft {
background-position: left -54px;
}
.itembox-unique .itemboxheader-double .itemboxheaderright {
background-position: right -54px;
}
.itemboxheadertext {
display: block;
padding: 3px 29px;
}
.itemboxheader-double .itemboxheadertext {
padding: 3px 44px;
}
.itemboxstats,
.itemboxstatsgroup {
display: block;
}
span.itemboxstats > ul,
span.itemboxstats > ul > li > ul {
margin: 0;
}
span.itemboxstats > ul > li,
span.itemboxstats > ul > li > ul > li {
margin: 0;
list-style-type: none;
list-style-image: none;
}
.itemboxstats .itemboxstatsgroup,
span.itemboxstats > ul > li {
margin: 0 auto 5px;
padding: 0 12px 7px;
background-repeat: no-repeat;
background-position: center bottom;
}
td > div.itemboxstats .itemboxstatsgroup {
padding-left: 0;
padding-right: 0;
}
span.itemboxstats .itemboxstatsgroup:first-child,
span.itemboxstats > ul > li:first-child {
padding-top: 7px;
}
.itembox-normal .itemboxstatsgroup,
.itembox-normal span.itemboxstats > ul > li,
td > div.itemboxstats .itemboxstatsgroup {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/c/c2/Hover_separator_normal.png");
}
.itembox-magic .itemboxstatsgroup,
.itembox-magic span.itemboxstats > ul > li {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/4/4a/Hover_separator_magic.png");
}
.itembox-rare .itemboxstatsgroup,
.itembox-rare span.itemboxstats > ul > li {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/c/c6/Hover_separator_rare.png");
}
.itembox-unique .itemboxstatsgroup,
.itembox-unique span.itemboxstats > ul > li {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/6/6e/Hover_separator_unique.png");
}
.itembox-currency .itemboxstatsgroup,
.itembox-currency span.itemboxstats > ul > li {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/a/ac/Hover_separator_currency.png");
}
.itembox-gem .itemboxstatsgroup,
.itembox-gem span.itemboxstats > ul > li {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/8/86/Hover_separator_gem.png");
}
.itembox-quest .itemboxstatsgroup,
.itembox-quest span.itemboxstats > ul > li {
background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/0/00/Hover_separator_quest.png");
}
.itemboxstats .itemboxstatsgroup:last-child,
span.itemboxstats > ul > li:last-child {
margin-bottom: 0;
background-image: none;
}
td > div.itemboxstats .itemboxstatsgroup:last-child {
padding-bottom: 0;
}
.itemboxstatsgroup.textwrap {
width: 300px;
white-space: normal;
}
.itemboximage {
display: block;
padding: 7px 12px;
}
.itemboxhover,
.itemboxhovericon {
position: absolute;
z-index: 9999; /* Needs to be on top always */
}
.itemboxhoverhide {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
.itemboxhovernojs {
display: none !important;
}
.itemboxhover {
background-color: rgba(0,0,0,0.85);
}
.itemboxhovericon {
display: block;
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.9)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.itemhover {
display: inline-block;
text-align: center;
white-space: nowrap;
}
.itembox-divicard {
border: none;
padding: 0;
white-space: normal;
background: none;
}
.divicard-wrapper {
display: block;
position: relative;
width: 440px;
height: 668px;
}
.divicard-art {
display block;
position: absolute;
top: 56px;
left: 26px;
}
.divicard-art img {
width: 390px;
height: 280px;
}
.divicard-frame {
display block;
position: absolute;
top: 0;
left: 0;
}
.divicard-frame img {
width: 100%;
height: 100%;
}
.divicard-header {
display block;
position: absolute;
top: 14px;
left: 0;
width: 100%;
font-size: 20px;
line-height: 44px;
color: #030301;
}
.divicard-header a,
.divicard-header .selflink {
font-weight: normal;
}
.divicard-stack {
display block;
position: absolute;
top: 309px;
left: 42px;
width: 70px;
font-size: 16px;
line-height: 38px;
color: #fff;
}
.divicard-reward {
display: table;
position: absolute;
top: 334px;
left: 35px;
font-size: 16px;
}
.divicard-reward > span {
display: table-cell;
vertical-align: middle;
width: 374px;
height: 110px;
}
.divicard-flavour {
display: table;
position: absolute;
top: 452px;
left: 35px;
font-size: 16px;
}
.divicard-flavour > span {
display: table-cell;
vertical-align: middle;
width: 374px;
height: 184px;
}
}


/* ===== Infocard (Template:Infocard) ==== */
.atlas_of_worlds .map_name, .atlas_of_worlds .map_tier {
.infocard {
  font-weight: bold;
float: right;
  position: absolute;
clear: right;
margin-left: 14px;
margin-bottom: 14px;
border-style: solid;
border-width: 2px 1px;
border-color: #474233 #403b2e #1a1812;
border-radius: 6px;
padding: 2px 3px;
width: 292px;
text-align: center;
background-color: #332f24;
}
.infocard > .topbar {
margin-bottom: 2px;
display: table;
width: 100%;
}
.infocard > .topbar > .left,
.infocard > .topbar > .middle,
.infocard > .topbar > .right {
display: table-cell;
vertical-align: middle;
}
.infocard > .topbar > .middle > .header {
font-size: 20px;
line-height: 1.5;
color: #dfcf99;
}
.infocard > .topbar > .middle > .subheader {
padding-bottom: 8px;
font-size: 14px;
line-height: 1.0;
font-weight: bold;
}
.infocard > .inner {
margin: 0;
border-style: solid;
border-width: 2px 1px;
border-color: #1a1812 #1f1c15 #474233;
border-radius: 6px;
background-color: #26231b;
}
.infocard > .inner > .block {
margin: 0;
padding: 0.5em 1.0em;
list-style: none;
}
.infocard > .inner > .block:first-child {
padding-top: 1.0em;
}
.infocard > .inner > .block:last-child {
padding-bottom: 1.0em;
}
}


/* ===== Passive Infocard (Template:Passive/passivebox) ===== */
.atlas_of_worlds .map_name {
.infocard[class*="passive-"] .block:nth-child(1) {
  top: -37px;
height: 86px;
  width: 200px;
}
  left: -80px;
.infocard.passive-notable .block:nth-child(1) {
height: 131px;
}
.infocard.passive-keystone .block:nth-child(1) {
height: 184px;
}
.infocard[class*="passive-"] .block:nth-child(1) .image,
.infocard[class*="passive-"] .block:nth-child(1) .frame {
height: 100%;
}
.infocard[class*="passive-"] .block:nth-child(1) .image img {
margin-top: 14px;
width: 58px;
height: 58px;
}
.infocard.passive-notable .block:nth-child(1) .image img {
margin-top: 20px;
width: 90px;
height: 90px;
}
.infocard.passive-keystone .block:nth-child(1) .image img {
margin-top: 28px;
width: 128px;
height: 128px;
}
.infocard[class*="passive-"] .block:nth-child(1) .frame {
margin-top: -86px;
}
.infocard.passive-notable .block:nth-child(1) .frame {
margin-top: -131px;
}
.infocard.passive-keystone .block:nth-child(1) .frame {
margin-top: -184px;
}
.infocard[class*="passive-"] .block:nth-child(1) .frame img {
width: 86px;
height: 86px;
}
.infocard.passive-notable .block:nth-child(1) .frame img {
width: 131px;
height: 131px;
}
.infocard.passive-keystone .block:nth-child(1) .frame img {
width: 184px;
height: 184px;
}
.infocard[class*="passive-"] .block:nth-child(2) {
padding: 0;
}
.infocard[class*="passive-"] .block:nth-child(2) ul {
margin: 0;
}
.infocard[class*="passive-"] .block:nth-child(2) ul li {
margin: 0;
list-style: none;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li {
padding: 0.2em 1.0em;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:first-child {
padding-top: 0.5em;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:last-child {
padding-bottom: 1.0em;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li > ul {
margin: -0.2em -1.0em;
border-top: 1px solid #3a3529;
border-bottom: 1px solid #100f0b;
padding: 0.4em 0;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:first-child > ul {
border-top: none;
padding-top: 0;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:last-child > ul {
border-bottom: none;
padding-bottom: 0;
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li > ul > li {
padding: 0.2em 1.0em;
}
.infocard[class*="passive-"] .block:nth-child(3) {
margin-top: -0.5em;
}
}


/* ===== Status Infocard (Template:Status) ===== */
.atlas_of_worlds .map_tier {
.infocard.status .block:nth-child(1) {
  top: 18px;
height: 96px;
  /* horizontal align works better with 38px instead of 39 */
}
  width: 38px;
.infocard.status .block:nth-child(1) .image,
.infocard.status .block:nth-child(1) .frame {
height: 100%;
}
.infocard.status .block:nth-child(1) .image img {
margin-top: 16px;
width: 64px;
height: 64px;
}
.infocard.status .block:nth-child(1) .frame {
margin-top: -96px;
}
.infocard.status .block:nth-child(1) .frame img {
width: 98px;
height: 96px;
}
}


/* ===== Area Infocard (Template:Area) ==== */
.atlas_of_worlds .map_icon {
.infocard.area > .topbar > .left,
  background-image: url("https://www.poewiki.net/w/images/9/98/Map_base_icon.png");
.infocard.area > .topbar > .right {
  background-size: cover;
width: 27px;
  top: -18px;
  position:absolute;
}
}


/* ===== Sidebar ===== */
.atlas_of_worlds .map_icon, .atlas_of_worlds .map_icon img {
.sidebar {
  width: 39px;
float: right;
  height: 39px;
margin-left: 14px;
margin-bottom: 14px;
border-style: solid;
border-width: 2px 1px;
border-color: #474233 #403b2e #1a1812;
border-radius: 6px;
padding: 2px 3px;
background-color: #332F24;
width: 292px;
}
.sidebar-inner {
border-style: solid;
border-width: 2px 1px;
border-color: #1a1812 #1f1c15 #474233;
border-radius: 6px;
padding: 8px 1em;
background-color: #26231b;
}
.sidebar-header {
margin-bottom: 2px;
text-align: center;
font-size: 20px;
line-height: 1.5em;
color: #dfcf99;
}
}


/* ===== Passive Skill Display ===== */
.atlas_of_worlds .map_drop_container {
.passiveicon {
  width: max-content;
height: 86px;
  height: max-content;
}
.passivebox .passiveicon.passiveicon-notable {
height: 131px;
}
.passivebox .passiveicon.passiveicon-keystone {
height: 184px;
}
.passiveicon-image,
.passiveicon-frame {
height: 100%;
}
.passiveicon .passiveicon-image img {
margin-top: 14px;
width: 58px;
height: 58px;
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-image img {
margin-top: 20px;
width: 90px;
height: 90px;
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-image img {
margin-top: 28px;
width: 128px;
height: 128px;
}
.passiveicon .passiveicon-frame {
margin-top: -86px;
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame {
margin-top: -131px;
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame {
margin-top: -184px;
}
.passiveicon .passiveicon-frame img {
width: 86px;
height: 86px;
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame img {
width: 131px;
height: 131px;
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame img {
width: 184px;
height: 184px;
}
.passivebox {
text-align: center;
}
.passivebox .passiveicon {
margin: 0.5em 0 1em;
}
.passivebonuses ul {
margin: 0;
list-style: none;
}
.passivebonuses li {
margin: 0.5em 0;
}
.passivebonuses > ul > li + li > ul {
border-top: 1px dotted #5E4F45;
}
.passiveflavour {
margin: 1em 0 0.5em;
}
}


/* ===== Icons for Skill Links ===== */
.atlas_of_worlds .map_drop img {
.gem-link a {
  display: block;
padding: 2px 0 2px 12px;
background: left center no-repeat;
}
}
.gem-link.gen-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/b/b7/Inline_Generic_gem.png"); }
.gem-link.str-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/b/b5/Inline_Str_gem.png"); }
.gem-link.dex-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/3/34/Inline_Dex_gem.png"); }
.gem-link.int-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/8/86/Inline_Int_gem.png"); }
.gem-link.str-suppt a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/5/5e/Inline_Str_support_gem.png"); }
.gem-link.dex-suppt a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/f/f9/Inline_Dex_support_gem.png"); }
.gem-link.int-suppt a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/a/ad/Inline_Int_support_gem.png"); }


/* ===== Gem Infobox ===== */
.atlas_of_worlds .map_drop {
.GemInfoboxContainer {
  display: none;
width: 300px;
  z-index: 2;
float: right;
padding: 0px;
margin: 0px 0px 5px 5px;
border-collapse: collapse;
background-color: #1a1812;
font-size:12px;
line-height:16px;
color: #bfbfbf;
}
.GemInfoboxInfo { width: 100%; border-collapse:separate; border-spacing:2px; }
.GemInfoboxInfo td { background-color: #26231b; color: #ffffff; padding:5px; }
.GemInfoboxInfo td:first-child { background-color: #332f24; color: #bfbfbf; }
.GemInfoboxHeader { padding: 2px 2px 0px 2px; }
.GemInfoboxHeader>table { border-collapse:collapse; }
.GemInfoboxHeader td:first-child {
width: 100%;
padding: 5px 5px 5px 5px;
text-align: left;
font-size: 11px;
}
.GemInfoboxHeaderName {
font-size: 16px;
line-height: 20px;
font-weight: bold;
color: #1ba29b;
}
.GemInfoboxFooter { text-align: center; margin: 0px 2px 2px 2px; }
.GemInfoboxFooter img { width: 100%; height: auto; }
.GemInfoboxDescription { color: #1ba29b; }
.GemInfoboxModifier { color: #8888ff; }
.GemInfoboxDescription, .GemInfoboxModifier {
padding: 5px;
margin: 0px 2px 2px 2px;
background-color: #26231b;
text-align: center;
}
}


/* ===== Support Gem ID template (Template:Id) ===== */
.atlas_of_worlds .map_container:hover .map_drop {
.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
  display: block;
width: 1em;
  position: relative;
color: white !important;
  float: right;
background-color:#c51e1e;
  top: 38px;
display: inline-block;
  left: -50%;
text-align: center;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
}
.support-gem-id-red { background-color:#c51e1e; }
.support-gem-id-green { background-color:#08a842; }
.support-gem-id-blue { background-color:#4163c9; }


/* ===== Succession Box ===== */
.atlas_of_worlds .low_tier {
table.successionbox {
  color: rgb(255, 255, 255);
margin-left: auto;
margin-right: auto;
text-align: center;
}
}


/* ===== bottom footer ads ===== */
.atlas_of_worlds .mid_tier {
.btflb{
  color: rgb(255, 210, 100);
display: block;
height: 90px !important;
margin: 0 auto;
padding: 5px 0;
width:728px !important;
}
}


/* ===== Module:Util ===== */
.atlas_of_worlds .high_tier {
 
  color: rgb(240, 30, 10);
.module-error {
color: red;
font-weight: bold;
border: 1px solid red;
padding: 2px 3px 2px 2px;
}
}


/* ===== Module:Quest & Template:Quest ===== */
.low_tier .map_icon img:not(.low_tier) {
 
  display: none;
.quest-table {
width:300px;
color: #bfbfbf;
float:right;
padding:0.1em;
background-color:#1a1812;
margin: 0px 0px 5px 5px;
}
}


.quest-table td.quest-table-iconbox {
.mid_tier .map_icon img:not(.mid_tier) {
text-align:center;
  display: none;
font-size:20px;
font-weight:bold;
}
}


.quest-table td.quest-table-iconbox img {
.high_tier .map_icon img:not(.high_tier) {
width: 100px;
  display: none;
height: 100px;
}
}


.quest-table th {
/*
text-align: right;
Monster Javascript infobox styles
font-weight: bold;
background-color: #332f24;
}


.quest-table td {
Template:Monster
text-align: center;
Widget:Monster
background-color: #26231b;
*/
}


.quest-table td img {
/*
max-width: 200px;
Layout is nested in multiple tables
height: auto;
}


/* ===== Template:SMQ query mods (from Module:SMW query) ===== */
table.monster_container
- tr.monster (one each per monster)
-- table.monster_info_container
--- tr.monster_name
--- tr.controls
---- table.controls
--- tr.monster_table
---- table.monster_table
--- tr.monster_stats
---- table.monster_stts
*/


.mod-table {
table.monster_container {
   width: 100%;
   width: 800px !important;
   margin: 0px !important;
   float: right;
}
}
.mod-table-header {
 
   width: 100%;
tr.monster td {
   width: 800px;
}
}


.mod-table-header .mw-collapsible-toggle {
.monster_info_container {
  border-collapse: collapse;
}
}


.mod-table-header-container {
.monster_info_container > tbody > tr > td, .monster_info_container > tbody > tr > th {
   display: table;
   padding: 0px;
}
}


.mod-table-header-stat {
tr.monster_name {
   display: table-cell;
   border: solid white 1px;
  vector-effect: middle;
  text-align: left;
  width: 100%;
}
}


.mod-table-header-modgroup {
tr.monster_name th {
  display: table-cell;
  vector-effect: middle;
  text-align: right;
  padding-right: 1em;
}
}


.mod-table-cell-name {
  width: 9em;
  min-width: 9em;
  max-width: 9em;
}


.mod-table-cell-level {
.monster_info_container table {
   width: 1.4em;
   padding: 0px;
   min-width: 1.4em;
   margin: 0px;
   max-width: 1.4em;
   width: 100%;
}
}


.mod-table-cell-stat {
.controls th {
  width: 32em;
   min-width: max-content;  
   min-width: 32em;
  max-width: 32em;
}
}


.mod-table-cell-tags {
.controls td {
   width: 100%;
   width: 100%;
}
}


/* ===== Generic table formatting ===== */
.controls input:not([type="checkbox"]), select {
.table-cell-coloured {
  width: 100%;
    color: #000;
    text-align: left;
}
}


.table-cell-coloured a {
/*
    color: #666;
Module:Minimap
}
*/


.table-cell-coloured .reference a {
.minimap_icon {
    margin-left: 2px;
  background-image: url("https://www.poewiki.net/w/images/1/18/Minimap_icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
}
}


.table-cell-yes {
.minimap_icon.minimap_grid {
    background-color: #080 !important;
  display: grid;
}
}


.table-cell-major {
/* Used by both inline boxes and grid cells in the overall display */
    background-color: #8C0 !important;
.minimap_64 {
  width: 64px;
  height: 64px;
}
}


.table-cell-partial {
.minimap_32 {
    background-color: #EE0 !important;
  width: 32px;
  height: 32px;
}
}


.table-cell-minor {
.minimap_16 {
    background-color: #D80 !important;
  width: 16px;
  height: 16px;
}
}


.table-cell-no {
/* For the inline infoboxes */
    background-color: #E00 !important;
.minimap_icon.minimap_64 {
  background-size: 896px auto;
}
}


.table-cell-unknown {
.minimap_icon.minimap_32 {
    background-color: #888 !important;
  background-size: 448px auto;
}
}


/* for table cells representing items*/
.minimap_icon.minimap_16 {
 
   background-size: 224px auto;
.table-cell-dex {
   color: rgb(0, 255, 0);
}
}


.table-cell-int {
.minimap_icon.tooltip-activator,.minimap_icon .tooltip-activator {
   color: rgb(90, 90, 255);
   border: none;
}
}


.table-cell-str {
/* Clearfix */
  color: rgb(255, 0, 0);
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
}


/* ===== Styles for Math extension ===== */
/* Helpers */
 
.u-truncate-line {
img.mwe-math-fallback-image-inline {
     display: block !important;
     background-color: white;
    overflow: hidden !important;
     padding: 6px 3px;
    text-overflow: ellipsis !important;
     white-space: nowrap !important;
}
}

Latest revision as of 16:01, 2 October 2023

/*
 * This stylesheet is loaded on desktop only.
 * 
 * Desktop-only theme styles should go in [[MediaWiki:Vector.css]].
 * Mobile-only styles should go in [[MediaWiki:Mobile.css]].
 * Sitewide styles should go in [[MediaWiki:Sitewide.css]].
 */
@import url("https://www.poewiki.net/wiki/MediaWiki:Sitewide.css?action=raw&ctype=text/css");

/* ===== Table cell templates ===== */
table.wikitable .table-yes,
table.wikitable .table-no,
table.wikitable .table-na {
    vertical-align: middle;
    text-align: center;
}
table.wikitable .table-yes {
    /*background-color: #1e261b !important;*/
}
table.wikitable .table-no {
    /*background-color: #261b1b !important;*/
}
table.wikitable .table-na {
    /*background-color: #211f19 !important;*/
    color: #5e4f45;
}

/* ===== Category tree ===== */
.CategoryTreeEmptyBullet {
    color: #5e4f45;
}
.CategoryTreeToggle {
    color: #16678a;
}

/* Cargo extension */
#mw-content-text .cargoTable tr:nth-child(odd) {
    background: #26231b;
}
#mw-content-text .cargoTable tr:nth-child(even) {
    background: #211f18;
}
#mw-content-text .cargoTable th {
    padding: 5px;
    background-color: #332f24;
    border: 1px solid #1a1812;
}
#mw-content-text .cargoTable td {
    padding: 5px;
    border: 1px solid #1a1812;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    box-sizing: border-box;
    border: 1px solid #75511D;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
    margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
    margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #101010;      /* Background color */
}
.navbox-list {
    line-height: 1.5em;
    border-color: #101010;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #141414;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #101010;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #141414;      /* Level 3 color */
}
.navbox-even {
    background: #101010;      /* Even row striping */
}
.navbox-odd {
    background: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.mw-body-content .navbar ul {
    line-height: inherit;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
  font-variant: small-caps;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
    font-size: 100%;
}
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}

/* Style for horizontal lists (separator following item).
   Note: hlist formatting will break if the resulting HTML lacks a breakable character
   between list items. This happens when the following conditions are true:
   1) The list is made using wiki markup (where HTML is built by parser.php)
   2) HTMLTidy is disabled or unavailable (such as on Special: pages)
   In such cases, building lists with .hlist using HTML instead of wiki markup
   will work around this problem. See also [[Bugzilla:39617]].
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   Last updated: September 23, 2012
   @maintainer: [[User:Edokter]]
   @revision: 2.0
*/
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}
/* Display nested lists inline and allow them to wrap */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
    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 IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: "(";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in front of ordered list items */
.hlist.hnum ol {
    counter-reset: list-item;
}
.hlist.hnum ol > li {
    counter-increment: list-item;
}
.hlist.hnum ol > li:before {
    content: counter(list-item) " ";
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
    content: "(" counter(list-item) " ";
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
.navbox .selflink {
    color:#00B6FF;
}

/* ===== External link icon for PDF files ===== */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
    padding-right: 18px;
    background:url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
}

/* ===== Plainlist ===== */
.plainlist ul {
    line-height: inherit;
    list-style: none outside none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}

/* ===== Multiple column layout for lists ===== */
.multicol-15 ul,
.multicol-15 ol {
    column-width: 15em;
}

/* Module:Item acquisition | Template:Item acquisition */
.upgraded-from-set:not(:first-child) td {
  border-top-style: dashed !important;
  border-top-width: 3px !important;
  border-top-color: #111 !important;
}

/* ===== Skill (Module:Skill) ==== */

/* Template:Skill */

.skill-box-page-container {
  float: right;
}

/* resize skill screenshot accordingly */
.skill-box-page-container img {
  max-width: 400px;
  height: auto;
}

.skill-box-table {
  max-width: 400px;
}

/* force the header section to be as small as possible */
.skill-box-table th {
  width: 1%;
}

.skill-box-table th,.skill-box-table td{
  font-size: 12px;
}

.skill-box-table td[colspan="2"]{
  font-size: inherit;
}

/* ===== Status Infocard (Template:Status) ===== */
.status-icon {
    height: 96px;
}
.status-icon .image,
.status-icon .frame {
    height: 100%;
}
.status-icon .image img {
    margin-top: 16px;
    width: 64px;
    height: 64px;
}
.status-icon .frame {
    margin-top: -96px;
}
.status-icon .frame img {
    width: 98px;
    height: 96px;
}

/* ===== Area Infocard (Template:Area) ==== */
.infocard.area > .topbar > .left,
.infocard.area > .topbar > .right {
    width: 27px;
}

/* ===== Module:Passive skill ===== */

.passive-line {
  display: block;
}

.passive-hover {
  display: none;
  position: relative;
}

.passive-hover:hover {
  display: inline;
}

.passive-line:hover .passive-hover {
  display: inline;
}

.passive-icon-container {
  position: relative;
  margin: 0px auto;
}

.passive-icon-frame {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.passive-icon-container a {
  position: absolute;
  z-index: 0;
}

/* sizes of icons have been adjusted to look similar to ingame placement */
.passive-icon-type__basic {
  width: 60px;
  height: 60px;
}

.passive-icon-type__basic .passive-icon-frame {
  width: 60px;
  height: 60px;
  background-image: url("https://www.poewiki.net/w/images/a/a1/Basic_passive_frame.png");
  background-repeat: round;
}

.passive-icon-type__basic a, .passive-icon-type__basic img{
  left: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}

.passive-icon-type__notable {
  width: 100px;
  height: 100px;
}

.passive-icon-type__notable .passive-icon-frame {
  width: 100px;
  height: 100px;
  background-image: url("https://www.poewiki.net/w/images/5/50/Notable_passive_frame.png");
  background-repeat: round;
}

.passive-icon-type__notable a, .passive-icon-type__notable img{
  left: 14px;
  top: 14px;
  width: 72px;
  height: 72px;
}

.passive-icon-type__keystone {
  width: 175px;
  height: 175px;
}

.passive-icon-type__keystone .passive-icon-frame {
  width: 175px;
  height: 175px;
  background-image: url("https://www.poewiki.net/w/images/5/5a/Keystone_passive_frame.png");
  background-repeat: round;
}

.passive-icon-type__keystone a, .passive-icon-type__keystone img{
  left: 36px;
  top: 36px;
  height: 100px;
  width: 100px;
}

.passive-icon-type__ascendancy_basic {
  width: 60px;
  height: 60px;
}

.passive-icon-type__ascendancy_basic .passive-icon-frame {
  width: 60px;
  height: 60px;
  background-image: url("https://www.poewiki.net/w/images/f/fa/Ascendancy_basic_passive_frame.png");
  background-repeat: round;
}

.passive-icon-type__ascendancy_basic a, .passive-icon-type__ascendancy_basic img{
  left: 10px;
  top: 10px;
  width: 39px;
  height: 40px;
}

.passive-icon-type__ascendancy_notable {
  width: 100px;
  height: 100px;
}

.passive-icon-type__ascendancy_notable .passive-icon-frame {
  width: 100px;
  height: 100px;
  background-image: url("https://www.poewiki.net/w/images/2/26/Ascendancy_notable_passive_frame.png");
  background-repeat: round;
}

.passive-icon-type__ascendancy_notable a, .passive-icon-type__ascendancy_notable img{
  left: 16px;
  top: 16px;
  width: 68px;
  height: 68px;
}

.passive-icon-type__mastery {
  width: 100px;
  height: 100px;
}

.passive-icon-type__mastery .passive-icon-frame {
  width: 100px;
  height: 100px;
  background-image: url("https://www.poewiki.net/w/images/1/16/PassiveMasteryConnectedButton.png");
  background-repeat: round;
}

.passive-icon-type__mastery a, .passive-icon-type__mastery img{
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 11;
}

.mastery_infocard{
  width: auto;
}

.mastery_infocard table{
  text-align: left;
}

/* ===== Gem Infobox ===== */
.GemInfoboxContainer {
    width: 300px;
    float: right;
    padding: 0px;
    margin: 0px 0px 5px 5px;
    border-collapse: collapse;
    background-color: #1a1812;
    font-size:12px;
    line-height:16px;
    color: #bfbfbf;
}
.GemInfoboxInfo         { width: 100%; border-collapse:separate; border-spacing:2px; }
.GemInfoboxInfo td      { background-color: #26231b; color: #ffffff; padding:5px; }
.GemInfoboxInfo td:first-child  { background-color: #332f24; color: #bfbfbf; }
.GemInfoboxHeader       { padding: 2px 2px 0px 2px; }
.GemInfoboxHeader>table     { border-collapse:collapse; }
.GemInfoboxHeader td:first-child {
    width: 100%;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 11px;
}
.GemInfoboxHeaderName {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #1ba29b;
}
.GemInfoboxFooter   { text-align: center; margin: 0px 2px 2px 2px; }
.GemInfoboxFooter img   { width: 100%; height: auto; }
.GemInfoboxDescription  { color: #1ba29b; }
.GemInfoboxModifier { color: #8888ff; }
.GemInfoboxDescription, .GemInfoboxModifier {
    padding: 5px;
    margin: 0px 2px 2px 2px;
    background-color: #26231b;
    text-align: center;
}

/* ===== Support Gem ID template (Template:Id) ===== */
.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
    width: 1em;
    color: white !important;
    background-color:#c51e1e;
    display: inline-block;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.support-gem-id-red { background-color:#c51e1e; }
.support-gem-id-green   { background-color:#08a842; }
.support-gem-id-blue    { background-color:#4163c9; }

/* ===== Module:Util ===== */

.module-error {
    border-width: 1px;
    border-style: solid;
    border-color: #7d1e1e;
    padding: 0.1em 0.25em;
}

/* ===== Module:Quest & Template:Quest ===== */

.quest-table {
    width:300px; 
    color: #bfbfbf; 
    float:right; 
    padding:0.1em; 
    background-color:#1a1812; 
    margin: 0px 0px 5px 5px;
}

.quest-table td.quest-table-iconbox {
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

.quest-table td.quest-table-iconbox img {
    width: 100px;
    height: 100px;
}

.quest-table th {
    text-align: right; 
    font-weight: bold; 
    background-color: #332f24;
}

.quest-table td {
    text-align: center; 
    background-color: #26231b;
}

.quest-table td img {
    max-width: 200px;
    height: auto;
}

/* ===== Template:SMQ query mods (from Module:SMW query) ===== */

.mod-table {
    width: 100%;
    margin: 0px !important;
}
.mod-table-header {
    width: 100%;
}
.mod-table-header .mw-collapsible-toggle {

}
.mod-table-header-container {
    display: table;
}
.mod-table-header-stat {
    display: table-cell;
    vector-effect: middle;
    text-align: left;
    width: 100%;
}
.mod-table-header-modgroup {
    display: table-cell;
    vector-effect: middle;
    text-align: right;
    padding-right: 1em;
}
.mod-table-cell-name {
    width: 9em;
    min-width: 9em;
    max-width: 9em;
}
.mod-table-cell-level {
    width: 1.4em;
    min-width: 1.4em;
    max-width: 1.4em;
}
.mod-table-cell-stat {
    width: 32em;
    min-width: 32em;
    max-width: 32em;
}
.mod-table-cell-tags {
    width: 100%;
}

/* ===== Generic table formatting ===== */
.table-yes > span {
  color: #0f0;
}

.table-no > span {
  color: #f00;
}

.table-cell-coloured {
    color: #000;
    text-align: left;
}
.table-cell-coloured a {
    color: #666;
}
.table-cell-coloured .reference a {
    margin-left: 2px;
}
.table-cell-yes {
    background-color: #080 !important;
}
.table-cell-major {
    background-color: #8C0 !important;
}
.table-cell-partial {
    background-color: #EE0 !important;
}
.table-cell-minor {
    background-color: #D80 !important;
}
.table-cell-no {
    background-color: #E00 !important;
}
.table-cell-unknown {
    background-color: #888 !important;
}

.table-cell-checkmark {
    color:lime; 
    text-align: center; 
    font-weight: bold;
}

.table-cell-xmark {
    color:red; 
    text-align: center; 
    font-weight: bold;
}

/* for table cells representing items*/

.table-cell-dex {
    color: rgb(0, 255, 0);
}
.table-cell-int {
    color: rgb(90, 90, 255);
}
.table-cell-str {
    color: rgb(255, 0, 0);
}
.table-cell-str {
    color: rgb(255, 0, 0);
}
.table-cell-prismatic {
    color: rgb(255, 255, 255);
}

/* Tooltip OLD */
.tooltip-activator {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: initial;
    cursor: help;
}
.tooltip-activator > .tooltip-content {
    box-sizing: border-box;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    margin-left: -150px;
    border: 1px solid #7f7f7f;
    padding: 8px 12px;
    width: 300px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #7f7f7f;
    background-color: #000;
    transition: opacity 0.5s;
}
.tooltip-activator:hover > .tooltip-content {
    visibility: visible;
    opacity: 1;
}

/* 
Atlas of Worlds 
Template:Atlas of Worlds
Widget:Atlas of Worlds
*/

.atlas_of_worlds {
  position: relative;
}

.atlas_of_worlds .atlas_table {
  display: none;
}

canvas#atlas_of_worlds {
  background-image: url("https://www.poewiki.net/w/images/b/b8/Atlas_of_Worlds_background.jpg");
}

.atlas_of_worlds .region_button {
  position: absolute;
  width: max-content;
}

.atlas_of_worlds .map_container {
  position: absolute;
}

.atlas_of_worlds .map_name, .atlas_of_worlds .map_tier, .atlas_of_worlds .map_drop {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  text-align: center;
}

.atlas_of_worlds .map_name, .atlas_of_worlds .map_tier {
  font-weight: bold;
  position: absolute;
}

.atlas_of_worlds .map_name {
  top: -37px;
  width: 200px;
  left: -80px;
}

.atlas_of_worlds .map_tier {
  top: 18px;
  /* horizontal align works better with 38px instead of 39 */
  width: 38px;
}

.atlas_of_worlds .map_icon {
  background-image: url("https://www.poewiki.net/w/images/9/98/Map_base_icon.png");
  background-size: cover;
  top: -18px;
  position:absolute;
}

.atlas_of_worlds .map_icon, .atlas_of_worlds .map_icon img {
  width: 39px;
  height: 39px;
}

.atlas_of_worlds .map_drop_container {
  width: max-content;
  height: max-content;
}

.atlas_of_worlds .map_drop img {
  display: block;
}

.atlas_of_worlds .map_drop {
  display: none;
  z-index: 2;
}

.atlas_of_worlds .map_container:hover .map_drop {
  display: block;
  position: relative;
  float: right;
  top: 38px;
  left: -50%;
}

.atlas_of_worlds .low_tier {
  color: rgb(255, 255, 255);
}

.atlas_of_worlds .mid_tier {
  color: rgb(255, 210, 100);
}

.atlas_of_worlds .high_tier {
  color: rgb(240, 30, 10);
}

.low_tier .map_icon img:not(.low_tier) {
  display: none;
}

.mid_tier .map_icon img:not(.mid_tier) {
  display: none;
}

.high_tier .map_icon img:not(.high_tier) {
  display: none;
}

/* 
Monster Javascript infobox styles

Template:Monster
Widget:Monster
*/

/*
Layout is nested in multiple tables

table.monster_container
- tr.monster (one each per monster)
-- table.monster_info_container
--- tr.monster_name 
--- tr.controls
---- table.controls
--- tr.monster_table
---- table.monster_table
--- tr.monster_stats
---- table.monster_stts
*/

table.monster_container {
  width: 800px !important;
  float: right;
}

tr.monster td {
  width: 800px;
}

.monster_info_container {
  border-collapse: collapse;
}

.monster_info_container > tbody > tr > td, .monster_info_container > tbody > tr > th {
  padding: 0px;
}

tr.monster_name {
  border: solid white 1px;
}

tr.monster_name th {
}


.monster_info_container table {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.controls th {
  min-width: max-content; 
}

.controls td {
  width: 100%;
}

.controls input:not([type="checkbox"]), select {
  width: 100%;
}

/* 
Module:Minimap
*/

.minimap_icon {
  background-image: url("https://www.poewiki.net/w/images/1/18/Minimap_icons.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
}

.minimap_icon.minimap_grid {
  display: grid;
}

/* Used by both inline boxes and grid cells in the overall display */
.minimap_64 {
  width: 64px;
  height: 64px;
}

.minimap_32 {
  width: 32px;
  height: 32px;
}

.minimap_16 {
  width: 16px;
  height: 16px;
}

/* For the inline infoboxes */
.minimap_icon.minimap_64 {
  background-size: 896px auto;
}

.minimap_icon.minimap_32 {
  background-size: 448px auto;
}

.minimap_icon.minimap_16 {
  background-size: 224px auto;
}

.minimap_icon.tooltip-activator,.minimap_icon .tooltip-activator {
  border: none;
}

/* Clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Helpers */
.u-truncate-line {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}