dollcrds

pro-plus cr dollbahi misc codes

Jun 20th, 2025 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. ---DROPDOWN MENU---
  2. <body>
  3. <div style="text-align: left;">
  4. <select onchange='location=this.options[this.selectedIndex].value;' style='width:138px;
  5. font-family: windows;
  6. font-size:0.8em;
  7. background:white;
  8. padding:4px;
  9. border:1px solid #C9C9C9;
  10. border-radius: 5px;
  11. color: #545454;
  12. margin-top: 0px;'>
  13. <option value="#home">homepage </option>
  14. <option value="#one">likes</option>
  15. <option value="#two">tunes</option>
  16. <option value="#three">find me</option>
  17. </select>
  18. </div>
  19. </body>
  20.  
  21. ---SPINNING IMAGE---
  22. <img src="https://dl.dropbox.com/scl/fi/68c6jst9qb7lpadcs4eoc/download-15.png?rlkey=uemp2xqzgt6osz19b75urc4co&st=3hrg42sk&dl=0.png" class="rotate" width="70" height="70" />
  23. <style>
  24.  
  25. .rotate {
  26. animation: rotation 8s infinite linear;
  27. position: absolute;
  28. left: 9.5em;
  29. bottom: 7em;
  30. z-index: 2;
  31. }
  32.  
  33. @media only screen and (max-width: 600px) {
  34. .rotate {
  35. width: 60px;
  36. height: 60px;
  37. position: absolute;
  38. right: -3em;
  39. bottom: 7em;
  40. z-index: 2;
  41. }
  42. }
  43.  
  44. @keyframes rotation {
  45. from {
  46. transform: rotate(0deg);
  47. }
  48. to {
  49. transform: rotate(359deg);
  50. }
  51. }
  52. </style>
  53.  
  54. ---MUSIC PLAYER---
  55. (make sure the defer script tags box at the bottom of the embed is unticked!)
  56. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <!-------MUSIC PLAYER BY GLENTHEMES------->
  59. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  60.  
  61. <style type="text/css">
  62. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  63. #glenplayer02 {
  64. position:absolute;
  65. top: 16.8em;
  66. left: 1.3em;
  67. width:150px;
  68. z-index:5;
  69. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  70. }
  71. div.ex2 {
  72. width: 170px;
  73. opacity:1;
  74. margin: auto;
  75. padding:5px;
  76. }
  77. #glenplayer02 a {text-decoration:none;}
  78.  
  79. #glenplayer02 > div {
  80. align-self:center;
  81. -webkit-align-self:center;
  82. }
  83.  
  84. .music-controls {
  85. user-select:none;
  86. -webkit-user-select:none;
  87. width:13px;
  88. font-size:13px;
  89. cursor:pointer;
  90. }
  91.  
  92. .playy, .pausee {color:#FFF; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  93.  
  94. .pausee {display:none;}
  95.  
  96. .sonata {
  97. margin-left:10px;
  98. color:#222; /* color of music note symbol */
  99. }
  100.  
  101. .labeltext {
  102. margin-left: 8px;
  103. font-family:windows;
  104. font-size: 15px;
  105. color:#222; /* color of song title */
  106. }
  107.  
  108. </style>
  109. <body>
  110. <!-------MUSIC PLAYER BY GLENTHEMES------->
  111. <div id="glenplayer02">
  112. <div class="ex2">
  113. <div class="music-controls" onclick="songstart();">
  114. <div class="playy">►</div>
  115. <div class="pausee">♬</div>
  116. </div>
  117. <div class="sonata"> </div>
  118. <div class="labeltext"> </div>
  119. </div><!--end music player-->
  120.  
  121. <audio id="tune" src="https://dl.dropbox.com/scl/fi/he832hi7jp2pjopjuvzpj/kmoe-Head-first-Audio-kmoe.mp3?rlkey=67q1v4da2fzt52tuzuu4n4knk&st=2sthdn59&dl=0.mp3"audio"></audio>
  122. </body>
  123.  
  124. <div class="labeltext"> </div>
  125.  
  126. ---MARQUEE TEXT---
  127. <style>
  128. @font-face {
  129. font-family: windows;
  130. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  131. }
  132.  
  133. #hehe {
  134. font-family: windows;
  135. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  136. font-style: bold;
  137. font-size: 0.8em;
  138. color: white;
  139. letter-spacing: 1px;
  140. line-height: 1.25em;
  141. width: 11.5em;
  142. position: absolute;
  143. bottom: 7.25em;
  144. height: 8em;
  145. right: 1.75em;
  146. }
  147.  
  148. @media only screen and (max-width: 600px) {
  149. #hehe {
  150. font-size: 0.6em;
  151. width: 15.75em;
  152. bottom: 12.125em;
  153. height: 8em;
  154. right: 2.25em;
  155. }
  156. }
  157. </style>
  158.  
  159. <div id="hehe"> <marquee behavior="scroll" direction="left"> all rights reserved © dollbahi 2025</marquee>
  160. </div>
  161.  
  162. ---CONTAINER ANIMATIONS---
  163. (the elementIDs will be the 4 containers with your info in each section, so for example "#container01")
  164. <style>
  165. #elementID, #elementID, #elementID, #elementID {
  166. -webkit-animation: scale-up-hor-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  167. animation: scale-up-hor-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  168. }
  169.  
  170. /* ----------------------------------------------
  171. * Generated by Animista on 2024-3-3 7:35:6
  172. * Licensed under FreeBSD License.
  173. * See http://animista.net/license for more info.
  174. * w: http://animista.net, t: @cssanimista
  175. * ---------------------------------------------- */
  176.  
  177. /**
  178. * ----------------------------------------
  179. * animation scale-up-hor-left
  180. * ----------------------------------------
  181. */
  182. @-webkit-keyframes scale-up-hor-left {
  183. 0% {
  184. -webkit-transform: scaleX(0.4);
  185. transform: scaleX(0.4);
  186. -webkit-transform-origin: 0% 0%;
  187. transform-origin: 0% 0%;
  188. }
  189. 100% {
  190. -webkit-transform: scaleX(1);
  191. transform: scaleX(1);
  192. -webkit-transform-origin: 0% 0%;
  193. transform-origin: 0% 0%;
  194. }
  195. }
  196. @keyframes scale-up-hor-left {
  197. 0% {
  198. -webkit-transform: scaleX(0.4);
  199. transform: scaleX(0.4);
  200. -webkit-transform-origin: 0% 0%;
  201. transform-origin: 0% 0%;
  202. }
  203. 100% {
  204. -webkit-transform: scaleX(1);
  205. transform: scaleX(1);
  206. -webkit-transform-origin: 0% 0%;
  207. transform-origin: 0% 0%;
  208. }
  209. }
  210. </style>
Advertisement
Add Comment
Please, Sign In to add comment