MediaWiki:Common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(table -> flexbox)
(Moved mainpage-specific styles to the bottom of the stylesheet (where they belong). Improved appearance of mainpage heading.)
Line 1: Line 1:
body.page-Path_of_Exile_Wiki h1.firstHeading {
abbr,
display: none;
acronym {
}
 
abbr, acronym {
color: #DFCF99;
color: #DFCF99;
text-decoration: underline white dotted !important;
text-decoration: underline white dotted !important;
}
}
 
abbr.nounderline,
abbr.nounderline, acronym.nounderline {
acronym.nounderline {
text-decoration: none !important;
text-decoration: none !important;
}
}
Line 62: Line 59:
}
}


/* Blocks */
/* Content blocks */
.c-cblock {
.c-cblock {
overflow: hidden;
overflow: hidden;
Line 101: Line 98:
}
}


 
/* Modbox template style */
/* Mainpage Styles */
.modbox {
.mainpage-header {
float:right;
margin-bottom: 32px;
text-align: center;
}
}
.mainpage-header h1 {
.modbox table {
display: inline-block;
width: 100%;
border: none;
float: right;
line-height: 1.1 !important;
clear: both;
color: #ffaf46;
margin: 0 0 0.8em 0;
text-shadow: 0px 0px 10px rgba(209, 28, 0, 1);
}
}
.mainpage-header .h1-1,
 
.mainpage-header .h1-2 {
/* Infobox template style */
background: radial-gradient(ellipse at center, rgba(154,2,0,0.9) 0%,rgba(154,2,0,0) 65%,rgba(154,2,0,0) 100%);
.infobox {
}
border: 1px solid #75511D;
.mainpage-header .h1-1  {
background-color: #141414;
font-size: 75%;
color: #A38D6D;
letter-spacing: 0.07em;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
/* @noflip */
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
}
.mainpage-header .h1-2 {
.infobox caption {
padding: 0 0.2em;
font-size: 125%;
font-size: 115%;
font-weight: bold;
font-weight: bold;
letter-spacing: 0.01em;
}
}
.mainpage-version {
.infobox td,
display: table;
.infobox th {
vertical-align: top;
}
.infobox.bordered {
border-collapse: collapse;
border-collapse: collapse;
width: 100%;
}
}
.mainpage-version > div {
.infobox.bordered td,
display: table-cell;
.infobox.bordered th {
vertical-align: middle;
border: 1px solid #aaa;
}
}
.mainpage-version > div:first-child {
.infobox.bordered .borderless td,
width: 100%;
.infobox.bordered .borderless th {
border: 0;
}
}
.mainpage-version > div:last-child {
 
text-align: center;
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
}
.mainpage-news {
 
margin: -12px -0.7em;
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
}
.mainpage-news > div {
 
display: table;
.infobox.standard-talk.bordered td,
border-collapse: separate;
.infobox.standard-talk.bordered th {
border-spacing: 12px 0.7em;
border: 1px solid #c0c090;
}
}
.mainpage-news > div > div {
 
display: table-row;
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
/* @noflip */
border-right: 1px solid #aaa;
}
}
.mainpage-news .date,
 
.mainpage-news .title {
.infobox.bordered .mergedrow td,
display: table-cell;
.infobox.bordered .mergedrow th {
vertical-align: middle;
border: 0;
/* @noflip */
border-right: 1px solid #aaa;
}
}
.mainpage-news .date > div {
 
border-radius: 6px;
/* Default style for navigation boxes */
width: 40px;
.navbox {                     /* Navbox container style */
height: 40px;
box-sizing: border-box;
border: 1px solid #75511D;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
text-align: center;
font-size: 122%;
padding: 1px;
line-height: 1.1;
margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
background-color: #332f24;
}
}
.mainpage-skills {
.navbox .navbox {
width: 100%;
margin-top: 0;           /* No top margin for nested navboxes */
text-align: center;
}
}
.mainpage-skills tr + tr td {
.navbox + .navbox {
padding-top: 12px;
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
}
.mainpage-equipment {
.navbox-inner,
.navbox-subgroup {
width: 100%;
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;
text-align: center;
}
}
.mainpage-equipment tr + tr td {
th.navbox-group {             /* Group style */
padding-top: 12px;
white-space: nowrap;
/* @noflip */
text-align: right;
}
}
.mainpage-acts {
.navbox,
width: 100%;
.navbox-subgroup {
background: #101010;     /* Background color */
}
}
.mainpage-acts td {
.navbox-list {
vertical-align: top;
line-height: 1.5em;
border-color: #101010;    /* Must match background color */
}
.navbox th,
.navbox-title {
background: #141414;      /* Level 1 color */
}
}
.mainpage-mechanics {
.navbox-abovebelow,
width: 100%;
th.navbox-group,
.navbox-subgroup .navbox-title {
background: #101010;     /* Level 2 color */
}
}
.mainpage-mechanics td {
.navbox-subgroup .navbox-group,
vertical-align: top;
.navbox-subgroup .navbox-abovebelow {
background: #141414;     /* Level 3 color */
}
}
 
.navbox-even {
/* Modbox template style */
background: #101010;     /* Even row striping */
 
.modbox {
float:right;
}
}
 
.navbox-odd {
.modbox table {
background: transparent; /* Odd row striping */
width: 100%;
}
float: right;
.navbox .hlist td dl,
clear: both;
.navbox .hlist td ol,
margin: 0 0 0.8em 0;
.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 */
}
}


