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

Материал из Протест.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">
         <img src="{{{image}}}" alt="Image" class="infobox-image-content">
         <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> {{{nationality}}}</p>
         <p><strong>Профессия:</strong> {{{occupation}}}</p>
         <p><strong>Профессия:</strong> {{{occupation}}}</p>
        <p><strong>Активность:</strong> {{{years_active}}}</p>
        <p><strong>Супруга:</strong> {{{spouse}}}</p>
        <p><strong>Дети:</strong> {{{children}}}</p>
        <p><strong>Вебсайт:</strong> <a href="{{{website}}}" target="_blank">{{{website}}}</a></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}}}