dollcrds

billlie uwu ai codes (#2) cr crditem (pro-standard)

Jun 12th, 2024 (edited)
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. ---MARQUEE---
  2. <marquee behavior="scroll" direction="left">Dress up Kuromi~! ♡</marquee>
  3.  
  4. ---MAIN CODE---
  5. <style>
  6. #cont {
  7. width: 22em;
  8. left: 17%;
  9. position: relative;
  10. height: 300px;
  11. padding: 10px;
  12. background: white;
  13. overflow: hidden;
  14. border: 1px solid #000;
  15. box-shadow: #ffcee3 0 0 0.425em 0.25em, #ffcee3 0 0 0.375em inset;
  16. border-radius: 8px;
  17. }
  18.  
  19. .grid {
  20. display: grid;
  21. grid-template-columns: auto auto auto;
  22. height: 42%;
  23. margin-top: 13%;
  24. position: relative;
  25. z-index: 1;
  26. animation-name: movy;
  27. animation-duration: 4s;
  28. }
  29.  
  30. .grid2 {
  31. font-family: 'Magica';
  32. display: grid;
  33. grid-template-columns: auto;
  34. padding: 5px;
  35. height: 7%;
  36. z-index: 98;
  37. margin-top: 15%;
  38. position: relative;
  39.  
  40. }
  41. .grid3 {
  42. font-family: 'Magica';
  43. display: grid;
  44. grid-template-columns: auto;
  45. padding: 5px;
  46. z-index: 98;
  47. height: 7%;
  48. overflow: hidden;
  49. margin-top: 0%;
  50. position: relative;
  51. font-size: 12px;
  52.  
  53. }
  54.  
  55. .grid-item {
  56.  
  57. }
  58.  
  59. .dish {
  60. height: 110px;
  61. width: auto;
  62. -webkit-filter: drop-shadow(0px 0px 2px #000000);
  63. }
  64.  
  65. @keyframes movy {
  66. from {right: -110%;}
  67. to {right: 0%;}
  68. }
  69.  
  70. .contt {
  71. animation-name: cont;
  72. border: 2px solid black;
  73. position: absolute;
  74. z-index: 12;
  75. font-family: 'Magica';
  76. font-size: 14px;
  77. background: white;
  78. opacity: 0;
  79. bottom: 40px;
  80. margin-left: 8px;
  81. border-radius: 12px;
  82. height: 10px;
  83. width: 10px;
  84. overflow: scroll;
  85. transition: 2s ease;
  86. transition-delay: 1s;
  87. }
  88.  
  89. #cont:hover .contt {
  90. width: 29%;
  91. opacity: 0.8;
  92. bottom: 10px;
  93. height: 140px;
  94. overflow: scroll;
  95. padding: 5px;
  96. }
  97.  
  98. @font-face {
  99. font-family: berkshire;
  100. src:url(https://dl.dropbox.com/s/49tg0oklrpc2u71/BerkshireSwash-Regular.ttf?);
  101.  
  102. }
  103.  
  104. html {
  105. height: 100vh;
  106. width: 100vw;
  107. font-size: 16px;
  108. position: fixed;
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. }
  113.  
  114. * {
  115. padding: 0;
  116. margin: 0;
  117. box-sizing: border-box;
  118. }
  119.  
  120. #cafe {
  121. font-style: italic;
  122. color: white;
  123. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0;
  124. font-family: berkshire;
  125. border: 1px solid black;
  126. width: 95%;
  127. background: -webkit-radial-gradient(#fff 20%, #fff 30%, #b6abd2 60%);
  128. text-align: center;
  129. font-size: 2.9em;
  130. position: absolute;
  131. left: 10px;
  132. font-weight: bold;
  133. line-height: 0.7;
  134. border-radius: 50%;
  135. }
  136.  
  137. @font-face {
  138. font-family: 'Magica';
  139. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  140. }
  141.  
  142. @font-face {
  143. font-family: deliosa;
  144. src: url(https://dl.dropbox.com/s/0nibma32cot2l0x/Deliosa.ttf);
  145. }
  146.  
  147. @font-face {
  148. font-family: lovely script;
  149. src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
  150. }
  151.  
  152. a:link {
  153. text-decoration: none;
  154. font-weight: bold;
  155. }
  156. a:hover {
  157. color: #ffcee3 ;
  158. text-decoration: underline;
  159. }
  160. </style>
  161.  
  162. <div id="cont">
  163.  
  164. <div id="cafe"> <span style=" opacity: 0.8;">Girl's<span style="font-size:0.5em;bottom: 5px;position:relative;color:#FECFE3;opacity:1;">go</span>Games</span></div>
  165.  
  166. <div class="grid2"><center>select a piece of clothing for more info!</center>
  167. </div>
  168.  
  169. <div class="grid">
  170. <div class="grid-item">
  171. <div class="contt"> <span style="padding-left:5px;padding-right:5px;border-radius:50%; background:#FECFE3;border:1px solid black;padding-top: 1px; padding-bottom:2px;">1</span> <strong>ABOUT</strong>
  172. <br></br>
  173.  
  174. hai im <strong>name</strong> or <strong>name!</strong> text goes here info info info info info
  175.  
  176. <br></br>
  177.  
  178. find me! <a href="actual link">link name</a> <a href="actual link">link name</a> <a href="actual link">link name</a> <a href="actual link">link name</a>
  179.  
  180. </div>
  181. <img class=dish src="IMG LINK HERE">
  182. </div>
  183. <div class="grid-item">
  184. <div class="contt"> <span style="padding-left:5px;padding-right:5px;border-radius:50%; background:#b6abd2;border:1px solid black;padding-top: 1px; padding-bottom:2px;">2</span> <strong>RULES</strong>
  185.  
  186. <br></br>
  187.  
  188. byf text goes here info info info info info text goes here info info info info info
  189.  
  190. <br></br>
  191.  
  192. dni text goes here info info info info info text goes here info info info info info
  193.  
  194. </div>
  195. <img class=dish src="IMG LINK HERE">
  196. </div>
  197. <div class="grid-item">
  198. <div class="contt"> <span style="padding-left:5px;padding-right:5px;border-radius:50%; background:#FECFE3;border:1px solid black;padding-top: 1px; padding-bottom:2px;">3</span> <strong>LIKES</strong>
  199. <br></br>
  200.  
  201. kpop text goes here info info info info info text goes here info info info info info
  202.  
  203. <br></br>
  204.  
  205. <strong><u>my other interests</u></strong> text goes here info info info info info text goes here info info info info info
  206.  
  207. </div>
  208. <img class=dish src="IMG LINK HERE">
  209. </div>
  210. </div>
  211.  
  212. <div class="grid3"><center>Copyright © 2024 crditem, All rights reserved.</center>
  213. </div>
  214.  
  215. <script>
  216. document.addEventListener('keydown', function() {
  217. if (event.keyCode == 123) {
  218. alert("mwahahaha");
  219. return false;
  220. } else if (event.ctrlKey && event.shiftKey && event.keyCode == 73) {
  221. alert("mwahahaha");
  222. return false;
  223. } else if (event.ctrlKey && event.keyCode == 85) {
  224. alert("mwahahaha");
  225. return false;
  226. }
  227. }, false);
  228.  
  229. if (document.addEventListener) {
  230. document.addEventListener('contextmenu', function(e) {
  231. alert("mwahahaha");
  232. e.preventDefault();
  233. }, false);
  234. } else {
  235. document.attachEvent('oncontextmenu', function() {
  236. alert("mwahahaha");
  237. window.event.returnValue = false;
  238. });
  239. }
  240. </script>
  241. </style>
Advertisement
Add Comment
Please, Sign In to add comment