Template:UniqueWeapon/weapon.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(now uses WeaponRarity template instead of hue-rotating original)
 
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:
.weapontable-summary img {
.weapontable-summary img {
max-width: 100%;
max-width: 100%;
max-height: 120px;
max-height: 124px;
object-fit: contain;
margin-top: 0.5em;
}
}


Line 25: Line 27:


}
}

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


.weapontable .data-row {
.weapontable .data-row {

Latest revision as of 17:43, 25 January 2022

    .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);
    }