dollcrds

crditem crd menu

Jun 15th, 2022 (edited)
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  2.  
  3. <link rel="preconnect" href="https://fonts.googleapis.com">
  4. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  5. <link href="https://fonts.googleapis.com/css2?family=Archivo:wght@200;300;500&family=Atkinson+Hyperlegible:wght@400;700&family=Inconsolata:wght@300;400;600&display=swap" rel="stylesheet">
  6.  
  7. <script src="https://kit.fontawesome.com/8ef97d3168.js" crossorigin="anonymous"></script>
  8.  
  9. <div class="all">
  10.  
  11. <div class="bubble bubble-bottom-left">
  12.  
  13. <div id="bub"> <marquee>welcome girl! cr crditem (dont remove)</marquee> </div> <!-- text bubble -->
  14.  
  15. </div>
  16.  
  17. <div id="cont">
  18.  
  19. <img class=inside src="https://64.media.tumblr.com/fc9298de36d4e3d1b0bc4294fd479391/tumblr_o6z2aebPaP1vrhmrvo1_400.jpg">
  20. <div id="cont2"><div class="grid-item"></div>
  21.  
  22. <div class="grid-item"> <mark>username ・online!</mark> <!-- username thing -->
  23. <br></br>
  24. </div>
  25.  
  26. </div>
  27.  
  28. <div id="cont3">
  29. <div class="grid-item">
  30.  
  31. <div class="scroll" id="ones"> info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info </div> <!-- info 1 -->
  32. </div>
  33.  
  34. <div class="grid-item">
  35.  
  36. <div id="name">text<em>!</em> </div> <!-- name -->
  37.  
  38. <div class="scroll" id="twos"> info info info info info info info info info info info info info info info info info info info info info info info info info info info info </div> <!-- info 2 -->
  39.  
  40. <center> <a href="twitter link here"><i class="fab fa-twitter"></i></a>
  41.  
  42. <a href="music link here"><i class="fas fa-headphones"></i></a>
  43.  
  44. <a href="other link here"><i class="fas fa-heart"></i></a>
  45.  
  46. </center>
  47.  
  48. </div>
  49.  
  50. </div>
  51.  
  52. </div>
  53.  
  54. </div>
  55.  
  56. <style>
  57.  
  58. @font-face {
  59. font-family: handy;
  60. src: url(https://dl.dropbox.com/s/ga9hf4idu3egjb5/handy00.ttf);
  61. }
  62.  
  63. @font-face {
  64. font-family: billo;
  65. src: url(https://dl.dropbox.com/s/klv8tmajlqrb2xz/BILLO___.TTF);
  66. }
  67.  
  68. * { padding: 0; margin: 0; box-sizing: border-box; }
  69.  
  70. html { /*dont modify*/
  71. height: 100vh;
  72. width: 100vw;
  73. font-size: 16px;
  74. position: fixed;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. }
  79.  
  80. body { /* bg colors */
  81. background: rgb(255,224,245);
  82. background: linear-gradient(165deg, rgba(255,224,245,1) 26%, rgb(255,255,255) 83%);
  83. }
  84.  
  85. .all { /*dont modify*/
  86. margin: auto;
  87. width: 16em;
  88. height: 16em;
  89. position: relative;
  90. display: flex;
  91. align-items: center;
  92. justify-content: center;
  93. text-align: left;
  94. }
  95.  
  96. #cont { /*dont modify unless stated*/
  97. -webkit-filter: drop-shadow(0px 0px 1px #fff);
  98. border: 2px solid #fff;
  99. width: 15em;
  100. height: 15em;
  101. background: rgb(252,207,238);
  102. background: radial-gradient(circle, rgba(252,207,238,1) 60%, rgba(254,241,227,1) 100%); /*bg of the container */
  103. border-radius: 100%;
  104. transition: 1s ease-in-out;
  105. position: relative;
  106. overflow: hidden;
  107.  
  108. }
  109.  
  110. #cont:hover {
  111. border-radius: 6px;
  112. }
  113.  
  114. .inside { /*dont modify*/
  115. width: 100%;
  116. height: 100%;
  117. position: absolute;
  118. top: 0;
  119. left:0;
  120. z-index: 99;
  121. border-radius: 100%;
  122. object-fit: cover;
  123. transition: 1s ease-in-out;
  124. transition-delay: 0.6s;
  125. border: 1px solid transparent;
  126. }
  127.  
  128. #cont:hover .inside { /*dont modify*/
  129. width: 23%;
  130. height: 23%;
  131. top: 10px;
  132. left: 10px;
  133. -webkit-filter: drop-shadow(0px 0px 1px #ffffff);
  134. border: 1px solid white;
  135. }
  136.  
  137. .grid-item { /*dont modify*/
  138. padding: 10px;
  139. height: 20%;
  140. top: 10px;
  141. position: relative;
  142. }
  143.  
  144. mark { /*dont modify (white bg of the username online thing*/
  145. background: #fff;
  146. color: #000;
  147. border-radius: 20px;
  148. padding-left: 22px;
  149. left: -22px;
  150. position: relative;
  151. padding-right: 2px;
  152. }
  153.  
  154. #cont2 { /*dont modify*/
  155. position: relative;
  156. display: grid;
  157. grid-template-columns: auto 72%;
  158. font-family: handy; /*font of the username thing + name */
  159. font-size: 10px;
  160. padding: 0px;
  161. }
  162.  
  163. #cont3 { /*dont modify*/
  164. position: relative;
  165. display: grid;
  166. grid-template-columns: 50% 50%;
  167. top: 10px;
  168. }
  169.  
  170. .scroll {
  171. width: 100%;
  172. background: #ffffff6;
  173. border: 2px solid white;
  174. border-radius: 3px;
  175. overflow: scroll;
  176. padding: 3px;
  177. font-family: 'Archivo', sans-serif; /*font of the scrollbox*/
  178. font-size: 14px;
  179. font-weight: 300;
  180. line-height: 1.2;
  181.  
  182. }
  183.  
  184. #ones { /*dont modify*/
  185. height: 10.5em;
  186. }
  187.  
  188. #twos { /*dont modify*/
  189. height: 5.5em;
  190. width: 115%;
  191. top: -10px;
  192. left: -12px;
  193. position: relative;
  194. }
  195.  
  196. #name { /*name css (isita)*/
  197. font-size: 2.5em;
  198. text-align: left;
  199. -webkit-background-clip: text;
  200. -webkit-text-fill-color: #fff8f4;
  201. -webkit-text-stroke: 0.6px #fff;
  202. -webkit-filter: drop-shadow(0px 0px 1px #fff);
  203. line-height: 1;
  204. left: -10px;
  205. position: relative;
  206. margin-bottom: 0px;
  207. font-family: billo;
  208. }
  209.  
  210. .fa-twitter , .fa-heart , .fa-headphones { /*css of the icons (twitter, heart & headphones)*/
  211. color: white;
  212. text-decoration: none;
  213. position: relative;
  214. left: -7px;
  215. margin-right: 5px;
  216.  
  217. }
  218.  
  219. .fa-twitter , .fa-heart , .fa-headphones a:link {
  220. text-decoration: none;
  221. color: white;
  222. }
  223.  
  224. .fas fa-heart a:link {
  225. text-decoration: none;
  226. color: white;
  227. }
  228.  
  229. .bubble { /*dont modify*/
  230. filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) ;
  231. transform: rotate(10deg);
  232. position: absolute;
  233. top: 1%;
  234. right: -0%;
  235. line-height: 11px;
  236. width: 35%;
  237. background: rgb(255,250,244);
  238. background: linear-gradient(0deg, rgba(255,250,244,1) 0%, rgba(255,224,245,1) 36%, rgba(255,224,245,1) 62%, rgba(255,250,244,1) 100%);z-index: 1000;
  239. border-radius: 40px;
  240. padding: 5px;
  241. text-align: center;
  242. color: #000;
  243. font-family: handy;
  244. font-size: 11px;
  245.  
  246. }
  247.  
  248. .bubble-bottom-left:before { /*dont modify*/
  249. content: "";
  250. font-family: deliosa;
  251. -webkit-transform: scaleX(1);
  252. transform: scaleX(1);
  253. width: 0px;
  254. height: 0px;
  255. position: absolute;
  256. border-left: 11px solid #FFF8F4;
  257. border-right: 8px solid transparent;
  258. border-top: 8px solid #FFF8F4;
  259. border-bottom: 10px solid transparent;
  260. left: 32px;
  261. bottom: -18px;
  262. }
  263. </style>
Add Comment
Please, Sign In to add comment