Template:UniqueWeapon/weapon.css

From Blue Archive Wiki
Jump to navigation Jump to search
    .weapontable {
        width: 100%;
        min-width: 575px;
        max-width: 900px;
    }

    .weapontable-summary {

    }

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

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

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

    .weapon-description {

    }

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

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

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