Template:Item tooltip/styles.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
Line 11: Line 11:
.template_itemTooltip .name.soul  { color: #DAA949; }
.template_itemTooltip .name.soul  { color: #DAA949; }
.template_itemTooltip .name.unique { color: #050; }
.template_itemTooltip .name.unique { color: #050; }
.template_itemTooltip .name.epic  { color: #E0E; }
.template_itemTooltip .description {
  margin:10px 0;
}
.template_itemTooltip .attributeTable {
  margin-bottom:10px;
}


.template_itemTooltip .bonuses {
.template_itemTooltip .bonuses {
Line 20: Line 30:
}
}


.template_itemTooltip .untradeable {
  margin-bottom: 10px;
  color: red;
}


.template_itemTooltip .unidentified {
.template_itemTooltip .unidentified {
   color: #0F0;
   color: red;
}
}


.template_itemTooltip .price {
.template_itemTooltip .price {
   color: #0F0;
  margin: 10px 0;
  text-align: center;
   color: #43D8C5;
}
}

Revision as of 12:59, 9 June 2024

.template_itemTooltip {
  padding: 8px;
  color: white;
  background-color: black;
  
}

.template_itemTooltip .name { font-weight: bold; color: #FFF; }
.template_itemTooltip .name.magic  { color: #0FF; }
.template_itemTooltip .name.rare   { color: #FF0; }
.template_itemTooltip .name.soul   { color: #DAA949; }
.template_itemTooltip .name.unique { color: #050; }
.template_itemTooltip .name.epic   { color: #E0E; }

.template_itemTooltip .description {
  margin:10px 0;
}

.template_itemTooltip .attributeTable {
  margin-bottom:10px;
}


.template_itemTooltip .bonuses {
  color: #0F0;
}

.template_itemTooltip .negative {
  color: #F00;
}

.template_itemTooltip .untradeable {
  margin-bottom: 10px;
  color: red;
}

.template_itemTooltip .unidentified {
  color: red;
}

.template_itemTooltip .price {
  margin: 10px 0;
  text-align: center;
  color: #43D8C5;
}