Skip to content

Rainbow Moonstone Shard Animated Ore by lorwolfanon

Details

Authorlorwolfanon

LicenseNo License

CategoryLorwolf

Created

Updated

Size749 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

enhances the moonstone shard ores to make them easier to see

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Rainbow Moonstone Shard Animated Ore
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.lorwolf.com/Mining") {

    
    

    /*my animation*/
    img[src$='https://lorwolf.azureedge.net/static/Ore-Moonstone.png']
      {
        border-radius: 5px !important;
        animation: huerotate 25s linear;
        animation-iteration-count: infinite;
      }
    

        @keyframes huerotate { 
            0%{
                filter: hue-rotate(0deg) saturate(400%);
            }
            100%{
                filter: hue-rotate(3600deg) saturate(400%); 
            }
        }
    
}

Reviews

No reviews yet.