У Вас отключён javascript.
В данном режиме, отображение ресурса
браузером не поддерживается

Загадочный дом - Фан клуб

User info

Welcome, Guest! Please login or register.


You are here » Загадочный дом - Фан клуб » 🤗 Поиграем 🎉 » 🐾Марафон🐾


🐾Марафон🐾

Posts 101 to 110 of 134

1

Свернутый текст

gallery

Марафон

[html] <div class="custom-accordion">
    <div class="item">
        <div class="icon">1</div>
        <div class="title">
            <div class="text">Шаг 1 </div>
        </div>
        <div class="content"> ЗАЯВЛЯЕМСЯ здесь, простым словом : участвую + начальный скрин, где видно количество очков репутации, ник и уровень в игре!
</div>
    </div>
    <div class="item">
        <div class="icon">2</div>
        <div class="title">
            <div class="text">Шаг 2</div>
        </div>
        <div class="content"> Выкладываем начальный скрин
gallery
</div>
    </div>
    <div class="item">
        <div class="icon">3</div>
        <div class="title">
            <div class="text">Шаг 3</div>
        </div>
        <div class="content">

✅ Соревнуемся в двух номинациях<br>
💠 Щедрый - это очки репутации, чтобы они увеличились - ходим к друзьям и оставляем подсказки или будим помощников <br>
💠 Заботливый - в своем домике делаем скрины подсказок от других игроков в комнатах первого этажа и в подвале. В сутки можно от одного друга засчитать 2  подсказки  - по одной на первом этаже и в подвале. Скрин принимается в таком виде - виден ваш ник, уровень, этаж и от кого подсказка. <br>
<br>
</div>
    </div>
    <div class="item">
        <div class="icon">4</div>
        <div class="title">
            <div class="text">Шаг 4</div>
        </div>
        <div class="content"> По окончанию соревнования пишем, сколько лапок собрали  + скрин, где видно количество очков репутации, ник и уровень в игре! <br>
Или пишем сколько собрали скринов с подсказками. Пишем просто числом, админ, при необходимости, скрины проверит.
<br> Кто соберет больше - тот и победит.  Удачи всем♥🍀🌹❤💝 <br>
</div>
    </div>
    <div class="item">
        <div class="icon">5</div>
        <div class="title">
            <div class="text">Шаг 5 </div>
        </div>
        <div class="content">  🔴ВАЖНО! Марафон начинается каждую пятницу в 16:00 и заканчивается в воскресенье в 16:00. Результаты принимаются до 18:00 воскресенья. </div>
    </div>
    <div class="item">
        <div class="icon">6</div>
        <div class="title">
            <div class="text">✅ВНИМАНИЕ✅</div>
        </div>
        <div class="content">Всем участникам -подарки ,победителю в десять раз больше!  </div>
    </div>
    <div class="item">
        <div class="icon"> <a href="https://domkyznechik.ru/profile.php?section=view&id=586" 31.03.24</a></div>4502
        <div class="title"> <a href="https://domkyznechik.ru/viewtopic.php?pid=448669#p448669" > </a> </div>
        <div class="content">
           <div class="heart-icon"> <a href="https://domkyznechik.ru/profile.php?section=view&id=586" ></a>  <a title="Переход в профиль" href="Фото" target="_blank"> <img src="https://forumupload.ru/uploads/0019/3c/8c/3/522586.png" alt= "Аватар" width="auto" height="150" /> </a>  </div>

<div class="icon"> <a href="https://domkyznechik.ru/profile.php?section=view&id=88" 31.03.24</a></div>106
        <div class="title"> <a href="https://domkyznechik.ru/viewtopic.php?pid=448669#p448669" > </a> </div>
        <div class="content">
           <div class="heart-icon"> <a href="https://domkyznechik.ru/profile.php?section=view&id=88" ></a>  <a title="Переход в профиль" href="Фото" target="_blank"> <img src="https://forumupload.ru/uploads/0019/3c/8c/3/790392.png" alt= "Аватар" width="auto" height="150" /> </a>  </div>

</div>
    </div>
</div><style> @import url('https://fonts.googleapis.com/css?family=Sunflower:300,500,700');
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html {
line-height: 1.5;
}

