Template:Item Quality Admin: Difference between revisions

From HyruleGamingGroup Wiki
Jump to navigation Jump to search
(Created page with "{{#css: .admin-quality-wavy { animation-name: wavy; animation-duration: 1.3s; animation-timing-function: ease; animation-iteration-count: infinite; position: relative; top: 0; left: 0; } @keyframes admin-quality-animated { 0% { top: 0px; } 50% { top: -15px; } 100% { top: 0px; } } }} <span id="admin-quality-animated">Test</span>")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 22: Line 22:
}
}


span.rainbow {
  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;
  font-weight: bold;
  margin-top: -10px;
  float: left;
}
}}
}}
<span id="admin-quality-animated">Test</span>
<span id="admin-quality-animated" class="rainbow">{{{name}}}</span>

Latest revision as of 13:32, 23 November 2023

{{{name}}}