Template:GiftTable/style.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 31: Line 31:


td.favorite {
td.favorite {
width: 114px;
width: 174px;
}
}


td.liked {
td.liked {
width: 170px;
width: 230px;
}
}

Latest revision as of 12:56, 21 July 2022

/*** Gifts table output through DPL ***/
.gifts-table {
    width: 100%;
    min-width: 575px;
    max-width: 1200px;
}

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

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

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

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

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


td.favorite {
    width: 174px;
}

td.liked {
    width: 230px;
}