Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 164: Line 164:
justify-content: center;
justify-content: center;
width: 100px;
width: 100px;
height: 40px;
font-size: 12px;
line-height: 1.3;
text-align: center;
}
.wizlords-wideimagetext {
display: inline-block;
box-sizing: border-box;
width: 200px;
margin: 10px 12px;
vertical-align: top;
text-align: center;
}
.wizlords-wideimagetext-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 24px;
}
.wizlords-wideimagetext-grid .wizlords-wideimagetext {
margin: 0;
}
.wizlords-wideimagetext-image {
width: 200px;
height: 100px;
}
.wizlords-wideimagetext-image img {
display: block;
width: 200px;
height: 100px;
object-fit: cover;
border: 0;
background: transparent;
}
.wizlords-wideimagetext-text {
display: flex;
align-items: center;
justify-content: center;
width: 200px;
height: 40px;
height: 40px;
font-size: 12px;
font-size: 12px;