Template:Furniture/furniture.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with " .furnituretable { width: 100%; min-width: 575px; max-width: 900px; } .furnituretable-summary { } .furnituretable-summary img { max-width: 100%; max-height: 124px; object-fit: contain; margin-top: 0.5em; } .furniture-name-main { display: block; text-align: center; font-size: 22px; font-weight: bold; } .furniture-name-sub { display: block; text-align: center; fo...")
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
.furnituretable {
.furnituretable {
width: 100%;
width: 100%;
min-width: 575px;
min-width: 380px;
max-width: 900px;
max-width: 720px;
}
}


Line 11: Line 11:
.furnituretable-summary img {
.furnituretable-summary img {
max-width: 100%;
max-width: 100%;
max-height: 124px;
max-height: 240px;
object-fit: contain;
object-fit: contain;
margin-top: 0.5em;
}
}


Line 38: Line 37:
}
}


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

.related-portrait {
border-radius: 50%;
height: 48px;
object-fit: cover;
margin: 1px 4px 1px 0px;
}

.tabber__section {
margin: 6px;
}

Latest revision as of 14:13, 8 August 2022

    .furnituretable {
        width: 100%;
        min-width: 380px;
        max-width: 720px;
    }

    .furnituretable-summary {

    }

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

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

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

    .furniture-description {

    }

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

  

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

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

    .related-portrait {
        border-radius: 50%;
        height: 48px;
        object-fit: cover;
        margin: 1px 4px 1px 0px;
    }

.tabber__section {
    margin: 6px;
}