MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,725: Line 1,725:


#submit {
#submit {
font-size: 17px;
    font-size: 17px;
     line-height: 22px;
     line-height: 22px;
letter-spacing: 0.37px;
    letter-spacing: 0.37px;
    position: relative; /* Add this to contain the absolute positioned child */
}
}
#submit a {
#submit a {
     cursor: pointer;
     cursor: pointer;
     color: black!important;
     color: black !important;
}
}
#submit a:hover{
#submit a:hover {
     color: black;
     color: black;
}
}
.submit-hide {
.submit-hide {
opacity: 0; /* Make it invisible initially */
    opacity: 0; /* Make it invisible initially */
     visibility: hidden; /* Ensure it's not interactable */
     visibility: hidden; /* Ensure it's not interactable */
     display: none;
     display: none;
     background: black;
     background: black;
     width: 20%;
     width: 20%;
    position: absolute; /* Add this to position it relative to the parent */
    top: 100%; /* Position below the parent */
    left: 0; /* Align left with the parent */
    z-index: 1; /* Ensure it's above other content */
}
}
.submit-hide p{
.submit-hide p {
     color: white;
     color: white;
     font-size: 17px;
     font-size: 17px;
Line 1,749: Line 1,754:
     letter-spacing: 0.37px;
     letter-spacing: 0.37px;
}
}
#submit:hover + .submit-hide {
#submit:hover .submit-hide {
display: block;
    display: block;
     opacity: 1;  
     opacity: 1;
     visibility: visible;  
     visibility: visible;
}
}


.suggestions {
.suggestions {

Navigation menu