MediaWiki:Common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Adding class for cosmetic text color. Adding styles to hide the image box separator after the last block of stats in order to simplify logic in the template to achieve the same effect.)
 
(287 intermediate revisions by 11 users not shown)
Line 1: Line 1:
/* Header styles */
/*
.poe1 {
* This stylesheet is loaded on desktop only.
background-color: rgba(0, 0, 0, 0.5);
*  
border: 1px solid #75511d;
* Desktop-only theme styles should go in [[MediaWiki:Vector.css]].
}
* Mobile-only styles should go in [[MediaWiki:Mobile.css]].
#pt-userpage,
* Sitewide styles should go in [[MediaWiki:Sitewide.css]].
#pt-anonuserpage,
*/
#pt-login {
@import url("https://www.poewiki.net/wiki/MediaWiki:Sitewide.css?action=raw&ctype=text/css");
background: url("//pool.pathofexilewiki.com/w/images/Curse_user_icon.png") left top no-repeat;
padding-left: 10px !important;
}
body.page-Path_of_Exile_Wiki h1.firstHeading { display:none; }


/* Infobox template style */
/* ===== Table cell templates ===== */
.infobox {
table.wikitable .table-yes,
border: 1px solid #75511D;
table.wikitable .table-no,
background-color: #141414;
table.wikitable .table-na {
color: #A38D6D;
    vertical-align: middle;
/* @noflip */
    text-align: center;
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 {
table.wikitable .table-yes {
font-size: 125%;
    /*background-color: #1e261b !important;*/
font-weight: bold;
}
}
.infobox td,
table.wikitable .table-no {
.infobox th {
    /*background-color: #261b1b !important;*/
vertical-align: top;
}
}
.infobox.bordered {
table.wikitable .table-na {
border-collapse: collapse;
    /*background-color: #211f19 !important;*/
    color: #5e4f45;
}
}
.infobox.bordered td,
 
.infobox.bordered th {
/* ===== Category tree ===== */
border: 1px solid #aaa;
.CategoryTreeEmptyBullet {
    color: #5e4f45;
}
}
.infobox.bordered .borderless td,
.CategoryTreeToggle {
.infobox.bordered .borderless th {
    color: #16678a;
border: 0;
}
 
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
}


.infobox.standard-talk {
/* Cargo extension */
border: 1px solid #c0c090;
#mw-content-text .cargoTable tr:nth-child(odd) {
background-color: #f8eaba;
    background: #26231b;
}
}
 
#mw-content-text .cargoTable tr:nth-child(even) {
.infobox.standard-talk.bordered td,
    background: #211f18;
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
}
 
#mw-content-text .cargoTable th {
/* styles for bordered infobox with merged rows */
    padding: 5px;
.infobox.bordered .mergedtoprow td,
    background-color: #332f24;
.infobox.bordered .mergedtoprow th {
    border: 1px solid #1a1812;
border: 0;
border-top: 1px solid #aaa;
/* @noflip */
border-right: 1px solid #aaa;
}
}
 
#mw-content-text .cargoTable td {
.infobox.bordered .mergedrow td,
    padding: 5px;
.infobox.bordered .mergedrow th {
    border: 1px solid #1a1812;
border: 0;
/* @noflip */
border-right: 1px solid #aaa;
}
}


/* Default style for navigation boxes */
/* Default style for navigation boxes */
.navbox {                    /* Navbox container style */
.navbox {                    /* Navbox container style */
border: 1px solid #75511D;
    box-sizing: border-box;
width: 100%;
    border: 1px solid #75511D;
margin: auto;
    width: 100%;
clear: both;
    clear: both;
font-size: 88%;
    font-size: 88%;
text-align: center;
    text-align: center;
padding: 1px;
    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-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 142: 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 186: 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 215: 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 227: 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 234: 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 255: 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 261: 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 274: 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;
}
 
 
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
font-style: italic;
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
font-style: normal;
}
}


