ONE-TWO-FREE

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

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


Вы здесь » ONE-TWO-FREE » один » test


test

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

1

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>

<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 1px solid silver;
margin: 0 auto;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 10px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>
<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
</div>[/html]

0

2

Код:
[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>

<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 1px solid silver;
margin: 0 auto;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 10px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}

@media screen and (max-width: 900px) {
#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1),
#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
margin: 0;
}
#slides {
max-width: calc(100% - 140px);
margin: 0 auto;
}
}
</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>
<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
</div>[/html]

0

3

piss bottle

Пост написан 2024-11-20 19:40:24

0

4

piss bottle

Пост написан 2024-11-20 19:40:35

0

5

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css);
:root {
--main-font: montserrat, arial, sans-serif; /* шрифт */
--tinder-bg: rgb(253, 253, 253); /* фон блока */
--tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
--tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
--tinder-url: rgb(255, 255, 255); /* цвет ссылок */
--tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; height: 50px; padding: 0px; padding-right: 20px; margin: auto;}
.tinder_button a { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font);  text-align: center; padding: 10px;  border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url);  width: 100%; display: block;  background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_button a:hover { color: var(--tinder-url-hvr);  background: var(--tinder-btn-hvr);}
.tinder_block a { transition: all .5s ease-in-out 0s; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a {  border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<div class="tinder_button"><a href="">details</a></div>
</div>
[/html]

0

6

Код:
[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css); 
:root {
 --main-font: montserrat, arial, sans-serif; /* шрифт */
 --tinder-bg: rgb(253, 253, 253); /* фон блока */
 --tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
 --tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
 --tinder-url: rgb(255, 255, 255); /* цвет ссылок */
 --tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; height: 50px; padding: 0px; padding-right: 20px; margin: auto;} 
.tinder_button a { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font);  text-align: center; padding: 10px;  border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url);  width: 100%; display: block;  background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_button a:hover { color: var(--tinder-url-hvr);  background: var(--tinder-btn-hvr);}
.tinder_block a { transition: all .5s ease-in-out 0s; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a {  border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<div class="tinder_button"><a href="">[color=white]details[/color]</a></div>
</div>
[/html]

0

7

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css);
:root {
—main-font: montserrat, arial, sans-serif; /* шрифт */
—tinder-bg: rgb(253, 253, 253); /* фон блока */
—tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
—tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
—tinder-url: rgb(255, 255, 255); /* цвет ссылок */
—tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; height: 50px; padding: 0px; padding-right: 20px; margin: auto;}
.tinder_button a { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font); text-align: center; padding: 10px; border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url); width: 100%; display: block; background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_button a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr);}
.tinder_block a { transition: all .5s ease-in-out 0s;

; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a { border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<div class="tinder_button" id="tinder-button"><a href="">details</a></div>
<div class="pierrottindercontent" id="tinder-reveal" style="display: none;">
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
document.getElementById('tinder-button').addEventListener('click', function(event) {
    event.preventDefault();
    const tinderReveal = document.getElementById('tinder-reveal');
    tinderReveal.style.display = 'block';
});
});
</script>
</div>[/html]

0

