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 13: Line 13:
max-height: 124px;
max-height: 124px;
object-fit: contain;
object-fit: contain;
margin-top: 0.5em;
}
}



Revision as of 12:13, 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;
        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 .rarity img {
        filter: hue-rotate(120deg);
    }

    

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

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

    .weapontable .tbd {
        color:#aaaaaa;
    }