Переключить яркость:
    Постописцы месяца » их боялся неписец
    здесь наливают сливочное пиво а еще выдают лимонные дольки
    Атмосферный Хогвартс микроскопические посты
    Drink Butterbeer!
    Happiness can be found, even in the darkest of times, if one only remembers to turn on the light

    Drink Butterbeer!

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

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


    Вы здесь » Drink Butterbeer! » Hogsmeade Post Office » Совиная почта, №131


    Совиная почта, №131

    Сообщений 101 страница 120 из 139

    1

    ХТМЛ шаблон (!)

    [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">date me</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]

    Код:
    [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/b11846b40706b0b0fcc872a7c0fade15.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">date me</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]
    Код:
    [quote][align=center][url=https://drinkbutterbeer.ru][img]https://upforme.ru/uploads/001b/ff/2a/183/759081.png[/img][/url]
    [font=Verdana][b][size=14][url=https://drinkbutterbeer.ru/viewtopic.php?id=9#p808218]Очень нужен Невилл![/url][/size]  [/b][/font][/align]
    [/quote]
    

    0

    101

    https://forumstatic.ru/files/001c/a3/ee/84783.png

    0

    102

    ИЛЛЮЗИУМ

    https://upforme.ru/uploads/001c/54/02/9/t225340.png

    ☆ ★ ✮  омегаверс  ★ ✮ ★  истинные пары  ☆ ★ ✮  шесть полов  ★ ✮ ★
    ᡕᠵデ气亠 | мафия ☆ ★ ✮противостояние ★ ✮ ★полиция | ╾━╤デ╦︻

    0

    103

    https://upforme.ru/uploads/001c/38/af/3/730951.png

    0

    104

    https://upforme.ru/uploads/001b/fb/fb/2/154730.png

    0

    105

    ТЕМНОЕ ФЭНТЕЗИ. МАГИЯ. ПРИКЛЮЧЕНИЯ

    МагиЧудотворцыИзбранные

    https://upforme.ru/uploads/001c/97/9f/2/735661.png

    ЛюдиАйреРевенантыВампирыБестии

    внешности реальные и рисованные

    0

    106

    https://forumstatic.ru/files/001c/3b/ab/30465.png

    0

    107

    https://i.yapx.ru/c6LRe.png

    0

    108

    https://upforme.ru/uploads/001c/55/b9/2/729318.png

    0

    109

    https://upforme.ru/uploads/001c/35/8d/12/63097.png

    0

    110

    https://upforme.ru/uploads/001a/f6/b2/2/668618.png

    0

    111

    https://forumstatic.ru/files/001c/75/3f/32335.jpg

    0

    112

    https://s10.iimage.su/s/01/gtiOgorxdi0G2CgFdPztqd6mDfjiRYsSb2SmoBX2G.gif

    * * *

    С Ю Ж Е Т   |   Р О Л И   
    АКЦИЯ "ИЩУ ТЕБЯ"

    0

    113

    https://upforme.ru/uploads/001c/3a/6b/2/362439.png

    0

    114

    https://forumstatic.ru/files/001c/a0/bb/66666.png

    0

    115

    https://upforme.ru/uploads/001c/93/b0/2/774355.png

    0

    116

    https://upforme.ru/uploads/001c/a1/b4/4/231418.jpg

    0

    117

    https://upforme.ru/uploads/001c/84/ea/6/627532.gif

    0

    118

    https://upforme.ru/uploads/001b/86/cf/2/97644.png

    0

    119

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

    0

    120

    https://upforme.ru/uploads/0019/47/79/2/493545.png

    приходите по акции
    вампирыоборотниорден

    0


    Вы здесь » Drink Butterbeer! » Hogsmeade Post Office » Совиная почта, №131


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