×

Test

Объявление

в редакции пахло бумагой, чернилами и дождем — тот запах, который въедается в стены, в пальцы, в одежду, словно сама работа становится частью тела. звук перьев, стук клавиш по печатной машинке, приглушенные голоса — все сплеталось в одну ровную ткань дня, в ту самую рутину, из которой был соткан мой мир. читать далее... after the applause

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Test » the ministry knows more » Угадай фильм


Угадай фильм

Сообщений 1 страница 2 из 2

Перевести1

123

0

Перевести2

[html]

<style>
.film-event {
    display: block;
    background: url(https://forumstatic.ru/files/001c/9d/fb/12975.png) no-repeat center / cover, rgba(219, 219, 219, 1);
    width: 100%;
    height: 560px;
}

.film-wrapper {
width: 511px;
  height: 500px;
    background-color: rgba(219, 219, 219, 1);
    border-radius: 10px;
    border: var(--border-thin);
   position: relative;
   padding: 24px 20px;
}

.film-wrapper .crock-top-left {
    width: 100%;
    padding: 0;
    height: fit-content;
    position: static;
}
.crock-top-left span {
padding: 1px 6px 3px 0px !important;
    display: block;
    text-transform: lowercase;
    box-shadow: none !important;
    transition: color var(--anim-hover) !important;
    font: var(--fw600) 15px var(--font-cat-title);
    color: rgba(150, 62, 53, 1);
}

.film-tabs-container {
    border: var(--border-thin);
    border-radius: 5px;
    margin-top: 30px;
    background-color: rgb(var(--block-bg-inner));
    color: rgb(var(--text-color));
}

.film-tab-radio {
    display: none;
}

.film-tabs {
    padding: 10px 10px 0 10px;
    margin-left: 9px;
    display: flex;
}

.crock-top-left > div {
width: 100%;
height: 99px;
background-color: rgb(var(--block-bg-inner));
border-radius: 10px;
border: var(--border-thin);
font-size: 10px;
color: rgb(var(--text-color));
padding: 20px 20px 10px;
position: relative;
}

.crock-top-left div > div {
overflow: auto;
width: 100%;
height: 100%;
padding-right: 3px;
opacity: .8;
}

.film-wrapper .crock-top-left div > div {
    height: 40px;
}

.crock-top-left > div:not(:first-of-type)::before {
    content: attr(data-title);
    width: fit-content;
    top: -14px;
    left: 24px;
    border-radius: 87px;
    background-color: rgb(var(--block-bg-main));
    border: var(--border-thin);
    color: rgba(93, 67, 48, 1);
    position: absolute;
    font-family: Moisette;
    font-weight: 700;
    font-size: 11px;
    padding: 7px 16px 4px;
}

.crock-top-left > div:first-of-type {
    grid-column: span 2;
    padding: 10px 20px 10px;
}

.film-tab-button {
    border-bottom: none;
    width: fit-content;
    height: 25px;
    border-radius: 87px;
    border-width: 1px;
    padding: 7px 16px;
    background-color: rgb(var(--block-bg-main));
    border: var(--border-thin);
    color: rgba(150, 62, 53, 1);
    font-family: Moisette;
    font-weight: 700;
    line-height: 12px;
    font-size: 11px;
    display: flex;
    line-height: 11px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -23px;
    position: relative;
    transition: color 0.3s;
    align-items: center;
    justify-content: center;
}

.film-tab-button:hover {
    background-color: #d0d0d0;
}

.film-tabs-content {
    padding: 10px 15px 10px 20px;
    height: 317px;
}

.film-tab-content {
    display: none;
    color: var(--text-color);

}

#film-tab-radio1:checked ~ .film-tabs-content #film-content1 {
    display: block;
}

#film-tab-radio2:checked ~ .film-tabs-content #film-content2 {
    display: block;
}

#film-tab-radio3:checked ~ .film-tabs-content #film-content3 {
    display: block;
}

#film-tab-radio1:checked ~ .film-tabs #film-tab-label1,
#film-tab-radio2:checked ~ .film-tabs #film-tab-label2,
#film-tab-radio3:checked ~ .film-tabs #film-tab-label3 {
background: rgba(150, 62, 53, 1);
color: rgba(255, 255, 255, 1);
}

#film-content1 > div {
    height: 300px;
    overflow: auto;
   padding-right: 3px;
}

#film-content1 > div > div {
    border: var(--border-thin);
    border-radius: 10px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin-bottom: 6px;
}

#film-content1 > div  > div img {
height: 65px;
width: 100%;
border-radius: 10px;
object-fit: cover;
filter: grayscale(1);
}

#film-content2 > div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
        height: 300px;
    gap: 13px 5px;
    overflow: auto;
}

#film-content2 div > div {
    width: 117px;
    height: 91px;
    border-radius: 10px;
    border: var(--border-thin);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7px;
}

#film-content2 div > div span:first-of-type {
font-size: 15px;
}

#film-content3 > div {
    height: 300px;
    overflow: auto;
   padding-right: 3px;
}

