Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---HOME TITLE CSS---
- <link rel="stylesheet" href="https://unpkg.com/98.css">
- <div class="window" style="box-shadow:inset -1px -0px #0a0a0a,inset 1px 1px #fff,inset -2px -0px #E8E8E8,inset 2px 2px #E8E8E8;">
- <div class="title-bar" style="background: linear-gradient(90deg, #1400FF, #fff);">
- <div class="title-bar-text" style="color: #fff;">
- lindley
- </div>
- <div class="title-bar-controls">
- <button aria-label="Minimize">
- </button><button aria-label="Maximize">
- </button><button aria-label="Close">
- </button></div></div></div>
- ---SECTION TITLE CSS---
- <link rel="stylesheet" href="https://unpkg.com/98.css">
- <div class="window" style="box-shadow: inset -1px -0px #0a0a0a, inset 1px 1px #fff, inset -2px -0px grey, inset 2px 2px #dfdfdf;
- width: 32%;
- position: absolute;
- right: 2em;
- bottom: 22em;">
- <div class="title-bar" style="background: linear-gradient(90deg, #FF5252, #fff);">
- <div class="title-bar-text" style="color: #fff;">
- rules
- </div>
- <div class="title-bar-controls">
- <button aria-label="Minimize">
- </button><button aria-label="Maximize">
- </button><button aria-label="Close">
- </button></div></div></div>
- ---SPINNING CD---
- <style>
- lol {
- }
- .img1 { /* cd image u can change the size too */
- width: 6em;
- height: 6em;
- position: absolute;
- right: 1em;
- bottom: 2.75em;
- z-index: 800;
- -webkit-animation: spin 2s linear infinite;
- -webkit-animation:spin 4s linear infinite;
- -moz-animation:spin 4s linear infinite;
- animation:spin 4s linear infinite;
- }
- @-moz-keyframes spin {
- 100% { -moz-transform: rotate(360deg); }
- }
- @-webkit-keyframes spin {
- 100% { -webkit-transform: rotate(360deg); }
- }
- @keyframes spin {
- 100% {
- -webkit-transform: rotate(360deg);
- transform:rotate(360deg);
- }
- }
- .img1:hover { /* this makes the cd stop spinning when hovering! */
- -webkit-animation: pop 0.3s ease;
- }
- </style>
- <body>
- <div id="lol"><img class="img1" src="https://dl.dropbox.com/scl/fi/ifrwqgf1m4hmx18g63snn/download-6.png?rlkey=t3hui18ubzs6sliu9ulkw8z8n&st=tbdmggu0&dl=0.png" width="auto" height="45px"></div>
- ---MUSIC PLAYER---
- <head>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
- <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>
- <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script>
- </head>
- <style type="text/css">
- @font-face {
- font-family: 'music';
- src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
- }
- @font-face {
- font-family: Pixelated MS Sans Serif;
- src:url(ms_sans_serif.woff) format("woff");
- src:url(ms_sans_serif.woff2) format("woff2");
- }
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:relative;
- display:flex;
- background: #C2C2C2;
- padding: .2em;
- border: 3px solid;
- border-style: inset;
- margin: auto;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- width:auto;
- }
- #glenplayer02 a {text-decoration:none;}
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:13px;
- font-size:18px;
- cursor:pointer;
- font-family: 'music';
- }
- .playy, .pausee {font-family: 'music'; font-size: 1.1em; color: #F38BC8; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; } /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:0.4em;
- font-family: Pixelated MS Sans Serif;
- font-size:0.75em;
- color:#000; /* color of music note symbol */
- }
- .labeltext {
- margin-left:0.5em;
- position: relative;
- bottom:0.1em;
- font-size:14px;/* color of song title */
- font-family: Pixelated MS Sans Serif;
- }
- </style>
- <body>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy">d</div>
- <div class="pausee">k</div>
- </div>
- <div class="sonata">MP3 LOOP BY YVES </div>
- <div class="labeltext"><img src="https://64.media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif"> <span style="font-family: 'music'; font-size: 1.1em; color: #F38BC8; -webkit-text-stroke: 0.5px #000; margin-top: -0.2em; margin-bottom: 0.1em; ">o</span></div>
- </div><!--end music player-->
- <audio id="tune" src="https://dl.dropbox.com/scl/fi/ryv27buia89i299lifmhf/Yves-LOOP-feat.-Lil-Cherry.mp3?rlkey=tpo16drrildl7951w06przgkf&st=p2n7mc2i&dl=0.mp3"></audio>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment