Template:Furniture/furniture.css

From Blue Archive Wiki
Revision as of 08:36, 15 January 2022 by Electricsheep (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
    .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; 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 {
        width: calc(100% / 4);
    }