real-life
    tampa
    spring, 2026
    все говорили, что этот полет слишком рано. но девушка все решила для себя. она смотрела на англию и хотела сбежать от всего, что напоминало ей о фигурном катании // ее травме // о ее ошибках и падениях. врач твердил ей за пару дней до перелета, что зря она улетает в америку. а ей просто хотелось сбежать от всего...читать дальше
    марго
    левая палочка твикс
    эдди
    правая палочка твикс
    нова
    госпожа скриптов и верстки
    лили
    фея порядка
    даника
    горячая штучка и глас разума
    ума
    горе от ума
    пич
    хороший тамада и конкурсы интересные
    чак
    генератор твоей жизни в ии
    эва
    главный шопоголик флипа

    test

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

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


    Вы здесь » test » adminka » скриптовая


    скриптовая

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

    1

    <!---------------------------- ПЛЕЕР © HimalayaSingh, luverance ------------------------------------>
    <div id="app-cover"></div>
    <script type="text/javascript">
        const lightPlaylist = {
            albums: [
                          "Beauty And A Beat",
                          "Just Dance",
                          "Diamonds",
                          "Kiss You",
                          "Last Friday Night",
                          "Espresso",
                          "You Belong With Me"
            ],
            trackNames: [
                         "Justin Bieber feat. Nicki Minaj",
                          "Lady Gaga",
                          "Rihanna",
                          "One Direction",
                          "Katy Perry",
                          "Sabrina Carpenter",
                          "Taylor Swift"
            ],
            trackUrl: [
                "https://forumstatic.ru/files/001c/af/d7/53647.mp3",
                "https://forumstatic.ru/files/001c/af/d7/21152.mp3",
                "https://forumstatic.ru/files/001c/af/d7/33712.mp3",
                "https://forumstatic.ru/files/001c/af/d7/42913.mp3",
                "https://forumstatic.ru/files/001c/af/d7/97726.mp3",
                "https://forumstatic.ru/files/001c/af/d7/40737.mp3",
                "https://forumstatic.ru/files/001c/af/d7/50910.mp3"
            ]
        };
        const darkPlaylist = {
            albums: [
                "A Beautiful Lie",
                "Make Me Wanna Die",
                "I Was Made For Lovin You",
                "In The End",
                "God Is A Weapon",
                "Throne",
                "The Diary Of Jane"
            ],
            trackNames: [
                "Thirty Seconds to Mars",
                "The Pretty Reckless",
                "Kiss",
                "Linkin Park",
                "Falling In Reverse",
                "Bring Me The Horizon",
                "Breaking Benjamin"
            ],
            trackUrl: [
                "https://forumstatic.ru/files/001c/af/d7/91636.mp3",
                "https://forumstatic.ru/files/001c/af/d7/56674.mp3",
                "https://forumstatic.ru/files/001c/af/d7/66705.mp3",
                "https://forumstatic.ru/files/001c/af/d7/97089.mp3",
                "https://forumstatic.ru/files/001c/af/d7/91961.mp3",
                "https://forumstatic.ru/files/001c/af/d7/76003.mp3",
                "https://forumstatic.ru/files/001c/af/d7/19519.mp3"
            ]
        };
    </script>
    <script src="https://forumstatic.ru/files/001c/af/d7/96584.js"></script>

    стили
    Код:
    /* ПЛЕЕР 
    ----------------------------------------------------------------------------------*/
    *:focus { outline: none; }
    #app-cover {
        position: absolute;
        display: flex;
        width: 153px;
        height: 28px;
        top: -230px;
        left: 474px;
        z-index: 999;
        padding: 0px;
        border-top: none;
        justify-content: center;
        align-items: center;
        }
    
    .dark #app-cover {
        top: -230px;
        left: 487px;
        }
    
    #player { }
    
    #player-track {
        position: absolute;
        top: 6px;
        width: 200px;
        height: 0px;
        right: 0px;
        left: -27px;
        transition: 0.3s ease top;
        z-index: 1;
    }
    
    #album-name {
      position: relative;
      left: 27px;
      top: -3px;
      font-size: 11px;
      width: 153px;
      font-family: var(--1ft);
      color: var(--cl);
      text-transform: uppercase;
      text-align: center;
    }
    
    #track-name {
      position: relative;
      width: 153px;
      left: 27px;
      top: -5px;
      text-transform: lowercase;
      font-size: 9px;
      letter-spacing: 0.5px;
      font-family: var(--4ft);
      color: var(--cl);
      text-align: center;
    }
    
    #player-content {
      position: relative;
      /* height: 50%; */
      width: 153px;
      z-index: 2;
    }
    
    #player-controls {
      position: relative;
      /* left: -24px; */
      top: 24px;
      gap: 9px;
      height: 20px;
      display: flex;
      width: 153px;
      float: left;
      overflow: hidden;
      justify-content: center;
      align-items: center;
    }
    
    .control {
      width: 17px;
      display: flex;
      /* padding: 16px 2px; */
      justify-content: center;
    }
    
    #player .button {
      width: 14px;
      height: 14px;
      padding: 0px!important;
      background-color: #41393500!important;
      border-radius: 0px;
      border: none!important;
      cursor: pointer;
    }
    
    #player .button i {
      display: block;
      color: var(--play-cl);
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      line-height: 1;
      font-style: inherit;
    }
    
    #player .button,
    #player .button i { transition: 0.2s ease all; }
    
    #player .button:hover i { color: var(--play-cl-hov); }
    
    .fast-rewind:before, .play:before, .pause:before, .fast-forward:before, .restart-icon:before, .playlist-icon:before  {font-family: 'Font Awesome 6 Pro';}
    .fast-rewind:before { content: "\f04a"; }
    .play:before { content: "\f04b"; }
    .pause:before { content: "\f04c";  }
    .fast-forward:before { content: "\f04e";  }
    .restart-icon:before { content: "\f0e2"; }

    0

    2

    <!---------------------------- ПЛЕЕР с плейлистом © luverance, HimalayaSingh --------------------->
    <div id="app-cover"></div>
    <script type="text/javascript">
       const lightPlaylist = {
            albums: [
                          "Beauty And A Beat",
                          "Just Dance",
                          "Diamonds",
                          "Kiss You",
                          "Last Friday Night",
                          "Espresso",
                          "You Belong With Me"
            ],
            trackNames: [
                         "Justin Bieber feat. Nicki Minaj",
                          "Lady Gaga",
                          "Rihanna",
                          "One Direction",
                          "Katy Perry",
                          "Sabrina Carpenter",
                          "Taylor Swift"
            ],
            trackUrl: [
                "https://forumstatic.ru/files/001c/af/d7/53647.mp3",
                "https://forumstatic.ru/files/001c/af/d7/21152.mp3",
                "https://forumstatic.ru/files/001c/af/d7/33712.mp3",
                "https://forumstatic.ru/files/001c/af/d7/42913.mp3",
                "https://forumstatic.ru/files/001c/af/d7/97726.mp3",
                "https://forumstatic.ru/files/001c/af/d7/40737.mp3",
                "https://forumstatic.ru/files/001c/af/d7/50910.mp3"
            ]
        };
        const darkPlaylist = {
            albums: [
                "A Beautiful Lie",
                "Make Me Wanna Die",
                "I Was Made For Lovin You",
                "In The End",
                "God Is A Weapon",
                "Throne",
                "The Diary Of Jane"
            ],
            trackNames: [
                "Thirty Seconds to Mars",
                "The Pretty Reckless",
                "Kiss",
                "Linkin Park",
                "Falling In Reverse",
                "Bring Me The Horizon",
                "Breaking Benjamin"
            ],
            trackUrl: [
                "https://forumstatic.ru/files/001c/af/d7/91636.mp3",
                "https://forumstatic.ru/files/001c/af/d7/56674.mp3",
                "https://forumstatic.ru/files/001c/af/d7/66705.mp3",
                "https://forumstatic.ru/files/001c/af/d7/97089.mp3",
                "https://forumstatic.ru/files/001c/af/d7/91961.mp3",
                "https://forumstatic.ru/files/001c/af/d7/76003.mp3",
                "https://forumstatic.ru/files/001c/af/d7/19519.mp3"
            ]
        };
    </script>
    <script src="https://forumstatic.ru/files/001c/af/d7/95928.js?v=3"></script>

    стили
    Код:
    /* ПЛЕЕР с плейлистом 
    ----------------------------------------------------------------------------------*/
    *:focus { outline: none; }
    #app-cover {
        position: absolute;
        display: flex;
        width: 153px;
        height: 28px;
        top: -230px;
        left: 474px;
        z-index: 999;
        padding: 0px;
        border-top: none;
        justify-content: center;
        align-items: center;
        }
    
    .dark #app-cover {
        top: -230px;
        left: 487px;
        }
    
    #player { }
    
    #player-track {
        position: absolute;
        top: 6px;
        width: 200px;
        height: 0px;
        right: 0px;
        left: -27px;
        transition: 0.3s ease top;
        z-index: 1;
    }
    
    #album-name {
      position: relative;
      left: 27px;
      top: -3px;
      font-size: 11px;
      width: 153px;
      font-family: var(--1ft);
      color: var(--cl);
      text-transform: uppercase;
      text-align: center;
    }
    
    #track-name {
      position: relative;
      width: 153px;
      left: 27px;
      top: -5px;
      text-transform: lowercase;
      font-size: 9px;
      letter-spacing: 0.5px;
      font-family: var(--4ft);
      color: var(--cl);
      text-align: center;
    }
    
    #player-content {
      position: relative;
      /* height: 50%; */
      width: 153px;
      z-index: 2;
    }
    
    #player-controls {
      position: relative;
      /* left: -24px; */
      top: 24px;
      gap: 9px;
      height: 20px;
      display: flex;
      width: 153px;
      float: left;
      overflow: hidden;
      justify-content: center;
      align-items: center;
    }
    
    .control {
      width: 17px;
      display: flex;
      /* padding: 16px 2px; */
      justify-content: center;
    }
    
    #player .button {
      width: 14px;
      height: 14px;
      padding: 0px!important;
      background-color: #41393500!important;
      border-radius: 0px;
      border: none!important;
      cursor: pointer;
    }
    
    #player .button i {
      display: block;
      color: var(--play-cl);
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      line-height: 1;
      font-style: inherit;
    }
    
    #player .button,
    #player .button i { transition: 0.2s ease all; }
    
    #player .button:hover i { color: var(--play-cl-hov); }
    
    .fast-rewind:before, .play:before, .pause:before, .fast-forward:before, .restart-icon:before, .playlist-icon:before  {font-family: 'Font Awesome 6 Pro';}
    .fast-rewind:before { content: "\f04a"; }
    .play:before { content: "\f04b"; }
    .pause:before { content: "\f04c";  }
    .fast-forward:before { content: "\f04e";  }
    .restart-icon:before { content: "\f0e2"; }
    .playlist-icon:before { content: "\f0c9"; }
    
    
    /* ===== Стили для всплывающего окна плейлиста ===== */
    .playlist-popup {
        position: absolute;
        background: var(--pn2);
        border-radius: 0px;
        padding: 0px 0;
        z-index: 10000;
        max-height: 220px;
        overflow-y: auto;
        width: 240px;
        font-size: 11px;
        font-family: inherit;
    }
    .playlist-item {
        padding: 4px 12px;
        cursor: pointer;
        font: 10px var(--4ft);
        border-bottom: var(--bord);
        color: var(--cl2);
        transition: background 0.1s;
    }
    .playlist-item:hover {
        background: var(--pla-cl);
        color: var(--cl);
    }
    
    
    

    0


    Вы здесь » test » adminka » скриптовая


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