Modèle:Color ID/styles.css

De ARK Wiki
Aller à la navigation Aller à la recherche
.color-id-name {
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
}
.color-id-infos {
	min-width: 15em;
}
.color-id-notes {
    text-align: left;
    font-size: 90%;
}
/* Table-like overview for better visibility and responsiveness */
ul.color-ids-list {
    margin: .3rem 0 0;
    column-count: auto;
    column-width: 28em;
    list-style: none;
}
.color-ids-list li {
    border: 1px solid var(--content-border-color);
    border-radius: 2px;
    margin: 0 0 .2em;
    padding: 0.15em 0.3em;
    background-color: var(--ark-arkitex-background-color);
    text-align: center;
    break-inside: avoid-column;
}
.color-ids-list li > :first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
}