Advertisement
LeafJelly

Small Decorative Code - Toxic Science Theme - Solids - Full

Nov 2nd, 2022
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. <!----------------------------
  2. Free to Use Small Decorative Code
  3. Toxic Theme - FullVersion
  4. Solid Colors
  5. by LeafJelly
  6.  
  7. Short Version: Mood board ONLY
  8.  
  9. Hex Codes
  10. Background 1: #8417F6
  11. Background 2: #9CCF4C
  12. Symbol: #A6D955
  13. Symbol 2: #DE1AF6
  14. Font: #3C008E
  15. Font Accent: #AA00D5
  16.  
  17. Customization
  18. fas - is the symbol weight s=solid r=regular l-light t=thin d=duotone
  19. fa-symbol changes what the symbol is using the names found here https://fontawesome.com/ search for the symbols you want here adn replace the name with it.
  20. transform:rotate(#deg) - Rotates Symbols
  21. margin: #px #px - changes the positon of the symbol in Y X order. -Y moves up -X moves left. +Y moves down +X moves right.
  22. ---------------------------->
  23. <div class="container col-md-8 col-lg-3 my-4 p-1">
  24.  
  25. <div class="card col-12 border-0 mt-4 p-2" style="height:280px; min-width:380px; background:#8417F6; border-radius:.6em;">
  26. <div class="text-center" >
  27. <!----------Decorations Left Side------------>
  28. <i class="far fa-flask" style="position:absolute; margin:-45px -155px; font-size:60px; transform:rotate(-25deg); color:#A6D955;"></i>
  29. <i class="fas fa-vial" style="position:absolute; margin:-40px -45px; font-size:45px; transform:rotate(-10deg); color:#A6D955"></i>
  30. <i class="fas fa-raindrops" style="position:absolute; margin:20px -60px; font-size:30px;; color:#A6D955"></i>
  31.  
  32. <!-----------Character Image Must be a Square Image------------->
  33. <img src="https://cdn.discordapp.com/attachments/395263691085316096/1035760970850631710/packimp_by_cbts004_crop.png"
  34. class="rounded-circle p-2 mb-1" style="height:120px; width:120px; margin-top:-50px; background:#8417F6;background-attachment:fixed;">
  35. <!----------Decorations Right Side------------>
  36. <i class="fas fa-vial" style="position:absolute; margin:-40px -5px; font-size:45px; transform:rotate(-80deg); color:#A6D955"></i>
  37. <i class="fas fa-raindrops" style="position:absolute; margin:20px 30px; font-size:30px; ; color:#A6D955"></i>
  38. <i class="fas fa-vial" style="position:absolute; margin:-40px 100px; font-size:60px; transform:rotate(-5deg); color:#A6D955"></i>
  39.  
  40.  
  41. </div>
  42.  
  43. <!-----------Content Box------------->
  44. <div class="card col-0 px-1 m-0 text-center" style="height:210px; overflow:auto; font-size:12px; background:#9CCF4C; color:#3C008E;">
  45. <p class="my-auto" style="color:#AA00D5; font-size:13px">
  46. Name · Age · Pro/nouns
  47. <br>Gender · Race/Species · Occupation
  48. </p>
  49. <div class="col-auto m-1 p-0" style="border-bottom:1px solid #8417F6; margin:auto"></div>
  50.  
  51.  
  52. <!--------Mood Board Replace the URLS ------------>
  53. <div class="row no-gutters pb-1">
  54. <div class="col-4 pr-1 border-0" style="height:130px">
  55. <div class="h-100" style="background-position:center;background-size:cover;
  56. background-image:url(
  57.  
  58. https://directorsblog.nih.gov/wp-content/uploads/2016/12/neurons.jpg
  59.  
  60. )"></div>
  61. </div>
  62.  
  63. <div class="col-4 pr-1 border-0" style="height:130px">
  64. <div class="h-100" style="background-position:center;background-size:cover;
  65. background-image:url(
  66.  
  67. https://www.ifam.fraunhofer.de/en/technologies/vuv-radiation-optimizes-silicone-properties-at-the-surface/jcr:content/stage/stageParsys/stage_slide_copy/image.img.jpg/1638879313096/silikonmodifikation-buehne.jpg
  68.  
  69. )"></div>
  70. </div>
  71.  
  72. <div class="col-4 pr-1 border-0" style="height:130px">
  73. <div class="h-100" style="background-position:center;background-size:cover;
  74. background-image:url(
  75.  
  76. https://www.atcc.org/-/media/images/atcc/390x180/ra-0650_390x180.png?h=180&iar=0&w=390&rev=092cdf51323e4902a7ebcde40aa9d326&hash=420D16A78C9CE3BA58E62ED01206D078
  77.  
  78. )"></div>
  79. </div>
  80. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #8417F6;width:50%;"></div>
  81.  
  82. <!-------- Trivia or Personality section------------>
  83. <ul class="my-0 text-left" style="list-style-type: none; margin-left:-25px">
  84. <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  85. Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.</li>
  86.  
  87. <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  88. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat.</li>
  89.  
  90. <li class="mb-1"><i class="far fa-star fa-xs mr-1"></i>
  91. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.</li>
  92. </ul>
  93.  
  94. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #8417F6;width:50%;"></div>
  95. <div class="row no-gutters">
  96. <!--------Likes------------>
  97. <div class="col-6 p-0 m-0 text-left">
  98. <ul class="my-0" style="list-style-type: none; margin-left:-25px">
  99. <li><i class="fal fa-check fa-sm mr-1"></i>
  100. Lorem ipsum dolor</li>
  101.  
  102. <li><i class="fal fa-check fa-sm mr-1"></i>
  103. Aliquam tincidunt mauris</li>
  104.  
  105. <li><i class="fal fa-check fa-sm mr-1"></i>
  106. Vestibulum auctor dapibus neque.</li>
  107.  
  108. <li><i class="fal fa-check fa-sm mr-1"></i>
  109. Nunc dignissim risus id metus.</li>
  110. </ul>
  111. </div>
  112.  
  113. <!--------Dislikes------------>
  114. <div class="col-6 p-0 m-0 text-left">
  115. <ul class="my-0" style=" list-style-type: none; margin-left:-25px">
  116. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  117. Lorem ipsum dolor</li>
  118.  
  119. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  120. Aliquam tincidunt mauris</li>
  121.  
  122. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  123. Vestibulum auctor dapibus neque.</li>
  124.  
  125. <li><i class="fal fa-xmark fa-sm mr-1"></i>
  126. Nunc dignissim risus id metus.</li>
  127. </ul>
  128. </div>
  129.  
  130. <!-------- Relationships------------>
  131. <div class="col-auto my-2 mx-auto p-0" style="border-bottom:1px solid #8417F6;width:100%;"></div>
  132. <!--------Relationship 1-------->
  133. <div class="col-4 p-0 mb-1">
  134. <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  135. background-image: url(
  136.  
  137. https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  138.  
  139. );"></div>
  140. <a href="URL_HERE" style="color:#AA00D5">
  141. Character Name</a>
  142. <p>Relationship Type</p>
  143. </div>
  144.  
  145. <!--------Relationship 2-------->
  146. <div class="col-4 p-0">
  147. <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  148. background-image: url(
  149.  
  150. https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  151.  
  152. );"></div>
  153. <a href="URL_HERE" style="color:#AA00D5">
  154. Character Name</a>
  155. <p>Relationship Type</p>
  156. </div>
  157.  
  158. <!--------Relationship 3-------->
  159. <div class="col-4 p-0">
  160. <div class="rounded-circle m-auto" style="height:60px; width:60px; background:#00001C; background-position: center; background-size:cover; background-repeat: no-repeat;
  161. background-image: url(
  162.  
  163. https://f2.toyhou.se/file/f2-toyhou-se/images/34089537_0DOOErtBbKNrYX0.png
  164.  
  165. );"></div>
  166. <a href="URL_HERE" style="color:#AA00D5">
  167. Character Name</a>
  168. <p>Relationship Type</p>
  169. </div>
  170.  
  171. </div>
  172.  
  173. </div>
  174. </div>
  175.  
  176.  
  177.  
  178. </div>
  179. <!---------Decorations at the bottom left--------------->
  180. <i class="far fa-biohazard" style="position:absolute; margin:-30px -20px; font-size:50px; color:#DE1AF6"></i>
  181.  
  182.  
  183. <div class="text-center" >
  184. <!---------Credit do not remove--------------->
  185. <a href="/LeafJelly" title="HTML by LeafJelly" style="color:#8417F6"></i> <i class="fas fa-radiation"></i></a>
  186.  
  187. <!---------Decorations at the bottom right--------------->
  188. <i class="far fa-biohazard" style="position:absolute; margin:-30px 150px; font-size:50px; color:#DE1AF6"></i>
  189. </div>
  190. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement