Здесь делается вжух 🪄

настройки
Шрифт в постах
      [НОВОСТИ ТУТ] #БАРГЕСТ ПРОТИВ ВУДУИСТОВ пвп или зассал? #МЭРИЯ ТЕСТИРУЕТ ВНЕДРЕНИЕ ИИ В ГОРОДСКИЕ СИСТЕМЫ УПРАВЛЕНИЯ ебанёт? не должно!
      Loco
      D'Nash
      все под колпаком

      Промзона Санто-Доминго — традиционная арена для гонок «сдохни или умри». Широкие магистрали между заводскими корпусами, перепады высот до трёхсот метров, повороты с радиусом, рассчитанным на грузовики, а не на спорткары на пределе сцепления. Полиция официально запрещает заезды, но неофициально толкает информацию о патрульных маршрутах. В толпе зрителей — классическое сборище городских низов и корпоративных извращенцев, которым наскучили развлечения в вирте. Девчонки вешаются на пилотов как новогодние игрушки на ёлку, хотя часть из них не отличит турбокомпрессор от глушителя. Парни комментируют технические примочки с религиозностью фанатиков. А один даже торгует чипами памяти — топ самых зрелищных аварий за последний месяц. Снафф для гурманов. Агония в самом высоком разрешении.

      David Martinez, they see me rollin
      в спотлайте
      звездный дуэт
      прокрутка поколесиком мыши

      CyberBober

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

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


      Вы здесь » CyberBober » ROOT » Тестовое сообщение


      Тестовое сообщение

      Сообщений 31 страница 44 из 44

      31

      #main_header-wrap {
      position: relative;
      margin-bottom: 10px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      gap: 10px;
      font: 400 9px var(--font);
      text-transform: uppercase;
      }

      .main_header-item1 {
      background: var(--header) center;
      width: 100%;
      height: 225px;
      border-radius: 15px;
      border: 1px solid var(--main-border);
      padding: 25px 30px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      }

      .header_newsline {
      height: 17px;
      width: 650px;
      align-self: flex-end;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
          mask: linear-gradient(to left, #000 50%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask: linear-gradient(to left, #000 50%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: cover;
      }

      .newsline_content {
      white-space: nowrap;
      display: flex;
      gap: 15px;
      color: var(--text2)
      }

      .newsline_content {
          animation: scroll-text 25s linear infinite; /* анимация будет двигаться 15 секунд */
          animation-play-state: running; /* по умолчанию анимация работает */
        }

          .header_newsline:hover .newsline_content {
          animation-play-state: paused; /* При наведении анимация приостанавливается */
        }

        @keyframes scroll-text {
          0% {
            transform: translateX(100%); /* Начинаем с правой стороны */
          }
          100% {
            transform: translateX(-100%); /* Заканчиваем с левой стороны */
          }
        }

      .newsline_content a {
      background: var(--main-bg-second);
      padding: 3px 10px;
      border-radius: 15px;
      font-weight: 650
      }

      .newsline_content strong {
      font-weight: 500
      }

      .nav_wrap {
      margin-top: 20px;
      align-self: flex-end;
      position: relative;
      z-index: 11
      }

      .nav_wrap .slide_button {
      border: none;
      padding: 0;
      font-size: 9px !important;
      display: flex;
      align-items: center;
      gap: 10px;
      }

      .nav_wrap .slide_button:before {
      content: "\f061";
      font: 300 7px/100% FontAwesome !important;
      background: var(--main-bg-third);
      width: 16px;
      height: 16px;
      border-radius: 100%;
      color: var(--text3);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .4s linear 0s
      }

      .nav_wrap .slide_button.i_active:before {
      transform: rotate(90deg)
      }

      .nav_wrap .link {
      display: flex;
      flex-direction: column;
      gap: 5px;
      text-align: center;
      padding: 20px;
      }

      .nav_wrap .link a {
      background: var(--accent);
      color: var(--text3) !important;
      font-size: 10px;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 10px;
      transition: all .4s linear 0s !important;
      }

      .nav_wrap .link a:hover {
      background: var(--main-bg-third)
      }

      .header_logo-section {
      margin-top: auto;
      display: flex;
      justify-content: space-between;
      }

      .logo-right {
      display: flex;
      flex-direction: column;
      font-family: var(--font-a);
      align-items: flex-end;
      }

      .logo-right span {
      font-size: 10px;
      font-weight: 300
      }

      .glitch {
        font-size: 50px;
      font-weight: 600;
        text-transform: upercase;
        position: relative;
        display: inline-block;
      margin-top: -5px
      }
      .glitch::before,
      .glitch::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
      .glitch::before {
        left: 2px;
        text-shadow: -2px 0 var(--accent);
        clip: rect(24px, 550px, 90px, 0);
        -webkit-animation: glitch-anim-2 3.5s infinite linear alternate-reverse;
                animation: glitch-anim-2 3.5s infinite linear alternate-reverse;
      }
      .glitch::after {
        left: -2px;
        text-shadow: 2px -2px var(--accent-second);
        clip: rect(85px, 550px, 140px, 0);
        -webkit-animation: glitch-anim 3.5s infinite linear alternate-reverse;
                animation: glitch-anim 3.5s infinite linear alternate-reverse;
      }

      .logo-left {
      display: flex;
      width: 140px;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: flex-end;
      align-self: flex-end;
      gap: 5px 2px
      }

      .header_music-section {
      margin-top: auto;
      margin-bottom: -20px
      }

      .audio-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
        height: 15px;
        position: relative;
        z-index: 1;
        gap: 10px;
      color: var(--text2)
      }

      .player-controls {
        width: auto;
        height: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: align-items;
        gap: 5px;
      }

      .song-panel {
        display: flex;
        height: 15px;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        box-sizing: border-box;
      }

      .song-panel .song-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gaP: 5px;
        width: auto;
        text-align: left;
        text-transform: uppercase;
        font-size: 9px;
      }
      .song-panel .song-info .song-info__title {
        font-weight: 600;
      }
      .song-panel .song-info .song-info__artist {
        font-weight: 400;
      }

      .player-controls button {
        height: 15px;
        width: 15px;
        cursor: pointer;
        border: none;
        margin: 0;
        position: relative;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
      }

      .play {
        display: flex;
        align-items: center;
        justify-content: center
      }

      .music-icon {
      width: 15px;
      height: 15px;
      display: flex;
      justify-content: center;
      align-items: center
      }

      .music-icon:before {
      content: "\f00c";
      font: normal normal 9px FontAwesome;
      color: var(--text1);
      position: absolute;
      }

      .music-icon.icon-play:before {
      content: "\f04b"
      }

      .music-icon.icon-backward:before {
      content: "\f04a"
      }

      .music-icon.icon-forward:before {
      content: "\f04e"
      }

      .play.playing .music-icon.icon-play:before {
      content: "\f04c";
      color: var(--text2)
      }

      .music-icon:hover:before, .play.playing .music-icon.icon-play:hover:before {
      color: var(--accent)
      }

      .main_header-item2 {
      display: flex;
      gap: 10px;
      height: 200px
      }

      .header_persons-container {
      padding: 25px 30px;
      border-radius: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 30px;
      color: var(--text3);
      width: 235px;
      box-sizing: border-box
      }

      .besties-container {
      background: var(--accent);
      }

      .persons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 5px;
      }

      .persons-title {
      font-family: var(--font-a);
      font-size: 8px;
      width: 100%;
      }

      .persons div {
      width: 55px;
      height: 40px;
      border-radius: 5px;
      overflow: hidden;
      border: 1px solid var(--text3);
      box-sizing: border-box;
      position: relative
      }

      .persons div:before {
      content: "";
      display: block;
      position: absolute;
      background: var(--text3);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: .15
      }

      .persons div:after {
      content: "";
      display: block;
      position: absolute;
      background: var(--accent);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      mix-blend-mode: darken;
      transition: all .4s linear 0s
      }

      .persons img {
      width: 55px;
      height: 40px;
      object-fit: cover;
      filter: grayscale(100%)
      }

      .persons div:hover:after {
      opacity: 0
      }

      .persons.persons-alt div, .persons.persons-alt img {
      width: 85px;
      }

      .need-container {
      background: var(--main-bg-third);
      }

      .need-container .persons {
      flex-direction: column;
      gap: 5px;
      }

      .need-container .persons-title {
      margin-bottom: 5px;
      }

      .persons.persons-weneed div, .persons.persons-weneed img {
      width: 85px;
      }

      .persons.persons-weneed a {
      display: flex;
      align-items: center;
      gap: 10px;
      }

      .persons.persons-weneed a:after {
      content: attr(data-text);
      flex: 1;
      color: var(--text3);
      font-weight: 400;
      font-size: 8px;
      line-height: 150%;
      transition: all .3s linear 0s
      }

      .persons.persons-weneed div:before {
      content: "";
      display: block;
      position: absolute;
      background: var(--main-bg-third);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: .6;
      transition: all .4s linear 0s
      }

      .persons.persons-weneed a:hover div:before {
      opacity: 0
      }

      .persons.persons-weneed div:after {
      display: none
      }

      .persons.persons-weneed a:hover:after {
      color: var(--accent)
      }

      .header_persons-container.best_post-container {
      background: var(--main-bg);
      flex: 1;
      overflow: hidden;
      gap: 15px;
      }

      .best_post-header {
      margin: -25px -30px 0;
      background: var(--main-bg-third);
      border-radius: 15px;
      padding: 25px 30px;
      box-sizing: border-box;
      height: 80px;
      position: relative;
      overflow: hidden;
      gap: 15px;
      }

      .best_post-header .best_post-img {
      position: absolute;
      width: 387px;
      height: 80px;
      top: 0;
      right: 0;
          mask: linear-gradient(to left, #000 30%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask: linear-gradient(to left, #000 30%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: cover;
      }

      .best_post-header .best_post-img:after {
      content: "";
      display: block;
      background: var(--main-bg-third);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .6
      }

      .dark .best_post-img:before {
      content: "";
      display: block;
      background: var(--accent);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .6;
      z-index: 1;
      mix-blend-mode: darken
      }

      .best_post-header .best_post-img img {
      width: 387px;
      height: 80px;
      object-fit: cover;
      filter: grayscale(100%)
      }

      .best_post-content {
      color: var(--text1);
      text-transform: none;
      font-size: 11px;
      line-height: 140%;
      flex: 1;
      overflow-x: auto;
      padding-right: 15px;
      margin-bottom: -5px
      }

      .best_post-author {
      text-align: right;
      color: var(--text1);
      }

      .best_post-author-link {
      font-weight: 600
      }

      .main_header-item3 {
      padding: 5px 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: flex-end;
      line-height: 100%
      }

      .main_header-item3 a {
      background: var(--main-bg);
      padding: 5px 10px 5px 5px;
      border-radius: 10px;
      font-weight: 600;
      font-size: 10px;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: background .3s linear 0s, color .3s linear 0s !important;
      }

      .main_header-item3 a em {
      font-weight: 300;
      font-size: 8px;
      padding: 1px 4px;
      background: var(--main-bg-second);
      border-radius: 10px;
      }

      .main_header-item3 a:hover {
      background: var(--main-bg-third)
      }

      0

      32

      <div id="main_header-wrap">
      <div class="main_header-item1">
      <div class="header_newsline">
      <div class="newsline_content">
      <span><a href="https://ftr404.rusff.me/viewtopic.php?id=16">[НОВОСТИ ТУТ]</a></span>

              <span><strong>#БАРГЕСТ ПРОТИВ ВУДУИСТОВ</strong> пвп или зассал?</span>
          <span><strong># МЭРИЯ ТЕСТИРУЕТ ВНЕДРЕНИЕ ИИ В ГОРОДСКИЕ СИСТЕМЫ УПРАВЛЕНИЯ</strong> ебанёт? не должно! </span>

      </div>
      </div>
            <!-- полезные ссылки -->
            <div class="nav_wrap">
               <div class="slide_button"><span>полезные ссылки</span></div>
               <div class="slide_block">
                  <div class="link">
      <a href="https://ftr404.rusff.me/viewtopic.php?id=4">гостевая</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=8">внешности</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=5">правила</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=12">сюжет</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=15">нужные</a>
                  </div>
               </div>
            </div>
            <!-- полезные ссылки -->
      <div class="header_music-section">
      <!-- музыка -->
      <div class="audio-wrapper">
      <audio class="player__audio viewer">
        <source src="https://forumstatic.ru/files/001b/f3/0c/45686.mp3" type="audio/mpeg">
        Ваш браузер не поддерживает аудио элемент.
      </audio>
        <div class="player-controls">
        <button class="play"><i class="music-icon icon-play"></i></button>
        <button class="backward"><i class="music-icon icon-backward"></i></button>
        <button class="forward"><i class="music-icon icon-forward"></i></button>
      </div>
      <div class="song-panel">
        <div class="song-info">
          <div class="song-info__title">Loco</div>
          <div class="song-info__artist">D'Nash</div>
        </div>
      </div>
      </div>
      <!-- музыка -->
      </div>
      <div class="header_logo-section">
      <div class="logo-right">
      <span>no future</span>
      <div class="glitch" data-text="Cyberpunk 2078">Cyberpunk 2078</div>
      </div>
      <div class="logo-left">
      <span>киберпанк</span> / <span>эпизоды</span>
      <span>анархия</span>
      </div>
      </div>
      </div>
      <div class="main_header-item2">
      <div class="header_persons-container besties-container">
      <div class="persons">
      <span class="persons-title">в спотлайте</span>
      <a href="https://ftr404.rusff.me/profile.php?id=150" title="правая палочка твик для госпожи"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/137486.gif"></div></a>
      <a href=https://ftr404.rusff.me/profile.php?id=130" title="госпожа"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/913577.gif"></div></a>
      <a href=https://ftr404.rusff.me/profile.php?id=145" title="левая палочка твикс для госпожи"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/873975.gif"></div></a>
      </div>
      <div class="persons persons-alt">
      <span class="persons-title">звездный дуэт</span>
      <a href="https://ftr404.rusff.me/profile.php?id=127" title="красавчик на ресепшене"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/538302.gif"></div></a>
      <a href="https://ftr404.rusff.me/profile.php?id=126" title="наглый корпорат"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/963257.gif"></div></a>
      </div>
      </div>
      <div class="header_persons-container need-container">
      <div class="persons persons-weneed">
      <span class="persons-title">разыскиваются</span>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=15#p32329" data-text="иисус для техники"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/88001.gif"></div></a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=15#p38342" data-text="королевская тигрица"><div><img src="https://upforme.ru/uploads/001c/1a/06/2/155575.gif"></div></a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=15#p40079" data-text="лунная девочка"><div><img src="https://upforme.ru/uploads/001c/1a/06/5/474435.gif"></div></a>
      </div>
      </div>
      <div class="header_persons-container best_post-container">
      <div class="best_post-header">
      <span class="persons-title">все под колпаком</span>
      <div class="best_post-img"><img src="https://upforme.ru/uploads/001c/1a/06/2/182968.gif"></div>
      </div>
      <p class="best_post-content">
      Когда Каору подняла глаза на голос, все в ней остановилось, замерло. Сигнатура Горо Такемуры пульсировала на внутреннем экране, как предупреждение о приближающемся штурме, ярким пятном. Руки дрогнули, но с большим трудом она всё же заставила себя моргнуть. Мигающий маячок погас, как будто от этого он мог исчезнуть и в реальности. Слежка, которая ещё пять минут назад казалась игрой в контроль, стала бессмысленной. Он был здесь. Не в коде, не в сети.
      Здесь.
      Так близко, что кожа вспыхнула огнём, будто импланты перегрелись от испуга.
      </p>
      <span class="best_post-author"><a href="https://ftr404.rusff.me/profile.php?id=143" class="best_post-author-link">Kaoru Saito</a>, <a href="https://ftr404.rusff.me/viewtopic.php?id=430#p39963" class="best_post-author-episode"> мне не по душе, когда ты молчишь</a></span>
      </div>
      </div>
      <div class="main_header-item3">
      <a href="https://ftr404.rusff.me/viewtopic.php?id=16&p=2#p40227"><em>14.07</em> спотлайт</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=299#p40225"><em>14.07</em> игры // паззлы</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=290&p=2#p40226"><em>14.07</em> игры // фоточеллендж</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=390#p40224"><em>14.07</em> игры // топ</a>
      <a href="https://ftr404.rusff.me/viewtopic.php?id=401#p34999"><em>02.06</em> квест // being involved</a>
      </div>
      </div>

      0

      33

      clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
        -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);

      0

      34

      sss

      0

      35

      wwwwwwwwww

      0

      36

      dtyd

      0

      37

      0

      38

      ping

      0

      39

      ццц

      0

      40

      Тест

      0

      41

      https://upforme.ru/uploads/001c/37/2a/2/201358.png
      https://upforme.ru/uploads/001c/37/2a/2/695046.png
      https://upforme.ru/uploads/001c/37/2a/2/943403.png

      0

      42

      https://upforme.ru/uploads/001c/37/2a/2/168589.png
      https://upforme.ru/uploads/001c/37/2a/2/964761.png

      0

      43

      https://upforme.ru/uploads/001c/37/2a/2/429711.png

      0

      44

      https://upforme.ru/uploads/001c/37/2a/2/961105.png

      0


      Вы здесь » CyberBober » ROOT » Тестовое сообщение


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