Template:UniqueGear/style.css

From Blue Archive Wiki
Revision as of 07:35, 20 July 2022 by Electricsheep (talk | contribs) (Created page with " .geartable { width: 100%; min-width: 575px; max-width: 900px; } .geartable-summary { } .geartable-summary img { max-width: 100%; max-height: 124px; object-fit: contain; margin-top: 0.5em; } .gear-name-main { display: block; text-align: center; font-size: 22px; font-weight: bold; } .gear-name-sub { display: block; text-align: center; font-size: 16px; font-weigh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
    .geartable {
        width: 100%;
        min-width: 575px;
        max-width: 900px;
    }

    .geartable-summary {

    }

    .geartable-summary img {
        max-width: 100%;
        max-height: 124px;
        object-fit: contain;
        margin-top: 0.5em;
    }

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

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

    .gear-description {

    }

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

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

    .geartable .data-row > td {
        width: calc(100% / 7);
    }