Advertisement
LeafJelly

2000s Character Profile - B&W Light Theme

Dec 29th, 2022 (edited)
2,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. <!-----------------------
  2. 2000s Character Profile - Small
  3. B&W LIGHT Theme by LeafJelly
  4.  
  5. Use ctrl+f and replace all to easily change the colors using Hex Codes
  6. Font: #000
  7. Font Accent: #FF2424
  8. Dividing Lines: #111
  9. Background: #FFF
  10.  
  11. Rules
  12. 1. DO NOT REMOVE credits
  13. 2. DO NOT redistribute purchased codes
  14. 3. Turn off WYSIWYG before using my HTML codes and while editing, it'll break otherwise
  15. 4. You can modify and frankestein my codes with credit to all the source codes, and only if the other coders allow it.
  16. 5. You may NOT redistribute frankesteined codes under your own name, claiming it as your own work. Copy and pasting parts of my code without credit is theft, and takes advantage of my work that's provided for free.
  17. 6.You're allowed to heavily modify my codes, as long as credit to me stays on the page. If the credit breaks, feel free to write it in somewhere instead or at the bottom.
  18. ------------------------>
  19.  
  20.  
  21. <!--------- Background Image -------------
  22. Replace the URL with a image url/address
  23. it looks best with a repeating tile background
  24. ------------------------------------------->
  25. <div class="row no-gutters col-12 mx-auto p-1" style="max-width:600px; background-image:url(
  26.  
  27. https://gifcity.carrd.co/assets/images/gallery73/20fe10c7.png?v=a5c82efa
  28.  
  29. );font-weight:100; font-family:times new roman; font-size:.9em; color:#000">
  30. <div class="col-sm-4 my-auto p-2">
  31.  
  32. <!------------ Avatar/Icon -----------------
  33. Replace the URL with a image url/address
  34. ------------------------------------------->
  35. <div class="col-12 mx-auto mb-2" style="background-size:cover; background-image:url(
  36.  
  37. https://64.media.tumblr.com/9ad2f99c355d136ae2a1501b05749e43/6164d10aa7b9e978-fa/s250x400/672abca509035a30f4c8128169c510b148d8bc38.jpg
  38.  
  39. ); width:110px; height:110px;"></div>
  40.  
  41. <!------- Basic Character Info -------------
  42. You can remove the rows you don't want by deleting from one <div> to the next </div>.
  43. Each row is seperated by spaces
  44.  
  45. You can change the style of the middle lines by replacing the word dotted found in this chunk of text
  46. style="border-bottom:1px dotted #111"
  47. dotted can be changed to any of the border styles found here https://www.w3schools.com/css/css_border.asp
  48. such as
  49. solid dashed double
  50. ------------------------------------------->
  51. <div class="card col-12 rounded-0 border-0 p-1" style="background:#FFF">
  52.  
  53. <!----- Top Image Divider ------
  54. Replace the URL with a image url/address
  55. Delete this section if you don't want it
  56. ------------------------------->
  57. <span class="m-auto">
  58. <img src="https://gifcity.carrd.co/assets/images/gallery47/61e1ca03.png?v=a5c82efa">
  59. </span>
  60. <!----- Divider end ----->
  61.  
  62. <div class="justify-content-between"><span class="my-auto">
  63. Name
  64. </span>
  65. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  66. Content Content
  67. </span></div>
  68.  
  69. <div class="justify-content-between"><span class="my-auto">
  70. Age
  71. </span>
  72. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  73. # years
  74. </span></div>
  75.  
  76. <div class="justify-content-between"><span class="my-auto">
  77. Pronouns
  78. </span>
  79. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  80. Pro / nouns
  81. </span></div>
  82.  
  83. <div class="justify-content-between"><span class="my-auto">
  84. Species/Race
  85. </span>
  86. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  87. Content
  88. </span></div>
  89.  
  90. <div class="justify-content-between"><span class="my-auto">
  91. Height
  92. </span>
  93. <hr class="col mx-1 my-auto" style="border-bottom:1px dotted #111"><span class="my-auto">
  94. Content
  95. </span></div>
  96.  
  97. <div class="justify-content-between"><span class="my-auto">
  98. Gender
  99. </span>
  100. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  101. Content
  102. </span></div>
  103.  
  104. <div class="justify-content-between"><span class="my-auto">
  105. Sexuality
  106. </span>
  107. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  108. Content
  109. </span></div>
  110.  
  111. <div class="justify-content-between"><span class="my-auto">
  112. Status
  113. </span>
  114. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #111"><span class="my-auto">
  115. <a href="URL_HERE" style="color:#FF2424">
  116. Taken
  117. </a>
  118. </span></div>
  119.  
  120. <!----------Copy and paste above here for more-------------->
  121.  
  122. <!----- Bottom Image Divider ------
  123. Replace the URL with a image url/address
  124. Delete this section if you don't want it
  125. ----------------------------------->
  126. <span class="m-auto">
  127. <img src="https://gifcity.carrd.co/assets/images/gallery47/a7e38099.png?v=a5c82efa">
  128. </span>
  129. <!----- Divider end ----->
  130.  
  131. </div></div>
  132.  
  133. <div class="col-sm-8 row no-gutters my-auto">
  134.  
  135. <!--------- Blinkies Section -------------
  136. Replace the URLs with a image url/address
  137. copy and paste the line of code for more blinkies
  138. ------------------------------------------->
  139. <div class="col-12 p-2"><div class="card rounded-0 border-0 p-1 text-center" style="background:#FFF"><span>
  140. <img src="https://gifcity.carrd.co/assets/images/gallery24/21e47723.jpg?v=a5c82efa">
  141. <img src="https://gifcity.carrd.co/assets/images/gallery25/9cab0131.gif?v=a5c82efa">
  142. <img src="https://gifcity.carrd.co/assets/images/gallery23/a8f5239b.gif?v=a5c82efa">
  143. <img src="https://pagedeco.carrd.co/assets/images/gallery21/10dbcb15.gif?v=12c7c0a1">
  144. <img src="https://pagedeco.carrd.co/assets/images/gallery01/62fed79c.gif?v=12c7c0a1">
  145.  
  146. <!-----Copy and paste above here for more------>
  147. </span></div></div>
  148.  
  149. <!--------- About Section -------------
  150. Write about your character here!
  151. This box does not scroll, keep it somewhat short
  152. ------------------------------------------->
  153. <div class="col-12 p-2"><div class="card rounded-0 border-0 p-1 text-center" style="background:#FFF"><span>
  154. <!---- Image Replace the URL--->
  155. <img src="https://gifcity.carrd.co/assets/images/gallery47/43c3981f.png?v=a5c82efa">
  156. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio.</p>
  157. <p> Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  158. <!-----Copy and paste above here for more paragraphs------>
  159. </span></div></div>
  160.  
  161. <!--------- Stamps Section -------------
  162. Replace the URLs with a image url/address
  163. copy and paste the line of code for more stamps
  164. ------------------------------------------->
  165. <div class="col-12 p-2"><div class="card rounded-0 border-0 p-1 text-center" style="background:#FFF"><span>
  166. <img src="https://gifcity.carrd.co/assets/images/gallery61/7e88870d.gif?v=a5c82efa">
  167. <img src="https://gifcity.carrd.co/assets/images/gallery59/aae3d8b3.png?v=a5c82efa">
  168. <img src="https://pagedeco.carrd.co/assets/images/gallery34/5fa37457.png?v=12c7c0a1">
  169. <img src="https://gifcity.carrd.co/assets/images/gallery60/243501eb.gif?v=a5c82efa">
  170. <img src="https://gifcity.carrd.co/assets/images/gallery59/ca06d9d6.png?v=a5c82efa">
  171. <!-----Copy and paste above here for more------>
  172. </span></div></div>
  173.  
  174. </div></div>
  175.  
  176. <!--------CREDIT DO NOT REMOVE----------->
  177. <div class="text-center mt-1">
  178. <a href="/LeafJelly"> <i class="far fa-code text-muted fa-sm tooltipster" title="Code by LeafJelly"></i></a>
  179. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement