MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,125: Line 1,125:
}
}
.list-images {
.list-images {
display: inline-block;
    display: inline-block;
border-top: 1px solid black;
padding-top: 5px;
padding-bottom: 5px;
display: flex; /* Use flexbox to align children in a row */
    flex-wrap: nowrap; /* Prevent wrapping to the next line */
}
}
.list-image1 {
.list-image1 {
display: inline-block;
    display: inline-block;
    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 */
}
.list-image1 img {
    display: block;
    width: auto;
    height: 75px;
}
}
.list-image2 {
.list-image2 {
display: inline-block;
    display: inline-block;
    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 */
}
.list-image2 img {
    display: block;
    width: auto;
    height: 75px;
}
}
.list-image3 {
.list-image3 {
display: inline-block;
    display: inline-block;
}
    margin-right: 10px; /* Adjust the spacing between images */
 
transition: transform 0.3s ease; /* Add transition for smooth scaling */
.list-image4 {
transform-origin: top left; /* Set the transform origin */
display: inline-block;
}
 
.list-image5 {
display: inline-block;
}
}

Navigation menu