Шаблон:Тест: различия между версиями

Материал из Протест.wiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
<noinclude>
<style>
.infobox {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background-color: #fafafa;
    width: 300px;
    float: right;
}
.infobox-image {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
}
.infobox-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.infobox-content {
    flex-grow: 1;
    font-size: 14px;
}
.infobox-title {
    font-size: 16px;
    font-weight: bold;
    color: #0044cc;
}
.infobox-content p {
    margin: 5px 0;
}
</style>
</noinclude>
<div class="infobox">
<div class="infobox">
     <div class="infobox-image">
     <div class="infobox-image">

Версия от 02:02, 1 декабря 2024

       <img src="{{{image}}}" alt="Image">

{{{name}}}

Дата рождения: {{{birth_date}}}

Место рождения: {{{birth_place}}}

Профессия: {{{occupation}}}