Template:CollectibleTable/style.css

From Blue Archive Wiki
Jump to navigation Jump to search
/*** Collectible table output through DPL ***/
.collectible-table {
    width: 100%;
    min-width: 575px;
    max-width: 1024px;
}

.collectible-table td.icon {
    text-align: center;
}

.collectible-table td.icon img {
    margin: -4px -6px;
}

.collectible-table td.icon img.splashicon {
    margin: -1px -3px;
}

.collectible-related {
    padding: 0.2em 0;
    text-align: center;
}

.collectible-related img {
    margin: 4px;
}

.collectible-table-narrow {
    width: 100%;
    min-width: auto;
    max-width: 640px;
}


td.favorite {
    width: 118px;
}

td.liked {
    width: 174px;
}