abbr.nounderline,
/* ===== External link icon for PDF files ===== */
acronym.nounderline {
.mw-parser-output a[href$=".pdf"].external,
border-bottom: none;
.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 ===== */
.plainlist ul {
.plainlist ul {
     line-height: inherit;
     line-height: inherit;
Line 336: Line 313:
}
}


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


/* Icons for Skill Links */
/* Module:Item acquisition | Template:Item acquisition */
.gem-link a {
.upgraded-from-set:not(:first-child) td {
padding: 2px 0 2px 12px;
  border-top-style: dashed !important;
background: left center no-repeat;
  border-top-width: 3px !important;
  border-top-color: #111 !important;
}
}
.gem-link.gen-skill a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Generic_gem.png"); }
.gem-link.str-skill a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Str_gem.png"); }
.gem-link.dex-skill a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Dex_gem.png"); }
.gem-link.int-skill a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Int_gem.png"); }
.gem-link.str-suppt a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Str_support_gem.png"); }
.gem-link.dex-suppt a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Dex_support_gem.png"); }
.gem-link.int-suppt a { background-image: url("//pool.pathofexilewiki.com/w/images/Inline_Int_support_gem.png"); }


/* Change the external link icon to an Adobe icon for all PDF files
/* ===== Skill (Module:Skill) ==== */
  in browsers that support these CSS selectors, like Mozilla and Opera */
 
div#content a[href$=".pdf"].external,
/* Template:Skill */
div#content a[href*=".pdf?"].external,
 
div#content a[href*=".pdf#"].external,
.skill-box-page-container {
div#content a[href$=".PDF"].external,
  float: right;
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
/* resize skill screenshot accordingly */
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
.skill-box-page-container img {
div#content span.PDFlink a,
  max-width: 400px;
div#mw_content span.PDFlink a {
  height: auto;
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
}


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


/* ============ Colours ============ */
/* force the header section to be as small as possible */
.text-stat {
.skill-box-table th {
color: #7f7f7f;
  width: 1%;
}
}
.text-help {
 
color: #7f7f7f;
.skill-box-table th,.skill-box-table td{
font-style: italic;
  font-size: 12px;
}
}
.text-value {
 
color: #ffffff;
.skill-box-table td[colspan="2"]{
  font-size: inherit;
}
}
.text-mod {
 
color: #8888ff;
/* ===== Status Infocard (Template:Status) ===== */
.status-icon {
    height: 96px;
}
}
.text-fire {
.status-icon .image,
color: #960000;
.status-icon .frame {
    height: 100%;
}
}
.text-cold {
.status-icon .image img {
color: #366492;
    margin-top: 16px;
    width: 64px;
    height: 64px;
}
}
.text-lightning {
.status-icon .frame {
color: #ffd700;
    margin-top: -96px;
}
}
.text-cosmetic {
.status-icon .frame img {
color: #aa9e82;
    width: 98px;
    height: 96px;
}
}
.text-flavour {
 
color: #af6025;
/* ===== Area Infocard (Template:Area) ==== */
font-style: italic;
.infocard.area > .topbar > .left,
.infocard.area > .topbar > .right {
    width: 27px;
}
}
.text-gemdesc {
 
color: #1aa29b;
/* ===== Module:Passive skill ===== */
 
.passive-line {
  display: block;
}
}
.text-normal {
 
color: #c8c8c8;
.passive-hover {
  display: none;
  position: relative;
}
}
.text-magic {
 
color: #8888ff;
.passive-hover:hover {
  display: inline;
}
}
.text-rare {
 
color: #ffff77;
.passive-line:hover .passive-hover {
  display: inline;
}
}
.text-unique {
 
color: #af6025;
.passive-icon-container {
  position: relative;
  margin: 0px auto;
}
}
.text-currency {
 
color: #aa9e82;
.passive-icon-frame {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
}
.text-gem {
 
color: #1aa29b;
.passive-icon-container a {
  position: absolute;
  z-index: 0;
}
}
.text-quest {
 
color: #4ae63a;
/* 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;
}


/* ============ Item Box Styles ============ */
.passive-icon-type__basic a, .passive-icon-type__basic img{
.itembox {
  left: 10px;
display: table;
  top: 10px;
border-width: 1px;
  width: 40px;
border-style: solid;
  height: 40px;
padding: 2px;
min-width: 300px;
text-align: center;
color: #7f7f7f;
background-color: #000;
}
}
.itembox-full {
 
float: right;
.passive-icon-type__notable {
margin-left: 14px;
  width: 100px;
margin-bottom: 14px;
  height: 100px;
}
}
.itembox-normal {
 
border-color: #c8c8c8;
.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;
}
}
.itembox-magic {
 
border-color: #8888ff;
.passive-icon-type__notable a, .passive-icon-type__notable img{
  left: 14px;
  top: 14px;
  width: 72px;
  height: 72px;
}
}
.itembox-rare {
 
border-color: #ffff77;
.passive-icon-type__keystone {
  width: 175px;
  height: 175px;
}
}
.itembox-unique {
 
border-color: #af6025;
.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;
}
}
.itembox-currency {
 
border-color: #aa9e82;
.passive-icon-type__keystone a, .passive-icon-type__keystone img{
  left: 36px;
  top: 36px;
  height: 100px;
  width: 100px;
}
}
.itembox-gem {
 
border-color: #1aa29b;
.passive-icon-type__ascendancy_basic {
  width: 60px;
  height: 60px;
}
}
.itembox-quest {
 
border-color: #4ae63a;
.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;
}
}
.itemboxheader {
 
font-size: 20px;
.passive-icon-type__ascendancy_basic a, .passive-icon-type__ascendancy_basic img{
background-repeat: repeat-x;
  left: 10px;
  top: 10px;
  width: 39px;
  height: 40px;
}
}
.itembox-normal .itemboxheader {
 
color: #c8c8c8;
.passive-icon-type__ascendancy_notable {
  width: 100px;
  height: 100px;
}
}
.itembox-magic .itemboxheader {
 
color: #8888ff;
.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;
}
}
.itembox-rare .itemboxheader {
 
color: #ffff77;
.passive-icon-type__ascendancy_notable a, .passive-icon-type__ascendancy_notable img{
  left: 16px;
  top: 16px;
  width: 68px;
  height: 68px;
}
}
.itembox-unique .itemboxheader {
 
color: #af6025;
.passive-icon-type__mastery {
  width: 100px;
  height: 100px;
}
}
.itembox-currency .itemboxheader {
 
color: #aa9e82;
.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;
}
}
.itembox-gem .itemboxheader {
 
color: #1aa29b;
.passive-icon-type__mastery a, .passive-icon-type__mastery img{
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  z-index: 11;
}
}
.itembox-quest .itemboxheader {
 
color: #4ae63a;
.mastery_infocard{
  width: auto;
}
}
.itemboxheader a,
 
