MediaWiki:Theme-sai.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 2: Line 2:
     0% {
     0% {
         background-position: 0% 0%;
         background-position: 0% 0%;
    }
    33% {
        background-position: 100% 0%;
    }
    66% {
        background-position: 100% 100%;
     }
     }
     100% {
     100% {
         background-position: 100% 100%;
         background-position: 0% 100%;
     }
     }
}
}
Line 17: Line 23:
     -webkit-background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     -webkit-text-fill-color: transparent;
     animation: gradient-text 5s ease infinite;
     animation: gradient-text 6s linear infinite;
}
}




Navigation menu