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

Z Dezopedie
Bez shrnutí editace
Bez shrnutí editace
 
(Není zobrazena jedna mezilehlá verze od stejného uživatele.)
Řá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;
Řádek 10: Řádek 11:
     text-align: left;
     text-align: left;
     font-weight: 700;
     font-weight: 700;
}
.infobox-title p {
    margin: 0;
}
}
.infobox-image {
.infobox-image {

Aktuální verze z 23. 6. 2024, 19:47

.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-title p {
    margin: 0;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: left;
    vertical-align: top;
}
.infobox-table td {
    vertical-align: top;
}