Advertisement
LivvyAh

MODULAR: Oekaki Species 1.0

Apr 4th, 2020 (edited)
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. <!-- OEKAKI SPECIES START
  2. To add a new pair of label+answer add:
  3. <div class="p-1 d-flex justify-content-between mb-1">
  4. <span class="text-uppercase text-white">Label
  5. </span>Answer
  6. </div>
  7. This bit of code:
  8. <div class="col-md-6 col-sm-12">
  9. Is where the top of the two columns is. Don't delete it but that's what it is if you're trying to keep things even.
  10. The line between sections is:
  11. <hr class="bg-white w-100">
  12. The version that's hidden until the screen is too small to have two columns is this one:
  13. <hr class="bg-white w-100 hidden-md-up">
  14. -->
  15. <div class="row">
  16. <div class="col-12 p-2">
  17. <div class="text-light bg-dark p-3">
  18. <div class="text-uppercase d-flex justify-content-between" style="letter-spacing:3px; font-size:20px;">
  19. Species Info
  20. </div>
  21. <hr class="bg-white w-100">
  22. <div class="p-1">
  23. <div class="row">
  24. <div class="col-md-6 col-sm-12">
  25. <div class="p-1 d-flex justify-content-between mb-1">
  26. <span class="text-uppercase text-white">Original Post
  27. </span>
  28. <a class="text-muted" href="URL HERE">??????
  29. </a>
  30. </div>
  31. <div class="p-1 d-flex justify-content-between mb-1">
  32. <span class="text-uppercase text-white">Growth
  33. </span>
  34. <a class="text-muted" href="URL HERE">?????
  35. </a>
  36. </div>
  37. <div class="p-1 d-flex justify-content-between mb-1">
  38. <span class="text-uppercase text-white">Latest Ref
  39. </span>
  40. <a class="text-muted" href="URL HERE">?????
  41. </a>
  42. </div>
  43. <div class="p-1 d-flex justify-content-between mb-1">
  44. <span class="text-uppercase text-white">Obtained
  45. </span>
  46. <a class="text-muted" href="URL HERE">?????
  47. </a>
  48. </div>
  49. <hr class="bg-white w-100">
  50. <div class="p-1 d-flex justify-content-between mb-1">
  51. <span class="text-uppercase text-white">Slot no. 1
  52. </span>
  53. <a class="text-muted" href="URL HERE">?????
  54. </a>
  55. </div>
  56. <div class="p-1 d-flex justify-content-between mb-1">
  57. <span class="text-uppercase text-white">Slot no. 2
  58. </span>
  59. <a class="text-muted" href="URL HERE">?????
  60. </a>
  61. </div>
  62. <div class="p-1 d-flex justify-content-between mb-1">
  63. <span class="text-uppercase text-white">Slot no. 3
  64. </span>
  65. <a class="text-muted" href="URL HERE">?????
  66. </a>
  67. </div>
  68. <hr class="bg-white w-100 hidden-md-up">
  69. </div>
  70. <div class="col-md-6 col-sm-12">
  71. <div class="p-1 d-flex justify-content-between mb-1">
  72. <span class="text-uppercase text-white">Traits
  73. </span>
  74. </div>
  75. <!-- TRAIT LIST START
  76. To add another tier you need to copy all this:
  77. <li>
  78. <em>Tier Rank</em>
  79. <ul>
  80. <li>Trait 1</li>
  81. <li>Trait 2</li>
  82. </ul>
  83. </li>
  84. To add traits you need to add new <li></li> INSIDE the <ul></ul>
  85. -->
  86. <ul>
  87. <li>
  88. <em>Non-Rarity</em>
  89. <ul>
  90. <li>Trait 1</li>
  91. <li>Trait 2</li>
  92. </ul>
  93. </li>
  94. <li>
  95. <em>Standard</em>
  96. <ul>
  97. <li>Trait 1</li>
  98. <li>Trait 2</li>
  99. </ul>
  100. </li>
  101. <li>
  102. <em>Common</em>
  103. <ul>
  104. <li>Trait 1</li>
  105. <li>Trait 2</li>
  106. </ul>
  107. </li>
  108. <li>
  109. <em>Uncommon</em>
  110. <ul>
  111. <li>Trait 1</li>
  112. <li>Trait 2</li>
  113. </ul>
  114. </li>
  115. <li>
  116. <em>Rare</em>
  117. <ul>
  118. <li>Trait 1</li>
  119. <li>Trait 2</li>
  120. </ul>
  121. </li>
  122. </ul>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. <!-- OEKAKI SPECIES END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement