dollcrds

pro-plus cr HIKIKO codes

Oct 30th, 2025 (edited)
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: Chemre;
  4. src: url(https://dl.dropbox.com/s/a4vu0khvvhe5lwq/Chemre.ttf);
  5. }
  6. #image01, #image02, #image03 {
  7. -webkit-mask-image: url('https://i.ibb.co/JjDXBPr/ED5929-CE-1-D66-4-EC4-8-F8-A-14792-D8-F2384.png');
  8. -webkit-mask-size: 150%;
  9. -webkit-mask-repeat: no-repeat;
  10. -webkit-mask-position: center;
  11. }
  12.  
  13. ::-webkit-scrollbar {
  14. width: 14px;
  15. }
  16.  
  17. ::-webkit-scrollbar:horizontal {
  18. height: 14px;
  19. }
  20.  
  21. ::-webkit-scrollbar-corner {
  22. background: #eee;
  23. }
  24.  
  25. ::-webkit-scrollbar-track:vertical {
  26. background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  27. border-radius: 5px;
  28. }
  29.  
  30. ::-webkit-scrollbar-track:horizontal {
  31. background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  32. border-radius: 5px;
  33. }
  34.  
  35. ::-webkit-scrollbar-thumb {
  36. border: 1.5px solid #888;
  37. border-radius: 5px;
  38. box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb:vertical {
  42. background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  43. }
  44.  
  45. ::-webkit-scrollbar-thumb:horizontal {
  46. background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
  47. }
  48.  
  49. ::-webkit-scrollbar-button:horizontal:end:increment,
  50. ::-webkit-scrollbar-button:horizontal:start:decrement,
  51. ::-webkit-scrollbar-button:vertical:end:increment,
  52. ::-webkit-scrollbar-button:vertical:start:decrement {
  53. display: block;
  54. }
  55.  
  56. ::-webkit-scrollbar-button:vertical {
  57. height: 15px;
  58. }
  59.  
  60. ::-webkit-scrollbar-button:vertical:start:decrement {
  61. background: white;
  62. background: url("https://dl.dropbox.com/s/n9ji42h9hdgdtpc/scroll3.png"), #eee;
  63. background-repeat: no-repeat;
  64. background-position: center;
  65. -moz-background-size: 100% auto, cover;
  66. -webkit-background-size: 100% auto, cover;
  67. -o-background-size: 100% auto, cover;
  68. background-size: 100% auto, cover;
  69. border: 1.5px solid #888;
  70. border-radius: 5px;
  71. }
  72.  
  73. ::-webkit-scrollbar-button:vertical:start:increment {
  74. display: none;
  75. }
  76.  
  77. ::-webkit-scrollbar-button:vertical:end:decrement {
  78. display: none;
  79. }
  80.  
  81. ::-webkit-scrollbar-button:vertical:end:increment {
  82. background: white;
  83. background: url("https://dl.dropbox.com/s/cdcco6pih7n1lae/scroll4.png"), #eee;
  84. background-repeat: no-repeat;
  85. background-position: center;
  86. -moz-background-size: 100% auto, cover;
  87. -webkit-background-size: 100% auto, cover;
  88. -o-background-size: 100% auto, cover;
  89. background-size: 100% auto, cover;
  90. border: 1.5px solid #888;
  91. border-radius: 5px;
  92. }
  93.  
  94. ::-webkit-scrollbar-button:horizontal {
  95. width: 14px
  96. }
  97. ::-webkit-scrollbar-button:horizontal:start:increment {
  98. display: none;
  99. }
  100. ::-webkit-scrollbar-button:horizontal:end:decrement {
  101. display: none;
  102. }
  103.  
  104. ::-webkit-scrollbar-button:horizontal:start:decrement {
  105. background: white;
  106. background: url("https://dl.dropbox.com/s/xcm618ghd823271/scroll5.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  107. background-repeat: no-repeat;
  108. background-position: center;
  109. -moz-background-size: 100% auto, cover;
  110. -webkit-background-size: 100% auto, cover;
  111. -o-background-size: 100% auto, cover;
  112. background-size: 100% auto, cover;
  113. background-position: center;
  114. border-radius: 5px;
  115. border: 1.5px solid #888;
  116. }
  117.  
  118. ::-webkit-scrollbar-button:horizontal:end:increment {
  119. background: white;
  120. background: url("https://dl.dropbox.com/s/byeyi7am889ii9m/scroll6.png"), linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  121. background-repeat: no-repeat;
  122. background-position: center;
  123. -moz-background-size: 100% auto, cover;
  124. -webkit-background-size: 100% auto, cover;
  125. -o-background-size: 100% auto, cover;
  126. background-size: 100% auto, cover;
  127. background-position: center;
  128. border-radius: 5px;
  129. border: 1.5px solid #888;
  130. }
  131.  
  132. @keyframes heart{
  133. 0%, 12%, 25%, 50% {
  134. transform: rotate(0deg);
  135. }
  136.  
  137. 55% {
  138. transform: rotate(-2.5deg);
  139. }
  140.  
  141. 65% {
  142. transform: rotate(3.5deg);
  143. }
  144.  
  145. 75% {
  146. transform: rotate(-7deg);
  147. }
  148.  
  149. 95%, 100& {
  150. transform: rotate(0deg);
  151. }}
  152. </style>
  153. <script type="text/javascript">
  154. // <![CDATA[
  155. var speed=100; // speed of wobbling, lower is faster
  156. var height=3; // height of wobbling in pixels
  157. var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
  158.  
  159. /****************************
  160. * Wobbly Text Effect *
  161. *(c) 2003-6 mf2fm web-design*
  162. * http://www.mf2fm.com/rv *
  163. * DON'T EDIT BELOW THIS BOX *
  164. ****************************/
  165. var wobtxt, wobble, wobcnt=0;
  166. window.onload=function() { if (document.getElementById) {
  167. var i, wobli;
  168. wobble=document.getElementById("wobble");
  169. wobtxt=wobble.firstChild.nodeValue;
  170. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  171. for (i=0; i<wobtxt.length; i++) {
  172. wobli=document.createElement("span");
  173. wobli.setAttribute("id", "wobb"+i);
  174. wobli.style.position="relative";
  175. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  176. if (alink) {
  177. wobli.style.cursor="pointer";
  178. wobli.onclick=function() { top.location.href=alink; }
  179. }
  180. wobble.appendChild(wobli);
  181. }
  182. setInterval("wobbler()", speed);
  183. }}
  184.  
  185. function wobbler() {
  186. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  187. wobcnt++;
  188. }
  189. // ]]>
  190. </script>
  191. <style type="text/css">* {cursor: url(https://cur.cursors-4u.net/holidays/hol-1/hol19.cur), auto !important;}</style>
Advertisement
Add Comment
Please, Sign In to add comment