Advertisement
nomskoo

as-if crd codes pro plus

Oct 21st, 2022 (edited)
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. <--- If you have any questions about this tut feel free to send me a ccat at crrdcore / send me a dm on twitter! Also please note all positionings both mobile and desktop were made to look good on my personal devices so please keep this in mind when making the carrd in case any positions are off!! And pls do credit doiibahi / crrdcore if you follow this tut :D --->
  2.  
  3. --- FONTS: ---
  4. <style>
  5.  
  6. @font-face {
  7. font-family: windows;
  8. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  9. }
  10.  
  11. @font-face {
  12. font-family: roman;
  13. src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
  14. }
  15.  
  16. @font-face {
  17. font-family: Chemre;
  18. src: url(https://dl.dropbox.com/s/a4vu0khvvhe5lwq/Chemre.ttf);
  19. }
  20.  
  21. @font-face {
  22. font-family: PlanetEstyle;
  23. src: url(https://dl.dropbox.com/s/ned5vjvabdmksbb/PLANE___.TTF);
  24. }
  25.  
  26. @font-face {
  27. src: url(https://dl.dropbox.com/s/sbgadsnx7p5uyjr/Vogue.ttf);
  28. font-family: vogue;
  29. }
  30.  
  31. @font-face {
  32. font-family: dreams;
  33. src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
  34. }
  35. </style>
  36.  
  37. --- CONTAINER 01: ---
  38. position: absolute;
  39. right: -6em;
  40. bottom: -1.8em;
  41. -> MOBILE:
  42. right: -6.3em;
  43.  
  44. --- ICON 01, ICON 02, ICON 03: ---
  45. border: 1px solid #FF7AA3;
  46. border-radius: 1.5em;
  47. padding: 8px;
  48. background: rgb(255,162,189);
  49. background: radial-gradient(circle, rgba(255,162,189,1) 27%, rgba(255,162,189,1) 100%);
  50. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  51.  
  52. --- CONTAINER 02: ---
  53. width: 76%;
  54. height: 11em;
  55. position: absolute;
  56. right: 6.3em;
  57. bottom: 4.6em;
  58. border-radius: 25px 0px 0px 25px;
  59. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  60. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  61.  
  62. --- HOME, BYF, DNI, MUSIC, NOTE LABEL CONTAINER: ---
  63. width: 31%;
  64. height: 3em;
  65. position: absolute;
  66. left: 18em;
  67. bottom: 10em;
  68. border-radius: 0px 25px 25px 0px;
  69. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  70. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  71. -> MOBILE:
  72. width: 34%;
  73. left: 17em;
  74.  
  75. --- NAVIATION CONTAINER: ---
  76. width: 15%;
  77. height: 11em;
  78. position: absolute;
  79. bottom: 0.5em;
  80. left: .6em;
  81. border-radius: 0px 25px 25px 0px;
  82. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  83. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  84.  
  85. --- WELCOME CONTAINER: ---
  86. width: 32%;
  87. height: 7em;
  88. position: absolute;
  89. bottom: 0.5em;
  90. right: 12em;
  91. border-radius: 25px;
  92. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  93. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  94. -> MOBILE:
  95. right: 12.55em;
  96.  
  97. --- ABOUT, BYF, DNI, MUSIC, NOTE INFO CONTAINER: ---
  98. width: 55%;
  99. height: 9em;
  100. position: absolute;
  101. bottom: -5.5em;
  102. right: -8.5em;
  103. padding-bottom: 10px;
  104. border-radius: 25px 0px 0px 25px;
  105. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  106. -webkit-filter: drop-shadow(0px 0px 3px #424242);
  107. overflow-y: scroll;
  108. z-index: 1;
  109. -> MOBILE:
  110. width: 52%;
  111. bottom: -6.4em;
  112. right: -8em;
  113.  
  114. --- NAME, BYF, DNI, MUSIC, NOTE LABEL TEXT: ---
  115. font-family: roman;
  116. -webkit-text-stroke: 1px black;
  117. -> HIGHLIGHT:
  118. font-family: dreams;
  119. font-size: 1.3em;
  120.  
  121. --- ABOUT, BYF, DNI, MUSIC, NOTE INFO TEXT: ---
  122. font-family: windows;
  123. background: #FFFFFFB8;
  124. padding: 5px;
  125. border: 2px dashed #FF99B8;
  126. border-radius: 0px 15px 15px 0px;
  127. -> BOLD:
  128. font-family: dreams;
  129. font-size: 1.2em;
  130. -> HIGHLIGHT:
  131. border: 1px solid #A37287;
  132. border-radius: 15px;
  133. padding-left: 5px;
  134. padding-right: 5px;
  135. padding-top: 1px;
  136. padding-bottom: 1px;
  137. background: rgb(255,163,202);
  138. background: radial-gradient(circle, rgba(255,163,202,1) 0%, rgba(255,255,255,1) 100%);
  139.  
  140. -- FLOAT ANIMATION: ---
  141. <style>
  142. #float {
  143. animation-name: floating;
  144. animation-duration: 3s;
  145. animation-iteration-count: infinite;
  146. animation-timing-function: ease-in-out;
  147. }
  148.  
  149. @keyframes floating {
  150. 0% { transform: translate(0, 0px); }
  151. 50% { transform: translate(0, 12px); }
  152. 100% { transform: translate(0, -0px); }
  153. }
  154.  
  155. </style>
  156.  
  157. --- JUMP ANIMATION: ---
  158. <style>
  159. #jump {
  160. animation-name: jump;
  161. animation-duration: 3s;
  162. animation-iteration-count: infinite;
  163. animation-timing-function: ease-in-out;
  164. }
  165.  
  166. @keyframes jump {
  167. 0% { transform: translate(0, -2px); }
  168. 50% { transform: translate(0, 16px); }
  169. 100% { transform: translate(0, -2px); }
  170. }</style>
  171.  
  172. --- SOAR ANIMATION: ---
  173. <style>
  174. #soar {
  175. animation-name: soar;
  176. animation-duration: 3s;
  177. animation-iteration-count: infinite;
  178. animation-timing-function: ease-in-out;
  179. }
  180.  
  181. @keyframes soar {
  182. 0% { transform: translate(0, 0px); }
  183. 50% { transform: translate(0, 12px); }
  184. 100% { transform: translate(0, -0px); }
  185. }
  186. </style>
  187.  
  188. --- GLIDE ANIMATION: ---
  189. <style>
  190. #glide {
  191. animation-name: glide;
  192. animation-duration: 3s;
  193. animation-iteration-count: infinite;
  194. animation-timing-function: ease-in-out;
  195. }
  196.  
  197. @keyframes glide {
  198. 0% { transform: translate(0, 0px); }
  199. 50% { transform: translate(0, 8px); }
  200. 100% { transform: translate(0, -0px); }
  201. }
  202. </style>
  203.  
  204. --- SCROLLBAR ---
  205. <style>
  206.  
  207. ::-webkit-scrollbar {
  208. width: 13px;
  209. height: 10px;
  210. }
  211.  
  212. ::-webkit-scrollbar-thumb {
  213. background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
  214. border: 1.5px solid #888888;
  215. border-radius: 5px;
  216. }
  217.  
  218. ::-webkit-scrollbar-track {
  219. background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
  220. }
  221.  
  222. ::-webkit-scrollbar-button {
  223. display: block;
  224. width: 14px;
  225. height: 16px;
  226. }
  227.  
  228. ::-webkit-scrollbar-button:vertical:start:decrement {
  229. background: white;
  230. box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
  231. border: 1.5px solid #888888;
  232. border-radius: 5px;
  233. }
  234.  
  235. ::-webkit-scrollbar-button:vertical:start:increment {
  236. display: none;
  237. }
  238.  
  239. ::-webkit-scrollbar-button:vertical:end:decrement {
  240. display: none;
  241. }
  242.  
  243. ::-webkit-scrollbar-button:vertical:end:increment {
  244. background: white;
  245. box-shadow: inset 0 7px 5px -7px white, inset 7px 0 5px -7px gray, inset -7px 0 5px -7px gray, inset 0 -7px 5px -7px gray;
  246. border: 1.5px solid #888888;
  247. border-radius: 5px;
  248. }
  249.  
  250. </style>
  251.  
  252. --- CREDIT ---
  253. -> here are the changes i made just paste them where the original parts are!
  254. #bubble {
  255. color:#FFA3CA;
  256. font-family: Chemre;
  257. font-size:12px;
  258. font-weight:light;
  259. position: absolute;
  260. bottom: 22em;
  261. right: 10em;
  262. }
  263.  
  264. @media only screen and (max-width: 600px) {
  265. #bubble {
  266. bottom: 18.5em;
  267. right: 8em;
  268. }
  269.  
  270. --- END ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement