Template:UniqueWeapon/weapon.css

Revision as of 11:32, 25 November 2021 by Electricsheep (talk | contribs) (Created page with " .weapontable { width: 100%; min-width: 575px; max-width: 900px; } .weapontable-summary { } .weapontable-summary img { ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    .weapontable {
        width: 100%;
        min-width: 575px;
        max-width: 900px;
    }

    .weapontable-summary {

    }

    .weapontable-summary img {
        max-width: 100%;
        max-height: 120px;
    }

    .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 {

    }