.itemboxheader .selflink {
.mastery_infocard table{
font-weight: normal;
  text-align: left;
color: inherit !important;
}
}
.itemboxheader-single {
 
height: 34px;
/* ===== Gem Infobox ===== */
line-height: 25px;
.GemInfoboxContainer {
background-image: url("http://pool.pathofexilewiki.com/w/images/Hover_header_single_fills.png");
    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;
}
}
.itembox-normal .itemboxheader-single {
.GemInfoboxInfo        { width: 100%; border-collapse:separate; border-spacing:2px; }
background-position: center 0;
.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;
}
}
.itembox-magic .itemboxheader-single {
.GemInfoboxHeaderName {
background-position: center -34px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #1ba29b;
}
}
.itembox-rare .itemboxheader-single {
.GemInfoboxFooter  { text-align: center; margin: 0px 2px 2px 2px; }
background-position: center -68px;
.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;
}
}
.itembox-unique .itemboxheader-single {
 
background-position: center -102px;
/* ===== 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;
}
}
.itembox-currency .itemboxheader-single {
.support-gem-id-red { background-color:#c51e1e; }
background-position: center -136px;
.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;
}
}
.itembox-gem .itemboxheader-single {
 
background-position: center -170px;
/* ===== Module:Quest & Template:Quest ===== */
 
.quest-table {
    width:300px;
    color: #bfbfbf;
    float:right;
    padding:0.1em;
    background-color:#1a1812;
    margin: 0px 0px 5px 5px;
}
}
.itembox-quest .itemboxheader-single {
 
background-position: center -204px;
.quest-table td.quest-table-iconbox {
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
}
.itemboxheader-double {
 
height: 54px;
.quest-table td.quest-table-iconbox img {
line-height: 22px;
    width: 100px;
background-image: url("http://pool.pathofexilewiki.com/w/images/Hover_header_double_fills.png");
    height: 100px;
}
}
.itembox-rare .itemboxheader-double {
 
background-position: center 0;
.quest-table th {
    text-align: right;
    font-weight: bold;
    background-color: #332f24;
}
}
.itembox-unique .itemboxheader-double {
 
background-position: center -54px;
.quest-table td {
    text-align: center;
    background-color: #26231b;
}
}
.itemboxheaderleft {
 
float: left;
.quest-table td img {
background-repeat: no-repeat;
    max-width: 200px;
    height: auto;
}
}
.itemboxheaderright {
 
float: right;
/* ===== Template:SMQ query mods (from Module:SMW query) ===== */
background-repeat: no-repeat;
 
.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;
}
}
.itemboxheader-single .itemboxheaderleft,
.mod-table-cell-stat {
.itemboxheader-single .itemboxheaderright {
    width: 32em;
width: 29px;
    min-width: 32em;
height: 34px;
    max-width: 32em;
background-image: url("http://pool.pathofexilewiki.com/w/images/Hover_header_single_edges.png");
}
}
.itembox-normal .itemboxheader-single .itemboxheaderleft {
.mod-table-cell-tags {
background-position: left 0;
    width: 100%;
}
}
.itembox-normal .itemboxheader-single .itemboxheaderright {
 
background-position: right 0;
/* ===== Generic table formatting ===== */
.table-yes > span {
  color: #0f0;
}
}
.itembox-magic .itemboxheader-single .itemboxheaderleft {
 
background-position: left -34px;
.table-no > span {
  color: #f00;
}
}
.itembox-magic .itemboxheader-single .itemboxheaderright {
 
background-position: right -34px;
.table-cell-coloured {
    color: #000;
    text-align: left;
}
}
.itembox-rare .itemboxheader-single .itemboxheaderleft {
.table-cell-coloured a {
background-position: left -68px;
    color: #666;
}
}
.itembox-rare .itemboxheader-single .itemboxheaderright {
.table-cell-coloured .reference a {
background-position: right -68px;
    margin-left: 2px;
}
}
.itembox-unique .itemboxheader-single .itemboxheaderleft {
.table-cell-yes {
background-position: left -102px;
    background-color: #080 !important;
}
}
.itembox-unique .itemboxheader-single .itemboxheaderright {
.table-cell-major {
background-position: right -102px;
    background-color: #8C0 !important;
}
}
.itembox-currency .itemboxheader-single .itemboxheaderleft {
.table-cell-partial {
background-position: left -136px;
    background-color: #EE0 !important;
}
}
.itembox-currency .itemboxheader-single .itemboxheaderright {
.table-cell-minor {
background-position: right -136px;
    background-color: #D80 !important;
}
}
.itembox-gem .itemboxheader-single .itemboxheaderleft {
.table-cell-no {
background-position: left -170px;
    background-color: #E00 !important;
}
}
.itembox-gem .itemboxheader-single .itemboxheaderright {
.table-cell-unknown {
background-position: right -170px;
    background-color: #888 !important;
}
}
.itembox-quest .itemboxheader-single .itemboxheaderleft {
 
background-position: left -204px;
.table-cell-checkmark {
    color:lime;
    text-align: center;
    font-weight: bold;
}
}
.itembox-quest .itemboxheader-single .itemboxheaderright {
 
background-position: right -204px;
.table-cell-xmark {
    color:red;
    text-align: center;
    font-weight: bold;
}
}
.itemboxheader-double .itemboxheaderleft,
 
