В шаблон EXTRA.CSS добавляем:
Эффект первый (черная полоса).
.button {
background: rgb(255, 255, 200) linear-gradient(135deg, #a5cae4 0%, #a5cae4 40%, #000 50%, #a5cae4 60%, #a5cae4 100%) no-repeat scroll 0 center / 300% auto;
}
.button:hover {
animation: 1s ease 0s normal none 1 running light...