t3ch13-c0l0rs

your energy

Jun 27th, 2024
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. <!--
  2. colors (cmd+f for easy changes):
  3. spectator (default): #7d6a69
  4. seafoam: #51b083
  5. stardust: #877feb
  6. -->
  7.  
  8. <div class="col-md-8 col-lg-4 col-sm-12 mx-auto p-0 mt-5" style="max-width: 350px">
  9.  
  10. <div class="card p-2 bg-faded" style="border-color: #7d6a69; border-radius: 10px">
  11.  
  12. <div class="row no-gutters">
  13.  
  14. <!-- main shit -->
  15. <div class="col px-0">
  16.  
  17. <div class="row no-gutters">
  18.  
  19. <!-- profile picture, i reccomend a square pfp but its not required -->
  20. <div class="p-2 card rounded border-0 mt-n5">
  21. <img src="IMGURLHERE" style="height: 80px">
  22. </div>
  23.  
  24. <!-- replace 'admin' with your username on artfight, replace ~username with your username (i reccomend including the tilde) -->
  25. <div class="col px-2 align-items-center mt-n1">
  26. <a href="https://artfight.net/~admin" style="color: #7d6a69; font-size: 25px">~username</a>
  27. </div>
  28.  
  29. </div>
  30.  
  31. <!-- tabssss -->
  32. <div class="tab-content mb-2 mt-1">
  33.  
  34. <!-- okay this ones boring you can write whatever here, what you attack just a general introduction whatever i dont care -->
  35. <div class="tab-pane active show" id="first">
  36.  
  37. <div class="card border-0 p-2 overflow-auto" style="max-height: 100px">hi Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. 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.</div>
  38.  
  39. </div>
  40.  
  41. <!-- featured characters -->
  42. <div class="tab-pane" id="second">
  43.  
  44. <div class="justify-content-between">
  45.  
  46. <!-- character 1, replace the IMGURLHERE with the character icon -->
  47. <div class="card p-0" style="height: 100px; background-image: url(IMGURLHERE); width: 100px; background-size: cover; border-color: #7d6a69">
  48.  
  49. <!-- replace the # with a link to the characters artfight -->
  50. <a href="#" class="stretched-link" target=_blank></a>
  51. </div>
  52.  
  53. <!-- character 2, replace the IMGURLHERE with the character icon -->
  54. <div class="card p-0" style="height: 100px; background-image: url(IMGURLHERE); width: 100px; background-size: cover; border-color: #7d6a69">
  55.  
  56. <!-- replace the # with a link to the characters artfight -->
  57. <a href="#" class="stretched-link" target=_blank></a>
  58. </div>
  59.  
  60. <!-- character 2, replace the IMGURLHERE with the character icon -->
  61. <div class="card p-0" style="height: 100px; background-image: url(IMGURLHERE); width: 100px; background-size: cover; border-color: #7d6a69">
  62.  
  63. <!-- replace the # with a link to the characters artfight -->
  64. <a href="#" class="stretched-link" target=_blank></a>
  65. </div>
  66.  
  67. </div>
  68.  
  69. </div>
  70.  
  71. <!-- tab 3, previous teams and other socials -->
  72. <div class="tab-pane" id="third">
  73.  
  74. <!-- get the artfight stamps from https://toyhou.se/27847531.art-fight-stamps/gallery NOT the artfight site they wont link properly -->
  75. <div class="card border-0 p-2 mb-1 overflow-auto" style="height: 58.5px">
  76. <p class="text-center">
  77. <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/83806068_M7SFVA35qAwiu3L.png" style="max-height: 32px; max-width: 72px">
  78. <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/83806040_vVqIGHownxtWI0g.png" style="max-height: 32px; max-width: 72px">
  79. <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/83806045_dvzhD5ZfFAmf9WE.png" style="max-height: 32px; max-width: 72px">
  80. <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/83806020_6eQr9e1ICuuMfK1.png" style="max-height: 32px; max-width: 72px">
  81. <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/83806002_zs0JRPTCyqe9kdy.png" style="max-height: 32px; max-width: 72px">
  82. <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/83805988_Uu7Sw28LVIoD4wV.png" style="max-height: 32px; max-width: 72px">
  83. </p>
  84. </div>
  85.  
  86. <!-- other socials or important links. like hitlists. replace the # with your link -->
  87. <div class="card border-0 p-2 text-center">
  88. <p>
  89. <a href="#" style="color: #7d6a69">link</a>
  90. <a href="#" style="color: #7d6a69">link</a>
  91. <a href="#" style="color: #7d6a69">link</a>
  92. <a href="#" style="color: #7d6a69">link</a>
  93. <a href="#" style="color: #7d6a69">link</a>
  94. </p>
  95. </div>
  96.  
  97. </div>
  98.  
  99. </div>
  100.  
  101. </div>
  102.  
  103. <!-- tab buttons -->
  104. <div class="col-1 align-items-center px-1" style="margin-right: -1.5em">
  105. <ul class="nav nav-tabs card-header-tabs row no-gutters p-0">
  106.  
  107. <li class="card px-1 rounded-circle border-0">
  108. <a data-toggle="tab" href="#first" style="color: #7d6a69"><i class="far fa-circle"></i></a>
  109. </li>
  110.  
  111. <li class="card px-1 rounded-circle my-1 border-0">
  112. <a data-toggle="tab" href="#second" style="color: #7d6a69"><i class="far fa-circle"></i></a>
  113. </li>
  114.  
  115. <li class="card px-1 rounded-circle border-0">
  116. <a data-toggle="tab" href="#third" style="color: #7d6a69"><i class="far fa-circle"></i></a>
  117. </li>
  118.  
  119. </ul>
  120. </div>
  121.  
  122. </div>
  123.  
  124. </div>
  125.  
  126. <!-- characters you have -->
  127.  
  128. <div class="justify-content-between px-4" style="z-index: 1; position: relative; margin-top: -13px">
  129.  
  130. <!-- if you dont have the character type, in the i class (the one with fal fa-___) put a space after that bit and change it to faded -->
  131. <div class="p-1 card border-0 tooltipster" style="color: #7d6a69" title="feral"><i class="fal fa-cat"></i></div>
  132.  
  133. <!-- if you dont have the character type, in the i class (the one with fal fa-___) put a space after that bit and change it to faded -->
  134. <div class="p-1 card border-0 tooltipster" style="color: #7d6a69" title="anthro"><i class="fal fa-user-alien"></i></div>
  135.  
  136. <!-- if you dont have the character type, in the i class (the one with fal fa-___) put a space after that bit and change it to faded -->
  137. <div class="p-1 card border-0 tooltipster" style="color: #7d6a69" title="human"><i class="fal fa-person"></i></div>
  138.  
  139. <!-- if you dont have the character type, in the i class (the one with fal fa-___) put a space after that bit and change it to faded -->
  140. <div class="p-1 card border-0 tooltipster" style="color: #7d6a69" title="mech"><i class="fal fa-robot"></i></div>
  141.  
  142. <!-- if you dont have the character type, in the i class (the one with fal fa-___) put a space after that bit and change it to faded -->
  143. <div class="p-1 card border-0 tooltipster" style="color: #7d6a69" title="worm"><i class="fal fa-worm"></i></div>
  144.  
  145. <!-- CODE CREDIT DONT REMOVE -->
  146. <div class="px-1 card border-0 tooltipster" style="color: #7d6a69" title="code by micro-wave"><a href="https://toyhou.se/micro-wave" style="color: #7d6a69"><i class="fal fa-microwave"></i></a></div>
  147.  
  148. </div>
  149.  
  150. </div>
Advertisement
Add Comment
Please, Sign In to add comment