Template:Item quality color: Difference between revisions

From HyruleGamingGroup Wiki
Jump to navigation Jump to search
(Created page with "{{#css: span#quality-type { background: #000; padding: 5px; font-weight: bold; border-radius: 7.5px; } span.regular { color: #FFD700; } span.strange { color: #CF6A32; } span.spooky { color: #38F3AB; } span.special { color: #70B04A; } span.vintage { color: #476291; } span.spectacular { color: #8650AC; } span.admin { color: #A50F79; } }} <span id="quality-type" class="{{{quality}}}">{{{quality}}}</span>")
 
No edit summary
 
(59 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
{{#css:


span#quality-type {
font#quality-type {
  background: #000;
  padding: 5px;
   font-weight: bold;
   font-weight: bold;
   border-radius: 7.5px;
   text-shadow: rgba(0,0,0,1) 1px 1px;
}
}


span.regular {
.regular,
.Regular {
   color: #FFD700;
   color: #FFD700;
}
}


span.strange {
.strange,
.Strange {
   color: #CF6A32;
   color: #CF6A32;
}
}


span.spooky {
.spooky,
.Spooky {
   color: #38F3AB;
   color: #38F3AB;
}
}


span.special {
.special,
.Special {
   color: #70B04A;
   color: #70B04A;
}
}


span.vintage {
.genuine,
.Genuine {
  color: #4D7455;
}
 
.vintage,
.Vintage {
   color: #476291;
   color: #476291;
}
}


span.spectacular {
.spectacular,
.Spectacular {
   color: #8650AC;
   color: #8650AC;
}
}


span.admin {
.admin,
   color: #A50F79;
.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;
}
}
}}
}}
<span id="quality-type" class="{{{quality}}}">{{{quality}}}</span>
[[Item Quality#{{{quality|{{{color}}}}}}|<font id="quality-type" class="{{{quality|{{{color}}}}}}">{{{item|}}} {{{quality|}}}</font>]]

Latest revision as of 17:40, 8 March 2024

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