Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- MISC ---
- <style>
- @font-face {
- font-family: roman;
- src: url(https://dl.dropbox.com/s/7bidj4o8lc71b8u/Hantam.ttf);
- }
- @keyframes floating { 0% { transform: translate(0, 0px); } 50% { transform: translate(0, 10px); } 100% { transform: translate(0, -0px); } }
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* Remove scrollbar space */
- background: transparent; /* Optional: just make scrollbar invisible */
- }
- /* Optional: show position indicator in red */
- ::-webkit-scrollbar-thumb {
- background: #FF0000;
- }
- </style>
- --- MAIN CONTAINER ---
- height: 17.9em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- filter: drop-shadow(0px 0px 5px #666);
- (MOBILE)
- width: 25em;
- --- LEFT CONTAINER ---
- width: 10em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- filter: drop-shadow(0px 0px 5px #666);
- border-radius: 10px 0px 0px 50px;
- rotate: 90deg;
- position: absolute;
- right: 6em;
- bottom: 15em;
- (MOBILE)
- width: 8em;
- right: 7.5em;
- bottom: 15.5em;
- --- LEFT TEXT ---
- background: radial-gradient(circle, #FFC9D9 0%, #FA96C680 100%);
- border: 1px solid #C79191;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- border-radius: 10px 0px 0px 100px;
- padding: 7px;
- --- RIGHT CONTAINER ---
- width: 10em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- filter: drop-shadow(0px 0px 5px #666);
- border-radius: 50px 0px 0px 10px;
- rotate: 90deg;
- position: absolute;
- right: -1em;
- bottom: 15em;
- (MOBILE)
- width: 8em;
- right: 1.2em;
- bottom: 15.5em;
- --- RIGHT TEXT ---
- background: radial-gradient(circle, #FFC9D9 0%, #FA96C680 100%);
- border: 1px solid #C79191;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- border-radius: 200px 0px 0px 20px;
- padding: 7px;
- --- MAIN IMAGE ---
- filter: drop-shadow(0px 0px 5px #666);
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- z-index: 1;
- position: absolute;
- bottom: 1em;
- (MOBILE)
- right: 30px;
- --- NAME TEXT ---
- font-family: roman;
- background: radial-gradient(circle, #FAFAFA 0%, #FFC9E3 100%);
- border: 1px solid #fff;
- border-radius: 100%;
- width: 6.6em;
- padding: 3px 5px 3px 5px;
- text-shadow: -1px 0 #C791A1, 0 1px #C791A1, 1px 0 #C791A1, 0 -1px #C791A1, 0 0;
- -webkit-filter: drop-shadow(0px 0px 10px #666);
- z-index: 2;
- position: absolute;
- bottom: 0em;
- right: 0.5em;
- (MOBILE)
- width: 5.5em;
- right: 1.5em;
- --- NAVIGATION CONTAINER ---
- width: 3em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- filter: drop-shadow(0px 0px 5px #666);
- border-radius: 0px 20px 20px 0px;
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- position: absolute;
- bottom: 4.5em;
- right: -3em;
- (MOBILE)
- right: -5px;
- --- ICONS ---
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- background: white;
- border-radius: 100%;
- border: solid 1px #C791A1;
- --- DOLL IMAGE ---
- filter: drop-shadow(0px 0px 5px #666);
- animation-name: floating;
- animation-duration: 3s;
- animation-iteration-count: infinite;
- animation-timing-function: ease-in-out;
- position: absolute;
- left: -3em;
- bottom: 0em;
- (MOBILE)
- left: -1em;
- --- LABEL TEXTS ---
- font-family: roman;
- background: radial-gradient(circle, #FAFAFA 0%, #FFC9E3 100%);
- border: 1px solid #fff;
- border-radius: 100%;
- width: 5.5em;
- padding: 3px 5px 3px 5px;
- text-shadow: -1px 0 #C791A1, 0 1px #C791A1, 1px 0 #C791A1, 0 -1px #C791A1, 0 0;
- -webkit-filter: drop-shadow(0px 0px 5px #666);
- z-index: 2;
- position: absolute;
- bottom: 8.2em;
- left: 1.7em;
- (MOBILE)
- width: 5em;
- left: 2.5em;
- --- INFO CONTAINERS (TOP) ---
- width: 12em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- filter: drop-shadow(0px 0px 5px #666);
- border-radius: 100px 500px 500px 500px;
- position: absolute;
- left: 2.5em;
- bottom: 9em;
- (MOBILE)
- width: 11em;
- left: 4.5em;
- --- SCROLLBOX (TOP) ---
- background: radial-gradient(circle, #FAFAFA 0%, #FAFAFA80 100%);
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- border: 1px solid #fff;
- border-radius: 100px 500px 500px 500px;
- height: 7.5em;
- overflow: auto;
- padding: 7px;
- --- INFO CONTAINERS (BOTTOM) ---
- width: 12em;
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- filter: drop-shadow(0px 0px 5px #666);
- border-radius: 500px 100px 500px 500px;
- position: absolute;
- left: 2.5em;
- bottom: 1em;
- (MOBILE)
- width: 11em;
- left: 4.5em;
- --- LINKS & CREDITS TEXT ---
- find me here: [link name](#) - [link name](#) - [link name](#) - [link name](#) - [link name](#) *credits to **envious** for the crd layout*
- --- SCROLLBOX (BOTTOM) ---
- background: radial-gradient(circle, #FAFAFA 0%, #FAFAFA80 100%);
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- border: 1px solid #fff;
- border-radius: 500px 100px 500px 500px;
- height: 7.5em;
- overflow: auto;
- padding: 7px;
- --- SYMBOLS ---
- ♥
- ♫
- --- MUSIC PLAYER ---
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><link href="//fonts.googleapis.com/css?family=Karla" rel="stylesheet">
- <link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <style>
- #ongaku {
- box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
- border-radius: 30px 30px 30px 30px;
- -webkit-filter: drop-shadow(0px 0px 10px #666);
- margin: auto;
- width:35px;
- height:35px;
- z-index:9999;
- border: 1px solid #ccc; /*Border Colour*/
- background-color:#ffffff; /*Music Tab Background Colour*/
- border-radius:50px;
- opacity:.6;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #ongaku {
- position: absolute;
- bottom: 14em;
- right: .5em;
- }
- @media only screen and (max-width: 600px) {
- #ongaku {
- right: 2.5em;
- }
- }
- #gaku {
- width:24px;
- height:24px;
- margin-top:3px;
- margin-left:3px;
- overflow:hidden;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #kero { height:26px; }
- #kero img { margin-right:10px; margin-left:3px; margin-top:3px; } #kero embed { margin-top:-5px; } #kero embed, #kero {
- -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
- #ongaku:hover { width:80px; } #ongaku:hover #gaku { width:74px; } #ongaku:hover #kero { margin-left:-50px; }
- .playy, .pausee {
- margin-left:7px;
- margin-top:4px;
- position:relative;
- left:20px;
- font-size:15px;
- color: #FFFFFF; /* play & pause buttons color */
- cursor:pointer;
- text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666; } .pausee {display:none;}
- </style>
- <div id="ongaku"><div id="gaku"><div id="kero"><table cellspacing"0" cellpadding="0"><tr><td><img src="https://cdn.discordapp.com/emojis/1220534039426109440.gif"></td><td><div class="music-controls" onclick="songstart();"><div class="playy">►</div><div class="pausee">♪</div></a></td></tr></table></div>
- <audio id="tune" src="linkurl"></audio>
Advertisement
Add Comment
Please, Sign In to add comment