Template:Furniture/furniture.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 13:
max-height: 240px;
object-fit: contain;
}
 
.furniture-image {
position: relative;
}
 
.furniture-image .sizetable-container {
position: absolute;
right: 12px;
bottom: -20px;
opacity: 0.75;
transition: .15s;
z-index: 1;
}
.furniture-image .sizetable-container:hover {
opacity: 1;
}
 
.furniture-name-main {
display: block; text-align: center; font-size: 22px; font-weight: bold;
position: relative;
z-index: 2;
}
 
.furniture-name-sub {
display: block; text-align: center; font-size: 16px; font-weight: bold; color: #555555;
position: relative;
z-index: 2;
}
 
Line 31 ⟶ 51:
}
 
 
 
.furnituretable .data-row {
Line 49 ⟶ 69:
}
 
.tabber__section {
margin: 6px;
}
}