Template:Furniture/furniture.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 25: Line 25:
opacity: 0.75;
opacity: 0.75;
transition: .15s;
transition: .15s;
z-index: 0;
}
}
.furniture-image .sizetable-container:hover {
.furniture-image .sizetable-container:hover {
Line 32: Line 33:
.furniture-name-main {
.furniture-name-main {
display: block; text-align: center; font-size: 22px; font-weight: bold;
display: block; text-align: center; font-size: 22px; font-weight: bold;
position: relative;
z-index: 1;
}
}


.furniture-name-sub {
.furniture-name-sub {
display: block; text-align: center; font-size: 16px; font-weight: bold; color: #555555;
display: block; text-align: center; font-size: 16px; font-weight: bold; color: #555555;
position: relative;
z-index: 1;
}
}


Line 46: Line 51:
}
}





.furnituretable .data-row {
.furnituretable .data-row {
Line 64: Line 69:
}
}


.tabber__section {
.tabber__section {
margin: 6px;
margin: 6px;
}
}