Template:Item Quality: Difference between revisions

From Slippy Studios
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
<span style="background:#000;padding:0 5px;border-radius:5px;display:inline-block;margin-bottom:5px;">[[Item Quality#{{{quality|{{{color}}}}}}|<font id="quality-type" class="{{{quality|{{{color}}}}}}">{{{item|}}} {{{quality|}}}</font>]]</span>
font#quality-type {
  font-weight: bold;
  text-shadow: rgba(0,0,0,1) 1px 1px;
}
 
.regular,
.Regular {
  color: #FFD700;
}
 
.strange,
.Strange {
  color: #CF6A32;
}
 
.spooky,
.Spooky {
  color: #38F3AB;
}
 
.special,
.Special {
  color: #70B04A;
}
 
.genuine,
.Genuine {
  color: #4D7455;
}
 
.collectors,
.Collectors {
  color: #AA0000;
}
 
.vintage,
.Vintage {
  color: #476291;
}
 
.spectacular,
.Spectacular {
  color: #8650AC;
}
 
.admin,
.Admin {
  background: linear-gradient(
    to right,
    hsl(0, 100%, 50%),
    hsl(36, 100%, 50%),
    hsl(56, 100%, 50%),
    hsl(81, 100%, 50%),
    hsl(153, 100%, 50%),
    hsl(177, 100%, 50%),
    hsl(208, 100%, 50%),
    hsl(270, 100%, 50%),
    hsl(291, 100%, 50%),
    hsl(321, 100%, 50%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: rgba(0,0,0,0.0) 0px 0px 0px !important;
}
}}
[[Item Quality#{{{quality|{{{color}}}}}}|<font id="quality-type" class="{{{quality|{{{color}}}}}}">{{{item|}}} {{{quality|}}}</font>]]

Latest revision as of 13:15, 27 September 2025

[[Item Quality#{{{color}}}| ]]