.itemboxheader-double .itemboxheaderright {
/* for table cells representing items*/
width: 44px;
 
height: 54px;
.table-cell-dex {
background-image: url("http://pool.pathofexilewiki.com/w/images/Hover_header_double_edges.png");
    color: rgb(0, 255, 0);
}
}
.itembox-rare .itemboxheader-double .itemboxheaderleft {
.table-cell-int {
background-position: left 0;
    color: rgb(90, 90, 255);
}
}
.itembox-rare .itemboxheader-double .itemboxheaderright {
.table-cell-str {
background-position: right 0;
    color: rgb(255, 0, 0);
}
}
.itembox-unique .itemboxheader-double .itemboxheaderleft {
.table-cell-str {
background-position: left -54px;
    color: rgb(255, 0, 0);
}
}
.itembox-unique .itemboxheader-double .itemboxheaderright {
.table-cell-prismatic {
background-position: right -54px;
    color: rgb(255, 255, 255);
}
}
.itemboxheadertext {
 
padding: 3px 0;
/* Tooltip OLD */
.tooltip-activator {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: initial;
    cursor: help;
}
}
.itemboxstats,
.tooltip-activator > .tooltip-content {
.itemboximage {
    box-sizing: border-box;
padding: 6px 12px;
    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;
}
}
.itembox hr {
.tooltip-activator:hover > .tooltip-content {
margin: 5px 0;
    visibility: visible;
height: 2px;
    opacity: 1;
background-color: transparent;
background-image: url("http://pool.pathofexilewiki.com/w/images/Hover_separators.png");
background-repeat: no-repeat;
}
}
.itembox-normal hr {
 
background-position: center 0;
/*
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;
}
}
.itembox-magic hr {
 
background-position: center -2px;
.atlas_of_worlds .map_icon, .atlas_of_worlds .map_icon img {
  width: 39px;
  height: 39px;
}
}
.itembox-rare hr {
 
background-position: center -4px;
.atlas_of_worlds .map_drop_container {
  width: max-content;
  height: max-content;
}
}
.itembox-unique hr {
 
background-position: center -6px;
.atlas_of_worlds .map_drop img {
  display: block;
}
}
.itembox-currency hr {
 
background-position: center -8px;
.atlas_of_worlds .map_drop {
  display: none;
  z-index: 2;
}
}
.itembox-gem hr {
 
background-position: center -10px;
.atlas_of_worlds .map_container:hover .map_drop {
  display: block;
  position: relative;
  float: right;
  top: 38px;
  left: -50%;
}
}
.itembox-quest hr {
 
background-position: center -12px;
.atlas_of_worlds .low_tier {
  color: rgb(255, 255, 255);
}
}
.itemboxstats li:last-of-type + hr {
 
display: none;
.atlas_of_worlds .mid_tier {
  color: rgb(255, 210, 100);
}
}
.itembox-hover {
 
position: absolute;
.atlas_of_worlds .high_tier {
z-index: 999;
  color: rgb(240, 30, 10);
}
}
.itembox-hover-hide {
 
position: absolute !important;
.low_tier .map_icon img:not(.low_tier) {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  display: none;
clip: rect(1px, 1px, 1px, 1px);
}
}


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


/*--------------------Gem Infobox Styles--------------------*/
.high_tier .map_icon img:not(.high_tier) {
.GemInfoboxContainer {
  display: none;
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; }
Monster Javascript infobox styles
.GemInfoboxInfo td:first-child { background-color: #332f24; color: #bfbfbf; }
 
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
*/


.GemInfoboxHeader { padding: 2px 2px 0px 2px; }
table.monster_container {
.GemInfoboxHeader>table { border-collapse:collapse; }
  width: 800px !important;
  float: right;
}


.GemInfoboxHeader td:first-child {
tr.monster td {
width: 100%;
  width: 800px;
padding: 5px 5px 5px 5px;
}
text-align: left;
 
font-size: 11px;
.monster_info_container {
  border-collapse: collapse;
}
}


.GemInfoboxHeaderName {
.monster_info_container > tbody > tr > td, .monster_info_container > tbody > tr > th {
font-size: 16px;
  padding: 0px;
line-height: 20px;
font-weight: bold;
color: #1ba29b;
}
}


.GemInfoboxFooter { text-align: center; margin: 0px 2px 2px 2px; }
tr.monster_name {
.GemInfoboxFooter img { width: 100%; height: auto; }
  border: solid white 1px;
}


.GemInfoboxDescription { color: #1ba29b; }
tr.monster_name th {
.GemInfoboxModifier { color: #8888ff; }
.GemInfoboxDescription, .GemInfoboxModifier {
padding: 5px;
margin: 0px 2px 2px 2px;
background-color: #26231b;
text-align: center;
}
}


/*  Curse Footer */
 
#ft {
.monster_info_container table {
background: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
}
#ft div {
 
width: 1100px;
.controls th {
  min-width: max-content;  
}
}
#ft h1,
 
#ft a,
.controls td {
#ft {
  width: 100%;
color: #FFF;
font-size: 10px;
}
}
#ft .site-navigation {
 
list-style: none;
.controls input:not([type="checkbox"]), select {
margin-left: 160px;
  width: 100%;
padding-bottom: 5px;
font-size: 10px;
}
}
#ft .site-navigation ul {
 
list-style: none;
/*
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;
}
}
#ft .network-navigation {
 
margin-left: 160px;
.minimap_icon.minimap_grid {
margin-bottom: 140px !important;
  display: grid;
}
}
#ft .network-navigation ul {
 
float: left;
/* Used by both inline boxes and grid cells in the overall display */
width: 110px;
.minimap_64 {
  width: 64px;
  height: 64px;
}
}
#ft .network-navigation ul.double {
 
width: 280px;
.minimap_32 {
  width: 32px;
  height: 32px;
}
}
#ft .network-navigation ul.curse li.header a {
 