/* Infobox template style */
/* Default styling for Navbar template */
.infobox {
.navbar {
border: 1px solid #75511D;
display: inline;
background-color: #141414;
color: #A38D6D;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
/* @noflip */
text-align: left;
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
font-weight: normal;
}
}
.infobox caption {
.navbar ul {
font-size: 125%;
display: inline;
font-weight: bold;
white-space: nowrap;
}
}
.infobox td,
.mw-body-content .navbar ul {
.infobox th {
line-height: inherit;
vertical-align: top;
}
}
.infobox.bordered {
.navbar li {
border-collapse: collapse;
word-spacing: -0.125em;
}
}
.infobox.bordered td,
.navbar.mini li abbr[title] {
.infobox.bordered th {
  font-variant: small-caps;
border: 1px solid #aaa;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
}
.infobox.bordered .borderless td,
/* Navbar styling when nested in infobox and navbox */
.infobox.bordered .borderless th {
.infobox .navbar {
border: 0;
font-size: 100%;
}
}
 
.navbox .navbar {
.infobox.sisterproject {
display: block;
width: 20em;
font-size: 100%;
font-size: 90%;
}
}
 
.navbox-title .navbar {
.infobox.standard-talk {
/* @noflip */
border: 1px solid #c0c090;
float: left;
background-color: #f8eaba;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
}


.infobox.standard-talk.bordered td,
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
.infobox.standard-talk.bordered th {
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
border: 1px solid #c0c090;
.collapseButton {
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaa;
/* @noflip */
/* @noflip */
border-right: 1px solid #aaa;
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;
}
}


.infobox.bordered .mergedrow td,
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.infobox.bordered .mergedrow th {
.mw-collapsible-toggle {
border: 0;
font-weight: normal;
/* @noflip */
/* @noflip */
border-right: 1px solid #aaa;
text-align: right;
}
.navbox .mw-collapsible-toggle {
width: 6em;
}
}


/* Default style for navigation boxes */
/* Style for horizontal lists (separator following item).
.navbox {                    /* Navbox container style */
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
box-sizing: border-box;
  between list items. This happens when the following conditions are true:
border: 1px solid #75511D;
  1) The list is made using wiki markup (where HTML is built by parser.php)
width: 100%;
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
clear: both;
  In such cases, building lists with .hlist using HTML instead of wiki markup
font-size: 88%;
  will work around this problem. See also [[Bugzilla:39617]].
text-align: center;
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
padding: 1px;
  Last updated: September 23, 2012
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
  @maintainer: [[User:Edokter]]
  @revision: 2.0
*/
.skin-vector .hlist dl {
line-height: 1.5em;
}
}
.navbox .navbox {
.hlist dl,
margin-top: 0;           /* No top margin for nested navboxes */
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}
.navbox + .navbox {
/* Display list items inline and make them nowrap */
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0;
display: inline;
}
}
.navbox-inner,
/* Display nested lists inline and allow them to wrap */
.navbox-subgroup {
.hlist dl dl, .hlist dl ol, .hlist dl ul,
width: 100%;
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
white-space: normal;
}
}
.navbox-group,
/* Generate interpuncts */
.navbox-title,
.hlist dt:after {
.navbox-abovebelow {
content: ":";
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
}
th.navbox-group {             /* Group style */
.hlist dd:after,
white-space: nowrap;
.hlist li:after {
/* @noflip */
content: " ·";
text-align: right;
font-weight: bold;
}
}
.navbox,
.hlist dd:last-child:after,
.navbox-subgroup {
.hlist dt:last-child:after,
background: #101010;     /* Background color */
.hlist li:last-child:after {
content: none;
}
}
.navbox-list {
/* For IE8 */
line-height: 1.5em;
.hlist dd.hlist-last-child:after,
border-color: #101010;   /* Must match background color */
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
content: none;
}
}
.navbox th,
/* Add parentheses around nested lists */
.navbox-title {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
background: #141414;     /* Level 1 color */
.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;
}
}
.navbox-abovebelow,
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
th.navbox-group,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.navbox-subgroup .navbox-title {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
background: #101010;     /* Level 2 color */
content: ")";
font-weight: normal;
}
}
.navbox-subgroup .navbox-group,
/* For IE8 */
.navbox-subgroup .navbox-abovebelow {
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
background: #141414;     /* Level 3 color */
.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;
}
}
.navbox-even {
.hlist.hnum ol > li {
background: #101010;     /* Even row striping */
counter-increment: list-item;
}
}
.navbox-odd {
.hlist.hnum ol > li:before {
background: transparent; /* Odd row striping */
content: counter(list-item) " ";
}
}
.navbox .hlist td dl,
.hlist.hnum dd ol > li:first-child:before,
.navbox .hlist td ol,
.hlist.hnum dt ol > li:first-child:before,
.navbox .hlist td ul,
.hlist.hnum li ol > li:first-child:before {
.navbox td.hlist dl,
content: "(" counter(list-item) " ";
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Default styling for Navbar template */
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.navbar {
.mw-collapsible-toggle {
display: inline;
font-size: 88%;
font-weight: normal;
font-weight: normal;
/* @noflip */
text-align: right;
}
}
.navbar ul {
.navbox .mw-collapsible-toggle {
display: inline;
width: 6em;
white-space: nowrap;
}
}
.mw-body-content .navbar ul {
.navbox .selflink {
line-height: inherit;
color:#00B6FF;
}
}
.navbar li {
 
word-spacing: -0.125em;
/* Change the external link icon to an Adobe icon for all PDF files
}
  in browsers that support these CSS selectors, like Mozilla and Opera */
.navbar.mini li abbr[title] {
div#content a[href$=".pdf"].external,
  font-variant: small-caps;
div#content a[href*=".pdf?"].external,
  border-bottom: none;
div#content a[href*=".pdf#"].external,
  text-decoration: none;
div#content a[href$=".PDF"].external,
  cursor: inherit;
div#content a[href*=".PDF?"].external,
}
div#content a[href*=".PDF#"].external,
/* Navbar styling when nested in infobox and navbox */
div#mw_content a[href$=".pdf"].external,
.infobox .navbar {
div#mw_content a[href*=".pdf?"].external,
font-size: 100%;
div#mw_content a[href*=".pdf#"].external,
}
div#mw_content a[href$=".PDF"].external,
.navbox .navbar {
div#mw_content a[href*=".PDF?"].external,
display: block;
div#mw_content a[href*=".PDF#"].external {
font-size: 100%;
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
}
.navbox-title .navbar {
/* @noflip */
/* @noflip */
float: left;
padding-right: 18px;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
}


/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
   is used (notably Template:PDFlink). This works in IE, unlike the above. */
.collapseButton {
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 */
/* @noflip */
float: right;
padding-right: 18px;
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 */
/* ===== Hatnotes and disambiguation notices ===== */
.mw-collapsible-toggle {
.rellink,
font-weight: normal;
.dablink {
font-style: italic;
/* @noflip */
/* @noflip */
text-align: right;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
.navbox .mw-collapsible-toggle {
.rellink i,
width: 6em;
.dablink i {
font-style: normal;
}
}


/* Style for horizontal lists (separator following item).
/* ===== Plainlist ===== */
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
.plainlist ul {
  between list items. This happens when the following conditions are true:
line-height: inherit;
  1) The list is made using wiki markup (where HTML is built by parser.php)
list-style: none outside none;
  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;
margin: 0;
padding: 0;
}
}
/* Display list items inline and make them nowrap */
.plainlist ul li {
.hlist dd,
margin-bottom: 0;
.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 {
/* ===== Message Box (Template:Mbox) ===== */
display: inline;
.mbox {
white-space: normal;
display: table;
background-color: #332f24;
border-color: #474233 #403b2e #26231b;
border-radius: 6px;
border-style: solid;
border-width: 2px 1px;
margin: 6px 10%;
padding: 2px;
}
}
/* Generate interpuncts */
 
.hlist dt:after {
.mbox-small {
content: ":";
clear: right;
float: right;
font-size: 88%;
line-height: 1.2;
margin: 6px 0 6px 12px;
width: 230px;
}
}
.hlist dd:after,
 
.hlist li:after {
.mbox-small-left {
content: " ·";
clear: left;
font-weight: bold;
float: left;
font-size: 88%;
line-height: 1.2;
margin: 6px 12px 6px 0;
width: 230px;
}
}
.hlist dd:last-child:after,
 
.hlist dt:last-child:after,
.mbox-inner {
.hlist li:last-child:after {
display: table-row;
content: none;
}
}
/* For IE8 */
 
.hlist dd.hlist-last-child:after,
.mbox-image,
.hlist dt.hlist-last-child:after,
.mbox-text {
.hlist li.hlist-last-child:after {
display: table-cell;
content: none;
border-color: #1a1712;
}
border-style: solid;
/* Add parentheses around nested lists */
border-width: 1px;
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
border-radius: 6px;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
padding: 4px 1em;
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
vertical-align: middle;
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,
.mbox-image {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
border-right-width: 0;
content: ")";
border-top-right-radius: 0;
font-weight: normal;
border-bottom-right-radius: 0;
}
}
/* For IE8 */
 
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.mbox-text {
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
width: 100%;
.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 {
.mbox-image + .mbox-text {
counter-reset: list-item;
border-left-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: 0;
}
}
.hlist.hnum ol > li {
 
counter-increment: list-item;
.mbox-style .mbox-image,
.mbox-style .mbox-text {
border-color: #a98a35;
}
}
.hlist.hnum ol > li:before {
 
content: counter(list-item) " ";
.mbox-content .mbox-image,
.mbox-content .mbox-text {
border-color: #a96427;
}
}
.hlist.hnum dd ol > li:first-child:before,
 
.hlist.hnum dt ol > li:first-child:before,
.mbox-delete .mbox-image,
.hlist.hnum li ol > li:first-child:before {
.mbox-delete .mbox-text {
content: "(" counter(list-item) " ";
border-color: #c62525;
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
/* ===== Fmbox ===== */
.mw-collapsible-toggle {
.fmbox {
font-weight: normal;
clear: both;
/* @noflip */
margin: 6px 0;
text-align: right;
border: 1px solid #383636;
padding: 6px 1em;
background-color: #1a1b18;
}
}
.navbox .mw-collapsible-toggle {
 
width: 6em;
/* ===== Stub Box ===== */
.stub {
display: table;
font-style: italic;
}
}
.navbox .selflink {
.stub-image,
color:#00B6FF;
.stub-text {
display: table-cell;
vertical-align: middle;
}
}


/* Change the external link icon to an Adobe icon for all PDF files
/* ===== Discussion Closed (Template:Dcbox) ===== */
  in browsers that support these CSS selectors, like Mozilla and Opera */
.dcbox {
div#content a[href$=".pdf"].external,
margin: 6px 0;
div#content a[href*=".pdf?"].external,
border: 1px solid #2c2b2b;
div#content a[href*=".pdf#"].external,
border-radius: 4px;
div#content a[href$=".PDF"].external,
padding: 6px 1em;
div#content a[href*=".PDF?"].external,
background-color: #141414;
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;
}
}
 
.dcbox-top {
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
margin-bottom: 12px;
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
border-bottom: 1px solid #383636;
div#content span.PDFlink a,
padding-bottom: 4px;
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;
}
}
 
.dcbox-status {
/* ===== Hatnotes and disambiguation notices ===== */
font-size: 110%;
.rellink,
font-weight: bold;
.dablink {
text-transform: uppercase;
}
.dcbox-reminder {
font-size: 90%;
font-style: italic;
font-style: italic;
/* @noflip */
color: #5e4f45;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
.rellink i,
.dcbox-bottom {
.dablink i {
margin-top: 12px;
font-style: normal;
border-top: 1px solid #383636;
padding-top: 4px;
}
}


/* ===== Plainlist ===== */
/* ===== Issue Box (Template:Issue top) ===== */
.plainlist ul {
.dcbox.issue-resolved {
line-height: inherit;
border-color: #678236;
list-style: none outside none;
background-color: #1b1c19;
margin: 0;
}
}
.plainlist ul li {
.dcbox.issue-moved {
margin-bottom: 0;
border-color: #585477;
background-color: #151517;
}
}


 
/* ===== Blockquote (Template:Blockquote top) ===== */
 
.bqbox {
/* ===== Message Box (Template:Mbox) ===== */
margin: 6px 1em;
.mbox {
border: 1px solid #293137;
display: table;
border-radius: 4px;
background-color: #332f24;
padding: 6px 1em;
border-color: #474233 #403b2e #26231b;
background-color: #141517;
border-radius: 6px;
border-style: solid;
border-width: 2px 1px;
margin: 6px 10%;
padding: 2px;
}
}


.mbox-small {
/* ===== Documentation Template ===== */
clear: right;
.template-documentation {
float: right;
clear: both;
font-size: 88%;
margin: 1em 0 0;
line-height: 1.2;
border: 1px solid #383636;
margin: 6px 0 6px 12px;
padding: 1em;
width: 230px;
background-color: #1a1b18;
}
}
 
.template-documentation-top {
.mbox-small-left {
margin-bottom: 0.9em;
clear: left;
border-bottom: 1px solid #383636;
float: left;
padding-bottom: 3px;
font-size: 88%;
line-height: 1.2;
margin: 6px 12px 6px 0;
width: 230px;
}
}
 
.template-documentation-header {
.mbox-inner {
font-size: 125%;
display: table-row;
font-weight: bold;
}
}
 
#documentation-meta-data {
.mbox-image,
font-style: italic;
.mbox-text {
display: table-cell;
border-color: #1a1712;
border-style: solid;
border-width: 1px;
border-radius: 6px;
padding: 4px 1em;
vertical-align: middle;
}
}


.mbox-image {
/* ===== References ===== */
border-right-width: 0;
ol.references,
border-top-right-radius: 0;
div.reflist,
border-bottom-right-radius: 0;
div.refbegin {
font-size: 90%;
margin-bottom: 0.5em;
}
}
 
div.refbegin-100 {
.mbox-text {
font-size: 100%;
width: 100%;
}
}
 
div.reflist ol.references {
.mbox-image + .mbox-text {
font-size: 100%;
border-left-width: 0;
list-style-type: inherit;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: 0;
}
}
 
ol.references li:target,
.mbox-style .mbox-image,
sup.reference:target,
.mbox-style .mbox-text {
span.citation:target {
border-color: #a98a35;
background-color: rgba(0, 182, 255, 0.1);
border: 1px dotted #00b6ff;
border-radius: 4px;
}
sup.reference {
font-style: normal;
font-weight: normal;
}
}
 
span.brokenref {
.mbox-content .mbox-image,
display: none;
.mbox-content .mbox-text {
border-color: #a96427;
}
}
 
.citation {
.mbox-delete .mbox-image,
word-wrap: break-word;
.mbox-delete .mbox-text {
border-color: #c62525;
}
}
 
.citation .printonly {
/* ===== Fmbox ===== */
display: none;
.fmbox {
clear: both;
margin: 6px 0;
border: 1px solid #383636;
padding: 6px 1em;
background-color: #1a1b18;
}
}


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


/* ===== Discussion Closed (Template:Dcbox) ===== */
/* ===== Text colors (Template:C) ===== */
.dcbox {
.text-color,
margin: 6px 0;
.tc {
border: 1px solid #2c2b2b;
font-style: normal;
border-radius: 4px;
padding: 6px 1em;
background-color: #141414;
}
}
.dcbox-top {
.text-color.-stat,
margin-bottom: 12px;
.tc.-stat {
border-bottom: 1px solid #383636;
color: #7f7f7f;
padding-bottom: 4px;
}
}
.dcbox-status {
.text-color.-help,
font-size: 110%;
.tc.-help {
font-weight: bold;
color: #7f7f7f;
text-transform: uppercase;
}
.dcbox-reminder {
font-size: 90%;
font-style: italic;
font-style: italic;
color: #5e4f45;
}
}
.dcbox-bottom {
.text-color.-value,
margin-top: 12px;
.tc.-value {
border-top: 1px solid #383636;
color: #ffffff;
padding-top: 4px;
}
}
 
.text-color.-mod,
/* ===== Issue Box (Template:Issue top) ===== */
.tc.-mod {
.dcbox.issue-resolved {
color: #8888ff;
border-color: #678236;
background-color: #1b1c19;
}
}
.dcbox.issue-moved {
.text-color.-fire,
border-color: #585477;
.tc.-fire {
background-color: #151517;
color: #960000;
}
}
 
.text-color.-cold,
/* ===== Blockquote (Template:Blockquote top) ===== */
.tc.-cold {
.bqbox {
color: #366492;
margin: 6px 1em;
border: 1px solid #293137;
border-radius: 4px;
padding: 6px 1em;
background-color: #141517;
}
}
 
.text-color.-lightning,
/* ===== Documentation Template ===== */
.tc.-lightning {
.template-documentation {
color: #ffd700;
clear: both;
margin: 1em 0 0;
border: 1px solid #383636;
padding: 1em;
background-color: #1a1b18;
}
}
.template-documentation-top {
.text-color.-chaos,
margin-bottom: 0.9em;
.tc.-chaos {
border-bottom: 1px solid #383636;
color: #d02090;
padding-bottom: 3px;
}
}
.template-documentation-header {
.text-color.-cosmetic,
font-size: 125%;
.tc.-cosmetic {
font-weight: bold;
color: #aa9e82;
}
}
#documentation-meta-data {
.text-color.-flavour,
.tc.-flavour {
color: #af6025;
font-style: italic;
font-style: italic;
}
}
 
.text-color.-gemdesc,
/* ===== References ===== */
.tc.-gemdesc {
ol.references,
color: #1aa29b;
div.reflist,
}
div.refbegin {
.text-color.-normal,
font-size: 90%;
.tc.-normal {
margin-bottom: 0.5em;
color: #c8c8c8;
}
}
div.refbegin-100 {
.text-color.-magic,
font-size: 100%;
.tc.-magic {
color: #8888ff;
}
}
div.reflist ol.references {
.text-color.-rare,
font-size: 100%;
.tc.-rare {
list-style-type: inherit;
color: #ffff77;
}
}
ol.references li:target,
.text-color.-unique,
sup.reference:target,
.tc.-unique {
span.citation:target {
color: #af6025;
background-color: rgba(0, 182, 255, 0.1);
border: 1px dotted #00b6ff;
border-radius: 4px;
}
}
sup.reference {
.text-color.-currency,
font-style: normal;
.tc.-currency {
font-weight: normal;
color: #aa9e82;
}
}
span.brokenref {
.text-color.-gem,
display: none;
.tc.-gem {
color: #1aa29b;
}
.text-color.-card,
.tc.-card {
color: #c1fcf8;
}
.text-color.-quest,
.tc.-quest {
color: #4ae63a;
}
}
.citation {
.text-color.-prophecy,
word-wrap: break-word;
.tc.-prophecy {
color: #b54bff;
}
}
.citation .printonly {
.text-color.-corrupted,
display: none;
.tc.-corrupted {
color: #d20000;
}
}
 
.text-color.-nemesis,
/* ===== Key Press Template ===== */
.tc.-nemesis {
.keyboard-key {
color: rgb(255,200,0);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
border-width: 1px;
border-style: solid;
border-color: #756b4f #70664b #574f3a;
border-radius: 3px;
padding: 0.1em 0.3em;
font-family: inherit;
font-size: 0.85em;
color: #1a1712;
white-space: nowrap;
background: #574f3a; /* Old browsers */
background: -moz-linear-gradient(top,  #574f3a 0%, #756b4f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#574f3a), color-stop(100%,#756b4f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #574f3a 0%,#756b4f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #574f3a 0%,#756b4f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #574f3a 0%,#756b4f 100%); /* IE10+ */
background: linear-gradient(to bottom, #574f3a 0%,#756b4f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#574f3a', endColorstr='#756b4f',GradientType=0 ); /* IE6-9 */
}
}
 
.text-color.-bloodline,
/* ===== Text colors (Template:C) ===== */
.tc.-bloodline {
.text-color,
color: rgb(210,0,220);
.tc {
font-style: normal;
}
}
.text-color.-stat,
.text-color.-torment,
.tc.-stat {
.tc.-torment {
color: #7f7f7f;
color: rgb(50,230,100);
}
}
.text-color.-help,
.text-color.-default,
.tc.-help {
.tc.-default {
color: #7f7f7f;
color: #7f7f7f;
font-style: italic;
}
}
.text-color.-value,
.text-color > a,
.tc.-value {
.tc > a {
color: #ffffff;
color: inherit !important;
}
}
.text-color.-mod,
.text-color abbr,
.tc.-mod {
.tc abbr {
color: #8888ff;
color: inherit;
}
}
.text-color.-fire,
em.tc {
.tc.-fire {
font-style:normal;
color: #960000;
}
}
.text-color.-cold,
em.tc.-i {
.tc.-cold {
font-style:italic;
color: #366492;
}
}
.text-color.-lightning,
 
.tc.-lightning {
/* Something else? Not Template:C */
color: #ffd700;
 
.text-diffnormal {
color: #55aa22;
}
}
.text-color.-chaos,
.text-diffcruel {
.tc.-chaos {
color: #bbaa22;
color: #d02090;
}
}
.text-color.-cosmetic,
.text-diffmerciless {
.tc.-cosmetic {
color: #882222;
color: #aa9e82;
}
}
.text-color.-flavour,
.text-life {
.tc.-flavour {
color: rgb(184, 32, 45);
color: #af6025;
font-style: italic;
}
}
.text-color.-gemdesc,
.text-mana {
.tc.-gemdesc {
color: rgb(18, 87, 164);
color: #1aa29b;
}
}
.text-color.-normal,
.text-energy-shield {
.tc.-normal {
color: rgb(160, 206, 242);
color: #c8c8c8;
}
}
.text-color.-magic,
 
.tc.-magic {
/* ===== Item Box ===== */
color: #8888ff;
.item-box {
display: table;
border-width: 1px;
border-style: solid;
padding: 2px;
min-width: 300px;
text-align: center;
white-space: nowrap;
font-family: 'Fontin-SmallCaps', Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: 400;
font-style: normal;
font-variant-ligatures: none;
color: #7f7f7f;
background-color: #000;
}
}
.text-color.-rare,
.item-box.-normal {
.tc.-rare {
border-color: #c8c8c8;
color: #ffff77;
}
}
.text-color.-unique,
.item-box.-magic {
.tc.-unique {
border-color: #8888ff;
color: #af6025;
}
}
.text-color.-currency,
.item-box.-rare {
.tc.-currency {
border-color: #ffff77;
color: #aa9e82;
}
}
.text-color.-gem,
.item-box.-unique {
.tc.-gem {
border-color: #af6025;
color: #1aa29b;
}
}
.text-color.-card,
.item-box.-currency {
.tc.-card {
border-color: #aa9e82;
color: #c1fcf8;
}
}
.text-color.-quest,
.item-box.-gem {
.tc.-quest {
border-color: #1aa29b;
color: #4ae63a;
}
}
.text-color.-prophecy,
.item-box.-quest {
.tc.-prophecy {
border-color: #4ae63a;
color: #b54bff;
}
}
.text-color.-corrupted,
.item-box.-prophecy {
.tc.-corrupted {
border-color: #b54bff;
color: #d20000;
}
}
.text-color.-nemesis,
.item-box.-relic {
.tc.-nemesis {
border-color: #82ad6a;
color: rgb(255,200,0);
}
}
.text-color.-bloodline,
.item-box > .header {
.tc.-bloodline {
display: block;
color: rgb(210,0,220);
position: relative;
font-size: 20px;
background-repeat: repeat-x;
}
}
.text-color.-torment,
.item-box > .header::before,
.tc.-torment {
.item-box > .header::after {
color: rgb(50,230,100);
display: block;
position: absolute;
top: 0;
background-repeat: no-repeat;
content: "";
}
}
.text-color.-default,
.item-box > .header::before {
.tc.-default {
left: 0;
color: #7f7f7f;
}
}
.text-color > a,
.item-box > .header::after {
.tc > a {
right: 0;
color: inherit !important;
}
}
.text-color abbr,
.item-box.-normal > .header {
.tc abbr {
color: #c8c8c8;
color: inherit;
}
}
em.tc {
.item-box.-magic > .header {
font-style:normal;
color: #8888ff;
}
}
em.tc.-i {
.item-box.-rare > .header {
font-style:italic;
color: #ffff77;
}
}
 
.item-box.-unique > .header {
/* Something else? Not Template:C */
color: #af6025;
 
.text-diffnormal {
color: #55aa22;
}
}
.text-diffcruel {
.item-box.-currency > .header {
color: #bbaa22;
color: #aa9e82;
}
}
.text-diffmerciless {
.item-box.-gem > .header {
color: #882222;
color: #1aa29b;
}
}
.text-life {
.item-box.-quest > .header {
color: rgb(184, 32, 45);
color: #4ae63a;
}
}
.text-mana {
.item-box.-prophecy > .header {
color: rgb(18, 87, 164);
color: #b54bff;
}
}
.text-energy-shield {
.item-box.-relic > .header {
color: rgb(160, 206, 242);
color: #82ad6a;
}
}
 
.item-box > .header.-single,
/* ===== Item Box ===== */
.item-box > .header.-single::before,
.item-box {
.item-box > .header.-single::after {
display: table;
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/9/9b/Item-ui-header-single.png");
border-width: 1px;
border-style: solid;
padding: 2px;
min-width: 300px;
text-align: center;
white-space: nowrap;
font-family: 'Fontin-SmallCaps', Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: 400;
font-style: normal;
font-variant-ligatures: none;
color: #7f7f7f;
background-color: #000;
}
}
.item-box.-normal {
.item-box > .header.-single {
border-color: #c8c8c8;
padding: 3px 29px;
height: 28px;
line-height: 25px;
}
}
.item-box.-magic {
.item-box > .header.-single::before,
border-color: #8888ff;
.item-box > .header.-single::after {
width: 29px;
height: 34px;
}
}
.item-box.-rare {
.item-box.-normal > .header.-single::before {
border-color: #ffff77;
background-position: 0 0;
}
}
.item-box.-unique {
.item-box.-normal > .header.-single {
border-color: #af6025;
background-position: center -34px;
}
}
.item-box.-currency {
.item-box.-normal > .header.-single::after {
border-color: #aa9e82;
background-position: 0 -68px;
}
}
.item-box.-gem {
.item-box.-magic > .header.-single::before {
border-color: #1aa29b;
background-position: 0 -102px;
}
}
.item-box.-quest {
.item-box.-magic > .header.-single {
border-color: #4ae63a;
background-position: center -136px;
}
}
.item-box.-prophecy {
.item-box.-magic > .header.-single::after {
border-color: #b54bff;
background-position: 0 -170px;
}
}
.item-box.-relic {
.item-box.-currency > .header.-single::before {
border-color: #82ad6a;
background-position: 0 -204px;
}
}
.item-box > .header {
.item-box.-currency > .header.-single {
display: block;
background-position: center -238px;
position: relative;
font-size: 20px;
background-repeat: repeat-x;
}
}
.item-box > .header::before,
.item-box.-currency > .header.-single::after {
.item-box > .header::after {
background-position: 0 -272px;
display: block;
position: absolute;
top: 0;
background-repeat: no-repeat;
content: "";
}
}
.item-box > .header::before {
.item-box.-gem > .header.-single::before {
left: 0;
background-position: 0 -306px;
}
}
.item-box > .header::after {
.item-box.-gem > .header.-single {
right: 0;
background-position: center -340px;
}
}
.item-box.-normal > .header {
.item-box.-gem > .header.-single::after {
color: #c8c8c8;
background-position: 0 -374px;
}
}
.item-box.-magic > .header {
.item-box.-quest > .header.-single::before {
color: #8888ff;
background-position: 0 -408px;
}
}
.item-box.-rare > .header {
.item-box.-quest > .header.-single {
color: #ffff77;
background-position: center -442px;
}
}
.item-box.-unique > .header {
.item-box.-quest > .header.-single::after {
color: #af6025;
background-position: 0 -476px;
}
}
.item-box.-currency > .header {
.item-box.-prophecy > .header.-single::before {
color: #aa9e82;
background-position: 0 -510px;
}
}
.item-box.-gem > .header {
.item-box.-prophecy > .header.-single {
color: #1aa29b;
background-position: center -544px;
}
}
.item-box.-quest > .header {
.item-box.-prophecy > .header.-single::after {
color: #4ae63a;
background-position: 0 -578px;
}
}
.item-box.-prophecy > .header {
.item-box > .header.-double,
color: #b54bff;
.item-box > .header.-double::before,
.item-box > .header.-double::after {
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/e8/Item-ui-header-double.png");
}
}
.item-box.-relic > .header {
.item-box > .header.-double {
color: #82ad6a;
padding: 3px 44px;
height: 48px;
line-height: 22px;
}
}
.item-box > .header.-single,
.item-box > .header.-double::before,
.item-box > .header.-single::before,
.item-box > .header.-double::after {
.item-box > .header.-single::after {
width: 44px;
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/9/9b/Item-ui-header-single.png");
height: 54px;
}
}
.item-box > .header.-single {
.item-box.-rare > .header.-double::before {
padding: 3px 29px;
background-position: 0 0;
height: 28px;
line-height: 25px;
}
}
.item-box > .header.-single::before,
.item-box.-rare > .header.-double {
.item-box > .header.-single::after {
background-position: center -54px;
width: 29px;
height: 34px;
}
}
.item-box.-normal > .header.-single::before {
.item-box.-rare > .header.-double::after {
background-position: 0 0;
background-position: 0 -108px;
}
.item-box.-normal > .header.-single {
background-position: center -34px;
}
}
.item-box.-normal > .header.-single::after {
.item-box.-unique > .header.-double::before {
background-position: 0 -68px;
background-position: 0 -162px;
}
}
.item-box.-magic > .header.-single::before {
.item-box.-unique > .header.-double {
background-position: 0 -102px;
background-position: center -216px;
}
}
.item-box.-magic > .header.-single {
.item-box.-unique > .header.-double::after {
background-position: center -136px;
background-position: 0 -270px;
}
}
.item-box.-magic > .header.-single::after {
.item-box.-relic > .header.-double,
background-position: 0 -170px;
.item-box.-relic > .header.-double::before,
.item-box.-relic > .header.-double::after {
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/e1/Item-ui-header-relic.gif");
}
}
.item-box.-currency > .header.-single::before {
.item-box.-relic > .header.-double::before {
background-position: 0 -204px;
background-position: 0 0;
}
}
.item-box.-currency > .header.-single {
.item-box.-relic > .header.-double {
background-position: center -238px;
background-position: center -54px;
}
}
.item-box.-currency > .header.-single::after {
.item-box.-relic > .header.-double::after {
background-position: 0 -272px;
background-position: 0 -108px;
}
}
.item-box.-gem > .header.-single::before {
.item-box > .header > a,
background-position: 0 -306px;
.item-box > .header > .selflink {
font-weight: normal;
color: inherit !important;
}
}
.item-box.-gem > .header.-single {
.item-stats {
background-position: center -340px;
display: block;
padding: 7px 12px;
}
}
.item-box.-gem > .header.-single::after {
.item-stats.-nopad {
background-position: 0 -374px;
padding: 0;
}
}
.item-box.-quest > .header.-single::before {
.item-stats > .group {
background-position: 0 -408px;
display: block;
margin: 0 auto;
}
}
.item-box.-quest > .header.-single {
.item-stats > .group:nth-last-child(n+2)::after,
background-position: center -442px;
.item-stat-separator::before {
}
display: block;
.item-box.-quest > .header.-single::after {
margin: 5px auto;
background-position: 0 -476px;
width: 221px;
height: 2px;
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/ef/Item-ui-separators.png");
background-position: 0 0;
background-repeat: no-repeat;
content: "";
}
}
.item-box.-prophecy > .header.-single::before {
.item-box.-magic > .item-stats > .group::after,
background-position: 0 -510px;
.item-stat-separator.-magic::before {
background-position: 0 -2px;
}
}
.item-box.-prophecy > .header.-single {
.item-box.-rare > .item-stats > .group::after,
background-position: center -544px;
.item-stat-separator.-rare::before {
background-position: 0 -4px;
}
}
.item-box.-prophecy > .header.-single::after {
.item-box.-unique > .item-stats > .group::after,
background-position: 0 -578px;
.item-stat-separator.-unique::before  {
background-position: 0 -6px;
}
}
.item-box > .header.-double,
.item-box.-currency > .item-stats > .group::after,
.item-box > .header.-double::before,
.item-stat-separator.-currency::before  {
.item-box > .header.-double::after {
background-position: 0 -8px;
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/e8/Item-ui-header-double.png");
}
}
.item-box > .header.-double {
.item-box.-gem > .item-stats > .group::after,
padding: 3px 44px;
.item-stat-separator.-gem::before  {
height: 48px;
background-position: 0 -10px;
line-height: 22px;
}
}
.item-box > .header.-double::before,
.item-box.-quest > .item-stats > .group::after,
.item-box > .header.-double::after {
.item-stat-separator.-quest::before  {
width: 44px;
background-position: 0 -12px;
height: 54px;
}
}
.item-box.-rare > .header.-double::before {
.item-box.-prophecy > .item-stats > .group::after,
background-position: 0 0;
.item-stat-separator.-prophecy::before {
background-position: 0 -14px;
}
}
.item-box.-rare > .header.-double {
.item-box.-relic > .item-stats > .group::after,
background-position: center -54px;
.item-stat-separator.-relic::before  {
background-position: 0 -16px;
}
}
.item-box.-rare > .header.-double::after {
.item-stats > .group.-textwrap {
background-position: 0 -108px;
width: 300px;
white-space: normal;
}
}
.item-box.-unique > .header.-double::before {
.item-box > .image {
background-position: 0 -162px;
display: block;
padding: 7px 12px;
}
}
.item-box.-unique > .header.-double {
 
background-position: center -216px;
/* for Module:Item (old item module) */
.item-box.-floatright {  
float: right;
clear: right;
margin-left: 14px;
margin-bottom: 14px;
}
}
.item-box.-unique > .header.-double::after {
.itemboxhover,
background-position: 0 -270px;
.itemboxhovericon {
position: absolute;
z-index: 10000000; /* Needs to be on top always */
}
}
.item-box.-relic > .header.-double,
.itemboxhoverhide {
.item-box.-relic > .header.-double::before,
position: absolute !important;
.item-box.-relic > .header.-double::after {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/e1/Item-ui-header-relic.gif");
clip: rect(1px, 1px, 1px, 1px);
}
}
.item-box.-relic > .header.-double::before {
.itemboxhovernojs {
background-position: 0 0;
display: none !important;
}
}
.item-box.-relic > .header.-double {
.itemboxhover {
background-position: center -54px;
background-color: rgba(0,0,0,0.85);
}
}
.item-box.-relic > .header.-double::after {
.itemboxhovericon {
background-position: 0 -108px;
display: block;
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.9)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
}
.item-box > .header > a,
.itemhover {
.item-box > .header > .selflink {
display: inline-block;
font-weight: normal;
text-align: center;
color: inherit !important;
white-space: nowrap;
}
}
.item-stats {
.item-box.-divicard {
display: block;
border: none;
padding: 7px 12px;
}
.item-stats.-nopad {
padding: 0;
padding: 0;
white-space: normal;
background: none;
}
}
.item-stats > .group {
.divicard-wrapper {
display: block;
display: block;
margin: 0 auto;
position: relative;
width: 440px;
height: 668px;
}
}
.item-stats > .group:nth-last-child(n+2)::after,
.divicard-art {
.item-stat-separator::before {
display: block;
display: block;
margin: 5px auto;
position: absolute;
width: 221px;
top: 56px;
height: 2px;
left: 26px;
background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/ef/Item-ui-separators.png");
background-position: 0 0;
background-repeat: no-repeat;
content: "";
}
}
.item-box.-magic > .item-stats > .group::after,
.divicard-art img {
.item-stat-separator.-magic::before {
width: 390px;
background-position: 0 -2px;
height: 280px;
}
}
.item-box.-rare > .item-stats > .group::after,
.divicard-frame {
.item-stat-separator.-rare::before {
display: block;
background-position: 0 -4px;
position: absolute;
top: 0;
left: 0;
}
}
.item-box.-unique > .item-stats > .group::after,
.divicard-frame img {
.item-stat-separator.-unique::before  {
width: 100%;
background-position: 0 -6px;
height: 100%;
}
}
.item-box.-currency > .item-stats > .group::after,
.divicard-header {
.item-stat-separator.-currency::before  {
display: block;
background-position: 0 -8px;
position: absolute;
top: 14px;
left: 0;
width: 100%;
font-size: 20px;
line-height: 44px;
color: #030301;
}
}
.item-box.-gem > .item-stats > .group::after,
.divicard-header a,
.item-stat-separator.-gem::before  {
.divicard-header .selflink {
background-position: 0 -10px;
font-weight: normal;
}
}
.item-box.-quest > .item-stats > .group::after,
.divicard-stack {
.item-stat-separator.-quest::before  {
display: block;
background-position: 0 -12px;
position: absolute;
top: 309px;
left: 42px;
width: 70px;
font-size: 16px;
line-height: 38px;
color: #fff;
}
}
.item-box.-prophecy > .item-stats > .group::after,
.divicard-reward {
.item-stat-separator.-prophecy::before  {
display: table;
background-position: 0 -14px;
position: absolute;
top: 334px;
left: 35px;
font-size: 16px;
}
}
.item-box.-relic > .item-stats > .group::after,
.divicard-reward > span {
.item-stat-separator.-relic::before  {
display: table-cell;
background-position: 0 -16px;
vertical-align: middle;
width: 374px;
height: 110px;
}
}
.item-stats > .group.-textwrap {
.divicard-flavour {
width: 300px;
display: table;
white-space: normal;
position: absolute;
top: 452px;
left: 35px;
font-size: 16px;
}
}
.item-box > .image {
.divicard-flavour > span {
display: block;
display: table-cell;
padding: 7px 12px;
vertical-align: middle;
width: 374px;
height: 184px;
}
}


/* for Module:Item (old item module) */
/* for Module:Item2 */
.item-box.-floatright {  
.inline-infobox-hover {
float: right;
display:none;
clear: right;
margin-left: 14px;
margin-bottom: 14px;
}
.itemboxhover,
.itemboxhovericon {
position: absolute;
position: absolute;
z-index: 10000000; /* Needs to be on top always */
z-index: 10000000;
}
}
.itemboxhoverhide {
 
position: absolute !important;
.inline-infobox-hover .item-box {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
float: left;
clip: rect(1px, 1px, 1px, 1px);
display: inline-block;
}
}
.itemboxhovernojs {
 
display: none !important;
.inline-infobox-hover .image {
padding: 7px 12px;
}
}
.itemboxhover {
 
background-color: rgba(0,0,0,0.85);
.inline-infobox-container > a:first-child > img {
height: 16px;
width: auto;
}
}
.itemboxhovericon {
.inline-infobox-container > a:last-child > img {
height: auto;
width: auto;
display: block;
display: block;
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6+ */
margin: 0 auto;
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.9)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
}
.itemhover {
.inline-infobox-container:hover > .inline-infobox-hover {
display: inline-block;
display: inline-block;
text-align: center;
font-weight: normal;
white-space: nowrap;
font-style: normal;
}
}
.item-box.-divicard {
 
border: none;
.infobox-page-container {
padding: 0;
float: right;
white-space: normal;
clear: right;
background: none;
margin-left: 14px;
margin-bottom: 14px;
}
}
.divicard-wrapper {
 
display: block;
.infobox-page-container .item-box {
position: relative;
width: 300px;
width: 440px;
height: 668px;
}
}
.divicard-art {
 
display: block;
.infobox-page-container .item-box:nth-child(n+2) {
position: absolute;
margin-top: 1em;
top: 56px;
left: 26px;
}
}
.divicard-art img {
 
width: 390px;
.infobox-page-container em.header {
height: 280px;
font-style: normal;
font-weight: bold;
font-size: 1.3em;
display: inline-block;
margin-bottom: 0.5em;
}
}
.divicard-frame {
 
display: block;
.infobox-disabled-drop {
position: absolute;
color: red;
top: 0;
font-weight: bold;
left: 0;
}
}
.divicard-frame img {
 
width: 100%;
 
height: 100%;
/* ===== Skill (Module:Skill) ==== */
 
/* Template:Skill progression */
 
.skill-progression-table {
width: auto;
text-align: center;
}
}
.divicard-header {
 
display: block;
.item-table {
position: absolute;
text-align: center;
top: 14px;
max-width: 100%;
left: 0;
}
 
/* ===== Infocard (Template:Infocard) ==== */
.infocard {
float: right;
clear: right;
margin-left: 14px;
margin-bottom: 14px;
border-style: solid;
border-width: 2px 1px;
border-color: #474233 #403b2e #1a1812;
border-radius: 6px;
padding: 2px 3px;
width: 292px;
text-align: center;
background-color: #332f24;
}
.infocard > .topbar {
margin-bottom: 2px;
display: table;
width: 100%;
width: 100%;
font-size: 20px;
line-height: 44px;
color: #030301;
}
}
.divicard-header a,
.infocard > .topbar > .left,
.divicard-header .selflink {
.infocard > .topbar > .middle,
font-weight: normal;
.infocard > .topbar > .right {
}
.divicard-stack {
display: block;
position: absolute;
top: 309px;
left: 42px;
width: 70px;
font-size: 16px;
line-height: 38px;
color: #fff;
}
.divicard-reward {
display: table;
position: absolute;
top: 334px;
left: 35px;
font-size: 16px;
}
.divicard-reward > span {
display: table-cell;
display: table-cell;
vertical-align: middle;
vertical-align: middle;
width: 374px;
height: 110px;
}
}
.divicard-flavour {
.infocard > .topbar > .middle > .header {
display: table;
font-size: 20px;
position: absolute;
line-height: 1.5;
top: 452px;
color: #dfcf99;
left: 35px;
font-size: 16px;
}
}
.divicard-flavour > span {
.infocard > .topbar > .middle > .subheader {
display: table-cell;
padding-bottom: 8px;
vertical-align: middle;
font-size: 14px;
width: 374px;
line-height: 1.0;
height: 184px;
font-weight: bold;
}
}
 
.infocard > .inner {
/* for Module:Item2 */
margin: 0;
.inline-infobox-hover {
border-style: solid;
display:none;
border-width: 2px 1px;
position: absolute;
border-color: #1a1812 #1f1c15 #474233;
z-index: 10000000;
border-radius: 6px;
background-color: #26231b;
}
}
 
.infocard > .inner > .block {
.inline-infobox-hover .item-box {
margin: 0;
float: left;
padding: 0.5em 1.0em;
display: inline-block;
list-style: none;
}
}
 
.infocard > .inner > .block:first-child {
.inline-infobox-hover .image {
padding-top: 1.0em;
padding: 7px 12px;
}
.infocard > .inner > .block:last-child {
padding-bottom: 1.0em;
}
}


.inline-infobox-container > a:first-child > img {
/* ===== Passive Infocard (Template:Passive/passivebox) ===== */
height: 16px;
.infocard[class*="passive-"] .block:nth-child(1) {
width: auto;
height: 86px;
}
}
.inline-infobox-container > a:last-child > img {
.infocard.passive-notable .block:nth-child(1) {
height: auto;
height: 131px;
width: auto;
display: block;
margin: 0 auto;
}
}
.inline-infobox-container:hover > .inline-infobox-hover {
.infocard.passive-keystone .block:nth-child(1) {
display: inline-block;
height: 184px;
font-weight: normal;
font-style: normal;
}
}
 
.infocard[class*="passive-"] .block:nth-child(1) .image,
.infobox-page-container {
.infocard[class*="passive-"] .block:nth-child(1) .frame {
float: right;
height: 100%;
clear: right;
margin-left: 14px;
margin-bottom: 14px;
}
}
 
.infocard[class*="passive-"] .block:nth-child(1) .image img {
.infobox-page-container .item-box {
margin-top: 14px;
width: 300px;
width: 58px;
height: 58px;
}
}
 
.infocard.passive-notable .block:nth-child(1) .image img {
.infobox-page-container .item-box:nth-child(n+2) {
margin-top: 20px;
margin-top: 1em;
width: 90px;
height: 90px;
}
}
 
.infocard.passive-keystone .block:nth-child(1) .image img {
.infobox-page-container em.header {
margin-top: 28px;
font-style: normal;
width: 128px;
font-weight: bold;
height: 128px;
font-size: 1.3em;
display: inline-block;
margin-bottom: 0.5em;
}
}
 
.infocard[class*="passive-"] .block:nth-child(1) .frame {
.infobox-disabled-drop {
margin-top: -86px;
color: red;
}
font-weight: bold;
.infocard.passive-notable .block:nth-child(1) .frame {
margin-top: -131px;
}
}
 
.infocard.passive-keystone .block:nth-child(1) .frame {
 
margin-top: -184px;
/* ===== Skill (Module:Skill) ==== */
 
/* Template:Skill progression */
 
.skill-progression-table {
width: auto;
text-align: center;
}
}
 
.infocard[class*="passive-"] .block:nth-child(1) .frame img {
.item-table {
width: 86px;
text-align: center;
height: 86px;
max-width: 100%;
}
}
 
.infocard.passive-notable .block:nth-child(1) .frame img {
/* ===== Infocard (Template:Infocard) ==== */
width: 131px;
.infocard {
height: 131px;
float: right;
clear: right;
margin-left: 14px;
margin-bottom: 14px;
border-style: solid;
border-width: 2px 1px;
border-color: #474233 #403b2e #1a1812;
border-radius: 6px;
padding: 2px 3px;
width: 292px;
text-align: center;
background-color: #332f24;
}
}
.infocard > .topbar {
.infocard.passive-keystone .block:nth-child(1) .frame img {
margin-bottom: 2px;
width: 184px;
display: table;
height: 184px;
width: 100%;
}
}
.infocard > .topbar > .left,
.infocard[class*="passive-"] .block:nth-child(2) {
.infocard > .topbar > .middle,
padding: 0;
.infocard > .topbar > .right {
display: table-cell;
vertical-align: middle;
}
}
.infocard > .topbar > .middle > .header {
.infocard[class*="passive-"] .block:nth-child(2) ul {
font-size: 20px;
margin: 0;
line-height: 1.5;
color: #dfcf99;
}
}
.infocard > .topbar > .middle > .subheader {
.infocard[class*="passive-"] .block:nth-child(2) ul li {
padding-bottom: 8px;
font-size: 14px;
line-height: 1.0;
font-weight: bold;
}
.infocard > .inner {
margin: 0;
margin: 0;
border-style: solid;
list-style: none;
border-width: 2px 1px;
border-color: #1a1812 #1f1c15 #474233;
border-radius: 6px;
background-color: #26231b;
}
}
.infocard > .inner > .block {
.infocard[class*="passive-"] .block:nth-child(2) > ul > li {
margin: 0;
padding: 0.2em 1.0em;
padding: 0.5em 1.0em;
list-style: none;
}
}
.infocard > .inner > .block:first-child {
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:first-child {
padding-top: 1.0em;
padding-top: 0.5em;
}
}
.infocard > .inner > .block:last-child {
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:last-child {
padding-bottom: 1.0em;
padding-bottom: 1.0em;
}
}
 
.infocard[class*="passive-"] .block:nth-child(2) > ul > li > ul {
/* ===== Passive Infocard (Template:Passive/passivebox) ===== */
margin: -0.2em -1.0em;
.infocard[class*="passive-"] .block:nth-child(1) {
border-top: 1px solid #3a3529;
height: 86px;
border-bottom: 1px solid #100f0b;
padding: 0.4em 0;
}
}
.infocard.passive-notable .block:nth-child(1) {
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:first-child > ul {
height: 131px;
border-top: none;
padding-top: 0;
}
}
.infocard.passive-keystone .block:nth-child(1) {
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:last-child > ul {
height: 184px;
border-bottom: none;
padding-bottom: 0;
}
}
.infocard[class*="passive-"] .block:nth-child(1) .image,
.infocard[class*="passive-"] .block:nth-child(2) > ul > li > ul > li {
.infocard[class*="passive-"] .block:nth-child(1) .frame {
padding: 0.2em 1.0em;
height: 100%;
}
}
.infocard[class*="passive-"] .block:nth-child(1) .image img {
.infocard[class*="passive-"] .block:nth-child(3) {
margin-top: 14px;
margin-top: -0.5em;
width: 58px;
height: 58px;
}
}
.infocard.passive-notable .block:nth-child(1) .image img {
 
margin-top: 20px;
/* ===== Status Infocard (Template:Status) ===== */
width: 90px;
.status-icon {
height: 90px;
height: 96px;
}
}
.infocard.passive-keystone .block:nth-child(1) .image img {
.status-icon .image,
margin-top: 28px;
.status-icon .frame {
width: 128px;
height: 100%;
height: 128px;
}
}
.infocard[class*="passive-"] .block:nth-child(1) .frame {
.status-icon .image img {
margin-top: -86px;
margin-top: 16px;
width: 64px;
height: 64px;
}
}
.infocard.passive-notable .block:nth-child(1) .frame {
.status-icon .frame {
margin-top: -131px;
margin-top: -96px;
}
}
.infocard.passive-keystone .block:nth-child(1) .frame {
.status-icon .frame img {
margin-top: -184px;
width: 98px;
height: 96px;
}
}
.infocard[class*="passive-"] .block:nth-child(1) .frame img {
 
width: 86px;
/* ===== Area Infocard (Template:Area) ==== */
height: 86px;
.infocard.area > .topbar > .left,
.infocard.area > .topbar > .right {
width: 27px;
}
}
.infocard.passive-notable .block:nth-child(1) .frame img {
 
width: 131px;
/* ===== Sidebar ===== */
height: 131px;
.sidebar {
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;
}
}
.infocard.passive-keystone .block:nth-child(1) .frame img {
.sidebar-inner {
width: 184px;
border-style: solid;
height: 184px;
border-width: 2px 1px;
border-color: #1a1812 #1f1c15 #474233;
border-radius: 6px;
padding: 8px 1em;
background-color: #26231b;
}
}
.infocard[class*="passive-"] .block:nth-child(2) {
.sidebar-header {
padding: 0;
margin-bottom: 2px;
text-align: center;
font-size: 20px;
line-height: 1.5em;
color: #dfcf99;
}
}
.infocard[class*="passive-"] .block:nth-child(2) ul {
 
margin: 0;
/* ===== Passive Skill Display ===== */
.passiveicon {
height: 86px;
}
}
.infocard[class*="passive-"] .block:nth-child(2) ul li {
.passivebox .passiveicon.passiveicon-notable {
margin: 0;
height: 131px;
list-style: none;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li {
.passivebox .passiveicon.passiveicon-keystone {
padding: 0.2em 1.0em;
height: 184px;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:first-child {
.passiveicon-image,
padding-top: 0.5em;
.passiveicon-frame {
height: 100%;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:last-child {
.passiveicon .passiveicon-image img {
padding-bottom: 1.0em;
margin-top: 14px;
width: 58px;
height: 58px;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li > ul {
.passivebox .passiveicon.passiveicon-notable .passiveicon-image img {
margin: -0.2em -1.0em;
margin-top: 20px;
border-top: 1px solid #3a3529;
width: 90px;
border-bottom: 1px solid #100f0b;
height: 90px;
padding: 0.4em 0;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:first-child > ul {
.passivebox .passiveicon.passiveicon-keystone .passiveicon-image img {
border-top: none;
margin-top: 28px;
padding-top: 0;
width: 128px;
height: 128px;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li:last-child > ul {
.passiveicon .passiveicon-frame {
border-bottom: none;
margin-top: -86px;
padding-bottom: 0;
}
}
.infocard[class*="passive-"] .block:nth-child(2) > ul > li > ul > li {
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame {
padding: 0.2em 1.0em;
margin-top: -131px;
}
}
.infocard[class*="passive-"] .block:nth-child(3) {
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame {
margin-top: -0.5em;
margin-top: -184px;
}
}
 
.passiveicon .passiveicon-frame img {
/* ===== Status Infocard (Template:Status) ===== */
width: 86px;
.status-icon {
height: 86px;
height: 96px;
}
}
.status-icon .image,
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame img {
.status-icon .frame {
width: 131px;
height: 100%;
height: 131px;
}
}
.status-icon .image img {
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame img {
margin-top: 16px;
width: 184px;
width: 64px;
height: 184px;
height: 64px;
}
}
.status-icon .frame {
.passivebox {
margin-top: -96px;
text-align: center;
}
}
.status-icon .frame img {
.passivebox .passiveicon {
width: 98px;
margin: 0.5em 0 1em;
height: 96px;
}
}
 
.passivebonuses ul {
/* ===== Area Infocard (Template:Area) ==== */
margin: 0;
.infocard.area > .topbar > .left,
list-style: none;
.infocard.area > .topbar > .right {
width: 27px;
}
}
 
.passivebonuses li {
/* ===== Sidebar ===== */
margin: 0.5em 0;
.sidebar {
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 {
.passivebonuses > ul > li + li > ul {
border-style: solid;
border-top: 1px dotted #5E4F45;
border-width: 2px 1px;
border-color: #1a1812 #1f1c15 #474233;
border-radius: 6px;
padding: 8px 1em;
background-color: #26231b;
}
}
.sidebar-header {
.passiveflavour {
margin-bottom: 2px;
margin: 1em 0 0.5em;
text-align: center;
font-size: 20px;
line-height: 1.5em;
color: #dfcf99;
}
}


/* ===== Passive Skill Display ===== */
/* ===== Module:Passive ===== */
.passiveicon {
 
height: 86px;
.passive-icon__image--keystone,
.passive-icon__frame--keystone,
.passive-icon__image--notable,
.passive-icon__frame--notable,
.passive-icon__image--basic,
.passive-icon__frame--basic,
.passive-icon__image--ascendancy-notable,
.passive-icon__frame--ascendancy-notable,
.passive-icon__image--ascendancy-basic,
.passive-icon__frame--ascendancy-basic {
position: relative;
}
}
.passivebox .passiveicon.passiveicon-notable {
 
height: 131px;
.passive-icon--keystone {
width: 200px;
height: 200px;
}
}
.passivebox .passiveicon.passiveicon-keystone {
 
height: 184px;
.passive-icon__image--keystone {
}
top: 36px;
.passiveicon-image,
left: 36px;
.passiveicon-frame {
height: 100%;
}
.passiveicon .passiveicon-image img {
margin-top: 14px;
width: 58px;
height: 58px;
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-image img {
margin-top: 20px;
width: 90px;
height: 90px;
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-image img {
margin-top: 28px;
width: 128px;
width: 128px;
height: 128px;
height: 128px;
}
}
.passiveicon .passiveicon-frame {
 
margin-top: -86px;
.passive-icon__frame--keystone {
top: -128px;
width: 200px;
height: 200px;
}
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame {
 
margin-top: -131px;
.passive-icon--notable {
width: 150px;
height: 150px;
}
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame {
 
margin-top: -184px;
.passive-icon__image--notable {
top: 25px;
left: 25px;
width: 100px;
height: 100px;
}
}
.passiveicon .passiveicon-frame img {
 
width: 86px;
.passive-icon__frame--notable {
height: 86px;
top: -100px;
width: 150px;
height: 150px;
}
}
.passivebox .passiveicon.passiveicon-notable .passiveicon-frame img {
 
width: 131px;
.passive-icon--basic {
height: 131px;
width: 100px;
height: 100px;
}
}
.passivebox .passiveicon.passiveicon-keystone .passiveicon-frame img {
 
width: 184px;
.passive-icon__image--basic {
height: 184px;
top: 18px;
left: 18px;
width: 64px;
height: 64px;
}
}
.passivebox {
 
text-align: center;
.passive-icon__frame--basic {
top: -64px;
width: 100px;
height: 100px;
}
}
.passivebox .passiveicon {
 
margin: 0.5em 0 1em;
.passive-icon--ascendancy-notable {
width: 150px;
height: 150px;
}
}
.passivebonuses ul {
 
margin: 0;
.passive-icon__image--ascendancy-notable {
list-style: none;
top: 25px;
left: 25px;
width: 100px;
height: 100px;
}
}
.passivebonuses li {
 
margin: 0.5em 0;
.passive-icon__frame--ascendancy-notable {
}
top: -100px;
.passivebonuses > ul > li + li > ul {
width: 150px;
border-top: 1px dotted #5E4F45;
height: 150px;
}
}
.passiveflavour {
 
margin: 1em 0 0.5em;
.passive-icon--ascendancy-basic {
width: 100px;
height: 100px;
}
}


/* ===== Module:Passive ===== */
.passive-icon__image--ascendancy-basic {
top: 18px;
left: 18px;
width: 64px;
height: 64px;
}


.passive-icon__image--keystone,
.passive-icon__frame--keystone,
.passive-icon__image--notable,
.passive-icon__frame--notable,
.passive-icon__image--basic,
.passive-icon__frame--basic,
.passive-icon__image--ascendancy-notable,
.passive-icon__frame--ascendancy-notable,
.passive-icon__image--ascendancy-basic,
.passive-icon__frame--ascendancy-basic {
.passive-icon__frame--ascendancy-basic {
position: relative;
top: -64px;
width: 100px;
height: 100px;
}
}


.passive-icon--keystone {
.passive-icon--table {
width: 200px;
width: 100px;
height: 200px;
height: 100px;
}
}


.passive-icon__image--keystone {
.passive-icon__image--table {
top: 36px;
top: 18px;
left: 36px;
left: 18px;
width: 128px;
width: 64px;
height: 128px;
height: 64px;
}
}


.passive-icon__frame--keystone {
.passive-icon__frame--table {
top: -128px;
top: -64px;
width: 200px;
height: 200px;
}
 
.passive-icon--notable {
width: 150px;
height: 150px;
}
 
.passive-icon__image--notable {
top: 25px;
left: 25px;
width: 100px;
width: 100px;
height: 100px;
height: 100px;
}
}


.passive-icon__frame--notable {
.passive-box {
top: -100px;
display: table;
width: 150px;
min-width: 300px;
height: 150px;
max-width: 550px;
padding: 10px;
border: 1px solid #787878;
text-align: left;
font-size: 100%;
color: #7f7f7f;
background-color: #000;
}
}


.passive-icon--basic {
.passive-box__header {
width: 100px;
padding: 0 2px;
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}


.passive-icon__image--basic {
top: 18px;
left: 18px;
width: 64px;
height: 64px;
}


.passive-icon__frame--basic {
.passive-box__header-name {
top: -64px;
font-size: 20px;
width: 100px;
line-height: 25px;
height: 100px;
color: #c8c8c8;
}
}


.passive-icon--ascendancy-notable {
.passive-box__header-type {
width: 150px;
padding: 10px 0 0 0;
height: 150px;
}
}


.passive-icon__image--ascendancy-notable {
.passive-box__header-icon {
top: 25px;
margin: 3px 0 0 20px;
left: 25px;
width: 100px;
height: 100px;
}
}


.passive-icon__frame--ascendancy-notable {
.passive-box__group {
top: -100px;
border-top: 1px solid #787878;
width: 150px;
margin: 10px 0 0 0;
height: 150px;
width: 100%;
}
display: -webkit-box;
 
display: -ms-flexbox;
.passive-icon--ascendancy-basic {
display: flex;
width: 100px;
-webkit-box-orient: vertical;
height: 100px;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}


.passive-icon__image--ascendancy-basic {
.passive-box__group-block,
top: 18px;
.passive-box__group-block--flavour {
left: 18px;
padding: 10px 2px 0 2px;
width: 64px;
height: 64px;
}
}


.passive-icon__frame--ascendancy-basic {
.passive-box__group-block--flavour {
top: -64px;
-ms-flex-item-align: center;
width: 100px;
align-self: center;
height: 100px;
text-align: center;
padding-top: 20px;
}
}


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


.passive-icon__image--table {
/* ===== Gem Infobox ===== */
top: 18px;
.GemInfoboxContainer {
left: 18px;
width: 300px;
width: 64px;
float: right;
height: 64px;
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; }
.passive-icon__frame--table {
.GemInfoboxInfo td { background-color: #26231b; color: #ffffff; padding:5px; }
top: -64px;
.GemInfoboxInfo td:first-child { background-color: #332f24; color: #bfbfbf; }
width: 100px;
.GemInfoboxHeader { padding: 2px 2px 0px 2px; }
height: 100px;
.GemInfoboxHeader>table { border-collapse:collapse; }
.GemInfoboxHeader td:first-child {
width: 100%;
padding: 5px 5px 5px 5px;
text-align: left;
font-size: 11px;
}
}
 
.GemInfoboxHeaderName {
.passive-box {
font-size: 16px;
display: table;
line-height: 20px;
min-width: 300px;
font-weight: bold;
max-width: 550px;
color: #1ba29b;
padding: 10px;
border: 1px solid #787878;
text-align: left;
font-size: 100%;
color: #7f7f7f;
background-color: #000;
}
}
 
.GemInfoboxFooter { text-align: center; margin: 0px 2px 2px 2px; }
.passive-box__header {
.GemInfoboxFooter img { width: 100%; height: auto; }
padding: 0 2px;
.GemInfoboxDescription { color: #1ba29b; }
display: -webkit-box;
.GemInfoboxModifier { color: #8888ff; }
display: -ms-flexbox;
.GemInfoboxDescription, .GemInfoboxModifier {
display: flex;
padding: 5px;
-webkit-box-pack: justify;
margin: 0px 2px 2px 2px;
-ms-flex-pack: justify;
background-color: #26231b;
justify-content: space-between;
text-align: center;
}
}


 
/* ===== Support Gem ID template (Template:Id) ===== */
.passive-box__header-name {
.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
font-size: 20px;
width: 1em;
line-height: 25px;
color: white !important;
color: #c8c8c8;
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; }


.passive-box__header-type {
/* ===== Succession Box ===== */
padding: 10px 0 0 0;
table.successionbox {
margin-left: auto;
margin-right: auto;
text-align: center;
}
}


.passive-box__header-icon {
/* ===== bottom footer ads ===== */
margin: 3px 0 0 20px;
.btflb{
display: block;
height: 90px !important;
margin: 0 auto;
padding: 5px 0;
width:728px !important;
}
}


.passive-box__group {
/* ===== Module:Util ===== */
border-top: 1px solid #787878;
margin: 10px 0 0 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}


.passive-box__group-block,
.module-error {
.passive-box__group-block--flavour {
color: red;
padding: 10px 2px 0 2px;
font-weight: bold;
border: 1px solid red;
padding: 2px 3px 2px 2px;
}
}


.passive-box__group-block--flavour {
/* ===== Module:Quest & Template:Quest ===== */
-ms-flex-item-align: center;
 
align-self: center;
.quest-table {
text-align: center;
width:300px;  
padding-top: 20px;
color: #bfbfbf;  
float:right;  
padding:0.1em;
background-color:#1a1812;
margin: 0px 0px 5px 5px;
}
}


/* ===== Icons for Skill Links ===== */
.quest-table td.quest-table-iconbox {
.gem-link a {
text-align:center;
padding: 2px 0 2px 12px;
font-size:20px;
background: left center no-repeat;
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;
}
}
.gem-link.gen-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/b/b7/Inline_Generic_gem.png"); }
.gem-link.str-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/b/b5/Inline_Str_gem.png"); }
.gem-link.dex-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/3/34/Inline_Dex_gem.png"); }
.gem-link.int-skill a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/8/86/Inline_Int_gem.png"); }
.gem-link.str-suppt a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/5/5e/Inline_Str_support_gem.png"); }
.gem-link.dex-suppt a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/f/f9/Inline_Dex_support_gem.png"); }
.gem-link.int-suppt a { background-image: url("http://hydra-media.cursecdn.com/pathofexile.gamepedia.com/a/ad/Inline_Int_support_gem.png"); }


/* ===== Gem Infobox ===== */
.quest-table td {
.GemInfoboxContainer {
text-align: center;  
width: 300px;
background-color: #26231b;
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; }
.quest-table td img {
.GemInfoboxInfo td:first-child { background-color: #332f24; color: #bfbfbf; }
max-width: 200px;
.GemInfoboxHeader { padding: 2px 2px 0px 2px; }
height: auto;
.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;
/* ===== Legacy Variant Tables (Template:Legacy variant table row) ===== */
line-height: 20px;
.legacy-stats {
font-weight: bold;
font-size: 0.857em;
color: #1ba29b;
color: #55548c;
}
}
.GemInfoboxFooter { text-align: center; margin: 0px 2px 2px 2px; }
.legacy-stats .text-color.-mod {
.GemInfoboxFooter img { width: 100%; height: auto; }
font-size: 1.167em;
.GemInfoboxDescription { color: #1ba29b; }
color: #8888ff;
.GemInfoboxModifier { color: #8888ff; }
}
.GemInfoboxDescription, .GemInfoboxModifier {
.legacy-stats .text-color.-not {
padding: 5px;
font-size: 1.167em;
margin: 0px 2px 2px 2px;
text-decoration: line-through;
background-color: #26231b;
color: #7f7f7f;
text-align: center;
}
}


/* ===== Support Gem ID template (Template:Id) ===== */
/* ===== Template:SMQ query mods (from Module:SMW query) ===== */
.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
 
width: 1em;
.mod-table {
color: white !important;
  width: 100%;
background-color:#c51e1e;
  margin: 0px !important;
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; }
.mod-table-header {
.support-gem-id-green { background-color:#08a842; }
  width: 100%;
.support-gem-id-blue { background-color:#4163c9; }
 
/* ===== Succession Box ===== */
table.successionbox {
margin-left: auto;
margin-right: auto;
text-align: center;
}
}


/* ===== bottom footer ads ===== */
.mod-table-header .mw-collapsible-toggle {
.btflb{
display: block;
height: 90px !important;
margin: 0 auto;
padding: 5px 0;
width:728px !important;
}
}


/* ===== Module:Util ===== */
.mod-table-header-container {
  display: table;
}


.module-error {
.mod-table-header-stat {
color: red;
  display: table-cell;
font-weight: bold;
  vector-effect: middle;
border: 1px solid red;
  text-align: left;
padding: 2px 3px 2px 2px;
  width: 100%;
}
}


/* ===== Module:Quest & Template:Quest ===== */
.mod-table-header-modgroup {
  display: table-cell;
  vector-effect: middle;
  text-align: right;
  padding-right: 1em;
}


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


.quest-table td.quest-table-iconbox {
.mod-table-cell-level {
text-align:center;
  width: 1.4em;
font-size:20px;
  min-width: 1.4em;
font-weight:bold;
  max-width: 1.4em;
}
}


.quest-table td.quest-table-iconbox img {
.mod-table-cell-stat {
width: 100px;
  width: 32em;
height: 100px;
  min-width: 32em;
  max-width: 32em;
}
}


.quest-table th {
.mod-table-cell-tags {
text-align: right;
  width: 100%;
font-weight: bold;
background-color: #332f24;
}
}


.quest-table td {
/* ===== Generic table formatting ===== */
text-align: center;  
.table-cell-coloured {
background-color: #26231b;
color: #000;
text-align: left;
}
}


.quest-table td img {
.table-cell-coloured a {
max-width: 200px;
color: #666;
height: auto;
}
}


/* ===== Legacy Variant Tables (Template:Legacy variant table row) ===== */
.table-cell-coloured .reference a {
.legacy-stats {
margin-left: 2px;
font-size: 0.857em;
color: #55548c;
}
}
.legacy-stats .text-color.-mod {
 
font-size: 1.167em;
.table-cell-yes {
color: #8888ff;
background-color: #080 !important;
}
}
.legacy-stats .text-color.-not {
 
font-size: 1.167em;
.table-cell-major {
text-decoration: line-through;
background-color: #8C0 !important;
color: #7f7f7f;
}
}


/* ===== Template:SMQ query mods (from Module:SMW query) ===== */
.table-cell-partial {
background-color: #EE0 !important;
}


.mod-table {
.table-cell-minor {
  width: 100%;
background-color: #D80 !important;
  margin: 0px !important;
}
}
.mod-table-header {
 
  width: 100%;
.table-cell-no {
background-color: #E00 !important;
}
}


.mod-table-header .mw-collapsible-toggle {
.table-cell-unknown {
background-color: #888 !important;
}
}


.mod-table-header-container {
/* for table cells representing items*/
   display: table;
 
.table-cell-dex {
   color: rgb(0, 255, 0);
}
}


.mod-table-header-stat {
.table-cell-int {
   display: table-cell;
   color: rgb(90, 90, 255);
  vector-effect: middle;
  text-align: left;
  width: 100%;
}
}


.mod-table-header-modgroup {
.table-cell-str {
   display: table-cell;
   color: rgb(255, 0, 0);
  vector-effect: middle;
  text-align: right;
  padding-right: 1em;
}
}


.mod-table-cell-name {
.table-cell-str {
   width: 9em;
   color: rgb(255, 0, 0);
  min-width: 9em;
  max-width: 9em;
}
}


.mod-table-cell-level {
.table-cell-prismatic {
   width: 1.4em;
   color: rgb(255, 255, 255);
  min-width: 1.4em;
  max-width: 1.4em;
}
}


.mod-table-cell-stat {
/* Pull quotes */
  width: 32em;
.pull-quote {
  min-width: 32em;
display: table;
  max-width: 32em;
margin: 1em auto;
min-width: 25%;
}
}
 
.pull-quote > .quotation {
.mod-table-cell-tags {
margin: 0 auto;
  width: 100%;
font-size: 1.15em;
font-style: italic;
color: #736551;
}
}
 
.pull-quote > .citation {
/* ===== Generic table formatting ===== */
margin: 0 auto;
.table-cell-coloured {
text-align: right;
color: #000;
font-size: 0.85em;
text-align: left;
font-style: normal;
}
}
 
.pull-quote.-aligncenter > .quotation,
.table-cell-coloured a {
.pull-quote.-aligncenter > .citation {
color: #666;
text-align: center;
}
}
 
.pull-quote > .citation > cite {
.table-cell-coloured .reference a {
font-style: inherit;
margin-left: 2px;
}
}
 
.pull-quote > .citation::before {
.table-cell-yes {
content: "— ";
background-color: #080 !important;
}
}
 
@media all and (min-width: 50em) {
.table-cell-major {
.pull-quote.-aligncenter > .quotation,
background-color: #8C0 !important;
.pull-quote.-aligncenter > .citation {
width: 75%;
}
.pull-quote.-alignleft {
float: left;
margin: 0 1.75em 1em 0;
border-right: 3px solid #51453d;
padding-right: .75em;
}
.pull-quote.-alignright {
float: right;
margin: 0 0 1em 1.75em;
border-left: 3px solid #51453d;
padding-left: .75em;
}
.pull-quote.-alignleft,
.pull-quote.-alignright {
width: 33.3%;
}
}
}
 
@media all and (min-width: 73em) {
.table-cell-partial {
.pull-quote.-alignnone > .quotation,
background-color: #EE0 !important;
.pull-quote.-alignnone > .citation {
}
width: 80%;
 
}
.table-cell-minor {
.pull-quote.-aligncenter > .quotation,
background-color: #D80 !important;
.pull-quote.-aligncenter > .citation {
width: 50%;
}
.pull-quote.-alignleft,
.pull-quote.-alignright {
width: 25%;
}
}
}


.table-cell-no {
/* Tooltip (Template:Tooltip) */
background-color: #E00 !important;
.tooltip-activator {
position: relative;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: initial;
cursor: help;
}
}
 
.tooltip-activator > .tooltip-content {
.table-cell-unknown {
box-sizing: border-box;
background-color: #888 !important;
position: absolute;
}
display: block;
 
visibility: hidden;
/* for table cells representing items*/
opacity: 0;
 
bottom: 100%;
.table-cell-dex {
left: 50%;
  color: rgb(0, 255, 0);
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 {
.table-cell-int {
visibility: visible;
  color: rgb(90, 90, 255);
opacity: 1;
}
}


.table-cell-str {
/* Mainpage Styles */
  color: rgb(255, 0, 0);
.page-Path_of_Exile_Wiki .firstHeading {
display: none !important;
}
}
 
.mainpage-header {
.table-cell-str {
margin-bottom: 32px;
  color: rgb(255, 0, 0);
text-align: center;
}
}
 
.mainpage-header h1 {
.table-cell-prismatic {
margin-bottom: 20px;
  color: rgb(255, 255, 255);
border: none;
line-height: 1.1 !important;
color: #ffaf46 !important;
text-shadow: 0px 0px 10px rgba(209, 28, 0, 1);
}
}
 
.mainpage-header .h1-1,
/* Pull quotes */
.mainpage-header .h1-2 {
.pull-quote {
background: radial-gradient(ellipse at center, rgba(154,2,0,0.9) 0%,rgba(154,2,0,0) 65%,rgba(154,2,0,0) 100%);
display: table;
margin: 1em auto;
min-width: 25%;
}
}
.pull-quote > .quotation {
.mainpage-header .h1-1  {
margin: 0 auto;
font-size: 26px;
font-size: 1.15em;
letter-spacing: 0.07em;
font-style: italic;
color: #736551;
}
}
.pull-quote > .citation {
.mainpage-header .h1-2 {
margin: 0 auto;
padding: 0 0.2em;
text-align: right;
font-size: 38px;
font-size: 0.85em;
font-weight: bold;
font-style: normal;
letter-spacing: 0.01em;
}
.mainpage-version {
display: table;
border-collapse: collapse;
width: 100%;
}
.mainpage-version > div {
display: table-cell;
vertical-align: middle;
}
.mainpage-version > div:first-child {
width: 100%;
}
}
.pull-quote.-aligncenter > .quotation,
.mainpage-version > div:last-child {
.pull-quote.-aligncenter > .citation {
text-align: center;
text-align: center;
}
}
.pull-quote > .citation > cite {
.mainpage-news {
font-style: inherit;
margin: -12px -0.7em;
}
}
.pull-quote > .citation::before {
.mainpage-news > div {
content: "— ";
display: table;
border-collapse: separate;
border-spacing: 12px 0.7em;
}
}
@media all and (min-width: 50em) {
.mainpage-news > div > div {
.pull-quote.-aligncenter > .quotation,
display: table-row;
.pull-quote.-aligncenter > .citation {
}
width: 75%;
.mainpage-news .date,
}
.mainpage-news .title {
.pull-quote.-alignleft {
display: table-cell;
float: left;
vertical-align: middle;
margin: 0 1.75em 1em 0;
border-right: 3px solid #51453d;
padding-right: .75em;
}
.pull-quote.-alignright {
float: right;
margin: 0 0 1em 1.75em;
border-left: 3px solid #51453d;
padding-left: .75em;
}
.pull-quote.-alignleft,
.pull-quote.-alignright {
width: 33.3%;
}
}
}
@media all and (min-width: 73em) {
.mainpage-news .date > div {
.pull-quote.-alignnone > .quotation,
border-radius: 6px;
.pull-quote.-alignnone > .citation {
width: 40px;
width: 80%;
height: 40px;
}
text-align: center;
.pull-quote.-aligncenter > .quotation,
font-size: 122%;
.pull-quote.-aligncenter > .citation {
line-height: 1.1;
width: 50%;
background-color: #332f24;
}
.pull-quote.-alignleft,
.pull-quote.-alignright {
width: 25%;
}
}
}
 
.mainpage-skills {
/* Tooltip (Template:Tooltip) */
width: 100%;
.tooltip-activator {
text-align: center;
position: relative;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: initial;
cursor: help;
}
}
.tooltip-activator > .tooltip-content {
.mainpage-skills tr + tr td {
box-sizing: border-box;
padding-top: 12px;
position: absolute;
}
display: block;
.mainpage-equipment {
visibility: hidden;
width: 100%;
opacity: 0;
bottom: 100%;
left: 50%;
z-index: 1;
margin-left: -150px;
border: 1px solid #7f7f7f;
padding: 8px 12px;
width: 300px;
text-align: center;
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 {
.mainpage-equipment tr + tr td {
visibility: visible;
padding-top: 12px;
opacity: 1;
}
.mainpage-acts {
width: 100%;
}
.mainpage-acts td {
vertical-align: top;
}
.mainpage-mechanics {
width: 100%;
}
.mainpage-mechanics td {
vertical-align: top;
}
}

Revision as of 18:49, 17 June 2017

abbr,
acronym {
	color: #DFCF99;
	text-decoration: underline white dotted !important;
}
abbr.nounderline,
acronym.nounderline {
	text-decoration: none !important;
}

/* Flex grid */
.o-flex-grid {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	margin-left: -16px;
}
.o-flex-grid__item {
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	flex: 0 0 auto;
	margin-bottom: 16px;
	padding-left: 16px;
	width: 100%;
}
.o-flex-grid__inner {
	flex: 0 1 100%;
	margin: 0 !important;
}
@media screen and (min-width: 45em) {
	.o-flex-grid--c2\@sm > .o-flex-grid__item {
		width: 50%;
	}
}
@media screen and (min-width: 60em) {
	.o-flex-grid--c2\@md > .o-flex-grid__item {
		width: 50%;
	}
	.o-flex-grid--c3\@md > .o-flex-grid__item {
		width: 33.3%;
	}
	.o-flex-grid--c4\@md > .o-flex-grid__item {
		width: 25%;
	}
}
@media screen and (min-width: 80em) {
	.o-flex-grid--c3\@lg > .o-flex-grid__item {
		width: 33.3%;
	}
}
@media screen and (min-width: 100em) {
	.o-flex-grid--c2\@lg > .o-flex-grid__item {
		width: 50%;
	}
	.o-flex-grid--c4\@lg > .o-flex-grid__item {
		width: 25%;
	}
}

/* Content blocks */
.c-cblock {
	overflow: hidden;
	margin: 6px 0;
	border: 1px solid #2c2b2b;
	border-radius: 4px;
	padding: 8px 16px;
	background-color: #141414;
}
.c-cblock--violet {
	border-color: #585477;
	background-color: #151517;
}
.c-cblock--gold {
	border-color: #75693c;
	background-color: #1c1b19;
}
.c-cblock > *:first-child {
	margin-top: 0 !important;
}
.c-cblock hr {
	clear: both;
	margin: 16px 0;
	background-color: #2c2b2b !important;
}
.c-cblock--violet hr {
	background-color: #585477 !important;
}
.c-cblock--gold hr {
	background-color: #75693c !important;
}
.c-cblock h2,
.c-cblock h3,
.c-cblock h4,
.c-cblock h5,
.c-cblock h6 {
	border: none;
}

/* Modbox template style */
.modbox {
	float:right;
}
.modbox table {
	width: 100%;
	float: right;
	clear: both;
	margin: 0 0 0.8em 0;
}

/* Infobox template style */
.infobox {
	border: 1px solid #75511D;
	background-color: #141414;
	color: #A38D6D;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	/* @noflip */
	text-align: left;
	font-size: 88%;
	line-height: 1.5em;
}
.infobox caption {
	font-size: 125%;
	font-weight: bold;
}
.infobox td,
.infobox th {
	vertical-align: top;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

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

.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

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

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #aaa;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	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;
}

/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class
   is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}

/* ===== Hatnotes and disambiguation notices ===== */
.rellink,
.dablink {
	font-style: italic;
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
	font-style: normal;
}

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



/* ===== Message Box (Template:Mbox) ===== */
.mbox {
	 display: table;
	 background-color: #332f24;
	 border-color: #474233 #403b2e #26231b;
	 border-radius: 6px;
	 border-style: solid;
	 border-width: 2px 1px;
	 margin: 6px 10%;
	 padding: 2px;
}

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

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

.mbox-inner {
	 display: table-row;
}

.mbox-image,
.mbox-text {
	 display: table-cell;
	 border-color: #1a1712;
	 border-style: solid;
	 border-width: 1px;
	 border-radius: 6px;
	 padding: 4px 1em;
	 vertical-align: middle;
}

.mbox-image {
	 border-right-width: 0;
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}

.mbox-text {
	 width: 100%;
}

.mbox-image + .mbox-text {
	 border-left-width: 0;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 padding-left: 0;
}

.mbox-style .mbox-image,
.mbox-style .mbox-text {
	 border-color: #a98a35;
}

.mbox-content .mbox-image,
.mbox-content .mbox-text {
	 border-color: #a96427;
}

.mbox-delete .mbox-image,
.mbox-delete .mbox-text {
	 border-color: #c62525;
}

/* ===== Fmbox ===== */
.fmbox {
	clear: both;
	margin: 6px 0;
	border: 1px solid #383636;
	padding: 6px 1em;
	background-color: #1a1b18;
}

/* ===== Stub Box ===== */
.stub {
	display: table;
	font-style: italic;
}
.stub-image,
.stub-text {
	display: table-cell;
	vertical-align: middle;
}

/* ===== Discussion Closed (Template:Dcbox) ===== */
.dcbox {
	margin: 6px 0;
	border: 1px solid #2c2b2b;
	border-radius: 4px;
	padding: 6px 1em;
	background-color: #141414;
}
.dcbox-top {
	margin-bottom: 12px;
	border-bottom: 1px solid #383636;
	padding-bottom: 4px;
}
.dcbox-status {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
.dcbox-reminder {
	font-size: 90%;
	font-style: italic;
	color: #5e4f45;
}
.dcbox-bottom {
	margin-top: 12px;
	border-top: 1px solid #383636;
	padding-top: 4px;
}

/* ===== Issue Box (Template:Issue top) ===== */
.dcbox.issue-resolved {
	border-color: #678236;
	background-color: #1b1c19;
}
.dcbox.issue-moved {
	border-color: #585477;
	background-color: #151517;
}

/* ===== Blockquote (Template:Blockquote top) ===== */
.bqbox {
	margin: 6px 1em;
	border: 1px solid #293137;
	border-radius: 4px;
	padding: 6px 1em;
	background-color: #141517;
}

/* ===== Documentation Template ===== */
.template-documentation {
	clear: both;
	margin: 1em 0 0;
	border: 1px solid #383636;
	padding: 1em;
	background-color: #1a1b18;
}
.template-documentation-top {
	margin-bottom: 0.9em;
	border-bottom: 1px solid #383636;
	padding-bottom: 3px;
}
.template-documentation-header {
	font-size: 125%;
	font-weight: bold;
}
#documentation-meta-data {
	font-style: italic;
}

/* ===== References ===== */
ol.references,
div.reflist,
div.refbegin {
	font-size: 90%;
	margin-bottom: 0.5em;
}
div.refbegin-100 {
	font-size: 100%;
}
div.reflist ol.references {
	font-size: 100%;
	list-style-type: inherit;
}
ol.references li:target,
sup.reference:target,
span.citation:target {
	background-color: rgba(0, 182, 255, 0.1);
	border: 1px dotted #00b6ff;
	border-radius: 4px;
}
sup.reference {
	font-style: normal;
	font-weight: normal;
}
span.brokenref {
	display: none;
}
.citation {
	word-wrap: break-word;
}
.citation .printonly {
	display: none;
}

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

/* ===== Text colors (Template:C) ===== */
.text-color,
.tc {
	font-style: normal;
}
.text-color.-stat,
.tc.-stat {
	color: #7f7f7f;
}
.text-color.-help,
.tc.-help {
	color: #7f7f7f;
	font-style: italic;
}
.text-color.-value,
.tc.-value {
	color: #ffffff;
}
.text-color.-mod,
.tc.-mod {
	color: #8888ff;
}
.text-color.-fire,
.tc.-fire {
	color: #960000;
}
.text-color.-cold,
.tc.-cold {
	color: #366492;
}
.text-color.-lightning,
.tc.-lightning {
	color: #ffd700;
}
.text-color.-chaos,
.tc.-chaos {
	color: #d02090;
}
.text-color.-cosmetic,
.tc.-cosmetic {
	color: #aa9e82;
}
.text-color.-flavour,
.tc.-flavour {
	color: #af6025;
	font-style: italic;
}
.text-color.-gemdesc,
.tc.-gemdesc {
	color: #1aa29b;
}
.text-color.-normal,
.tc.-normal {
	color: #c8c8c8;
}
.text-color.-magic,
.tc.-magic {
	color: #8888ff;
}
.text-color.-rare,
.tc.-rare {
	color: #ffff77;
}
.text-color.-unique,
.tc.-unique {
	color: #af6025;
}
.text-color.-currency,
.tc.-currency {
	color: #aa9e82;
}
.text-color.-gem,
.tc.-gem {
	color: #1aa29b;
}
.text-color.-card,
.tc.-card {
	color: #c1fcf8;
}
.text-color.-quest,
.tc.-quest {
	color: #4ae63a;
}
.text-color.-prophecy,
.tc.-prophecy {
	color: #b54bff;
}
.text-color.-corrupted,
.tc.-corrupted {
	color: #d20000;
}
.text-color.-nemesis,
.tc.-nemesis {
	color: rgb(255,200,0);
}
.text-color.-bloodline,
.tc.-bloodline {
	color: rgb(210,0,220);
}
.text-color.-torment,
.tc.-torment {
	color: rgb(50,230,100);
}
.text-color.-default,
.tc.-default {
	color: #7f7f7f;
}
.text-color > a,
.tc > a {
	color: inherit !important;
}
.text-color abbr,
.tc abbr {
	color: inherit;
}
em.tc {
	font-style:normal;
}
em.tc.-i {
	font-style:italic;
}

/* Something else? Not Template:C */

.text-diffnormal {
	color: #55aa22;
}
.text-diffcruel {
	color: #bbaa22;
}
.text-diffmerciless {
	color: #882222;
}
.text-life {
	color: rgb(184, 32, 45);
}
.text-mana {
	color: rgb(18, 87, 164);
}
.text-energy-shield {
	color: rgb(160, 206, 242);
}

/* ===== Item Box ===== */
.item-box {
	display: table;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	min-width: 300px;
	text-align: center;
	white-space: nowrap;
	font-family: 'Fontin-SmallCaps', Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-variant-ligatures: none;
	color: #7f7f7f;
	background-color: #000;
}
.item-box.-normal {
	border-color: #c8c8c8;
}
.item-box.-magic {
	border-color: #8888ff;
}
.item-box.-rare {
	border-color: #ffff77;
}
.item-box.-unique {
	border-color: #af6025;
}
.item-box.-currency {
	border-color: #aa9e82;
}
.item-box.-gem {
	border-color: #1aa29b;
}
.item-box.-quest {
	border-color: #4ae63a;
}
.item-box.-prophecy {
	border-color: #b54bff;
}
.item-box.-relic {
	border-color: #82ad6a;
}
.item-box > .header {
	display: block;
	position: relative;
	font-size: 20px;
	background-repeat: repeat-x;
}
.item-box > .header::before,
.item-box > .header::after {
	display: block;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	content: "";
}
.item-box > .header::before {
	left: 0;
}
.item-box > .header::after {
	right: 0;
}
.item-box.-normal > .header {
	color: #c8c8c8;
}
.item-box.-magic > .header {
	color: #8888ff;
}
.item-box.-rare > .header {
	color: #ffff77;
}
.item-box.-unique > .header {
	color: #af6025;
}
.item-box.-currency > .header {
	color: #aa9e82;
}
.item-box.-gem > .header {
	color: #1aa29b;
}
.item-box.-quest > .header {
	color: #4ae63a;
}
.item-box.-prophecy > .header {
	color: #b54bff;
}
.item-box.-relic > .header {
	color: #82ad6a;
}
.item-box > .header.-single,
.item-box > .header.-single::before,
.item-box > .header.-single::after {
	background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/9/9b/Item-ui-header-single.png");
}
.item-box > .header.-single {
	padding: 3px 29px;
	height: 28px;
	line-height: 25px;
}
.item-box > .header.-single::before,
.item-box > .header.-single::after {
	width: 29px;
	height: 34px;
}
.item-box.-normal > .header.-single::before {
	background-position: 0 0;
}
.item-box.-normal > .header.-single {
	background-position: center -34px;
}
.item-box.-normal > .header.-single::after {
	background-position: 0 -68px;
}
.item-box.-magic > .header.-single::before {
	background-position: 0 -102px;
}
.item-box.-magic > .header.-single {
	background-position: center -136px;
}
.item-box.-magic > .header.-single::after {
	background-position: 0 -170px;
}
.item-box.-currency > .header.-single::before {
	background-position: 0 -204px;
}
.item-box.-currency > .header.-single {
	background-position: center -238px;
}
.item-box.-currency > .header.-single::after {
	background-position: 0 -272px;
}
.item-box.-gem > .header.-single::before {
	background-position: 0 -306px;
}
.item-box.-gem > .header.-single {
	background-position: center -340px;
}
.item-box.-gem > .header.-single::after {
	background-position: 0 -374px;
}
.item-box.-quest > .header.-single::before {
	background-position: 0 -408px;
}
.item-box.-quest > .header.-single {
	background-position: center -442px;
}
.item-box.-quest > .header.-single::after {
	background-position: 0 -476px;
}
.item-box.-prophecy > .header.-single::before {
	background-position: 0 -510px;
}
.item-box.-prophecy > .header.-single {
	background-position: center -544px;
}
.item-box.-prophecy > .header.-single::after {
	background-position: 0 -578px;
}
.item-box > .header.-double,
.item-box > .header.-double::before,
.item-box > .header.-double::after {
	background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/e8/Item-ui-header-double.png");
}
.item-box > .header.-double {
	padding: 3px 44px;
	height: 48px;
	line-height: 22px;
}
.item-box > .header.-double::before,
.item-box > .header.-double::after {
	width: 44px;
	height: 54px;
}
.item-box.-rare > .header.-double::before {
	background-position: 0 0;
}
.item-box.-rare > .header.-double {
	background-position: center -54px;
}
.item-box.-rare > .header.-double::after {
	background-position: 0 -108px;
}
.item-box.-unique > .header.-double::before {
	background-position: 0 -162px;
}
.item-box.-unique > .header.-double {
	background-position: center -216px;
}
.item-box.-unique > .header.-double::after {
	background-position: 0 -270px;
}
.item-box.-relic > .header.-double,
.item-box.-relic > .header.-double::before,
.item-box.-relic > .header.-double::after {
	background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/e1/Item-ui-header-relic.gif");
}
.item-box.-relic > .header.-double::before {
	background-position: 0 0;
}
.item-box.-relic > .header.-double {
	background-position: center -54px;
}
.item-box.-relic > .header.-double::after {
	background-position: 0 -108px;
}
.item-box > .header > a,
.item-box > .header > .selflink {
	font-weight: normal;
	color: inherit !important;
}
.item-stats {
	display: block;
	padding: 7px 12px;
}
.item-stats.-nopad {
	padding: 0;
}
.item-stats > .group {
	display: block;
	margin: 0 auto;
}
.item-stats > .group:nth-last-child(n+2)::after,
.item-stat-separator::before {
	display: block;
	margin: 5px auto;
	width: 221px;
	height: 2px;
	background-image: url("https://hydra-media.cursecdn.com/pathofexile.gamepedia.com/e/ef/Item-ui-separators.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	content: "";
}
.item-box.-magic > .item-stats > .group::after,
.item-stat-separator.-magic::before {
	background-position: 0 -2px;
}
.item-box.-rare > .item-stats > .group::after,
.item-stat-separator.-rare::before {
	background-position: 0 -4px;
}
.item-box.-unique > .item-stats > .group::after,
.item-stat-separator.-unique::before  {
	background-position: 0 -6px;
}
.item-box.-currency > .item-stats > .group::after,
.item-stat-separator.-currency::before  {
	background-position: 0 -8px;
}
.item-box.-gem > .item-stats > .group::after,
.item-stat-separator.-gem::before  {
	background-position: 0 -10px;
}
.item-box.-quest > .item-stats > .group::after,
.item-stat-separator.-quest::before  {
	background-position: 0 -12px;
}
.item-box.-prophecy > .item-stats > .group::after,
.item-stat-separator.-prophecy::before  {
	background-position: 0 -14px;
}
.item-box.-relic > .item-stats > .group::after,
.item-stat-separator.-relic::before  {
	background-position: 0 -16px;
}
.item-stats > .group.-textwrap {
	width: 300px;
	white-space: normal;
}
.item-box > .image {
	display: block;
	padding: 7px 12px;
}

/* for Module:Item (old item module) */
.item-box.-floatright { 
	float: right;
	clear: right;
	margin-left: 14px;
	margin-bottom: 14px;
}
.itemboxhover,
.itemboxhovericon {
	position: absolute;
	z-index: 10000000; /* Needs to be on top always */
}
.itemboxhoverhide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.itemboxhovernojs {
	display: none !important;
}
.itemboxhover {
	background-color: rgba(0,0,0,0.85);
}
.itemboxhovericon {
	display: block;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.9)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.itemhover {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.item-box.-divicard {
	border: none;
	padding: 0;
	white-space: normal;
	background: none;
}
.divicard-wrapper {
	display: block;
	position: relative;
	width: 440px;
	height: 668px;
}
.divicard-art {
	display: block;
	position: absolute;
	top: 56px;
	left: 26px;
}
.divicard-art img {
	width: 390px;
	height: 280px;
}
.divicard-frame {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.divicard-frame img {
	width: 100%;
	height: 100%;
}
.divicard-header {
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 44px;
	color: #030301;
}
.divicard-header a,
.divicard-header .selflink {
	font-weight: normal;
}
.divicard-stack {
	display: block;
	position: absolute;
	top: 309px;
	left: 42px;
	width: 70px;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
}
.divicard-reward {
	display: table;
	position: absolute;
	top: 334px;
	left: 35px;
	font-size: 16px;
}
.divicard-reward > span {
	display: table-cell;
	vertical-align: middle;
	width: 374px;
	height: 110px;
}
.divicard-flavour {
	display: table;
	position: absolute;
	top: 452px;
	left: 35px;
	font-size: 16px;
}
.divicard-flavour > span {
	display: table-cell;
	vertical-align: middle;
	width: 374px;
	height: 184px;
}

/* for Module:Item2 */
.inline-infobox-hover {
	display:none;
	position: absolute;
	z-index: 10000000;
}

.inline-infobox-hover .item-box {
	float: left;
	display: inline-block;
}

.inline-infobox-hover .image {
	padding: 7px 12px;
}

.inline-infobox-container > a:first-child > img {
	height: 16px;
	width: auto;
}
.inline-infobox-container > a:last-child > img {
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto;
}
.inline-infobox-container:hover > .inline-infobox-hover {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

.infobox-page-container {
	float: right;
	clear: right;
	margin-left: 14px;
	margin-bottom: 14px;
}

.infobox-page-container .item-box {
	width: 300px;
}

.infobox-page-container .item-box:nth-child(n+2) {
	margin-top: 1em;
}

.infobox-page-container em.header {
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
	display: inline-block;
	margin-bottom: 0.5em;
}

.infobox-disabled-drop {
	color: red;
	font-weight: bold;
}


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

/* Template:Skill progression */

.skill-progression-table {
	width: auto;
	text-align: center;
}

.item-table {
	text-align: center;
	max-width: 100%;
}

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

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

/* ===== Status Infocard (Template:Status) ===== */
.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;
}

/* ===== Sidebar ===== */
.sidebar {
	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;
	border-width: 2px 1px;
	border-color: #1a1812 #1f1c15 #474233;
	border-radius: 6px;
	padding: 8px 1em;
	background-color: #26231b;
}
.sidebar-header {
	margin-bottom: 2px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	color: #dfcf99;
}

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

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

.passive-icon__image--keystone,
.passive-icon__frame--keystone,
.passive-icon__image--notable,
.passive-icon__frame--notable,
.passive-icon__image--basic,
.passive-icon__frame--basic,
.passive-icon__image--ascendancy-notable,
.passive-icon__frame--ascendancy-notable,
.passive-icon__image--ascendancy-basic,
.passive-icon__frame--ascendancy-basic {
	position: relative;
}

.passive-icon--keystone {
	width: 200px;
	height: 200px;
}

.passive-icon__image--keystone {
	top: 36px;
	left: 36px;
	width: 128px;
	height: 128px;
}

.passive-icon__frame--keystone {
	top: -128px;
	width: 200px;
	height: 200px;
}

.passive-icon--notable {
	width: 150px;
	height: 150px;
}

.passive-icon__image--notable {
	top: 25px;
	left: 25px;
	width: 100px;
	height: 100px;
}

.passive-icon__frame--notable {
	top: -100px;
	width: 150px;
	height: 150px;
}

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

.passive-icon__image--basic {
	top: 18px;
	left: 18px;
	width: 64px;
	height: 64px;
}

.passive-icon__frame--basic {
	top: -64px;
	width: 100px;
	height: 100px;
}

.passive-icon--ascendancy-notable {
	width: 150px;
	height: 150px;
}

.passive-icon__image--ascendancy-notable {
	top: 25px;
	left: 25px;
	width: 100px;
	height: 100px;
}

.passive-icon__frame--ascendancy-notable {
	top: -100px;
	width: 150px;
	height: 150px;
}

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

.passive-icon__image--ascendancy-basic {
	top: 18px;
	left: 18px;
	width: 64px;
	height: 64px;
}

.passive-icon__frame--ascendancy-basic {
	top: -64px;
	width: 100px;
	height: 100px;
}

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

.passive-icon__image--table {
	top: 18px;
	left: 18px;
	width: 64px;
	height: 64px;
}

.passive-icon__frame--table {
	top: -64px;
	width: 100px;
	height: 100px;
}

.passive-box {
	display: table;
	min-width: 300px;
	max-width: 550px;
	padding: 10px;
	border: 1px solid #787878;
	text-align: left;
	font-size: 100%;
	color: #7f7f7f;
	background-color: #000;
}

.passive-box__header {
	padding: 0 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}


.passive-box__header-name {
	font-size: 20px;
	line-height: 25px;
	color: #c8c8c8;
}

.passive-box__header-type {
	padding: 10px 0 0 0;
}

.passive-box__header-icon {
	margin: 3px 0 0 20px;
}

.passive-box__group {
	border-top: 1px solid #787878;
	margin: 10px 0 0 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.passive-box__group-block,
.passive-box__group-block--flavour {
	padding: 10px 2px 0 2px;
}

.passive-box__group-block--flavour {
	-ms-flex-item-align: center;
		align-self: center;
	text-align: center;
	padding-top: 20px;
}

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

/* ===== Gem Infobox ===== */
.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; }

/* ===== Succession Box ===== */
table.successionbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ===== bottom footer ads ===== */
.btflb{
	display: block;
	height: 90px !important;
	margin: 0 auto;
	padding: 5px 0;
	width:728px !important;
}

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

.module-error {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	padding: 2px 3px 2px 2px;
}

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

/* ===== Legacy Variant Tables (Template:Legacy variant table row) ===== */
.legacy-stats {
	font-size: 0.857em;
	color: #55548c;
}
.legacy-stats .text-color.-mod {
	font-size: 1.167em;
	color: #8888ff;
}
.legacy-stats .text-color.-not {
	font-size: 1.167em;
	text-decoration: line-through;
	color: #7f7f7f;
}

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

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

/* Pull quotes */
.pull-quote {
	display: table;
	margin: 1em auto;
	min-width: 25%;
}
.pull-quote > .quotation {
	margin: 0 auto;
	font-size: 1.15em;
	font-style: italic;
	color: #736551;
}
.pull-quote > .citation {
	margin: 0 auto;
	text-align: right;
	font-size: 0.85em;
	font-style: normal;
}
.pull-quote.-aligncenter > .quotation,
.pull-quote.-aligncenter > .citation {
	text-align: center;
}
.pull-quote > .citation > cite {
	font-style: inherit;
}
.pull-quote > .citation::before {
	content: "— ";
}
@media all and (min-width: 50em) {
	.pull-quote.-aligncenter > .quotation,
	.pull-quote.-aligncenter > .citation {
		width: 75%;
	}
	.pull-quote.-alignleft {
		float: left;
		margin: 0 1.75em 1em 0;
		border-right: 3px solid #51453d;
		padding-right: .75em;
	}
	.pull-quote.-alignright {
		float: right;
		margin: 0 0 1em 1.75em;
		border-left: 3px solid #51453d;
		padding-left: .75em;
	}
	.pull-quote.-alignleft,
	.pull-quote.-alignright {
		width: 33.3%;
	}
}
@media all and (min-width: 73em) {
	.pull-quote.-alignnone > .quotation,
	.pull-quote.-alignnone > .citation {
		width: 80%;
	}
	.pull-quote.-aligncenter > .quotation,
	.pull-quote.-aligncenter > .citation {
		width: 50%;
	}
	.pull-quote.-alignleft,
	.pull-quote.-alignright {
		width: 25%;
	}
}

/* Tooltip (Template:Tooltip) */
.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;
}

/* Mainpage Styles */
.page-Path_of_Exile_Wiki .firstHeading {
	display: none !important;
}
.mainpage-header {
	margin-bottom: 32px;
	text-align: center;
}
.mainpage-header h1 {
	margin-bottom: 20px;
	border: none;
	line-height: 1.1 !important;
	color: #ffaf46 !important;
	text-shadow: 0px 0px 10px rgba(209, 28, 0, 1);
}
.mainpage-header .h1-1,
.mainpage-header .h1-2 {
	background: radial-gradient(ellipse at center, rgba(154,2,0,0.9) 0%,rgba(154,2,0,0) 65%,rgba(154,2,0,0) 100%);
}
.mainpage-header .h1-1  {
	font-size: 26px;
	letter-spacing: 0.07em;
}
.mainpage-header .h1-2 {
	padding: 0 0.2em;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.01em;
}
.mainpage-version {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.mainpage-version > div {
	display: table-cell;
	vertical-align: middle;
}
.mainpage-version > div:first-child {
	width: 100%;
}
.mainpage-version > div:last-child {
	text-align: center;
}
.mainpage-news {
	margin: -12px -0.7em;
}
.mainpage-news > div {
	display: table;
	border-collapse: separate;
	border-spacing: 12px 0.7em;
}
.mainpage-news > div > div {
	display: table-row;
}
.mainpage-news .date,
.mainpage-news .title {
	display: table-cell;
	vertical-align: middle;
}
.mainpage-news .date > div {
	border-radius: 6px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 122%;
	line-height: 1.1;
	background-color: #332f24;
}
.mainpage-skills {
	width: 100%;
	text-align: center;
}
.mainpage-skills tr + tr td {
	padding-top: 12px;
}
.mainpage-equipment {
	width: 100%;
	text-align: center;
}
.mainpage-equipment tr + tr td {
	padding-top: 12px;
}
.mainpage-acts {
	width: 100%;
}
.mainpage-acts td {
	vertical-align: top;
}
.mainpage-mechanics {
	width: 100%;
}
.mainpage-mechanics td {
	vertical-align: top;
}