MediaWiki:Theme-sai.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 8: Line 8:
}
}


.gradient-text {
.twentyonewikilogo {
    font-family: 'MyCustomFont1';
    font-size: 100px;
    cursor: pointer; /* Чтобы указать, что элемент кликабельный */
    line-height: 1; /* Устанавливаем высоту строки, чтобы минимизировать отступы */
     background: linear-gradient(45deg, #48B4DB, #EC8BC3, #EC8B00);
     background: linear-gradient(45deg, #48B4DB, #EC8BC3, #EC8B00);
     background-size: 300% 300%;
     background-size: 300% 300%;
Line 14: Line 18:
     -webkit-text-fill-color: transparent;
     -webkit-text-fill-color: transparent;
     animation: gradient-text 5s ease infinite;
     animation: gradient-text 5s ease infinite;
    cursor: pointer; /* Чтобы указать, что элемент кликабельный */
    line-height: 1; /* Устанавливаем высоту строки, чтобы минимизировать отступы */
    font-family: 'MyCustomFont1';
    font-size: 100px;
}
}


.twentyonewikilogo {
    font-family: 'MyCustomFont1';
    font-size: 100px;
    color: #48B4DB;
    cursor: pointer; /* Чтобы указать, что элемент кликабельный */
    line-height: 1; /* Устанавливаем высоту строки, чтобы минимизировать отступы */
}


.red-background {
.red-background {

Navigation menu