ОТВЕТ СЛУЖБЫ ТЕХНИЧЕСКОЙ ПОДДЕРЖКИ ПО ЗАПРОСУ "ШАБЛОН":
Вы вольны оформлять тему свободным способом, согласно вашему желанию. Однако результат должен включать в себя пункты информации "ВРЕМЯ-МЕСТО ИНЦИДЕНТА", "УЧАСТНИКИ ИНЦИДЕНТА" и "СИТУАЦИЯ".
Шаблон эпизода
Сообщений 1 страница 2 из 2
Поделиться12024-11-08 15:20:21
Поделиться22024-11-08 15:20:47
ВАРИАНТ ШАБЛОНА ДЛЯ ОФОРМЛЕНИЯ ЭПИЗОДОВ
[html]<link href="https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap" rel="stylesheet">
<style>#ship1 {
--sh1mr: auto; /* отступ слева, auto - для отцетровки */
--sh1w1: 500px; /* ширина карточки */
--sh1bg: #000; /* фон карточки */
--sh1br: #949494; /* цвет текста и рамки */
--sh1cl1: #4d7175; /* цвет заголовка */
}
#ship1 {display:block; padding:40px; margin: 1.2em auto 1.2em var(--sh1mr); background:var(--sh1bg); outline: 1px solid var(--sh1bg); outline-offset:10px; width:var(--sh1w1);} /* shipovnik */
#ship1, #ship1 * { box-sizing:border-box;}
/* АВАТАРКИ КАРТИНКИ */
.shiav {width: 70px; height: 70px; margin: auto 8% auto auto;
display:inline-block; border-radius:50%; background:var(--sh1bg); border: 1px solid var(--sh1br); transform: translate(0%, -50%); transition: all 0.3s ease; background-position:50% 50%; background-size:cover;}
.shiav:last-child {margin-right:0px;}
.shiav:hover {transition: all 0.3s ease; transform: scale(1.2) translate(0%, -40%);}
/* БЛОК АВАТАРОК */
.shiprs {display:block; border-top: 1px solid var(--sh1br); text-align:center; margin: 35px auto auto;}
/*** ЗАГОЛОВОК ***/
#ship1 > em {display:block; margin: -10px auto 16px auto; text-align:center; font-style: normal !important; letter-spacing:1px; color:var(--sh1cl1); font-family: Oranienbaum, Georgia, sans-serif; font-size: 32px;}
/*** БЛОК ТЕКСТА ***/
#ship1 > .btext {padding: 0 50px; font-size:12px; color: var(--sh1br); font-family: Arial, Tahoma, sans-serif; text-align:justify;}
/*** ПЕРСОНАЖИ ***/
.btext > p {margin:auto !important; padding-bottom:14px !important; text-align:center; font-style:normal; font-size:11px !important; opacity: 0.65;}
</style>
<div id="ship1"><div class="shiprs">
<!-- ЗДЕСЬ АВАТАРЫ -->
<div class="shiav" style="background-image:url(https://forumupload.ru/uploads/001b/a4/bd/2/555228.png)"></div>
<div class="shiav" style="background-image:url(https://forumupload.ru/uploads/001b/a4/bd/2/629297.png)"></div>
<div class="shiav" style="background-image:url(https://forumupload.ru/uploads/001b/a4/bd/2/326320.png)"></div>
</div>
<em> Название Эпизода </em>
<div class="btext"><p>
Персонаж_1 — Персонаж_2 — Персонаж_3
</p>
<div class="btext"><p>
Дата:_ Место:_
</p>
Краткое описание.
</div></div>
[/html]
[html]<link href="https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap" rel="stylesheet"> <style>#ship1 { --sh1mr: auto; /* отступ слева, auto - для отцетровки */ --sh1w1: 500px; /* ширина карточки */ --sh1bg: #000; /* фон карточки */ --sh1br: #949494; /* цвет текста и рамки */ --sh1cl1: #4d7175; /* цвет заголовка */ } #ship1 {display:block; padding:40px; margin: 1.2em auto 1.2em var(--sh1mr); background:var(--sh1bg); outline: 1px solid var(--sh1bg); outline-offset:10px; width:var(--sh1w1);} /* shipovnik */ #ship1, #ship1 * { box-sizing:border-box;} /* АВАТАРКИ КАРТИНКИ */ .shiav {width: 70px; height: 70px; margin: auto 8% auto auto; display:inline-block; border-radius:50%; background:var(--sh1bg); border: 1px solid var(--sh1br); transform: translate(0%, -50%); transition: all 0.3s ease; background-position:50% 50%; background-size:cover;} .shiav:last-child {margin-right:0px;} .shiav:hover {transition: all 0.3s ease; transform: scale(1.2) translate(0%, -40%);} /* БЛОК АВАТАРОК */ .shiprs {display:block; border-top: 1px solid var(--sh1br); text-align:center; margin: 35px auto auto;} /*** ЗАГОЛОВОК ***/ #ship1 > em {display:block; margin: -10px auto 16px auto; text-align:center; font-style: normal !important; letter-spacing:1px; color:var(--sh1cl1); font-family: Oranienbaum, Georgia, sans-serif; font-size: 32px;} /*** БЛОК ТЕКСТА ***/ #ship1 > .btext {padding: 0 50px; font-size:12px; color: var(--sh1br); font-family: Arial, Tahoma, sans-serif; text-align:justify;} /*** ПЕРСОНАЖИ ***/ .btext > p {margin:auto !important; padding-bottom:14px !important; text-align:center; font-style:normal; font-size:11px !important; opacity: 0.65;} </style> <div id="ship1"><div class="shiprs"> <!-- ЗДЕСЬ АВАТАРЫ --> <div class="shiav" style="background-image:url(https://forumupload.ru/uploads/001b/a4/bd/2/555228.png)"></div> <div class="shiav" style="background-image:url(https://forumupload.ru/uploads/001b/a4/bd/2/629297.png)"></div> <div class="shiav" style="background-image:url(https://forumupload.ru/uploads/001b/a4/bd/2/326320.png)"></div> </div> <em> Название Эпизода </em> <div class="btext"><p> Персонаж_1 — Персонаж_2 — Персонаж_3 </p> <div class="btext"><p> Дата:_ Место:_ </p> Краткое описание. </div></div> [/html]