Template:Furniture/furniture.css

From Blue Archive Wiki
Jump to navigation Jump to search
    .furnituretable {
        width: 100%;
        min-width: 380px;
        max-width: 720px;
    }

    .furnituretable-summary {

    }

    .furnituretable-summary img {
        max-width: 100%;
        max-height: 240px;
        object-fit: contain;
    }

    .furniture-name-main {
        display: block; text-align: center; font-size: 22px; font-weight: bold;
    }

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

    .furniture-description {

    }

    .furnituretable .rarity {
        text-align: center;
    }

  

    .furnituretable .data-row {
        text-align: center;
    }

    .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: 6px;
}