background: url("extensions/Curse/Icons/White.png") repeat scroll 0 0 transparent;
.minimap_16 {
display: block;
  width: 16px;
text-indent: -999em;
  height: 16px;
height: 18px;
width: 140px;
}
}
#ft .network-navigation ul li {
 
float: left;
/* For the inline infoboxes */
list-style: none;
.minimap_icon.minimap_64 {
width: 140px;
  background-size: 896px auto;
margin-bottom: 2px;
}
}
#ft .network-navigation ul li.header {
 
font-size: 12px;
.minimap_icon.minimap_32 {
clear: both;
  background-size: 448px auto;
font-weight: bold;
color: #FF6015;
width: 100%;
}
}


/* -------------------- Support Gem ID template (Template:Id) -------------------- */
.minimap_icon.minimap_16 {
  background-size: 224px auto;
}


.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
.minimap_icon.tooltip-activator,.minimap_icon .tooltip-activator {
width: 1em;
  border: none;
color: white !important;
background-color:#c51e1e;
display: inline-block;
text-align: center;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
}


.support-gem-id-red { background-color:#c51e1e; }
/* Clearfix */
.support-gem-id-green { background-color:#08a842; }
.clearfix::after {
.support-gem-id-blue { background-color:#4163c9; }
    content: "";
    display: table;
    clear: both;
}


/* bottom footer ads */
/* Helpers */
.btflb{
.u-truncate-line {
display: block;
    display: block !important;
height: 90px !important;
    overflow: hidden !important;
margin: 0 auto;
    text-overflow: ellipsis !important;
padding: 5px 0;
    white-space: nowrap !important;
width:728px !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;
}