MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 110: Line 110:
.table-bg-red {
.table-bg-red {
   background: color-mix(in srgb, #d53e4f, transparent 50%);
   background: color-mix(in srgb, #d53e4f, transparent 50%);
}
.table-bg-ultrarare,
.table-bg-purple {
  background: color-mix(in srgb, #9b91af, transparent 50%);
}
}
.table-bg-random,
.table-bg-random,
Line 199: Line 203:
.skill-potionmaking .skill-icon { background-color: #98b7f9; }
.skill-potionmaking .skill-icon { background-color: #98b7f9; }
.skill-smithing .skill-icon { background-color: #ff7cf1; }
.skill-smithing .skill-icon { background-color: #ff7cf1; }
.skill-grid a.skill {
  text-decoration: none;
  color: inherit;
}


.tile-halves {
.tile-halves {
Line 311: Line 320:
   text-decoration:none;
   text-decoration:none;
   background-color:#525ee0
   background-color:#525ee0
}
.image-overlay {
  position: relative;
  display: inline-block;
}
.image-overlay .base {
  display: block;
}
.image-overlay .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6) rotate(-25deg);
  z-index: 2;
}
}