MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 437: Line 437:
     transform: matrix(1, -0.002, 0.02, 1, 0, 0);
     transform: matrix(1, -0.002, 0.02, 1, 0, 0);
     transition: all 0.3s ease;
     transition: all 0.3s ease;
     opacity: 0; /* Initially hidden */
     opacity: 1; /* Initially hidden */
     z-index: -1; /* Ensures it's under the main content */
     z-index: -1; /* Ensures it's under the main content */
}
}

Navigation menu