MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 30: Line 30:
     z-index: 9999; /* Ensure it's on top of all objects */
     z-index: 9999; /* Ensure it's on top of all objects */
     top: 50%; /* Center vertically relative to the text */
     top: 50%; /* Center vertically relative to the text */
     left: 100%; /* Position to the right of the text */
     left: 50%; /* Center horizontally relative to the text */
     transform: translateY(-50%); /* Center the tooltip vertically */
     transform: translate(-50%, -50%); /* Center the tooltip */
     opacity: 0;
     opacity: 0;
     transition: opacity 0.3s ease-in-out;
     transition: opacity 0.3s ease-in-out;
Line 50: Line 50:
     opacity: 0;
     opacity: 0;
}
}




Navigation menu