MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 2,364: Line 2,364:


.tile-top.tile-image {
.tile-top.tile-image {
    display: flex;
display: flex;
    align-items: center;
     background-color: #949eaa;
     background-color: #949eaa;
     overflow: hidden;
     overflow: hidden;
Line 2,371: Line 2,370:
     height: 13vw;
     height: 13vw;
     max-height: 12em;
     max-height: 12em;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
}
}


Line 3,773: Line 3,775:
.infobox .infobox-image {
.infobox .infobox-image {
     text-align: center;
     text-align: center;
     word-spacing: -4px;
     word-spacing: 0;
}
}