Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- TOP SCROLLBOX --
- width: 18.5em;
- height: 5em;
- overflow: auto;
- padding: 5px;
- border: 1px solid black;
- border-radius: 5px;
- background: white;
- position: absolute;
- left: 7.3em;
- bottom: 17em;
- -- BOTTOM SCROLLBOX --
- width: 18.5em;
- height: 5em;
- overflow: auto;
- padding: 5px;
- border: 1px solid black;
- border-radius: 5px;
- background: white;
- position: absolute;
- left: 7.3em;
- bottom: 11.5em;
- -- MUSIC PLAYER CR GIAMGRI --
- <!----- music player used in min crd co and kahei crd co made by giamgri but credit isnt that important, fill in your own hex codes and music link (works for dropbox) ------->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <head>
- <script src="https://kit.fontawesome.com/610c820504.js" crossorigin="anonymous"></script>
- <style type="text/css">
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:relative;
- #container07;
- bottom:0;
- margin-bottom:10px;
- left:-8.5px;
- margin-left:10px;
- display:flex;
- z-index:99;
- }
- #glenplayer02 a {
- text-decoration:none;
- }
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:22px;
- font-size:16px;
- cursor:pointer;
- }
- .playy, .pausee {
- -webkit-background-clip: text;
- -webkit-text-fill-color: #B56262;
- -webkit-text-stroke-width: 1px;
- -webkit-text-stroke-color: #B56262;
- font-size: 22px;
- }
- .pausee {
- display:none;
- }
- </style>
- <body>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy" style="display: block;"><span><i class="fa-solid fa-volume-low" aria-hidden="true"></i></span></div>
- <div class="pausee" style="display: none;"><span><i class="fa-solid fa-volume-high" aria-hidden="true"></i></span></div></div>
- </div>
- <audio id="tune" src="https://cdn.discordapp.com/attachments/918443780150009886/921321508155052102/ES_Midnight_Butlers_-_XXVeil_KAN_ROM_ENG.mp3"></audio>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement