Шаблон:Тест: различия между версиями
Материал из Протест.wiki
PTRLS (обсуждение | вклад) Нет описания правки Метка: ручная отмена |
PTRLS (обсуждение | вклад) Нет описания правки |
||
Строка 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"> | ||
<img src="{{{image}}}" alt="Image | <img src="{{{image}}}" alt="Image"> | ||
</div> | </div> | ||
<div class="infobox-content"> | <div class="infobox-content"> | ||
<h3 class="infobox-title">{{{name}}}</h3> | <h3 class="infobox-title">{{{name}}}</h3> | ||
<p><strong>Дата рождения:</strong> {{{birth_date}}}</p> | <p><strong>Дата рождения:</strong> {{{birth_date}}}</p> | ||
<p><strong>Место рождения:</strong> {{{birth_place}}}</p> | <p><strong>Место рождения:</strong> {{{birth_place}}}</p> | ||
<p><strong>Профессия:</strong> {{{occupation}}}</p> | <p><strong>Профессия:</strong> {{{occupation}}}</p> | ||
</div> | </div> | ||
</div> | </div> |
Версия от 02:00, 1 декабря 2024
<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>
<img src="{{{image}}}" alt="Image">
{{{name}}}
Дата рождения: {{{birth_date}}}
Место рождения: {{{birth_place}}}
Профессия: {{{occupation}}}