Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
Register
(Created page with " →‎===== Item Box =====: .item-box { display: table; border-width: 1px; border-style: solid; padding: 2px; text-align: center; font-family: 'Fontin-SmallCaps',...")
(No difference)

Revision as of 15:13, 24 January 2021

/* ===== Item Box ===== */
.item-box {
  display: table;
  border-width: 1px;
  border-style: solid;
  padding: 2px;
  text-align: center;
  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("/media/9/9b/Item-ui-header-single.png");
}
.item-box > .header.-single {
  padding: 3px 0;
  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("/media/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("/media/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("/media/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: 100%;
}

.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("/media/b/b7/Inline_Generic_gem.png"); }
.gem-link.str-skill a { background-image: url("/media/b/b5/Inline_Str_gem.png"); }
.gem-link.dex-skill a { background-image: url("/media/3/34/Inline_Dex_gem.png"); }
.gem-link.int-skill a { background-image: url("/media/8/86/Inline_Int_gem.png"); }
.gem-link.str-suppt a { background-image: url("/media/5/5e/Inline_Str_support_gem.png"); }
.gem-link.dex-suppt a { background-image: url("/media/f/f9/Inline_Dex_support_gem.png"); }
.gem-link.int-suppt a { background-image: url("/media/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);
}

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