MediaWiki:Common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Further adjustments to passive display styles in preparation for new templating)
 
(281 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 {
/* Cargo extension */
width: 20em;
#mw-content-text .cargoTable tr:nth-child(odd) {
font-size: 90%;
    background: #26231b;
}
}
 
#mw-content-text .cargoTable tr:nth-child(even) {
.infobox.standard-talk {
    background: #211f18;
border: 1px solid #c0c090;
background-color: #f8eaba;
}
}
 
#mw-content-text .cargoTable th {
.infobox.standard-talk.bordered td,
    padding: 5px;
.infobox.standard-talk.bordered th {
    background-color: #332f24;
border: 1px solid #c0c090;
    border: 1px solid #1a1812;
}
}
 
#mw-content-text .cargoTable td {
/* styles for bordered infobox with merged rows */
    padding: 5px;
.infobox.bordered .mergedtoprow td,
    border: 1px solid #1a1812;
.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 */
/* 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 ===== */
/* Icons for Skill Links */
.multicol-15 ul,
.gem-link a {
.multicol-15 ol {
padding: 2px 0 2px 12px;
    column-width: 15em;
background: left center no-repeat;
}
}
.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
/* Module:Item acquisition | Template:Item acquisition */
  in browsers that support these CSS selectors, like Mozilla and Opera */
.upgraded-from-set:not(:first-child) td {
div#content a[href$=".pdf"].external,
  border-top-style: dashed !important;
div#content a[href*=".pdf?"].external,
  border-top-width: 3px !important;
div#content a[href*=".pdf#"].external,
  border-top-color: #111 !important;
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
/* ===== Skill (Module:Skill) ==== */
  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;
}


/* Template:Skill */


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


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


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


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


/* ===== Sidebar ===== */
.atlas_of_worlds {
.sidebar {
  position: relative;
float: 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;
background-color: #332F24;
width: 292px;
}
}
.sidebar-inner {
 
border-style: solid;
.atlas_of_worlds .atlas_table {
border-width: 2px 1px;
  display: none;
border-color: #1a1812 #1f1c15 #474233;
border-radius: 6px;
padding: 8px 1em;
background-color: #26231b;
}
}
.sidebar-header {
 
margin-bottom: 2px;
canvas#atlas_of_worlds {
text-align: center;
  background-image: url("https://www.poewiki.net/w/images/b/b8/Atlas_of_Worlds_background.jpg");
font-size: 20px;
line-height: 1.5em;
color: #dfcf99;
}
}


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


/* ===== Passive Skill Display ===== */
.atlas_of_worlds .map_container {
.passiveicon {
  position: absolute;
height: 86px;
}
}
.passivebox .passiveicon.passiveicon-notable {
 
height: 131px;
.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;
}
}
.passivebox .passiveicon.passiveicon-keystone {
 
height: 184px;
.atlas_of_worlds .map_name, .atlas_of_worlds .map_tier {
  font-weight: bold;
  position: absolute;
}
}
.passiveicon-image,
 
.passiveicon-frame {
.atlas_of_worlds .map_name {
height: 100%;
  top: -37px;
  width: 200px;
  left: -80px;
}
}
.passiveicon .passiveicon-image img {
 
margin-top: 14px;
.atlas_of_worlds .map_tier {
width: 58px;
  top: 18px;
height: 58px;
  /* horizontal align works better with 38px instead of 39 */
  width: 38px;
}
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-image img {
 
margin-top: 20px;
.atlas_of_worlds .map_icon {
width: 90px;
  background-image: url("https://www.poewiki.net/w/images/9/98/Map_base_icon.png");
height: 90px;
  background-size: cover;
  top: -18px;
  position:absolute;
}
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-image img {
 
margin-top: 28px;
.atlas_of_worlds .map_icon, .atlas_of_worlds .map_icon img {
width: 128px;
  width: 39px;
height: 128px;
  height: 39px;
}
}
.passiveicon .passiveicon-frame {
 
margin-top: -86px;
.atlas_of_worlds .map_drop_container {
  width: max-content;
  height: max-content;
}
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame {
 
margin-top: -131px;
.atlas_of_worlds .map_drop img {
  display: block;
}
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame {
 
margin-top: -184px;
.atlas_of_worlds .map_drop {
  display: none;
  z-index: 2;
}
}
.passiveicon .passiveicon-frame img {
 
width: 86px;
.atlas_of_worlds .map_container:hover .map_drop {
height: 86px;
  display: block;
  position: relative;
  float: right;
  top: 38px;
  left: -50%;
}
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame img {
 
width: 131px;
.atlas_of_worlds .low_tier {
height: 131px;
  color: rgb(255, 255, 255);
}
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame img {
 
width: 184px;
.atlas_of_worlds .mid_tier {
height: 184px;
  color: rgb(255, 210, 100);
}
}
.passivebox {
 
text-align: center;
.atlas_of_worlds .high_tier {
  color: rgb(240, 30, 10);
}
}
.passivebox .passiveicon {
 
margin: 0.5em 0 1em;
.low_tier .map_icon img:not(.low_tier) {
  display: none;
}
}
.passivebonuses ul {
 
margin: 0;
.mid_tier .map_icon img:not(.mid_tier) {
list-style: none;
  display: none;
}
}
.passivebonuses li {
 
margin: 0.5em 0;
.high_tier .map_icon img:not(.high_tier) {
  display: none;
}
}
.passivebonuses > ul > li + li > ul {
 
border-top: 1px dotted #5E4F45;
/*
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;
}
}
.passiveflavour {
 
margin: 1em 0 0.5em;
tr.monster td {
  width: 800px;
}
}


.monster_info_container {
  border-collapse: collapse;
}


/*--------------------Gem Infobox Styles--------------------*/
.monster_info_container > tbody > tr > td, .monster_info_container > tbody > tr > th {
.GemInfoboxContainer {
  padding: 0px;
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; }
tr.monster_name {
.GemInfoboxInfo td { background-color: #26231b; color: #ffffff; padding:5px; }
  border: solid white 1px;
.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 {
tr.monster_name th {
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; }
.monster_info_container table {
.GemInfoboxModifier { color: #8888ff; }
  padding: 0px;
.GemInfoboxDescription, .GemInfoboxModifier {
  margin: 0px;
padding: 5px;
  width: 100%;
margin: 0px 2px 2px 2px;
background-color: #26231b;
text-align: center;
}
}


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


/* -------------------- Support Gem ID template (Template:Id) -------------------- */
.minimap_icon.tooltip-activator,.minimap_icon .tooltip-activator {
  border: none;
}


.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
/* Clearfix */
width: 1em;
.clearfix::after {
color: white !important;
    content: "";
background-color:#c51e1e;
    display: table;
display: inline-block;
    clear: both;
text-align: center;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
}


.support-gem-id-red { background-color:#c51e1e; }
/* Helpers */
.support-gem-id-green { background-color:#08a842; }
.u-truncate-line {
.support-gem-id-blue { background-color:#4163c9; }
    display: block !important;
 
    overflow: hidden !important;
/* bottom footer ads */
    text-overflow: ellipsis !important;
.btflb{
    white-space: nowrap !important;
display: block;
height: 90px !important;
margin: 0 auto;
padding: 5px 0;
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;
}