Template:Furniture/furniture.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 42: Line 42:
}
}


.interaction-portrait {
.related-portrait {
border-radius: 50%;
border-radius: 50%;
height: 48px;
height: 48px;
object-fit: cover;
object-fit: cover;
margin: 1px 4px 1px 0px;
}
}

.tabber__section {
margin: 6px;
}

Latest revision as of 14:13, 8 August 2022

    .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;
}