MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4,315: Line 4,315:
}
}


.tile-top.tile-image {
tile-halves:hover .tile-top.tile-image img {
     position: relative;
     transform: scale(1.1);
    transition: 0.5s ease-out;
}
 
.tile-top.tile-image a {
     width: 100%;
     width: 100%;
    height: 100%;
    overflow: hidden;
}
}


Line 4,325: Line 4,327:
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     object-fit: cover;
     object-fit: contain;
     transition: transform 0.5s ease-out;
     transition: 0.4s ease-out;
    box-sizing: border-box;
}
}


.tile-top.tile-image:hover img {
    transform: scale(1.1);
}
.tile-bottom {
.tile-bottom {
     background: var(--tile-background-color);
     background: var(--tile-background-color);