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

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

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

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


Вы здесь » Загадочный дом - Фан клуб » 🤗 Поиграем 🎉 » Улыбашка.


Улыбашка.

Сообщений 431 страница 440 из 1257

1

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

https://forumupload.ru/uploads/0019/3c/8c/2/585569.jpg

[html]
<iframe class="iframeAdaptive"  height="610px" width="100%" src="https://kyzi.ru/f/DecayClock_All/DecayClock_JS/web-export/index.html" frameborder="0"> </iframe>
[/html]

+18

431

https://i4.imageban.ru/out/2019/04/05/50ed1e2d1a9e0fa5ee7c82bbf8828d23.jpg
https://i6.imageban.ru/out/2019/04/05/c2fc09b1299b2445976a8d341f922ac5.jpg
https://i6.imageban.ru/out/2019/04/05/1a37b3c33c6c07c09a290327c93528aa.jpg
https://i5.imageban.ru/out/2019/04/05/dc6a67168e537191bbea65e090e67599.jpg
https://i2.imageban.ru/out/2019/04/05/a605368ab6ac36955c41652c4c760f46.jpg
https://i1.imageban.ru/out/2019/04/05/f311f0a6cd4459997ce39e5dd34a0ed8.jpg
https://i4.imageban.ru/out/2019/04/05/69f6f12ee75a84d4f76b01e6ec57c901.jpg
https://i5.imageban.ru/out/2019/04/05/31e6a21c28aa9fec0b572e120c9331eb.jpg
https://i2.imageban.ru/out/2019/04/05/44f652549e279c6d9e4cdd7459b4918f.jpg

+10

432

https://i.imgur.com/AiHKCHB.jpghttps://i.imgur.com/47Yr09r.jpghttps://i.imgur.com/2mSB0K8.jpg

Подпись автора

ac1cbe Ядрена вошь 😝

+9

433

https://i.imgur.com/JsnEPQq.jpg
https://i.imgur.com/lGUdqpz.jpg
https://i.imgur.com/qG8NKrv.jpg
https://i.imgur.com/7Oc9kUc.jpg

Подпись автора

ac1cbe Ядрена вошь 😝

+12

434

99830,9 написал(а):

Я- иностранка 😀 iOS 12.1.4, Safari,12.0

Подпись автора

[html]<marquee behavior="slide"><img height="150" src="https://forumstatic.ru/files/0019/3c/8c/77165.png"/></marquee>[/html]

+12

435

https://i.imgur.com/4bmfTEw.jpghttps://i.imgur.com/DUXymYp.jpghttps://i.imgur.com/u5ccsjW.jpghttps://i.imgur.com/5sz9owM.jpghttps://i.imgur.com/ywfPYWV.jpg

Подпись автора

ac1cbe Ядрена вошь 😝

+12

436

https://i.imgur.com/AQovszl.jpg iOS 12.2.0, Safari,12.1

Подпись автора

[html] <style>
#ellaG{
    width:300px;
    margin:auto;
    height:60px;
}

.ellaG{
    color:rgb(0,0,0);
    font-family:morf;
    font-size:60px;
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    float:left;
    animation-name:bounce_ellaG;
        -o-animation-name:bounce_ellaG;
        -ms-animation-name:bounce_ellaG;
        -webkit-animation-name:bounce_ellaG;
        -moz-animation-name:bounce_ellaG;
    animation-duration:3s;
        -o-animation-duration: 3s;
        -ms-animation-duration: 3s;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    transform:scale(.3);
        -o-transform:scale(.3);
        -ms-transform:scale(.3);
        -webkit-transform:scale(.3);
        -moz-transform:scale(.3);
}

#ellaG_1{
    animation-delay:1.5s;
        -o-animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
}
#ellaG_2{
    animation-delay:1.7s;
        -o-animation-delay:1.7s;
        -ms-animation-delay:1.7s;
        -webkit-animation-delay:1.7s;
        -moz-animation-delay:1.7s;
}
#ellaG_3{
    animation-delay:1.9s;
        -o-animation-delay:1.9s;
        -ms-animation-delay:1.9s;
        -webkit-animation-delay:1.9s;
        -moz-animation-delay:1.9s;
}
#ellaG_4{
    animation-delay:2s;
        -o-animation-delay:2s;
        -ms-animation-delay:2s;
        -webkit-animation-delay:2s;
        -moz-animation-delay:2s;
}
#ellaG_5{
    animation-delay:2.2s;
        -o-animation-delay:2.2s;
        -ms-animation-delay:2.2s;
        -webkit-animation-delay:2.2s;
        -moz-animation-delay:2.2s;
}


