Advertisement
redridingheart

Celeste

Jun 23rd, 2022 (edited)
4,387
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.66 KB | None | 1 0
  1. <!--
  2.  
  3. "Celeste" by nice♡ (toyhou.se/nice)
  4.  
  5. ୨୧.....................୨୧
  6.  
  7. ➳ NOTES:
  8. ♡ You can use find and replace/CTRL + F to change the colors.
  9. ♡ The HTML credit is located in the top right corner. You can move it to somewhere else visible but please do not remove it entirely.
  10. ♡ Be sure not to remove the parentheses when you're replacing URLS for images to make sure that they work.
  11. ♡ The only use of RGBA colors instead of hex colors is for the transparent portion of the gradient in the header. The others can be replaced using the list underneath this section.
  12. ♡ Any of the icons can be replaced, including the icons on the edges of the character image, but make sure to keep the styling! The styling itself can be changed/adjusted, though.
  13. ♡ If you replace the spinning icon, keep the fa-spin in the class section. The smaller star in the bottom left corner also acts as a credit if you hover over it. The credit text can be changed with the "title=" attribute.
  14. ♡ If you remove text-transform:uppercase where it is used for places like the header text, likes/dislikes label, etc. it will get rid of that styling if you prefer something else.
  15. ♡ Feel free to ask any questions in my thread! The rules can also be found there or on my page.
  16.  
  17. ୨୧.....................୨୧
  18.  
  19. ➳ COLORS:
  20. ♡ Content Boxes: #FFFDF9
  21. ♡ Labels (ex: Name, Personality): #C97153
  22. ♡ Primary Text: #93949C
  23. ♡ Dividers (ex: Horizontal lines, stars between traits): #DAD8E9
  24. ♡ Header Gradient: blue- #8E94B6 | peach- #FFC5B6 | transparent- rgba(0,0,0,0)
  25. ♡ Header Text, Glow & HTML Credit: #FFFFFF
  26. ♡ Decorative Stars: #FFDEBB
  27. ♡ Decorative Stars Shadow: #AE8DBC
  28. ♡ Quote Box: #FFF2EF
  29. ♡ Quote Text: #7E799A
  30.  
  31. -->
  32.  
  33. <!-- ♡ Initial Container + Background Image - set to a repeating image by default ♡ -->
  34. <div class="container-fluid" style="max-width:900px; margin:auto; padding:8px; background: url(https://i.imgur.com/SpXMGtq.png) repeat fixed; border-radius:1em;">
  35.  
  36. <!-- ♡ Gradient Header - replace hex codes after "background:" selector to change ♡ -->
  37. <div class="col row no-gutters mb-1" style="background:linear-gradient(90deg, #8E94B6 0%, #FFC5B6 40%, rgba(0,0,0,0) 80%); margin:auto; padding:5px; border-radius:2em; display:flex; align-items:center; justify-content:space-between;">
  38. <p style="font-size: 1.4em; margin:5px; text-transform:uppercase; letter-spacing:.2em; color:#FFFFFF; text-shadow: 0px 0px 10px #FFFFFF;">
  39.  
  40. <!-- ♡ Spinning Star Icon ♡ -->
  41. <i class="fas fa-star fa-spin"></i>
  42.  
  43. <!-- ♡ Header Text ♡ -->
  44. To become stardust
  45. </p>
  46. <!-- ♡ Credit ♡ -->
  47. <a href="https://toyhou.se/nice"><i class="far fa-heart tooltipster" style="position:relative; bottom:16px; font-size:.8em; color:#FFFFFF;" title="HTML by nice"></i></a>
  48. </div>
  49.  
  50. <!-- ♡ Basic Info Container ♡ -->
  51. <div class="row no-gutters">
  52. <div class="col-lg-5 p-1">
  53. <div class="p-1 pb-2" style="background-color:#FFFDF9; height:100%; border-radius:1em;">
  54.  
  55. <!-- ♡ Character Image - 300px by 300px - change URL but keep parentheses ♡ -->
  56. <div class="my-2" style="background:url(INSERT URL HERE); background-position:center; height:300px; width:300px; border-radius:100em; margin:auto;">
  57.  
  58. <!-- ♡ Decorative Stars on Character Image ♡ -->
  59. <i class="fas fa-star" style="position:relative; font-size:2.5em; left:20px; top: 30px; transform:rotate(25deg); color:#FFDEBB; text-shadow: 0px 0px 15px #AE8DBC;"></i>
  60. <!-- ♡ Smaller Star w/ Credit Feature - change the text in the quotations after title= to change ♡ -->
  61. <i class="fas fa-star tooltipster" style="position:relative; font-size:1.5em; left:190px; top: 240px; transform:rotate(-25deg); color:#FFDEBB; text-shadow: 0px 0px 15px #AE8DBC;" title="IMAGE CREDIT HERE"></i>
  62. </div>
  63.  
  64. <!-- ♡ Quote Box ♡ -->
  65. <div class="m-2 mx-3 p-2" style="background-color:#FFF2EF; border-radius:.5em; color: #7E799A;">
  66. <p style="text-align:center; margin:0px; font-size:1.1em; font-weight:500;">
  67. "Insert quote here."
  68. </p>
  69. <p class="px-4" style="text-align:right; font-size:.8em;">—
  70. Quote source
  71. </p>
  72. </div>
  73.  
  74. <!-- ♡ Basic Information Start ♡ -->
  75. <!-- ♡ Name ♡ -->
  76. <div class="col-12 row no-gutters" style="align-items:center;">
  77. <div class="col-auto" style="font-weight:500;text-transform:uppercase; letter-spacing:.1em; color:#C97153">› Name</div>
  78. <div class="col mx-2">
  79. <hr style="border-top:1px dotted #DAD8E9;">
  80. </div>
  81. <div class="col-auto" style="color:#93949C;">placeholder</div>
  82. </div>
  83.  
  84. <!-- ♡ Gender ♡ -->
  85. <div class="col-12 row no-gutters" style="align-items:center;">
  86. <div class="col-auto" style="font-weight:500;text-transform:uppercase; letter-spacing:.1em; color:#C97153">› Gender</div>
  87. <div class="col mx-2">
  88. <hr style="border-top:1px dotted #DAD8E9;">
  89. </div>
  90. <div class="col-auto" style="color:#93949C;">placeholder</div>
  91. </div>
  92.  
  93. <!-- ♡ Pronouns ♡ -->
  94. <div class="col-12 row no-gutters" style="align-items:center;">
  95. <div class="col-auto" style="font-weight:500;text-transform:uppercase; letter-spacing:.1em; color:#C97153">› Pronouns</div>
  96. <div class="col mx-2">
  97. <hr style="border-top:1px dotted #DAD8E9;">
  98. </div>
  99. <div class="col-auto" style="color:#93949C;">placeholder</div>
  100. </div>
  101.  
  102. <!-- ♡ Birthday ♡ -->
  103. <div class="col-12 row no-gutters" style="align-items:center;">
  104. <div class="col-auto" style="font-weight:500;text-transform:uppercase; letter-spacing:.1em; color:#C97153">› Birthday</div>
  105. <div class="col mx-2">
  106. <hr style="border-top:1px dotted #DAD8E9;">
  107. </div>
  108. <div class="col-auto" style="color:#93949C;">placeholder</div>
  109. </div>
  110.  
  111. <!-- ♡ Height ♡ -->
  112. <div class="col-12 row no-gutters" style="align-items:center;">
  113. <div class="col-auto" style="font-weight:500;text-transform:uppercase; letter-spacing:.1em; color:#C97153">› Height</div>
  114. <div class="col mx-2">
  115. <hr style="border-top:1px dotted #DAD8E9;">
  116. </div>
  117. <div class="col-auto" style="color:#93949C;">placeholder</div>
  118. </div>
  119.  
  120. <!-- ♡ Can add additional rows under here ♡ -->
  121.  
  122. </div>
  123. </div>
  124.  
  125. <!-- ♡ Second Info Column ♡ -->
  126. <div class="col-lg-7 p-1" style="display:flex; flex-flow:column;">
  127.  
  128. <!-- ♡ Likes + Dislikes Container ♡ -->
  129. <div class="p-3 mb-2 col" style="background-color:#FFFDF9; border-radius:1em; flex: 0 1 ;">
  130. <div class=row>
  131. <!-- ♡ Likes ♡ -->
  132. <div class="col-6">
  133. <p style="text-align:center; font-weight:600; letter-spacing:.3em; text-transform: uppercase; margin-bottom:8px; font-size: 1.1em; color:#C97153;">
  134. Likes
  135. </p>
  136.  
  137. <ul style="font-size:.9em; margin-bottom:0px; color:#93949C;">
  138. <li class="mb-1">Item one</li>
  139. <li class="mb-1">Item two</li>
  140. <li class="mb-1">Item three</li>
  141. <li class="mb-1">Item four</li>
  142. <li class="mb-1">Item five</li>
  143. <!-- ♡ Can add more bullets under here ♡ -->
  144.  
  145. </ul>
  146. </div>
  147.  
  148. <!-- ♡ Dislikes ♡ -->
  149. <div class="col-6">
  150. <p style="text-align:center; font-weight:600; letter-spacing:.3em; text-transform: uppercase; margin-bottom:8px; font-size: 1.1em; color:#C97153;">
  151. Dislikes
  152. </p>
  153. <ul style="font-size:.9em; margin-bottom:0px; color:#93949C;">
  154. <li class="mb-1">Item one</li>
  155. <li class="mb-1">Item two</li>
  156. <li class="mb-1">Item three</li>
  157. <li class="mb-1">Item four</li>
  158. <li class="mb-1">Item five</li>
  159. <!-- ♡ Can add more bullets under here ♡ -->
  160.  
  161. </ul>
  162. </div>
  163. </div>
  164. </div>
  165.  
  166. <!-- ♡ Changing Container ♡ -->
  167. <div class="tab-content p-3 col" style="background-color:#FFFDF9; border-radius:1em; flex: 1 1 auto; ">
  168.  
  169. <!-- ♡ Personality ♡ -->
  170. <div class="tab-pane fade active show" data-toggle="tab" id="personality">
  171. <div class="row no-gutters" style="justify-content:space-between; align-items:baseline;">
  172. <!-- ♡ Personality FA Icon - keep the style if you change the icon ♡ -->
  173. <i class="fas fa-moon-stars" style="font-size: 1.3em; color:#C97153;"></i>
  174. <p class="mr-2" style="text-align:center; font-weight:600; letter-spacing:.3em; text-transform: uppercase; margin-bottom:8px; font-size: 1.1em; color:#C97153;">
  175. Personality
  176. </p>
  177. </div>
  178. <hr class="mb-4" style="margin-top: 5px; border-top: 1px dotted #DAD8E9;">
  179. <div class="row no-gutters mx-5" style="font-size: 1.1em; letter-spacing:.05em; font-weight:500; justify-content: space-evenly; align-items:baseline; flex-wrap:wrap; line-height:10px; color:#93949C">
  180.  
  181. <!-- ♡ Traits ♡ -->
  182. <p>trait</p>
  183. <i class="fas fa-star" style="font-size:.6em; color:#DAD8E9; margin-left:10px; margin-right:10px;"></i>
  184. <p>trait</p>
  185. <i class="fas fa-star" style="font-size:.6em; color:#DAD8E9; margin-left:10px; margin-right:10px;"></i>
  186. <p>trait</p>
  187. <i class="fas fa-star" style="font-size:.6em; color:#DAD8E9; margin-left:10px; margin-right:10px;"></i>
  188. <p>trait</p>
  189. </div>
  190.  
  191. <!-- ♡ Personality Content ♡ -->
  192. <div class="mt-2" style="color:#93949C;">
  193. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sed elit porttitor, elementum eros blandit, vestibulum est. Donec commodo neque eget nibh finibus varius. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur tristique porttitor nibh, efficitur lacinia odio posuere id. Mauris non ullamcorper tortor, nec elementum nulla. Suspendisse hendrerit felis a ligula bibendum, quis auctor ipsum pulvinar. Integer nulla neque, fermentum quis erat id, ullamcorper commodo ex.</p>
  194. <p>Quisque sed accumsan odio, vitae elementum urna. Aenean et iaculis sem. Mauris rhoncus tristique sem suscipit faucibus.</p>
  195. <!-- ♡ Can add more paragraph tags under here ♡ -->
  196.  
  197. </div>
  198. </div>
  199.  
  200. <!-- ♡ Overview/Miscellaneous ♡ -->
  201. <div class="tab-pane fade" data-toggle="tab" id="overview">
  202. <div class="row no-gutters" style="justify-content:space-between; align-items:baseline;">
  203. <!-- ♡ Overview/Misc FA Icon - keep the style if you change the icon ♡ -->
  204. <i class="far fa-rocket" style="font-size: 1.3em; color:#C97153;"></i>
  205. <p class="mr-2" style="text-align:center; font-weight:600; letter-spacing:.3em; text-transform: uppercase; margin-bottom:8px; font-size: 1.1em; color:#C97153;">
  206. <!-- ♡ Overview/Misc Title - feel free to pick one/the other or change this! ♡ -->
  207. Overview | Miscellaneous
  208. </p>
  209. </div>
  210. <hr style="margin-top: 5px; border-top: 1px dotted #DAD8E9;">
  211.  
  212. <div style="color:#93949C;">
  213. <!-- ♡ Optional paragraph starts here ♡ -->
  214. <p>
  215. Proin porttitor non leo at scelerisque. Sed nec dolor vitae mauris elementum laoreet quis eget nulla. Integer consectetur congue enim. Nulla odio arcu, lacinia luctus sapien eget, dictum volutpat massa. Aenean ut varius leo. Ut porta quam mi, non semper massa congue eleifend. Duis eu dolor condimentum, vehicula nisl vitae, vestibulum arcu. Aliquam vel magna porta, imperdiet ipsum sed, faucibus est. Phasellus ut pretium massa.
  216. </p>
  217. <!-- ♡ Optional paragraph ends here ♡ -->
  218.  
  219. <!-- ♡ Optional list starts Here ♡ -->
  220. <ul style="margin-bottom:0px; margin-top:10px; color:#93949C;">
  221. <li class="mb-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
  222. <li class="mb-1">Aenean enim libero, posuere eget orci a, ultrices congue lorem. Suspendisse tincidunt velit ullamcorper ex luctus posuere.</li>
  223. <li class="mb-1">Donec imperdiet id libero ac feugiat.</li>
  224. <li class="mb-1">Nunc facilisis lectus velit, id pharetra arcu iaculis vel. Vestibulum vel volutpat diam. Ut convallis tincidunt elit sed viverra.</li>
  225. </ul>
  226. <!-- ♡ Optional list ends here ♡ -->
  227. </div>
  228. </div>
  229.  
  230. </div>
  231. </div>
  232. </div>
  233. </div>
  234.  
  235. <!-- ♡ Changing Container Buttons ♡ -->
  236. <div style="margin:0px; padding:0px;">
  237. <ul class="nav" style="justify-content:center; font-size:1.2em;">
  238. <li class="nav-item">
  239. <a class="nav-link tooltipster" title="Personality" data-toggle="tab" href="#personality" style="color:#C97153;">
  240. <!-- ♡ Personality Icon ♡ -->
  241. <i class="fas fa-moon-stars"></i>
  242. </a>
  243. </li>
  244. <li class="nav-item">
  245. <a class="nav-link tooltipster" title="Overview" data-toggle="tab" href="#overview" style="color:#C97153;">
  246. <!-- ♡ Overview Icon ♡ -->
  247. <i class="far fa-rocket"></i>
  248. </a>
  249. </li>
  250. </ul>
  251. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement