Template:Emblem/style.css

From Blue Archive Wiki
Revision as of 08:24, 4 February 2024 by Electricsheep (talk | contribs) (Created page with ".emblemtable { width: 100%; min-width: 380px; max-width: 780px; } →‎.emblemtable .summary { }: .emblemtable .summary img { max-width: 100%; max-height: 240px; object-fit: contain; } →‎.emblemtable .summary img.splashicon { max-height: 425px; }: .item-name-main { display: block; text-align: center; font-size: 22px; font-weight: bold; } .item-name-sub { display: block; text-align: center; font-size: 16px; font-weight: bold; c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.emblemtable {
    width: 100%;
    min-width: 380px;
    max-width: 780px;
}

/* .emblemtable .summary {

} */

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

/* .emblemtable .summary img.splashicon {
    max-height: 425px;
} */

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

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

.item-description {
    display: block;
    width: 100%;
    clear: both;
}

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



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

.emblemtable .data-row > td,
.emblemtable .data-row > th {
    width: calc(100% / 4);
}