8

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css);
:root {
—main-font: montserrat, arial, sans-serif; /* шрифт */
—tinder-bg: rgb(253, 253, 253); /* фон блока */
—tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
—tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
—tinder-url: rgb(255, 255, 255); /* цвет ссылок */
—tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; height: 50px; padding: 0px; padding-right: 20px; margin: auto;}
.tinder_button a { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font); text-align: center; padding: 10px; border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url); width: 100%; display: block; background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_button a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr);}
.tinder_block a { transition: all .5s ease-in-out 0s;

; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a { border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<details>
    <summary class="tinder_button" id="tinder-button">details</summary>
    <div class="pierrottindercontent" id="tinder-reveal">
        ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
    </div>
</details>
</div>[/html]

0

9

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css);
:root {
—main-font: montserrat, arial, sans-serif; /* шрифт */
—tinder-bg: rgb(253, 253, 253); /* фон блока */
—tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
—tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
—tinder-url: rgb(255, 255, 255); /* цвет ссылок */
—tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; padding: 0px; padding-right: 20px; margin: auto; }
.tinder_button { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font); text-align: center; padding: 10px; border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url); width: 100%; display: block; background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_block a { transition: all .5s ease-in-out 0s;

; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a { border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<details>
    <summary class="tinder_button" id="tinder-button">details</summary>
    <div class="pierrottindercontent" id="tinder-reveal">
        ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
    </div>
</details>
</div>[/html]

0

10

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css);
:root {
—main-font: montserrat, arial, sans-serif; /* шрифт */
—tinder-bg: rgb(253, 253, 253); /* фон блока */
—tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
—tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
—tinder-url: rgb(255, 255, 255); /* цвет ссылок */
—tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; padding: 0px; padding-right: 20px; margin: auto; margin-bottom: 15px; }
.tinder_button { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font); text-align: center; padding: 10px; border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url); width: 100%; display: block; background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_block a { transition: all .5s ease-in-out 0s;

; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a { border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<details>
    <summary class="tinder_button" id="tinder-button">details</summary>
    <div class="pierrottindercontent" id="tinder-reveal" style="padding-top: 0px !important">
        ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
    </div>
</details>
</div>[/html]

0

11

[html]<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script src="https://use.fontawesome.com/6bccbdfdd9.js"></script>
<style>
.pierrottinder {
width: 400px;
min-height: 600px;
background: white;
border: 0px solid silver;
margin: auto;
border-radius: 25px;
padding: 0px;
}

.pierrottindertitle {
padding: 15px;
font-family: 'Lora', serif;
font-size: 15px;
color: silver;
}

.profilepic {
width: 400px;
height: 400px;
background: url(https://forumupload.ru/uploads/0018/1f/c9/4/756415.png) center center;
}

.pierrottindercontent {
padding: 15px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
color: #888;
}

.pierrottindername {
font-size: 18px;
color: black;
}

.pierrottinderdistance {
color: silver;
font-size: 12px;
margin-bottom: 0px;
}

.pierrottinderdistance b {
margin-right: 5px;
}

#slider {
margin: 0 auto;
width: 550px;
max-width: 100%;
text-align: center;
}

#slider input[type=radio] {
display: none;
}

#slider label {
cursor: pointer;
text-decoration: none;
}

#slides {
padding: 0px;
background: #fff;
position: relative;
z-index: 1;
}

#overflow {
width: 100%;
overflow: hidden;
}

#slide1:checked~#slides .inner {
margin-left: 0;
}

#slide2:checked~#slides .inner {
margin-left: -100%;
}

#slide3:checked~#slides .inner {
margin-left: -200%;
}

#slide4:checked~#slides .inner {
margin-left: -300%;
}

#slides .inner {
transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
width: 400%;
line-height: 0;
}

#slides .slide {
width: 25%;
float: left;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}

#slides .slide_1 {
background: #ffffff;
}

#slides .slide_2 {
background: #ffffff;
}

#slides .slide_3 {
background: #ffffff;
}

#slides .slide_4 {
background: #ffffff;
}

#controls {
margin: -180px 0 0 0;
width: 100%;
height: 35px;
z-index: 3;
position: relative;
}

#controls label {
transition: opacity 0.2s ease-out;
display: none;
width: 50px;
height: 50px;
opacity: .4;
}

#controls label:hover {
opacity: 1;
}

#slide1:checked~#controls label:nth-child(2),
#slide2:checked~#controls label:nth-child(3),
#slide3:checked~#controls label:nth-child(4),
#slide4:checked~#controls label:nth-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
float: right;
margin: 0 -50px 0 0;
display: block;
}

#slide1:checked~#controls label:nth-last-child(2),
#slide2:checked~#controls label:nth-last-child(3),
#slide3:checked~#controls label:nth-last-child(4),
#slide4:checked~#controls label:nth-last-child(1) {
background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
float: left;
margin: 0 0 0 -50px;
display: block;
}

#bullets {
margin: 150px 0 0;
text-align: center;
}