@keyframes bounce_ellaG{
    0%{
        transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        transform:scale(.3) rotate(90deg);
        color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_ellaG{
    0%{
        -o-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -o-transform:scale(.3) rotate(90deg);
        color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_ellaG{
    0%{
        -ms-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -ms-transform:scale(.3) rotate(90deg);
        color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_ellaG{
    0%{
        -webkit-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -webkit-transform:scale(.3) rotate(90deg);
        color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_ellaG{
    0%{
        -moz-transform:scale(1);
        color:rgb(0,0,0);
    }

    100%{
        -moz-transform:scale(.3) rotate(90deg);
        color:rgb(255,255,255);
    }
}</style> <div id="ellaG"><div id="ellaG_1" class="ellaG">Н</div><div id="ellaG_2" class="ellaG">а</div><div id="ellaG_3" class="ellaG">ж</div><div id="ellaG_4" class="ellaG">м</div><div id="ellaG_5" class="ellaG">и</div><a title="Ссылка к дуэли" href="https://domkyznechik.ru/profile.php?section=view&id=50"> <img height="77"src="https://i.imgur.com/O5vhmqu.gif" alt= "Фото/гиф Перехода" width="auto" height="auto" /></a> </div>[/html]

+12

437

https://i.imgur.com/2rCAy4Y.jpghttps://i.imgur.com/kbc6iow.jpghttps://i.imgur.com/QRB77dO.jpghttps://i.imgur.com/iZDPkru.jpg

Подпись автора

ac1cbe Ядрена вошь 😝

+11

438

https://i4.imageban.ru/out/2019/04/09/84b88f2ba9e0017c98ffabca22ea1c8c.jpg
https://i2.imageban.ru/out/2019/04/09/b1b67f3bfa12b797588e779203dfe846.jpg
https://i5.imageban.ru/out/2019/04/09/dfda33fa99019e4d5e63edc0b8b2e0e1.jpg
https://i3.imageban.ru/out/2019/04/09/f28148836f22bd1bafa566f746dc85ac.jpg
https://i4.imageban.ru/out/2019/04/09/136c29406daa261ccb73075cc70cf3a5.jpg
https://i5.imageban.ru/out/2019/04/09/38eae3c482c11888198d67c8fb69062e.jpg
https://i1.imageban.ru/out/2019/04/09/5bc5bfb6ea119c5f2b52202e21864129.jpg
https://i2.imageban.ru/out/2019/04/09/b88335a32d5be18837af9ff517f3e636.jpg
https://i1.imageban.ru/out/2019/04/09/699a7f0326d6c9b5041dada85ce3b7da.jpg

+11

439

https://i.imgur.com/DzZgapM.gif iOS 12.0.0, Safari,605.1

Подпись автора

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

+11

440

https://i3.imageban.ru/out/2019/04/10/d694bec49f64c6e78e7cfaa5d2b0cf48.jpg
https://i2.imageban.ru/out/2019/04/10/0922cb242268558ab8044ae8142d88c5.jpg
https://i6.imageban.ru/out/2019/04/10/790ecf13901cbc69a7d5101379e31b9a.jpg
https://i3.imageban.ru/out/2019/04/10/f665d9dfe50eb65ec2a784ed4a00812c.jpg
https://i3.imageban.ru/out/2019/04/10/97f023ca568545efa5fb2bb60910d48c.jpg
https://i2.imageban.ru/out/2019/04/10/486d058c353414a0c0f4be6e04b000a2.jpg
https://i3.imageban.ru/out/2019/04/10/c4eac24b1dba8e52af8d4c5b22cb7e34.jpg
https://i3.imageban.ru/out/2019/04/10/747c04b15bf16e82a307082c00af90b2.jpg
https://i3.imageban.ru/out/2019/04/10/ebb756895a60c87e982452d48f8fa224.jpg
https://i1.imageban.ru/out/2019/04/10/ab51467cd88be0f5ba14b1d73ebede05.png
https://i1.imageban.ru/out/2019/04/10/54b1ef495459ac58ecd811f1aa44a874.jpg
https://i1.imageban.ru/out/2019/04/10/f1178ed551c3283d634dd3c42fe09417.jpg
https://i5.imageban.ru/out/2019/04/10/834f57f52058cbcb1afa2155f08d78f1.jpg

Подпись автора

e392fc

+10

Быстрый ответ

Напишите ваше сообщение и нажмите «Отправить»



Вы здесь » Загадочный дом - Фан клуб » 🤗 Поиграем 🎉 » Улыбашка.