MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 13: Line 13:
     font-size: 4rem; /* Размер текста */
     font-size: 4rem; /* Размер текста */
     font-weight: bold;
     font-weight: bold;
     background: linear-gradient(45deg, lightcoral 25%, lightblue 25%, lightblue 50%, lightcoral 50%, lightcoral 75%, lightblue 125%);
     background: linear-gradient(45deg, lightcoral 25%, lightblue 25%, lightblue 50%, lightcoral 50%, lightcoral 75%, lightblue 165%);
     background-size: 200% 200%;
     background-size: 200% 200%;
     background-clip: text;
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-background-clip: text;
     color: transparent;
     color: transparent;
     animation: waveAnimation 16s infinite linear;
     animation: waveAnimation 4s infinite linear;
}
}


Navigation menu