MEMORY LANE

Объявление

Название эпа "долг, которому тысяча лет" — это про мои посты этой весной.
Твоё тело реагирует на опасность инстинктивно, без команд мозга. Адреналин бьёт в кровь волной, такой мощной, что на секунду всё обостряется. Звуки становятся громче, контуры чётче, время растягивается. Мышцы напрягаются сами собой, кулаки сжимаются, вес тела перераспределяется на носки, готовясь к движению.
администрация:
чикаго, сшареальная жизньнаши дни

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

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


Вы здесь » MEMORY LANE » аэропорт » реклама аньки и твинков #1


реклама аньки и твинков #1

Сообщений 721 страница 750 из 786

1

[html]<!-- чтоб пиар аккаунт не рекламил в теме -->
<style>
.gid6 #pun-viewtopic .postlink a,
.gid6 #pun-viewtopic #post-form {
  display: none;
  }
</style>[/html]

https://forumstatic.ru/files/001b/ef/4a/83779.png

Код:
[align=center][url=https://memlane.ru/][img]https://forumstatic.ru/files/001b/ef/4a/83779.png[/img][/url][/align]

https://forumstatic.ru/files/001b/ef/4a/24546.png

Код:
[align=center][url=https://memlane.ru/][img]https://forumstatic.ru/files/001b/ef/4a/24546.png[/img][/url][/align]

Отредактировано Annabeth Haendler (03-03-2026 09:07:51)

+2

721

https://upforme.ru/uploads/001c/6a/ec/5/849029.jpg

0

722

https://forumstatic.ru/files/001c/23/e3/92775.png

0

723

[html]
<center>
<div class="tinder_block">
  <div class="tinder_container">

<!-- СЛАЙДЕР -->
<div class="slider">

  <button class="slide-btn left" onclick="prevPhoto()">‹</button>

  <div class="tinder_ava" id="photo"
    style="background-image:url(https://i.pinimg.com/736x/b1/18/46/b118 … fade15.jpg);">
  </div>

  <button class="slide-btn right" onclick="nextPhoto()">›</button>

</div>

    <!-- ВКЛАДКИ -->
    <div class="tinder_icon">

      <button onclick="openTab('hate')" title="то что не люблю">
        ✖
      </button>

      <button onclick="openTab('best')" title="моё лучшее творение">
        ★
      </button>

      <button onclick="openTab('love')" title="то что обожаю">
        ❤
      </button>

    </div>

    <!-- ИМЯ -->
    <div class="tinder_name">БРИДЖЕТ</div>

    <!-- ТЕКСТ ВКЛАДОК -->
    <div class="tinder_tab active" id="love">
     ♡ интересные [философские] разговоры;<br>
     ♡ сарказм и саркастичный юмор;<br>
     ♡ темная магия (только тсс);<br>
     ♡ змеи и крылатые лошади;<br>
     ♡ рисование.
    </div>

    <div class="tinder_tab" id="best">
     ♡ <a href="https://drinkbutterbeer.ru/viewtopic.php?pid=672299#p672299">пейзаж с черным озером и хогвартсом на заднем плане</a><br>// картина до сих пор висит в поместье<br>у нас дома на самом видном месте<br>и радует (наверное) гостей;<br><br>
     ♡ мой <a href="https://drinkbutterbeer.ru/viewtopic.php?id=4920">magnum opus</a><br>// не иначе как раскрытием каких-то женских чакр и началом эры femme fatale<br>и не назовешь <s>(смотря какие details, смотря какой fabric)</s>;<br><br>
     ♡ <a href="https://drinkbutterbeer.ru/viewtopic.php?pid=805044#p805044">самый лучший выпуск слизерин'97</a><br>// да, уже не школьница, но последний день беззаботного времяпрепровождения хочется вспоминать время от времени.
    </div>

    <div class="tinder_tab" id="hate">
     ♡ тотальный контроль моей персоны;<br>
     ♡ когда не считаются с моим мнением;<br>
     ♡ глупость и нежелание что-то<br>с этим делать;<br>
     ♡ неуважительное отношение<br>к подаренным мною подаркам.
    </div>

    <!-- КНОПКА -->
    <div class="tinder_button">
      <a href="https://drinkbutterbeer.ru/viewtopic.php?id=9#p817367">Сходить со мной на свиданиe</a>
    </div>

  </div>
</div>

<style>
:root {
  --main-font: montserrat, arial, sans-serif;

  /* Цвет кнопок */
  --tinder-btn: rgb(49, 27, 56);
  --tinder-btn-hvr: rgb(234, 107, 107);
}

/* Карточка */
.tinder_container {
  width: 335px;
  background: white;
  border-radius: 25px;
  padding: 25px;
  overflow: hidden;
  font-family: var(--main-font);
}

/* Слайдер */
.slider {
  width: 100%;
  height: 270px;
  position: relative;
  margin-bottom: 25px;
}

/* Фото */
.tinder_ava {
  width: 100%;
  height: 270px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

/* Стрелки */
.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;

  background: rgba(0, 0, 0, 0.55);
  color: white;
  font-size: 26px;

  cursor: pointer;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* Левая кнопка */
.slide-btn.left {
  left: 10px;
}

/* Правая кнопка */
.slide-btn.right {
  right: 10px;
}

/* Вкладки-иконки */
.tinder_icon {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
}

.tinder_icon button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  background: var(--tinder-btn);
  color: white;
  font-size: 26px;
  cursor: pointer;
  transition: 0.3s;
}

.tinder_icon button:hover {
  background: var(--tinder-btn-hvr);
}

/* Имя */
.tinder_name {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}

/* Контент вкладок */
.tinder_tab {
  display: none;
  text-align: center;
  font-size: 13px;
  padding: 10px;
  margin-top: 10px;
}

.tinder_tab.active {
  display: block;
}

/* Кнопка */
.tinder_button {
  margin-top: 14px;
}

.tinder_button a {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  background: var(--tinder-btn);

  /* Цвет текста date me */
  color: rgb(237, 237, 237) !important;
  font-weight: bold;
  text-decoration: none;
}

.tinder_button a:hover {
  background: var(--tinder-btn-hvr);
}
</style>

<script>
/* --- Вкладки --- */
function openTab(tabId) {
  let tabs = document.querySelectorAll(".tinder_tab");
  tabs.forEach(t => t.classList.remove("active"));

  document.getElementById(tabId).classList.add("active");
}

/* --- Фото-слайдер --- */
let photos = [
  "https://i.pinimg.com/736x/b1/18/46/b11846b40706b0b0fcc872a7c0fade15.jpg",
  "https://i.pinimg.com/736x/43/ce/b0/43ceb0d55728e9e0f85f6997e4f0605f.jpg",
  "https://i.pinimg.com/736x/56/9e/e7/569ee75d177fe55194b5bbd98a71306d.jpg",
  "https://i.pinimg.com/736x/3a/38/5c/3a385c409d220405eb3bf6a1bb8a7880.jpg"
];

let index = 0;

function showPhoto() {
  document.getElementById("photo").style.backgroundImage =
    "url(" + photos[index] + ")";
}

function nextPhoto() {
  index = (index + 1) % photos.length;
  showPhoto();
}

function prevPhoto() {
  index = (index - 1 + photos.length) % photos.length;
  showPhoto();
}
</script>
<center>
[/html]

0

724

https://i.imgur.com/GsUZOzD.png

0

725

https://forumstatic.ru/files/001b/ee/37/10656.png

0

726

https://upforme.ru/uploads/001c/a8/41/6/598169.png

0

727

https://upforme.ru/uploads/001b/2e/b0/4/163840.gif

0

728

https://forumstatic.ru/files/001c/8f/35/90937.jpeg?v=1

гостевая | сюжет | нужные

0

729

https://forumstatic.ru/files/001c/99/39/85496.jpg

0

730

https://upforme.ru/uploads/001b/dc/dc/224/819355.png

0

731

https://upforme.ru/uploads/001c/8b/a8/7/234161.png

0

732

0

733

https://forumstatic.ru/files/001c/aa/0d/69177.png

0

734

Ролевой каталог
Live Your Life
https://upforme.ru/uploads/000b/09/4f/29209/721244.jpg
Правила | FAQ | Конкурсы

0

735

https://i.imgur.com/trX7O9v.jpeg

0

736

https://upforme.ru/uploads/001c/9f/9b/7/43690.png

0

737

https://upforme.ru/uploads/001c/8b/a8/346/741996.gif

0

738

https://upforme.ru/uploads/0016/e6/98/2/243338.png

0

739

https://upforme.ru/uploads/001c/38/af/6/786848.jpg

0

740

https://upforme.ru/uploads/001c/9b/a1/7/444219.png

0

741

0

742


1981 год. Магическая Британия. Ты - тот, кто качнёт весы.

https://upforme.ru/uploads/001c/8d/f9/6/743150.png
СюжетРоли и внешностиНужные

0

743

https://upforme.ru/uploads/001c/9f/08/2/949100.jpg

0

744

https://upforme.ru/uploads/001c/97/e4/5/564557.png

0

745

https://upforme.ru/uploads/0015/e5/b7/3206/359258.gif

0

746

https://upforme.ru/uploads/001c/2a/e5/5/324060.png

0

747

https://upforme.ru/uploads/001c/5b/2f/2/977593.png

0

748

https://i.imgur.com/6ekKg8G.png

0

749

https://upforme.ru/uploads/000e/5d/50/2/555462.gif

0

750

https://upforme.ru/uploads/001c/a6/68/4/626377.png
призраки ● медиумы ● культы ● стражи

0


Вы здесь » MEMORY LANE » аэропорт » реклама аньки и твинков #1