#film-content3 > div > div {
    border: var(--border-thin);
    border-radius: 10px;
    padding: 6px 12px;
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    margin-bottom: 6px;
}

#film-content3 > div > div > span:last-of-type {
display: block;
overflow: auto;
font-size: 10px;
}

</style>

<!------------- НЕ ЗАБЫВАЙТЕ ПЕРЕХОДИТЬ В РАСШИРЕННЫЙ РЕЖИМ ПРИ РЕДАКТИРОВАНИИ!! ----------------------------->
<section class='christmas-events film-event'>

<div class='film-wrapper'>

<div class="crock-top-left"> <div>
<span> угадай фильм </span>
<div>
Готовы испытать свою интуицию и знания кинематографа? Добро пожаловать в наш ужасающий киномарафон, где всё не так просто, как кажется! У вас будет два тура, и каждый из них — со своей загадкой: <br><br>

🎥 Первый тур — фрагменты кадров из фильмов.<br>
🎥 Второй тур — фильмы, зашифрованные в эмодзи.<br><br>

Некоторые фильмы повторяются в двух турах, так что кадры могут послужить вам подсказкой к эмодзи-загадкам или наоборот. <br><br>

<b>Награды:</b><br>

За каждый отгаданный пункт — 10 носков <br>

За полностью разгаданный тур (все 9 фильмов) — +50 носков сверху <br>

За оба тура целиком — уникальная плашка и фон <br>
</div></div></div>

<!---------- НЕ ТРОГАТЬ (ЕСЛИ ТОЛЬКО ТЕКСТ НАЗВАНИЙ КНОПОК) -------------------------->
<div class="film-tabs-container">
    <input type="radio" name="film-tabs" id="film-tab-radio1" class="film-tab-radio" checked>
    <input type="radio" name="film-tabs" id="film-tab-radio2" class="film-tab-radio">
    <input type="radio" name="film-tabs" id="film-tab-radio3" class="film-tab-radio">
    <div class="film-tabs">
        <label for="film-tab-radio1" id="film-tab-label1" class="film-tab-button">Тур №1</label>
        <label for="film-tab-radio2" id="film-tab-label2" class="film-tab-button">Тур №2</label>
    </div><div class="film-tabs-content">

<!------------- КОНТЕНТ ПЕРВОЙ ВКЛАДКИ ----------------------------->
        <div id="film-content1" class="film-tab-content"><div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/MtjuU2z.png' />
<span> 1 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/qycgGFD.png' />
<span> 2 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/A9VQHqr.png' />
<span> 3 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/1B2ZFnF.png' />
<span> 4 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/asYBU9Y.png' />
<span> 5 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/JWGx5oz.png' />
<span> 6 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/POSeYED.png' />
<span> 7 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/9T4GvsE.png' />
<span> 8 </span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<img src='https://i.imgur.com/mVX6dU1.png' />
<span> 9 </span>
</div>

      </div> </div>

<!------------- КОНТЕНТ ВТОРОЙ ВКЛАДКИ ----------------------------->
        <div id="film-content2" class="film-tab-content"><div>

<!------------- НЕ ЗАБЫВАЙТЕ ПЕРЕХОДИТЬ В РАСШИРЕННЫЙ РЕЖИМ ПРИ РЕДАКТИРОВАНИИ!! ----------------------------->

<div>
<span>      <img src='https://imgur.com/PanCHY0.png' />          </span>
</span>1</span>
</div>

<div>
<span>🦁💗🐑</span>
</span>2</span>
</div>

<div>
<span>☀️🙎‍♀️🌸🔥🐻</span>
</span>3</span>
</div>

<div>
<span>📺📞☠️👧💧</span>
</span>4</span>
</div>

<div>
<span>🤰🗽🏙️👶😈</span>
</span>5</span>
</div>

<div>
<span>🗡️🐎💀🩸🎩</span>
</span>6</span>
</div>

<div>
<span>🏨🪓🚪♊❄️</span>
</span>7</span>
</div>

<div>
<span>🤡🎈🚲💧🩸</span>
</span>8</span>
</div>

<div>
<span>🦋😷#️⃣🔪🧠</span>
</span>9</span>
</div>

        </div></div>

<!------------- КОНТЕНТ ТРЕТЬЕЙ ВКЛАДКИ ----------------------------->
        <div id="film-content3" class="film-tab-content"><div>

<!------------ блочок с фильмом -------------------->
<div>
<span> 1 </span>
<span> I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me
</span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<span> 1 </span>
<span> I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me
</span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<span> 1 </span>
<span> I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop me
</span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<span> 1 </span>
<span> I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me
</span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<span> 1 </span>
<span> I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me
</span>
</div>

<!------------ блочок с фильмом -------------------->
<div>
<span> 1 </span>
<span> I can't be canceled, there's no way that you can stop meI'm fully independent, there's no label who can drop me. I can't be canceled, there's no way that you can stop me
</span>
</div>

</div></div></div></div></div></section>[/html][hideprofile]

0


Вы здесь » Test » the ministry knows more » Угадай фильм


Рейтинг форумов | Создать форум бесплатно