dollcrds

rosita (cr crditem) fonts & animation & music player

Mar 6th, 2024 (edited)
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: handy;
  4. src: url(https://dl.dropbox.com/s/ga9hf4idu3egjb5/handy00.ttf);
  5. }
  6. @font-face {
  7. font-family: kinkie;
  8. src: url(https://dl.dropbox.com/s/klv8tmajlqrb2xz/BILLO___.TTF);
  9. }
  10. </style>
  11.  
  12.  
  13.  
  14. <style>
  15. #text05, #text06, #text08, #text04, #text07, #text09 {
  16. -webkit-animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  17. animation: scale-up-ver-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  18. }
  19.  
  20. /* ----------------------------------------------
  21. * Generated by Animista on 2024-3-4 21:12:40
  22. * Licensed under FreeBSD License.
  23. * See http://animista.net/license for more info.
  24. * w: http://animista.net, t: @cssanimista
  25. * ---------------------------------------------- */
  26.  
  27. /**
  28. * ----------------------------------------
  29. * animation scale-up-ver-bottom
  30. * ----------------------------------------
  31. */
  32. @-webkit-keyframes scale-up-ver-bottom {
  33. 0% {
  34. -webkit-transform: scaleY(0.4);
  35. transform: scaleY(0.4);
  36. -webkit-transform-origin: 0% 100%;
  37. transform-origin: 0% 100%;
  38. }
  39. 100% {
  40. -webkit-transform: scaleY(1);
  41. transform: scaleY(1);
  42. -webkit-transform-origin: 0% 100%;
  43. transform-origin: 0% 100%;
  44. }
  45. }
  46. @keyframes scale-up-ver-bottom {
  47. 0% {
  48. -webkit-transform: scaleY(0.4);
  49. transform: scaleY(0.4);
  50. -webkit-transform-origin: 0% 100%;
  51. transform-origin: 0% 100%;
  52. }
  53. 100% {
  54. -webkit-transform: scaleY(1);
  55. transform: scaleY(1);
  56. -webkit-transform-origin: 0% 100%;
  57. transform-origin: 0% 100%;
  58. }
  59. }
  60. </style>
  61.  
  62.  
  63.  
  64. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65.  
  66. <!-------MUSIC PLAYER BY GLENTHEMES------->
  67. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  68.  
  69. <style type="text/css">
  70. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  71. #glenplayer02 {
  72. position:relative;
  73. top:120px;
  74. left: -260px;
  75. width:150px;
  76. z-index:5;
  77. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  78. }
  79.  
  80. @media only screen and (max-width: 600px) {
  81. #glenplayer02 {
  82. position: relative;
  83. left: -210px;
  84. top: 100px;
  85. }
  86. }
  87.  
  88. div.ex2 {
  89. width: 170px;
  90. opacity:1;
  91. margin: auto;
  92. padding:5px;
  93. }
  94. #glenplayer02 a {text-decoration:none;}
  95.  
  96. #glenplayer02 > div {
  97. align-self:center;
  98. -webkit-align-self:center;
  99. }
  100.  
  101. .music-controls {
  102. user-select:none;
  103. -webkit-user-select:none;
  104. width:13px;
  105. font-size:13px;
  106. cursor:pointer;
  107. }
  108.  
  109. .playy, .pausee {color:#FBD9E6; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  110.  
  111. .pausee {display:none;}
  112.  
  113. .sonata {
  114. margin-left:10px;
  115. color:#222; /* color of music note symbol */
  116. }
  117.  
  118. .labeltext {
  119. margin-left:8px;
  120. font-family:courier new;
  121. font-size:9px;
  122. color:#222; /* color of song title */
  123. }
  124.  
  125. </style>
  126. <body>
  127. <!-------MUSIC PLAYER BY GLENTHEMES------->
  128. <div id="glenplayer02">
  129. <div class="ex2">
  130. <div class="music-controls" onclick="songstart();">
  131. <div class="playy">►</div>
  132. <div class="pausee">♥</div>
  133. </div>
  134. <div class="sonata"> </div>
  135. <div class="labeltext"> </div>
  136. </div><!--end music player-->
  137.  
  138. <audio id="tune" src="https://dl.dropbox.com/scl/fi/nnwrmc8uu0h6o0v6vos57/01-Mixtape-_-Time-Out.mp3?rlkey=d12mucu9l405ejdptusnh239e&dl=0.mp3"audio"></audio>
  139. </body>
  140.  
  141. <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment