Advertisement
ushiwaka

Gijinkadex

May 14th, 2023 (edited)
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. <div class="py-5 rounded" style="background: url(https://assets.pokemon.com/static2/_ui/img/chrome/container_bg.png)">
  2. <div class="mx-auto" style="max-width: 800px;">
  3.  
  4. <!--[[ TITLE ]]-->
  5. <div class="bg-faded text-center p-2" style="clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);">
  6. <div style="font-size: 30px; margin-left: 15%; margin-right: 15%; font-weight: 700">
  7.  
  8. TBA
  9. <span class="text-muted">
  10. Nº TBA
  11. </span>
  12.  
  13. </div>
  14. </div>
  15. <!--[[ TITLE END ]]-->
  16.  
  17. <!--[[ BOX ]]-->
  18. <div class="bg-faded mt-2">
  19. <div class="row no-gutters p-2">
  20.  
  21. <!--[[ COLUMN ONE ]]-->
  22. <div class="col-md-6 my-auto">
  23.  
  24. <!--[[ AVATAR ]]-->
  25. <div class="p-2">
  26. <div class="rounded" style="background: rgba(0, 0, 0, 0.05)
  27. url(IMG_URL) center no-repeat; background-size: contain; height: 438px;"></div>
  28. </div>
  29. <!--[[ AVATAR END ]]-->
  30.  
  31. <!--[[ BLURB ]]-->
  32. <div class="p-2 text-center" style="font-size: 25px;">
  33.  
  34. The
  35. <span class="text-muted">
  36. TBA
  37. </span>
  38. Pokémon
  39.  
  40. </div>
  41. <!--[[ BLURB END ]]-->
  42.  
  43. </div>
  44. <!--[[ COLUMN ONE END ]]-->
  45.  
  46. <!--[[ COLUMN TWO ]]-->
  47. <div class="col-md-6">
  48.  
  49. <!--[[ ABOUT ]]-->
  50. <div class="p-2">
  51. <div class="rounded p-2 d-block d-flex" style="background: rgba(0, 0, 0, 0.05); height: 116px; overflow: auto">
  52. <div class="my-auto mx-auto text-center">
  53.  
  54. <p>TBA</p>
  55.  
  56. </div>
  57. </div>
  58. </div>
  59. <!--[[ ABOUT END ]]-->
  60.  
  61. <!--[[ BASICS ]]-->
  62. <div class="p-2">
  63. <div class="rounded bg-primary p-2" style="height: 160px; overflow: auto">
  64. <div class="row no-gutters" style="color: #ffffff;">
  65.  
  66. <!--[[ HEIGHT ]]-->
  67. <div class="col-6 p-2">
  68.  
  69. <div style="font-size: 20px;">
  70. Height
  71. </div>
  72.  
  73. <div style="font-size: 17px; font-weight: 100">
  74. 0cm (0'0")
  75. </div>
  76.  
  77. </div>
  78. <!--[[ HEIGHT END ]]-->
  79.  
  80. <!--[[ WEIGHT ]]-->
  81. <div class="col-6 p-2">
  82.  
  83. <div style="font-size: 20px;">
  84. Weight
  85. </div>
  86.  
  87. <div style="font-size: 17px; font-weight: 100">
  88. 0kg (0lbs)
  89. </div>
  90.  
  91. </div>
  92. <!--[[ WEIGHT END ]]-->
  93.  
  94. <!--[[ GENDER ]]-->
  95. <div class="col-6 p-2">
  96.  
  97. <div style="font-size: 20px;">
  98. Gender
  99. </div>
  100. <div style="font-size: 17px; font-weight: 100">
  101.  
  102. Gender
  103. <i>
  104. (Pro/noun)
  105. </i>
  106.  
  107. </div>
  108.  
  109. </div>
  110. <!--[[ GENDER ]]-->
  111.  
  112. <!--[[ ABILITY ]]-->
  113. <div class="col-6 p-2">
  114.  
  115. <div style="font-size: 20px;">
  116. Abilities
  117. </div>
  118. <div style="font-size: 17px; font-weight: 100">
  119.  
  120. Ability name
  121.  
  122. </div>
  123.  
  124. </div>
  125. <!--[[ ABILITY ]]-->
  126.  
  127. </div>
  128. </div>
  129. </div>
  130. <!--[[ BASICS END ]]-->
  131.  
  132. <!--[[ TYPE & WEAKNESSES ]]-->
  133. <!--[[ TIP: COLORS TO REPLACE #POKEMON_TYPE WITH ]]-->
  134. <!--[[
  135. BUG: #729f3f
  136. DRAGON: linear-gradient(to bottom, #53a4cf 70%, #f16e57 30%)
  137. FAIRY: #fdb9e9
  138. FIRE: #fd7d24
  139. GHOST: #7b62a3
  140. GROUND: linear-gradient(to bottom, #f7de3f 70%, #ab9842 30%)
  141. NORMAL: #a4acaf
  142. PSYCHIC: #f366b9
  143. STEEL: #9eb7b8
  144. DARK: #707070
  145. ELECTRIC: #eed535
  146. FIGHTING: #d56723
  147. FLYING: linear-gradient(to bottom, #3dc7ef 70%, #bdb9b8 30%)
  148. GRASS: #9bcc50
  149. ICE: #51c4e7
  150. POISON: #b97fc9
  151. ROCK: #a38c21
  152. WATER: #4592c4
  153. ]]-->
  154.  
  155. <!--[[ TYPE ]]-->
  156. <div class="row no-gutters justify-content-center text-center">
  157.  
  158. <!--[[ TITLE ]]-->
  159. <div class="col-12 p-2">
  160. <div style="font-size: 25px;">
  161.  
  162. TYPE
  163.  
  164. </div>
  165. </div>
  166. <!--[[ TITLE END ]]-->
  167.  
  168. <!--[[ TYPE ONE ]]-->
  169. <div class="col-4 p-2">
  170. <div class="rounded" style="
  171. background: #POKEMON_TYPE;
  172. color: #ffffff; font-size: 20px;">
  173. <div style="background: rgba(255, 255, 255, 0.3); text-shadow: 0px 0px 2px #000000; font-weight: 700; letter-spacing: 1px">
  174.  
  175. TYPE
  176.  
  177. </div>
  178. </div>
  179. </div>
  180. <!--[[ TYPE ONE END ]]-->
  181.  
  182. <!--[[ TYPE TWO - COPY PASTE ABOVE CODE HERE ]]-->
  183.  
  184. <!--[[ TYPE TWO END ]]-->
  185.  
  186. </div>
  187. <!--[[ TYPE END ]]-->
  188.  
  189. <!--[[ WEAKNESS ]]-->
  190. <div class="row no-gutters justify-content-center text-center">
  191.  
  192. <!--[[ TITLE ]]-->
  193. <div class="col-12 p-2">
  194. <div style="font-size: 25px;">
  195.  
  196. WEAKNESSES
  197.  
  198. </div>
  199. </div>
  200. <!--[[ TITLE END ]]-->
  201.  
  202. <!--[[ WEAKNESS ONE ]]-->
  203. <div class="col-4 p-2">
  204. <div class="rounded" style="
  205. background: #POKEMON_TYPE;
  206. color: #ffffff; font-size: 20px;">
  207. <div style="background: rgba(255, 255, 255, 0.3); text-shadow: 0px 0px 2px #000000; font-weight: 700; letter-spacing: 1px">
  208.  
  209. TYPE
  210.  
  211. </div>
  212. </div>
  213. </div>
  214. <!--[[ WEAKNESS ONE END ]]-->
  215.  
  216. <!--[[ WEAKNESS TWO - COPY PASTE ABOVE CODE HERE ]]-->
  217.  
  218. <!--[[ WEAKNESS TWO END ]]-->
  219.  
  220. </div>
  221. <!--[[ WEAKNESS END ]]-->
  222.  
  223. <!--[[ TYPE & WEAKNESS END ]]-->
  224.  
  225. </div>
  226. <!--[[ INFO END ]]-->
  227.  
  228. </div>
  229. </div>
  230. <!--[[ BOX END ]]-->
  231.  
  232. </div>
  233. </div>
  234.  
  235. <div class="text-right text-muted mt-2" style="font-weight: 100; font-size: 12px;">
  236. code by @honorama
  237. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement