MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 437: Line 437:
     height: 75px;
     height: 75px;
}
}
.image3 {
 
    margin-right: 10px; /* Adjust the spacing between images */
    transition: transform 0.3s ease; /* Add transition for smooth scaling */
    transform-origin: top left; /* Set the transform origin */
}
.image3 img {
    display: block;
    width: auto;
    height: 75px;
}
.image1:hover,
.image1:hover,
.image2:hover,
.image2:hover {
.image3:hover {
     transform: scale(2); /* Increase the scale factor as needed */
     transform: scale(2); /* Increase the scale factor as needed */
}
}

Navigation menu