.custom-accordion {
background: #8A6642;
color: #FFFFFF;
font-family: 'Sunflower', sans-serif;
padding-bottom: 2rem;
}
.custom-accordion > .item {
padding: 1rem 2rem;
margin: 0 auto;
max-width: 30rem;
}
.custom-accordion > .item:last-of-type {
background: #462521;
text-align: center;
border-radius: .5rem;
}
.custom-accordion > .item:last-of-type > .icon {
color: #FFFFFF;
}
.custom-accordion > .item:nth-of-type(6) {
padding-bottom: 2rem;
}
.custom-accordion > .item > .icon {
color: #462521;
font-size: 2rem;
}
.custom-accordion > .item > .title {
font-size: 1.5rem;
}
@media screen and (min-width: 800px) and (min-height: 270px) {
.custom-accordion {
     display: table;
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     height: 100vh;
     max-height: 680px;
     overflow: hidden;
     padding-bottom: 0;
}
.custom-accordion > .item {
     display: table-cell;
     position: relative;
     height: 100%;
     padding: 2rem 1rem;
     text-align: center;
     transform-origin: 0 50%;
     transition: all .3s cubic-bezier(.8,.16,.42,.89);
}
.custom-accordion > .item:hover:not(:last-of-type) {
     transform: scaleX(2) translateX(-1px);
     box-shadow: 0 0 3rem #301916;
     background: #8A6552;
     border-color: transparent;
}
.custom-accordion > .item:hover + .item {
     opacity: .1;
}
.custom-accordion > .item:hover + .item:last-of-type {
     opacity: .1;
     background: #8A6552;
}
.custom-accordion > .item:not(:last-of-type) {
     border-right: 1px solid #462521;
}
.custom-accordion > .item:last-of-type {
     background: #462521;
     width: 25%;
     border-radius: 0;
}
.custom-accordion > .item:last-of-type .heart-icon {
     font-size: 6rem;
}
.custom-accordion > .item:hover:last-of-type .heart-icon {
     transform: scale(2);
}
.custom-accordion > .item:last-of-type > .title {
     transform: rotate(0) translateX(-50%) translateY(-2.5rem);
     padding: 0;
     text-align: center;
}
.custom-accordion > .item:last-of-type > .content {
     opacity: 1;
     transform: translateX(-50%) translateY(-50%);
}
.custom-accordion > .item:hover:not(:last-of-type) > .icon {
     transform: scaleX(.5);
}
.custom-accordion > .item:hover:not(:last-of-type) > .title {
     transform: scaleX(.5) translateX(-50%);
     background: #CA2E55;
     text-align: center;
     padding: 0;
}
.custom-accordion > .item:hover:not(:last-of-type) > .title > .text {
     transform: translateX(-50%);
     left: 50%;
}
.custom-accordion > .item:hover:not(:last-of-type) > .content {
     opacity: 1;
}
.custom-accordion > .item > .icon {
     font-weight: 700;
     font-size: 2rem;
     transition: all .3s cubic-bezier(.8,.16,.42,.89);
     color: #FFFFFF;
}
.custom-accordion > .item > .title {
     position: absolute;
     bottom: 0;
     left: 50%;
     height: 1.5rem;
     width: 200%;
     text-align: left;
     transform-origin: 0 50%;
     transform: rotate(-90deg);
     transition: all .3s cubic-bezier(.8,.16,.42,.89);
     font-size: 1.2rem;
}
.custom-accordion > .item > .title > .text {
     position: absolute;
     left: 2rem;
     bottom: 0;
     white-space: nowrap;
     transition: all .3s cubic-bezier(.8,.16,.42,.89);
}
.custom-accordion > .item > .content {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 200%;
     height: auto;
     transform: translateX(-50%) translateY(-50%) scaleX(.5);
     transition: all .3s cubic-bezier(.8,.16,.42,.89);
     opacity: 0;
     padding: 1rem;
     pointer-events: none;
}
}
.heart-icon {
color: #CA2E55;
font-size: 3rem;
transition: all .3s cubic-bezier(.8,.16,.42,.89);
}

</style> [/html]smalimg всем УДАЧИ smalimg

+5

101

gallery
Собрано 15

Author signature

Tatushka. Уровень 341. 7b7d93
Ищем 2 игроков в гильдию

+2

102

Участвую gallery

Author signature

1900bf  Дмитрий

+2

103

Участвую

gallery

Author signature

a2d065 Наталья 1521

+2

104

Участвуюhttps://i7.imageban.ru/out/2024/04/19/473d4fa0e4077bae4f8d94c492ed7dba.jpeg

Author signature

✅Вейма 5907с1

+2

105

❤Участвую gallery

Author signature

788aef

+1

106

gallery

Author signature

Tatushka. Уровень 341. 7b7d93
Ищем 2 игроков в гильдию

+1

107

gallery

Участвую

Author signature

[html]<marquee behavior="slide ">https://i3.imageban.ru/out/2019/10/29/623db63e842fbccf651d492309d3fdcd.png</marquee>[/html]

+1

108

Участвую!
https://i2.imageban.ru/out/2024/04/20/c0c676f2a88c4b0a81bc2f8b01d6a241.jpeg

Author signature

[html]<marquee behavior="slide">https://i1.imageban.ru/out/2019/07/29/63a7ae81e9fe3434300659365c8474b8.png</marquee>[/html]

+1

109

Участвую

https://forumupload.ru/uploads/0019/3c/8c/39/596385.jpg

Author signature

[background=null][/background]БЕСТИЯ d525bd

0

110

https://i4.imageban.ru/out/2024/04/21/49bc58d4c830069a7ed4918980bf7d5e.jpeg

Участвую

Author signature

Совунья
Код d92bfe уровень 993

+1

Quick post

Write and submit your message



You are here » Загадочный дом - Фан клуб » 🤗 Поиграем 🎉 » 🐾Марафон🐾