Šablona:Style/infobox.css: Porovnání verzí

Z Dezopedie
Bez shrnutí editace
Bez shrnutí editace
Řádek 2: Řádek 2:
     border-left: 1px solid #c8ccd1;
     border-left: 1px solid #c8ccd1;
     float: right;
     float: right;
    padding: 0 0.5em;
     margin: 0 0 1em 1em;
     margin: 0 0 1em 1em;
     width: 22em;
     width: 22em;

Verze z 23. 6. 2024, 19:34

.infobox {
    border-left: 1px solid #c8ccd1;
    float: right;
    padding: 0 0.5em;
    margin: 0 0 1em 1em;
    width: 22em;
}
.infobox-title {
    font-size: 1.25em;
    padding: 0 0.5em;
    text-align: left;
    font-weight: 700;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: left;
    vertical-align: top;
}
.infobox-table td {
    vertical-align: top;
}