Template:Infobox/styles.css

From Commonwealth of Sovereign States
Revision as of 14:45, 7 May 2025 by Fishy (talk | contribs) (Created page with ".infotable { float: right; min-width: 300px; margin: 5px; line-height: 1em; } .infotable th { background-color: rgb(248, 249, 250); border: none; vertical-align: top; } .infotable td { border: none; background-color: rgb(248, 249, 250); vertical-align: top; } .infotable .label { text-align: left; border-right: none; width: 45%; padding-top: 0; padding-bottom: 0; font-size: small; } .infotable .data {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infotable {
    float: right;
    min-width: 300px;
    margin: 5px;
    line-height: 1em;
}

.infotable th {
    background-color: rgb(248, 249, 250);
    border: none;
    vertical-align: top;
}

.infotable td {
    border: none;
    background-color: rgb(248, 249, 250);
    vertical-align: top;
}

.infotable .label {
    text-align: left;
    border-right: none;
    width: 45%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: small;
}

.infotable .data {
    text-align: left;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: small;
}

.infotable .spansubtext {
    text-align: center;
    font-weight: 400;
    font-size: small;
}

.infotable .mergedtop {
    border: none;
    border-top: 1px solid lightgrey;
}

.infotable .mergedtop .label {
    padding: 6px 8px 0px;
    padding-bottom: 3px;
}

.infotable .mergedtop .data {
    padding: 6px 8px 0px;
    padding-bottom: 3px;
}

.infotable .merged .label {
    padding: 6px 8px 0px;
    padding-bottom: 3px;
}

.infotable .merged .data {
    padding: 6px 8px 0px;
    padding-bottom: 3px;
}

.infotable .merged {
    border: none;
}

.infotable tr:last-of-type .label {
    padding-bottom: 6px;
}