#bullets label {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 100%;
background: #ccc;
margin: 0 10px;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(2),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(4) {
background: #444;
}
@import url(//solrainha.github.io/honeybee/honeybee.css);
:root {
—main-font: montserrat, arial, sans-serif; /* шрифт */
—tinder-bg: rgb(253, 253, 253); /* фон блока */
—tinder-btn: rgb(62, 107, 121); /* цвет кнопок */
—tinder-btn-hvr: rgb(234, 107, 107); /* цвет кнопки при наведении */
—tinder-url: rgb(255, 255, 255); /* цвет ссылок */
—tinder-url-hvr: rgb(212, 245, 255); /* цвет ссылок при наведении */
}
.tinder_button { width: 250px; padding: 0px; padding-right: 20px; margin: auto; margin-bottom: 15px; }
.tinder_button { color: var(--tinder-url); font: 700 normal 18px/18px var(--main-font); text-align: center; padding: 10px; border-radius: 10px; background: var(--tinder-btn); color: var(--tinder-url); display: block; background-image: linear-gradient(to right, #fd287c, #ff7654);}
.tinder_block a { transition: all .5s ease-in-out 0s;

; -webkit-transition: all .5s ease-in-out 0s; -khtml-transition: all .5s ease-in-out 0s; -moz-transition: all .5s ease-in-out 0s; -o-transition: all .5s ease-in-out 0s; }
.tinder_icon { width: 80px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: -40px auto auto auto; padding: 2px; padding-left: 270px }
.tinder_icon a { border-radius: 100%; color: var(--tinder-url); background: var(--tinder-btn); width: 30px; height: 30px; font-size: 10px; text-align: ; display: flex; justify-content: center; align-items: center; background-image: linear-gradient(to right, #fd287c, #ff7654); }
.tinder_icon .th-heart-1-o { font-size: 15px; }
.tinder_icon .th-cross-3-o { font-size: 15px; }
.tinder_icon a:hover { color: var(--tinder-url-hvr); background: var(--tinder-btn-hvr); }

</style>

<div class="pierrottinder">
<div
class="pierrottindertitle">
<i class="fa fa-angle-left" aria-hidden="true"></i>
Park Sora
<span style="float:right;font-size:14px;">
<i class="fa fa-times fa-fw" aria-hidden="true" style="font-size:20px; color:rgb(255, 108, 76);"></i>
<i class="fa fa-heart fa-fw" aria-hidden="true" style="font-size:16px; color:rgb(110, 227, 90);"></i>
</span>
</div>

<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<input type="radio" name="slider" id="slide3">
<input type="radio" name="slider" id="slide4">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_3">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
<div class="slide slide_4">
<div class="slide-content">
<div>
<center>
<img src="https://forumupload.ru/uploads/0018/1f/c9/4/756415.png" alt="Italian Trulli">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
<label for="slide3"></label>
<label for="slide4"></label>
</div>
</div>
<div class="pierrottindercontent">
<div class="pierrottindername"><b>Aleksandr,</b> 25</div>
<div class="pierrottinderdistance"><b>5 км от вас</b> Active 10 hours ago</div>
ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
</div>
<details>
    <summary class="tinder_button" id="tinder-button">details</summary>
    <div class="pierrottindercontent" id="tinder-reveal" style="padding-top: 0px !important">
        ENTP | Loves Cats | Swipe right???? lmao idk what to put here tbh. my tinder game suxx lmao!! jk but like jk not jk this has a min height of 500px but will extend forever..... idk maybe i'll add a scroll
    </div>
</details>
</div>[/html]

0

12

[hideprofile][html]<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
<style>
.ewsocial {
height: 830px;
width: 730px;
position: relative;
background: #fc2727;
border: 2px solid #eee;
border-radius: 30px;
margin-left: 150px;
background-image: url("https://forumupload.ru/uploads/0018/1f/c9/4/19506.png");
background-repeat: repeat;
background-position: right top;
}

.ewinbox {
position: absolute;
height: 800px;
width: 700px;
border: 0px solid #e9e9e9;
top: 14px;
left: 14px;
border-radius: 30px;
background: white;
}

.ewicon {
position: absolute;
height: 100px;
width: 100px;
border-radius: 100%;
border: 10px solid #fafafa;
background-size: cover;
box-shadow: 0 0 1pt 1pt #eee;
box-shadow: 0 0 0 1pt #eee;
top: 20px;
left:20px;
}

.ewname {
position: absolute;
width: 600px;
font-family: roboto;
color: #262626;
font-size: 23px;
top: 13px;
left: 0px;
line-height: 100%;
letter-spacing: 0.5px;
font-weight:500;
}

.eweditbutton {
font-size: 13px;
background: #fafafa;
padding: 0px;
border-radius: 3px;
border: 1px solid #eee;
margin: 0px 5px;
font-weight: 300;
position: relative;
top: -3px;
}

.ewlinestuff {
width: 300px;
font-size: 15px;
top: 80px;
position: absolute;
left: 170px;
font-family: roboto;
color: #262626;
line-height: 140%;
}

.ewsocial num {
font-weight: 700;
margin-left: 10px;
}

.ewsocial name {
font-weight: 700;
margin-right: 0px;
margin-bottom:0px;
display: block;
}

.ewinfo {
height: 50px;
width: 300px;
left: 180px;
position: absolute;
width: 200px;
top: 105px;
font-family: roboto;
font-weight: 300;
font-size: 14px;
line-height: 140%;
}

.ewimgbox {
position: absolute;
width: 650px;
height: 650px;
border-top: 0px solid rgba(0,0,0,0.1);
top: 150px;
left: 40px;
overflow: auto;
display: flex;
align-items: flex-start;
justify-content: space-around;
flex-wrap: wrap;
padding-bottom: 40px;
}

.ewsocial hover {
position: absolute;
padding: 25px 0px;
width: 100px;
height: 50px;
background: rgba(0,0,0,0.8);
top: 10px;
left: 0px;
font-size: 10px;
color: #fafafa;
text-align: center;
font-family: roboto;
font-weight: 700;
line-height: 200%;
opacity: 0;
z-index: 1;
transition: 0.3s;
border-radius: 4px;
}

.ewblocker {
height:0px;
width:100px;
display: block;
position: relative;
}

.ewimgbox img {
height:100px;
width:100px;
object-fit: cover;
position: absolute;
top: 10px;
border-radius: 4px;
}

.ewsocial heart {
margin-right: 5px;
}

.ewsocial ::-webkit-scrollbar{display: none;}

</style>
<div class="ewsocial"><div class="ewinbox"></div>

<div class="ewname"><img src="https://forumupload.ru/uploads/001c/31/03/48/823429.png"></div>
<div class="ewimgbox">

   <div class="ewblocker"><a href="https://morbusnew.rusff.me/viewtopic.php?id=3#p32778">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/789825.png"></a>
   </div>
   
<div class="ewblocker">
   <a href="ссылка на варежки"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/816251.png"></a>
  </div>

<div class="ewblocker">
      <a href="ссылка на тайного санту"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/t678015.png"></a>
</div>

<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t185645.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>

<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t141368.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/339224.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/77777.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
   <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/611385.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
<div class="ewblocker">
    <a href="ссылка на варежки день 1"> <img src="https://forumupload.ru/uploads/0018/1f/c9/4/598555.png"></a>
   </div>
<div class="ewblocker">
   <a href="ссылка на варежки день 2"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/539908.png"></a>
  </div>
<div class="ewblocker">
  <a href="ссылка на варежки день 3"> <img src="https://forumupload.ru/uploads/0018/1f/c9/4/270133.png"></a>
   </div>
  <div class="ewblocker">
   <a href="ссылка на варежки день 4">  <img src="https://forumupload.ru/uploads/0018/1f/c9/4/346001.png"></a>
    </div>
  <div class="ewblocker">
      <a href="ссылка на варежки день 5"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/656867.png">
  </div>
  <div class="ewblocker">
<a href="https://morbusnew.rusff.me/viewtopic.php?id=223#p30775"> <img src="https://forumupload.ru/uploads/0018/1f/c9/4/334257.png"></a>
</div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/123638.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <a href="ссылка на варежки день 6"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/250161.png"></a>
</div>
  <div class="ewblocker">
    <a href="ссылка на варежки день 7"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/265842.png"></a>
</div>
  <div class="ewblocker">
   <a href="ссылка на варежки день 8"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/146022.png"></a>
</div>
  <div class="ewblocker">
<a href="ссылка на варежки день 9"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/108695.png"></a>
</div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/565082.png">
</div>
  <div class="ewblocker">
    <a href="ссылка на голосование"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/t83000.png"></a>
</div>
  <div class="ewblocker">
     <a href="ссылка на гусей"> <img src="https://forumupload.ru/uploads/0018/1f/c9/4/313758.png"></a>
</div>
  <div class="ewblocker">
     <a href="ссылка на фанты"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/t862276.png"></a>
</div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/922537.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t569289.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t847210.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t953441.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/930369.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t14111.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/684958.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t519243.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> # <span class="th th-chat-bubble"></span></hover>
   </div>
</div>
</div><center><a href="http://wecode.jcink.net/index.php?showuser=4933" style="color:#ccc;font-size:7px;letter-spacing:5px;"></a></center>[/html]

0

13

[hideprofile][html]<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
<style>
.ewsocial {
height: 630px;
width: 696px;
position: relative;
background: #f10601;
border: 2px solid #eee;
border-radius: 30px;
margin-left: 180px;
background-image: ;
background-position: right top;
}

.ewinbox {
position: absolute;
height: 600px;
width: 686px;
border: 0px solid #e9e9e9;
top: 14px;
left: 5px;
border-radius: 30px;
background: white;
}

.ewicon {
position: absolute;
height: 100px;
width: 100px;
border-radius: 100%;
border: 10px solid #fafafa;
background-size: cover;
box-shadow: 0 0 1pt 1pt #eee;
box-shadow: 0 0 0 1pt #eee;
top: 20px;
left:20px;
}

.ewname {
position: absolute;
height: 300px;
width: 702px;
font-family: roboto;
color: #262626;
font-size: 23px;
top: 50px;
left: 10px;
border-radius: 30px;
line-height: 100%;
letter-spacing: 0.5px;
font-weight:500;
}

.eweditbutton {
font-size: 13px;
background: #fafafa;
padding: 0px;
border-radius: 3px;
border: 1px solid #eee;
margin: 0px 5px;
font-weight: 300;
position: relative;
top: -3px;
}

.ewlinestuff {
width: 300px;
font-size: 15px;
top: 80px;
position: absolute;
left: 170px;
font-family: roboto;
color: #262626;
line-height: 140%;
}

.ewsocial num {
font-weight: 700;
margin-left: 10px;
}

.ewsocial name {
font-weight: 700;
margin-right: 0px;
margin-bottom:0px;
display: block;
}

.ewinfo {
height: 50px;
width: 300px;
left: 180px;
position: absolute;
width: 200px;
top: 105px;
font-family: roboto;
font-weight: 300;
font-size: 14px;
line-height: 140%;
}

.ewimgbox {
position: absolute;
width: 630px;
height: 350px;
border-top: 0px solid rgba(0,0,0,0.1);
top: 250px;
left: 35px;
overflow: auto;
display: flex;
align-items: flex-start;
justify-content: space-around;
flex-wrap: wrap;
padding-bottom: 40px;
}

.ewsocial hover {
position: absolute;
padding: 25px 0px;
width: 100px;
height: 50px;
background: #ffeded; rgba(0,0,0,0.8);
top: 10px;
left: 0px;
font-size: 10px;
color: #130856;
text-align: center;
font-family: roboto;
font-weight: 700;
line-height: 200%;
opacity: 0;
z-index: 1;
transition: 0.3s;
border-radius: 4px;
}

.ewblocker {
height:0px;
width:100px;
display: block;
position: relative;
}

.ewsocial hover:hover {
opacity: 1;
}

.ewimgbox img {
height:100px;
width:100px;
object-fit: cover;
position: absolute;
top: 10px;
border-radius: 4px;
}

.ewsocial heart {
margin-right: 5px;
}

img {
border-radius: 30px 30px 0px 0px;
}
.ewsocial ::-webkit-scrollbar{display: none;}

</style>
<div class="ewsocial"><div class="ewinbox"><img src="https://forumupload.ru/uploads/0018/1f/c9/4/545684.png"></div>

<div class="ewname">  </div>
<div class="ewimgbox">

<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/598555.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет <span class="th th-chat-bubble"></span></hover>
   </div>
<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/539908.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
<div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/270133.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/346001.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t166271.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t256561.png">
   <hover><heart><span class="th th-heart-1"></span></heart> Отдыхаем! <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/123638.png">
   <hover><heart><span class="th th-heart-1"></span></heart> Отдыхаем! <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/250161.png">
   <hover># <heart><span class="th th-heart-1"></span></heart>тут что-то будет   <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/265842.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/146022.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/108695.png">
   <hover># <heart><span class="th th-heart-1"></span></heart> тут что-то будет  <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/565082.png">
   <hover><heart><span class="th th-heart-1"></span></heart> Отдыхаем! <span class="th th-chat-bubble"></span></hover>
   </div>
  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/t83000.png">
   <hover><heart><span class="th th-heart-1"></span></heart> Голосуем за лучшую пару <span class="th th-chat-bubble"></span></hover>
   </div>

  <div class="ewblocker">
   <img src="https://forumupload.ru/uploads/0018/1f/c9/4/922537.png">
   <hover><heart><span class="th th-heart-1"></span></heart> А вот и победители! <span class="th th-chat-bubble"></span></hover>
   </div>

</div>
</div><center><a href="http://wecode.jcink.net/index.php?showuser=4933" style="color:#ccc;font-size:7px;letter-spacing:5px;"></a></center>[/html]

Условия

Дорогие друзья! Вот и настал чудесный месяц - декабрь! Может быть за окном и холодно, но зато у нас на Морбусе тепло и уютно! А чтобы стало еще теплее, а может быть даже и жарче, предлагаем вам принять участие в Парном челлендже "Варежки"! Хватайте друга/супруга/знакомого/врага/да кого угодно и скорее записывайтесь!

Немного о челлендже:

Запись:

На первом этапе все, что вам нужно сделать - это найти себе напарника и оставить заявку в этой теме в свободной форме. Что делать, если у вас нет второй варежки? Ничего страшного, мы никого не оставим одинокими! Просто напишите в этой теме, что хотите принять участие, но, увы и ах, ваша судьба пока где-то бегает и не спешит составить вам компанию. Мы занесем вас в отдельный список и тогда а) человек без пары может сам написать вам в лс/флуде/этой теме и предложить объединиться; б) перед началом соревнования мы проведем жеребьевку и объединим участников в пары.

Суть челленджа:

Челлендж будет длиться 16 дней и включать в себя следующие этапы: 9 дней и 9 заданий, 3 дня отдыха, 3 дня голосования и объявление результатов. Каждый день в этой теме будет публиковаться задание, которое вам и вашему партнеру предстоит сделать за 24 часа. Задания будут включать в себя разные аспекты форумной жизни: от письменных работ до графических. 21 декабря откроется тема с голосованием, где будет выбрана сама активная и креативная пара, которой будут вручены плашки победителей Парного челленджа "Варежки" 2024, начислены на счет 2000 AUD (каждому) и вручен секретный приз. Естественно, остальные участники челленджа тоже не останутся без подарков!

Как нам работать с партнером?

На каждом задании будет пометка: выполняется ВМЕСТЕ с партнером или выполняется ДЛЯ партнера. В первом случае вам нужно будет организоваться с вашей второй варежкой и выполнить задание вместе, в тему выполненное задание публикует кто-то один. Во втором - каждый делает задание по отдельность и выкладывает в тему челленджа тоже по отдельности, ТЕГАЯ своего партнера.

24 часа? Как-то маловато..

Да, мы знаем, что декабрь - месяц запар по работе и учебе, поэтому и поделили челлендж на две части с несколькими днями отдыха между. Если вы не успели сделать какое-то задание в срок, то просто отложите его на ближайший день отдыха и продолжайте делать следующее задание в темпе челленджа.

Разные аспекты? Я не графист, что делать?

Ничего страшного! В первую очередь будет оцениваться оригинальность, юмор и креативность! Можно использовать любые редакторы от пейнта до рисования ирл на листе бумаги. Главное, чтобы вы получили удовольствие!

Можно ли присоединиться к челленджу после его начала?

Да! Вы можете присоединиться к челленджу в любой день вплоть до 20 декабря. Присоединившись, начинайте выполнять задания не по порядку, а в соответствии с расписанием соревнования (если вы присоединились 12 декабря - начинайте с задания, опубликованного 12 декабря). Те задания, которые вы пропустили можно будет выполнить и запостить в тему в один из дней отдыха.

Важно!

Для вашего удобства мы сделали короткую табличку с расписание челленджа, которая будет закреплена в шапке. При наведении на ячейку вы увидите краткое описание задания на интересующий вас день + чтобы не искать задание в теме, просто щелкните на ячейку и вас моментально унесет на пост с развернутым описанием задания.

Участники:
jeremy blackmoore & aleksandr karbyshev
radu valerian & ryan lanigan

0

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

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



Вы здесь » ONE-TWO-FREE » один » test


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