MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,728: Line 1,728:
     line-height: 22px;
     line-height: 22px;
     letter-spacing: 0.37px;
     letter-spacing: 0.37px;
     position: relative; /* Add this to contain the absolute positioned child */
     position: relative; /* Positioning context for absolute children */
}
}
#submit a {
#submit a {
Line 1,743: Line 1,743:
     background: black;
     background: black;
     width: 20%;
     width: 20%;
     position: absolute; /* Add this to position it relative to the parent */
     position: absolute; /* Position relative to the parent */
     top: 100%; /* Position below the parent */
     top: 100%; /* Position below the parent */
     left: 0; /* Align left with the parent */
     left: 0; /* Align left with the parent */
Line 1,754: Line 1,754:
     letter-spacing: 0.37px;
     letter-spacing: 0.37px;
}
}
#submit:hover .submit-hide {
#submit:hover + .submit-hide,
.footer:hover .submit-hide {
     display: block;
     display: block;
     opacity: 1;
     opacity: 1;
     visibility: visible;
     visibility: visible;
}
}




Navigation menu