y2kcarrds

ariana uwu ai codes

Jun 20th, 2022
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. ---- main embed ----
  2. <style>
  3. @font-face {
  4. font-family: 'Magica';
  5. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  6. }
  7.  
  8. #magica {
  9. font-family: 'Magica';
  10. }
  11.  
  12. @font-face {
  13. font-family: cutie;
  14. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  15. }
  16.  
  17. #cutie {
  18. font-family: cutie;
  19. }
  20.  
  21. mark { /* round stuff like highlight */
  22. background: #e8aad3;
  23. border-radius:7px;
  24. border: 1px solid black;
  25. padding-left: 5px;
  26. padding-right: 5px;
  27. color: #000;
  28. }
  29.  
  30. #container01 {
  31. border: 3px double black;
  32. border-radius: 10px;
  33. }
  34.  
  35. </style>
  36.  
  37. ---- font embed ----
  38. <link rel="preconnect" href="https://fonts.googleapis.com">
  39. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  40. <link href="https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Mali:wght@400;600;700&display=swap" rel="stylesheet">
  41.  
  42.  
  43. ---- scroll text embed ----
  44. <style>
  45. @font-face {
  46. font-family: lovely script;
  47. src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
  48. }
  49.  
  50. #lovely {
  51. font-family: lovely script;
  52. font-size: 2.5em;
  53. color: #ffffff;
  54. -webkit-animation: pop 1s ease-in-out infinite alternate;
  55. animation: pop 1s ease-in-out infinite alternate;
  56. -moz-animation: pop 1s ease-in-out infinite alternate;
  57. }
  58. @keyframes pop {
  59. from {
  60. transform:scale(0.95)
  61. }
  62. 50% {
  63. transform:scale(1)
  64. }
  65. to {
  66. transform:scale(0.95)
  67. }
  68. }
  69. @-webkit-keyframes pop {
  70. from {
  71. -webkit-transform:scale(0.95)
  72. }
  73. 50% {
  74. -webkit-transform:scale(1)
  75. }
  76. to {
  77. -webkit-transform:scale(0.95)
  78. }
  79. }
  80.  
  81. </style>
  82.  
  83. <div id="lovely">scroll<i>~</i></div>
  84.  
  85.  
  86. ---- scrollbox embed ----
  87. <style>
  88. #scroll2 {
  89. height: 90px;
  90. width: 100%;
  91. color: #ffffff;
  92. font-size: 12px;
  93. font-family: mali;
  94. overflow: auto;
  95. }
  96.  
  97. </style>
  98. <div id="scroll2">
  99. <span style="font-family: cutie; font-size:1.2em;"><mark>about me!</mark></span> name or name <span style="font-family: magica; font-size:1.2em;">♡♡</span> info info info info info info info info
  100. <br></br>
  101. <span style="font-family: cutie; font-size:1.2em;"><mark>byf!</mark></span> info info info info info info info info<br></br>
  102. <span style="font-family: cutie; font-size:1.2em;"><mark>dni!</mark></span> info info info info info info info info <br></br>
  103. <span style="font-family: cutie; font-size:1.2em;"><mark>music</mark></span> info info info info info info info info</span>
  104. <br></br>
  105. <span style="font-family: cutie; font-size:1.2em;"><mark>interests</mark></span> info info info info info info info info</div>
  106.  
  107.  
  108. ---- bubble bg embed ----
  109. <script type="text/javascript">
  110. // <![CDATA[
  111. var colours=new Array("#f9c", "#e6a", "#e6a", "#f9c", "#FFCCE5"); // colours for top, right, bottom and left borders and background of bubbles
  112. var bubbles=66; // how many bubbles are moving at any given time
  113. var over_or_under="over"; // set to "over" for bubbles to always be on top, or "under" to allow them to float behind other objects
  114.  
  115. /****************************
  116. * JavaScript Bubble Bath *
  117. *(c)2010-13 mf2fm web-design*
  118. * http://www.mf2fm.com/rv *
  119. * DON'T EDIT BELOW THIS BOX *
  120. ****************************/
  121.  
  122. var swide=800;
  123. var shigh=600;
  124. var bubb=new Array();
  125. var bubbx=new Array();
  126. var bubby=new Array();
  127. var bubbs=new Array();
  128. var boddie;
  129. var ie_version=(navigator.appVersion.indexOf("MSIE")!=-1)?parseFloat(navigator.appVersion.split("MSIE")[1]):false;
  130.  
  131. function addLoadEvent(funky) {
  132. var oldonload=window.onload;
  133. if (typeof(oldonload)!='function') window.onload=funky;
  134. else window.onload=function() {
  135. if (oldonload) oldonload();
  136. funky();
  137. }
  138. }
  139.  
  140. addLoadEvent(bubba);
  141.  
  142. function bubba() { if (document.getElementById) {
  143. var i, rats, div;
  144. boddie=document.createElement("div");
  145. boddie.style.position="fixed";
  146. boddie.style.top="0px";
  147. boddie.style.left="0px";
  148. boddie.style.overflow="visible";
  149. boddie.style.width="1px";
  150. boddie.style.height="1px";
  151. boddie.style.backgroundColor="transparent";
  152. boddie.style.zIndex="0";
  153. document.body.appendChild(boddie);
  154. set_width();
  155. for (i=0; i<bubbles; i++) {
  156. rats=createDiv("3px", "3px");
  157.  
  158. div=createDiv("auto", "auto");
  159. rats.appendChild(div);
  160. div=div.style;
  161. div.top="1px";
  162. div.left="0px";
  163. div.bottom="1px";
  164. div.right="0px";
  165. div.borderLeft="1px solid "+colours[3];
  166. div.borderRight="1px solid "+colours[1];
  167.  
  168. div=createDiv("auto", "auto");
  169. rats.appendChild(div);
  170. div=div.style;
  171. div.top="0px";
  172. div.left="1px";
  173. div.right="1px";
  174. div.bottom="0px"
  175. div.borderTop="1px solid "+colours[0];
  176. div.borderBottom="1px solid "+colours[2];
  177.  
  178. div=createDiv("auto", "auto");
  179. rats.appendChild(div);
  180. div=div.style;
  181. div.left="1px";
  182. div.right="1px";
  183. div.bottom="1px";
  184. div.top="1px";
  185. div.backgroundColor=colours[4];
  186. if (ie_version && ie_version<10) div.filter="alpha(opacity=50)";
  187. else div.opacity=0.5;
  188.  
  189. boddie.appendChild(rats);
  190. bubb[i]=rats.style;
  191. bubb[i].zIndex=(over_or_under=="over")?"1001":"0";
  192. }
  193. bubble();
  194. }}
  195.  
  196. function bubble() {
  197. var c;
  198. for (c=0; c<bubbles; c++) if (!bubby[c] && Math.random()<0.333) {
  199. bubb[c].left=(bubbx[c]=Math.floor(swide/6+Math.random()*swide/1.5)-10)+"px";
  200. bubb[c].top=(bubby[c]=shigh)+"px";
  201. bubb[c].width="3px";
  202. bubb[c].height="3px"
  203. bubb[c].visibility="visible";
  204. bubbs[c]=3;
  205. break;
  206. }
  207. for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
  208. setTimeout("bubble()", 40);
  209. }
  210.  
  211. function update_bubb(i) {
  212. if (bubby[i]) {
  213. bubby[i]-=bubbs[i]/2+i%2;
  214. bubbx[i]+=(i%5-2)/5;
  215. if (bubby[i]>0 && bubbx[i]>0 && bubbx[i]<swide) {
  216. if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
  217. bubb[i].width=bubbs[i]+"px";
  218. bubb[i].height=bubbs[i]+"px";
  219. }
  220. bubb[i].top=bubby[i]+"px";
  221. bubb[i].left=bubbx[i]+"px";
  222. }
  223. else {
  224. bubb[i].visibility="hidden";
  225. bubby[i]=0;
  226. return;
  227. }
  228. }
  229. }
  230.  
  231. window.onresize=set_width;
  232. function set_width() {
  233. var sw_min=999999;
  234. var sh_min=999999;
  235. if (document.documentElement && document.documentElement.clientWidth) {
  236. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  237. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  238. }
  239. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  240. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  241. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  242. }
  243. if (document.body.clientWidth) {
  244. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  245. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  246. }
  247. if (sw_min==999999 || sh_min==999999) {
  248. sw_min=800;
  249. sh_min=600;
  250. }
  251. swide=sw_min;
  252. shigh=sh_min;
  253. }
  254.  
  255. function createDiv(height, width) {
  256. var div=document.createElement("div");
  257. div.style.position="absolute";
  258. div.style.height=height;
  259. div.style.width=width;
  260. div.style.overflow="hidden";
  261. div.style.backgroundColor="transparent";
  262. return (div);
  263. }
  264. // ]]>
  265. </script>
Advertisement
Add Comment
Please, Sign In to add comment