Template:Item Quality Admin: Difference between revisions
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 |
||
Line 20: | Line 20: | ||
top: 0px; | top: 0px; | ||
} | } | ||
} | |||
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; | |||
text-align: center; | |||
} | } | ||
}} | }} | ||
<span id="admin-quality-animated">Test</span> | <span id="admin-quality-animated" class="rainbow">Test</span> |
Revision as of 14:29, 23 November 2023
Test