Advertisement
hanimjay

Cupcake (thread)

Apr 12th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Montserrat:500,600" rel="stylesheet">
  2. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  3.  
  4. <style>
  5. #cupcake-thread{
  6. position: relative;
  7. margin: 10px auto;
  8. background: #ffffff;
  9. width: 500px;
  10. height: 520px;
  11. overflow: hidden;
  12. border: 1px solid #dddddd;
  13. border-radius: 20px;
  14. }
  15.  
  16. #cupcake-thread ::-webkit-scrollbar{
  17. width: 6px;
  18. }
  19.  
  20. #cupcake-thread ::-webkit-scrollbar-track{
  21. background: #fff;
  22. border-radius: 50px;
  23. border: 1px solid #dddddd;
  24. }
  25.  
  26. #cupcake-thread ::-webkit-scrollbar-thumb{
  27. background: #ffc6e5;
  28. border-radius: 50px;
  29. border: 1px solid #F3A6D0;
  30. }
  31.  
  32. #cupcake-thread .header{
  33. position: absolute;
  34. background: #f8ff89;
  35. width: 488px;
  36. height: 105px;
  37. top: 5px;
  38. left: 5px;
  39. border-radius: 15px 15px 0px 0px;
  40. border: 1px solid #E2EA6E;
  41. overflow: hidden;
  42. }
  43.  
  44. #cupcake-thread .header-icon{
  45. position: absolute;
  46. top: -15px;
  47. left: 45px;
  48. color: #E2EA6E;
  49. font-size: 150px;
  50. transform: rotate(15deg);
  51. }
  52.  
  53. #cupcake-thread .quote-box{
  54. position: absolute;
  55. background: #ffffff;
  56. width: 380px;
  57. padding: 15px;
  58. top: 32px;
  59. right: -10px;
  60. border-radius: 20px 0px 0px 20px;
  61. border: 1px solid #E2EA6E;
  62. text-align: justify;
  63. font-family: 'Montserrat', sans-serif;
  64. font-size: 8.5px;
  65. font-weight: 500;
  66. line-height: 9px;
  67. color: #222222;
  68. text-align: center;
  69. }
  70.  
  71. #cupcake-thread .avatar{
  72. position: absolute;
  73. background: #ffffff;
  74. width: 210px;
  75. height: 320px;
  76. bottom: 81px;
  77. left: 5px;
  78. border: 1px solid #dddddd;
  79. }
  80.  
  81. #cupcake-thread .avatar img{
  82. margin-left: 5px;
  83. margin-bottom: 5px;
  84. position: absolute;
  85. background: #eee;
  86. bottom: 0px;
  87. left: 0px;
  88. }
  89.  
  90. #cupcake-thread .text-bg{
  91. position: absolute;
  92. background: url(https://i.imgur.com/X9VW1L9.jpg);
  93. background-size: 350px;
  94. width: 271.5px;
  95. height: 320px;
  96. bottom: 81px;
  97. right: 5px;
  98. border: 1px solid #F3A6D0;
  99. }
  100.  
  101. #cupcake-thread .textbox{
  102. position: absolute;
  103. background: #ffffff;
  104. background-size: 400px;
  105. width: 239px;
  106. height: 283px;
  107. bottom: 16px;
  108. right: 15px;
  109. border-radius: 5px;
  110. border: 1px solid #F3A6D0;
  111. opacity: 0.93;
  112. }
  113.  
  114. #cupcake-thread .text-scroll{
  115. position: absolute;
  116. background: #ffffff;
  117. background-size: 400px;
  118. width: 162px;
  119. height: 222px;
  120. bottom: 30px;
  121. right: 30px;
  122. overflow: auto;
  123. text-align: justify;
  124. padding-right: 15px;
  125. font-family: 'Montserrat', sans-serif;
  126. font-size: 8.5px;
  127. font-weight: 500;
  128. line-height: 15px;
  129. color: #222222;
  130. }
  131.  
  132. #cupcake-thread .footer{
  133. position: absolute;
  134. background: #71EDE4;
  135. width: 488px;
  136. height: 70px;
  137. bottom: 5px;
  138. left: 5px;
  139. border-radius: 0px 0px 15px 15px;
  140. border: 1px solid #6DD8D1;
  141. overflow: hidden;
  142. }
  143.  
  144. #cupcake-thread .footer-icon{
  145. position: absolute;
  146. bottom: -20px;
  147. right: 50px;
  148. color: #6DD8D1;
  149. font-size: 120px;
  150. transform: rotate(-20deg);
  151. }
  152.  
  153. #cupcake-thread .tags{
  154. position: absolute;
  155. width: 488.5px;
  156. bottom: 28px;
  157. left: 5px;
  158. }
  159.  
  160. #cupcake-thread .footer c{
  161. background: #ffffff;
  162. font-family: 'Montserrat', sans-serif;
  163. font-size: 8.5px;
  164. font-weight: 500;
  165. line-height: 9px;
  166. color: #333333;
  167. padding: 5.5px 15px;
  168. border-radius: 25px;
  169. border: 1.5px solid #6DD8D1;
  170. }
  171.  
  172. #cupcake-thread .footer a{
  173. text-decoration: none;
  174. color: #333333;
  175. }
  176.  
  177. </style>
  178. <center>
  179. <div id="cupcake-thread">
  180.  
  181. <div class="header">
  182. <div class="header-icon"><span class="sf sf-cupcake-o"></span></div>
  183.  
  184. <div class="quote-box">
  185. Put your short lyrics or quotes here
  186. </div>
  187. </div>
  188.  
  189. <div class="avatar">
  190. <a href="https://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  191. <img src="https://via.placeholder.com/200x310" width="200" height="310"></a>
  192. </div>
  193.  
  194. <div class="text-bg">
  195. <div class="textbox">
  196. <div class="text-scroll">
  197. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam maximus ullamcorper nulla, ut sagittis arcu porttitor feugiat.
  198. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla sed consequat nisl.
  199. Phasellus imperdiet ut risus at aliquet. Vivamus egestas efficitur pharetra.
  200. <br><br>
  201. Aliquam bibendum, quam vitae malesuada ullamcorper, metus tortor interdum ipsum, ultrices tempus libero ipsum a odio.
  202. Donec vitae efficitur odio. Nullam sollicitudin maximus lacus, nec blandit velit. In hac habitasse platea dictumst.
  203. Aliquam ac nisl quis risus placerat pretium. Phasellus mollis ante non sollicitudin commodo.
  204. <br><br>
  205. Morbi lorem felis, dignissim vitae gravida ut, fermentum sed ipsum. Nunc risus erat, cursus eu placerat vitae, aliquam ac mi.
  206. Donec nec ullamcorper turpis, id porttitor magna.
  207. </div>
  208. </div>
  209. </div>
  210.  
  211. <div class="footer">
  212. <div class="footer-icon"><span class="sf sf-cupcake-o"></span></div>
  213.  
  214. <div class="tags">
  215. <c>notes here</c> <c>@ tagging</c> <c># word count</c>
  216. </div>
  217. </div>
  218.  
  219. </div>
  220. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement