Template:Item quality color: Difference between revisions

From HyruleGamingGroup Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(57 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;
  color: #fff;
}
}


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,
.Admin {
   background: linear-gradient(
   background: linear-gradient(
     to right,  
     to right,  
Line 49: Line 58:
   -webkit-background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-text-fill-color: transparent;
   font-weight: bold;
   text-shadow: rgba(0,0,0,0.0) 0px 0px 0px !important;
  margin-top: -10px;
  float: left;
}
}
}}
}}
<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}}}| ]]