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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 476: Line 476:
.wizlords-culture-row-feature {
.wizlords-culture-row-feature {
display: grid;
display: grid;
grid-template-columns: 150px 1px minmax(0, 1fr);
grid-template-columns: 150px 1px minmax(0, 1fr) 300px;
align-items: center;
align-items: center;
gap: 22px;
gap: 22px;
Line 534: Line 534:
right: 0;
right: 0;
bottom: -18px;
bottom: -18px;
}
.wizlords-culture-appearance {
box-sizing: border-box;
width: 300px;
padding: 4px;
border: 1px solid var(--wiz-race-table-divider-colour, #9d7531);
background: #171717;
}
.wizlords-culture-appearance img {
display: block;
width: 300px;
height: 138px;
object-fit: cover;
border: 0;
background: transparent;
}
.wizlords-culture-appearance-caption {
margin-top: 4px;
color: var(--wiz-text, #d2d2d2);
font-size: 12px;
line-height: 1.3;
}
}