Template:Furniture/furniture.css: Difference between revisions

m
no edit summary
(Created page with " .furnituretable { width: 100%; min-width: 575px; max-width: 900px; } .furnituretable-summary { } .furnituretable-summary img { max-width: 100%; max-height: 124px; object-fit: contain; margin-top: 0.5em; } .furniture-name-main { display: block; text-align: center; font-size: 22px; font-weight: bold; } .furniture-name-sub { display: block; text-align: center; fo...")
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1:
.furnituretable {
width: 100%;
min-width: 575px380px;
max-width: 900px720px;
}
 
Line 11:
.furnituretable-summary img {
max-width: 100%;
max-height: 124px240px;
object-fit: contain;
margin-top: 0.5em;
}
 
Line 38 ⟶ 37:
}
 
.furnituretable .data-row > td {,
.furnituretable .data-row > th {
width: calc(100% / 4);
}
 
.related-portrait {
border-radius: 50%;
height: 48px;
object-fit: cover;
margin: 1px 4px 1px 0px;
}
 
.tabber__section {
margin-top: 0.5em6px;
}