MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
#help-us-button {
@keyframes blink {
     position: fixed;
     0% { opacity: 1; }
     bottom: 20px;
     50% { opacity: 0; }
     right: 20px;
     100% { opacity: 1; }
     padding: 10px 20px;
}
 
.blinking-button {
     animation: blink 1s infinite;
    /* Можно добавить другие стили кнопки */
     background-color: red;
     background-color: red;
     color: white;
     color: white;
     border: none;
     border: none;
     border-radius: 5px;
     padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
     cursor: pointer;
     cursor: pointer;
    font-size: 16px;
    z-index: 1000;
}
}


.blink {
    opacity: 0.5;
}




Navigation menu