Šablona:Style/infobox.css: Porovnání verzí
Bez shrnutí editace |
Bez shrnutí editace |
||
(Nejsou zobrazeny 3 mezilehlé verze od stejného uživatele.) | |||
Řádek 1: | Řádek 1: | ||
.infobox { | .infobox { | ||
border-left: 1px solid #c8ccd1; | |||
border: 1px solid # | |||
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 9: | ||
font-size: 1.25em; | font-size: 1.25em; | ||
padding: 0 0.5em; | padding: 0 0.5em; | ||
text-align: left; | |||
font-weight: 700; | |||
} | |||
.infobox-title p { | |||
margin: 0; | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
Řádek 15: | Řádek 19: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
text-align: | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
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; }