Template:UniqueWeapon/weapon.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 43: Line 43:
.weapontable .data-row > td {
.weapontable .data-row > td {
width: calc(100% / 7);
width: calc(100% / 7);
}

.weapontable .tbd {
color:#aaaaaa;
}
}

Revision as of 12:08, 25 November 2021

    .weapontable {
        width: 100%;
        min-width: 575px;
        max-width: 900px;
    }

    .weapontable-summary {

    }

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

    .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 .rarity img {
        filter: hue-rotate(120deg);
    }

    

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

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

    .weapontable .tbd {
        color:#aaaaaa;
    }