MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
@keyframes gradient-text {
/* Замените .custom-link-text на класс или идентификатор вашего элемента */
     0% {
.custom-link-text a {
        background-position: 0% 0%;
     color: inherit; /* Сохраняет цвет текста */
    }
    text-decoration: none; /* Убирает подчеркивание */
    100% {
}
        background-position: 100% 100%;
 
    }
 
.red-background {
  background-color: #D02019;
}
}


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




Line 988: Line 984:
}
}


hr.whowe-hr { border: 0; height: 5px; background: linear-gradient(to right, rgba(208, 32, 25, 0), #D02019, rgba(208, 32, 25, 0)); line-height: 1; }
hr.whowe-hr { border: 0; height: 5px; background: linear-gradient(to right, rgba(208, 32, 25, 0), #D02019, rgba(208, 32, 25, 0)); }


table td.hover-effect { background-color: #FF0000; transition: background-color 0.3s ease; }
table td.hover-effect { background-color: #FF0000; transition: background-color 0.3s ease; }

Navigation menu