Template:CharacterAffectionTable/affection.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
No edit summary
m (Electricsheep moved page Template:AffectionTable/affection.css to Template:CharacterAffectionTable/affection.css without leaving a redirect)
(No difference)

Revision as of 14:35, 30 December 2021

.affectiontable {
    width: 100%;
    min-width: 575px;
    max-width: 740px;
}

.affection-data {
    column-count: 4;
    column-gap: 14px;
    column-rule: 1px solid #a2a9b1;
}

.affectiontable div {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.affectiontable div > span {
    display: inline-block;
    min-width: 20px;
    color: #2d4c72;
    text-align: right;
    font-weight: bold;
}