Advertisement
LeafJelly

2000s Character Profile - B&W Dark Theme

Dec 29th, 2022 (edited)
4,169
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.42 KB | None | 1 0
  1. <!-----------------------
  2. 2000s Character Profile - Small
  3.    B&W DARK Theme by LeafJelly
  4.  
  5. Use ctrl+f and replace all to easily change the colors using Hex Codes
  6. Font: #FFF
  7. Font Accent: #FF2424
  8. Dividing Lines: #EAEAEA
  9. Background: #000
  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. https://gifcity.carrd.co/assets/images/gallery73/20fe10c7.png?v=a5c82efa
  27. );font-weight:100; font-family:times new roman; font-size:.9em;  color:#FFF">
  28. <div class="col-sm-4 my-auto p-2">
  29.  
  30. <!------------ Avatar/Icon -----------------
  31. Replace the URL with a image url/address
  32. ------------------------------------------->
  33. <div class="col-12 mx-auto mb-2" style="background-size:cover; background-image:url(
  34. https://64.media.tumblr.com/9ad2f99c355d136ae2a1501b05749e43/6164d10aa7b9e978-fa/s250x400/672abca509035a30f4c8128169c510b148d8bc38.jpg
  35. ); width:110px; height:110px;"></div>
  36.  
  37. <!------- Basic Character Info -------------
  38. You can remove the rows you don't want by deleting from one <div> to the next </div>.
  39. Each row is seperated by spaces
  40.  
  41. You can change the style of the middle lines by replacing the word dotted found in this chunk of text
  42.    style="border-bottom:1px dotted #EAEAEA"
  43. dotted can be changed to any of the border styles found here https://www.w3schools.com/css/css_border.asp
  44. such as
  45.    solid   dashed  double
  46. ------------------------------------------->
  47. <div class="card col-12 rounded-0 border-0 p-1" style="background:#000">
  48.    
  49. <!----- Top Image Divider ------
  50. Replace the URL with a image url/address
  51. Delete this section if you don't want it
  52. ------------------------------->
  53. <span class="m-auto">
  54.     <img src="https://gifcity.carrd.co/assets/images/gallery49/e802b9ad.gif?v=a5c82efa">
  55. </span>
  56. <!----- Divider end ----->
  57.  
  58. <div class="justify-content-between"><span class="my-auto">
  59.     Name
  60. </span>
  61. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  62.     Content Content
  63. </span></div>
  64.  
  65. <div class="justify-content-between"><span class="my-auto">
  66.     Age
  67. </span>
  68. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  69.     # years
  70. </span></div>
  71.  
  72. <div class="justify-content-between"><span class="my-auto">
  73.     Pronouns
  74. </span>
  75. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  76.     Pro / nouns
  77. </span></div>
  78.  
  79. <div class="justify-content-between"><span class="my-auto">
  80.     Species/Race
  81. </span>
  82. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  83.     Content
  84. </span></div>
  85.  
  86. <div class="justify-content-between"><span class="my-auto">
  87.     Height
  88. </span>
  89. <hr class="col mx-1 my-auto" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  90.     Content
  91. </span></div>
  92.  
  93. <div class="justify-content-between"><span class="my-auto">
  94.     Gender
  95. </span>
  96. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  97.     Content
  98. </span></div>
  99.  
  100. <div class="justify-content-between"><span class="my-auto">
  101.     Sexuality
  102. </span>
  103. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  104.     Content
  105. </span></div>
  106.  
  107. <div class="justify-content-between"><span class="my-auto">
  108.     Status
  109. </span>
  110. <hr class="col my-auto mx-1" style="border-bottom:1px dotted #EAEAEA"><span class="my-auto">
  111.     <a href="URL_HERE" style="color:#FF2424">
  112.         Taken
  113.     </a>
  114. </span></div>
  115.  
  116. <!----------Copy and paste above here for more-------------->
  117.  
  118. <!----- Bottom Image Divider ------
  119. Replace the URL with a image url/address
  120. Delete this section if you don't want it
  121. ----------------------------------->
  122. <span class="m-auto">
  123.     <img src="https://gifcity.carrd.co/assets/images/gallery86/3953cdbc.gif?v=a5c82efa">
  124. </span>
  125. <!----- Divider end ----->
  126.  
  127. </div></div>
  128.  
  129. <div class="col-sm-8 row no-gutters my-auto">
  130.  
  131. <!--------- Blinkies Section -------------
  132. Replace the URLs with a image url/address
  133. copy and paste the line of code for more blinkies
  134. ------------------------------------------->
  135. <div class="col-12 p-2"><div class="card rounded-0 border-0 p-1 text-center" style="background:#000"><span>
  136.      <img src="https://gifcity.carrd.co/assets/images/gallery24/21e47723.jpg?v=a5c82efa">
  137.      <img src="https://gifcity.carrd.co/assets/images/gallery25/9cab0131.gif?v=a5c82efa">
  138.      <img src="https://gifcity.carrd.co/assets/images/gallery23/a8f5239b.gif?v=a5c82efa">
  139.      <img src="https://pagedeco.carrd.co/assets/images/gallery21/10dbcb15.gif?v=12c7c0a1">
  140.      <img src="https://pagedeco.carrd.co/assets/images/gallery01/62fed79c.gif?v=12c7c0a1">
  141.      
  142.      <!-----Copy and paste above here for more------>
  143. </span></div></div>
  144.  
  145. <!--------- About Section -------------
  146. Write about your character here!
  147. This box does not scroll, keep it somewhat short
  148. ------------------------------------------->
  149. <div class="col-12 p-2"><div class="card rounded-0 border-0 p-1 text-center" style="background:#000"><span>
  150.     <!---- Image Replace the URL--->
  151.     <img src="https://gifcity.carrd.co/assets/images/gallery49/62c5c338.gif?v=a5c82efa">    
  152.     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio.</p>
  153.     <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>
  154.     <!-----Copy and paste above here for more paragraphs------>
  155. </span></div></div>
  156.  
  157. <!--------- Stamps Section -------------
  158. Replace the URLs with a image url/address
  159. copy and paste the line of code for more stamps
  160. ------------------------------------------->
  161. <div class="col-12 p-2"><div class="card rounded-0 border-0 p-1 text-center" style="background:#000"><span>
  162.      <img src="https://gifcity.carrd.co/assets/images/gallery61/7e88870d.gif?v=a5c82efa">
  163.      <img src="https://gifcity.carrd.co/assets/images/gallery59/aae3d8b3.png?v=a5c82efa">
  164.      <img src="https://pagedeco.carrd.co/assets/images/gallery34/5fa37457.png?v=12c7c0a1">
  165.      <img src="https://gifcity.carrd.co/assets/images/gallery60/243501eb.gif?v=a5c82efa">
  166.      <img src="https://gifcity.carrd.co/assets/images/gallery59/ca06d9d6.png?v=a5c82efa">
  167.      <!-----Copy and paste above here for more------>
  168. </span></div></div>
  169.  
  170. </div></div>
  171.  
  172. <!--------CREDIT DO NOT REMOVE----------->
  173. <div class="text-center mt-1">
  174. <a  href="/LeafJelly"> <i class="far fa-code text-muted fa-sm tooltipster" title="Code by LeafJelly"></i></a>
  175. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement