MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,799: Line 1,799:
   background: none;
   background: none;
   border: none;
   border: none;
}
.submit-hide {
opacity: 0; /* Make it invisible initially */
    visibility: hidden; /* Ensure it's not interactable */
    display: none;
    color: black;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.4px;
    width: 200%;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: opacity 0.8s ease, visibility 0.8s;
}
}
/* ----->END------ FOOTER and SEARCH  */
/* ----->END------ FOOTER and SEARCH  */

Navigation menu