Template:Emblem/style.css

From Blue Archive Wiki
Jump to navigation Jump to search
.emblemtable {
    width: 100%;
    min-width: 380px;
    max-width: 780px;
}

.emblemtable .emblem {
    margin: auto;
}

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


/* Emblem */
div.emblem {
    position: relative;
    /* width: 100%;
    max-width: 558px; */
    width: 558px;
    aspect-ratio: 558/106;
    /* container-type: inline-size; */
}

div.emblem > div {
    width: 100%;
    box-sizing: border-box;
}

div.emblem .name {
    position: absolute;
    padding-left: 26%;
    padding-right: 2%;
    top:8%;
    text-align: center;
    text-transform: uppercase;
    color: #4f6881;
    text-shadow: 0 0 3px #fff;
    font-size: 32px;
    /* font-size: 5.8cqw; */
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff;
}

div.emblem .emblem-icon {
    position: absolute;
    height: 100%;
    width: auto;
    padding-top: 0.55%;
    padding-left: 0.7%;
    padding-bottom: 1.9%;
}

div.emblem .emblem-iconbg img {
    width: 100%;
    height: auto;
}



/* Probability and amount pillows */

/* 
.emblemtable span.prob,
.emblemtable span.amount {
    display: inline-block;
    line-height: 20px;
    border-radius: 12px;
    padding: 0 6px;
    color: #fff;
}

.emblemtable span.prob {
    background: #406ea0;
}

.emblemtable span.amount {
    background: #a06c40;
    font-size: 12px;
} */