hatchl

Grem2 Code

Aug 7th, 2020 (edited)
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. <!-- USAGE RULES //////////
  2.  
  3. ///// Thank you so much for choosing to use my code!
  4. ///// I have done my best to add comments and white space to make editing easier, but if you have problems please look towards the forums/google-
  5. ///// I don't check TH regularly so I won't be answering questions about this template on here.
  6.  
  7. ///// General Rules:
  8. 1. You may edit this code as much as you want. There are obviously no limits on adding/removing/editing elements.
  9. 2. You may splice this code with other templates if their creators allow you to do so. You must also add credit to them at the end of the code.
  10. 3. Make sure you have permission to use all images you put into this template; be sure to follow the Toyhouse guidelines for images as well.
  11. 4. Do not redistribute and claim this code as your own. You may pull elements from it, but if you pull significant amounts of structure and design you must credit me.
  12. 5. In general, make sure you are following Toyhouse's TOS with regard to the content you put into this template.
  13.  
  14. ///// NOTE: This code was intended for use with characters of the Grem2 species, but you're welcome to
  15. ///// edit and use it for other characters as well.
  16.  
  17. -->
  18.  
  19.  
  20. <!-- BACKGROUND IMAGE ////////// **Thank you to SweetChimera < https://toyhou.se/sweetchimera > for helping with this snippet!**
  21. ////// Edit the url of the background freely. Make sure the url stays within the single quotation marks.
  22. ////// You can also adjust the blur or add more filters in the style section.
  23. -->
  24. <div class="container-fluid" style="position:absolute; top:0; bottom:0; left:0; width:100%; z-index:-1;
  25.  
  26. background: url('https://images.unsplash.com/photo-1595154038281-4beb9195415b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1352&q=80')
  27.  
  28. no-repeat fixed center; background-size: cover; filter: blur(3px) brightness(90%);"></div>
  29.  
  30.  
  31.  
  32. <div class="mt-5 mb-3 card rounded p-3 col-lg-6" style="margin: auto; background-color: white; color: black; font-family: 'Roboto Slab'; box-shadow: 0px 0px 10px black;">
  33. <!-- HEADER ////////// DON'T EDIT -->
  34. <div class="row justify-content-between w-100 h-100 mb-3" style="margin: auto;">
  35. <a href="https://www.deviantart.com/gremcorps/"><img src="https://cdn.discordapp.com/attachments/267752601167200256/741433283686170704/gremcorps_logo_2_watermark_version.png" style="height: 50px;"></a>
  36. <img src="https://i.imgur.com/7y98SRn.png" style="height: 50px;">
  37. </div>
  38.  
  39. <!-- HEADER TITLE ////////// -->
  40. <h1 class="mb-3" style="text-align: center; font-weight: bold;">Grem2 Specimen Report.</h1>
  41.  
  42. <div class="d-flex mb-3">
  43. <hr class="my-auto w-100" style="border-top: 4px double black;">
  44. <i class="fa fa-times mr-2 ml-2"></i>
  45. <hr class="my-auto w-100" style="border-top: 4px double black;">
  46. </div>
  47.  
  48. <!-- ROW ONE ////////// -->
  49. <div class="row justify-content-between w-100 h-100 mb-3 p-0" style="margin: auto;">
  50. <div class="col-lg-4 p-0" style="margin: auto;">
  51.  
  52. <!-- PROFILE IMAGE //////////
  53. ///// To edit this, change the url within the background in the style section. Make sure it stays within single quotations.
  54. ///// You may need to play around with the image's crop ratio to get it to fit;
  55. ///// Right now, it automatically scales the image so it matches the height of the div, so things may get cut off.
  56.  
  57. ///// Make sure you add image credit in the title if it's not your art!
  58. -->
  59. <div class="rounded bg-primary p-0 mb-3" style="
  60.  
  61. background: url('#')
  62.  
  63. no-repeat center; background-size: cover; height: 20rem;"
  64.  
  65. title="image credit">
  66.  
  67. <!-- DECEASED STAMP //////////
  68. ///// Just un-comment the below line of code to add a nice little DECEASED on top of the profile image.
  69. ///// If you want to make the image behind it darker, add "filter: brightness(#%);" into the "style:" section of the <div> above, after "height: 20rem;".
  70. -->
  71.  
  72. <!-- <img src="https://cdn.discordapp.com/attachments/492906160849027085/741418583896358993/iu.png" style="filter: brightness(100%);"> -->
  73.  
  74. </div>
  75.  
  76. <!-- PROFILE IMAGE CAPTION ////////// -->
  77. <p class="text-muted d-none d-md-block" style="font-size: 0.8rem; text-align: center;">Photograph of specimen.</p>
  78.  
  79. <!-- SPECIMEN OVERVIEW SECTION //////////
  80. ///// Edit the appropriate text to fill in this information.
  81. -->
  82. </div>
  83. <div class="col">
  84. <h5 class="mb-3" style="font-weight: bold; text-align: center;"><i class="fa fa-info-circle"></i> Specimen Overview.</h5>
  85.  
  86. <div class="justify-content-between d-flex">
  87. <span class="text-muted">Alias</span>Name
  88. </div>
  89. <hr style="border-top: 1px dashed gray;">
  90.  
  91. <div class="justify-content-between d-flex">
  92. <span class="text-muted">Identification Number</span>#xxxx
  93. </div>
  94. <hr style="border-top: 1px dashed gray;">
  95.  
  96. <div class="justify-content-between d-flex">
  97. <span class="text-muted">Masterlist Reference</span><a href="#"><i class="fa fa-link"></i></a>
  98. </div>
  99. <hr style="border-top: 1px dashed gray;">
  100.  
  101. <div class="justify-content-between d-flex">
  102. <span class="text-muted">Subspecies Type</span>growl/mantagrem/cypherus/mutated/normal
  103. </div>
  104. <hr style="border-top: 1px dashed gray;">
  105.  
  106. <div class="justify-content-between d-flex">
  107. <span class="text-muted">Height</span>Name
  108. </div>
  109. <hr style="border-top: 1px dashed gray;">
  110.  
  111. <div class="justify-content-between d-flex">
  112. <span class="text-muted">Date of Release</span>Name
  113. </div>
  114. <hr style="border-top: 1px dashed gray;">
  115.  
  116. <div class="justify-content-between d-flex">
  117. <span class="text-muted">Pronouns</span>Name
  118. </div>
  119. </div>
  120. </div>
  121.  
  122. <div class="d-flex mb-3">
  123. <hr class="my-auto w-100" style="border-top: 4px double black;">
  124. <i class="fa fa-times mr-2 ml-2"></i>
  125. <hr class="my-auto w-100" style="border-top: 4px double black;">
  126. </div>
  127.  
  128.  
  129. <!-- ROW TWO ////////// -->
  130. <div class="row justify-content-between w-100 mb-3" style="margin: auto;">
  131.  
  132. <!-- BLOOD COLOR SECTION //////////
  133. ///// To edit the blood color, change the relevant hex codes of background-color and the text within the boxes to match the hex codes.
  134. ///// You may need to change the text color (just color: X;) to be black if the contrast is too low with either blood colors.
  135. -->
  136. <div class="col-4 d-none d-md-block" style="margin:auto;">
  137. <div class="row mb-4">
  138. <div class="w-100 col p-0 mr-2">
  139. <div class="col-lg rounded p-3" style="
  140.  
  141. background-color: black;
  142.  
  143. color: white;
  144.  
  145. text-align: center;">#XXXXXX</div>
  146. <p class="text-muted mt-2" style="font-size: 0.8rem; text-align: center;">Dominant Blood.</p>
  147. </div>
  148.  
  149. <div class="w-100 col p-0">
  150. <div class="col-lg rounded p-3" style="
  151.  
  152. background-color: gray;
  153.  
  154. color: white;
  155.  
  156. text-align: center;">#XXXXXX</div>
  157. <p class="text-muted mt-2" style="font-size: 0.8rem; text-align: center;">Recessive Blood.</p>
  158. </div>
  159. </div>
  160.  
  161. <!-- THUMB PRINT SECTION ////////// DON'T EDIT
  162. ///// You can change the image in here if you want, but it's not necessary.
  163. ///// This was mostly a filler image.
  164. -->
  165. <div>
  166. <img class="mt-3" src="https://cdn.discordapp.com/attachments/492906160849027085/741406590305042462/iu.png" style="margin: auto;">
  167. <p class="text-muted mt-2" style="font-size: 0.8rem; text-align: center;">Right Thumb Print.</p>
  168. </div>
  169. </div>
  170.  
  171. <!-- TRAITS SECTION //////////
  172. ///// Like the overview section, change the relevant text to fill in this information.
  173. ///// You can put "N/A" if the grem has no applicable traits (i.e. mutations).
  174. -->
  175. <div class="col">
  176. <h5 class="mb-3" style="font-weight: bold; text-align: center;"><i class="fa fa-list"></i> Specimen Traits.</h5>
  177. <div class="justify-content-between d-flex">
  178.  
  179. <span class="text-muted">Ear Amount</span>#
  180. </div>
  181. <hr style="border-top: 1px dashed gray;">
  182.  
  183. <div class="justify-content-between d-flex">
  184. <span class="text-muted">Ear Trait(s)</span>X
  185. </div>
  186. <hr style="border-top: 1px dashed gray;">
  187.  
  188. <div class="justify-content-between d-flex">
  189. <span class="text-muted">Neck Trait(s)</span>X
  190. </div>
  191. <hr style="border-top: 1px dashed gray;">
  192.  
  193. <div class="justify-content-between d-flex">
  194. <span class="text-muted">Tail Amount</span>#
  195. </div>
  196. <hr style="border-top: 1px dashed gray;">
  197.  
  198. <div class="justify-content-between d-flex">
  199. <span class="text-muted">Tail Trait(s)</span>X
  200. </div>
  201. <hr style="border-top: 1px dashed gray;">
  202.  
  203. <div class="justify-content-between d-flex">
  204. <span class="text-muted">Mutation(s)</span>X
  205. </div>
  206. </div>
  207. </div>
  208.  
  209. <div class="d-flex mb-3">
  210. <hr class="my-auto w-100" style="border-top: 4px double black;">
  211. <i class="fa fa-times mr-2 ml-2"></i>
  212. <hr class="my-auto w-100" style="border-top: 4px double black;">
  213. </div>
  214.  
  215. <!-- HISTORY SECTION ////////// -->
  216. <div class="row justify-content-between w-100 mb-3" style="margin: auto;">
  217. <div class="col">
  218. <h5 class="mb-3" style="font-weight: bold; text-align: center;"><i class="fa fa-book"></i> Specimen History.</h5>
  219.  
  220. <!-- EDIT THE TEXT IN THIS:
  221. ///// You can add as much text as you'd like to this section--
  222. ///// it'll expand and scroll with however much you have.
  223. ///// To add breaks in a paragraph, close the <p> tag with </p> and then start a new one, OR
  224. ///// add "<br><br>" between paragraphs.
  225. ///// (<br> breaks the paragraph, then another <br> adds the space between a paragraph.)
  226.  
  227. ///// Feel free to also change the alignment of the text by editing "text-align: (justify/left/right/center);"
  228. -->
  229. <div class="p-3 card bg-light" style="overflow: auto; height: 20rem; text-align: justify">
  230. <P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Pellentesque elit ullamcorper dignissim cras tincidunt. Sapien et ligula ullamcorper malesuada proin. Nulla facilisi nullam vehicula ipsum a arcu. Venenatis lectus magna fringilla urna porttitor rhoncus. Neque volutpat ac tincidunt vitae semper quis lectus nulla. Imperdiet nulla malesuada pellentesque elit eget gravida cum sociis. Consequat mauris nunc congue nisi vitae. Orci ac auctor augue mauris. Tellus orci ac auctor augue mauris augue neque gravida in. Felis imperdiet proin fermentum leo. Ultricies leo integer malesuada nunc vel risus commodo viverra maecenas. Eu nisl nunc mi ipsum faucibus vitae aliquet.
  231.  
  232. <br><br>
  233.  
  234. In est ante in nibh mauris. Nulla aliquet enim tortor at auctor urna. Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Nulla facilisi nullam vehicula ipsum a arcu cursus vitae. Eget aliquet nibh praesent tristique magna. Elementum nisi quis eleifend quam adipiscing vitae proin sagittis nisl. Eleifend donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla phasellus. Commodo ullamcorper a lacus vestibulum sed arcu. Dignissim diam quis enim lobortis scelerisque fermentum dui faucibus in. Aliquet sagittis id consectetur purus ut faucibus pulvinar. Nibh sed pulvinar proin gravida hendrerit lectus. Et malesuada fames ac turpis. Ut tellus elementum sagittis vitae et leo duis. Turpis egestas integer eget aliquet nibh praesent. Scelerisque felis imperdiet proin fermentum. Ac felis donec et odio pellentesque diam volutpat.
  235.  
  236. <br><br>
  237.  
  238. Lectus quam id leo in vitae turpis massa sed. Blandit turpis cursus in hac habitasse platea dictumst quisque. Morbi quis commodo odio aenean sed adipiscing diam donec. Ultrices in iaculis nunc sed augue lacus viverra vitae. Viverra tellus in hac habitasse platea dictumst vestibulum rhoncus est. Volutpat odio facilisis mauris sit amet massa vitae tortor. In ornare quam viverra orci sagittis eu volutpat odio facilisis. Amet massa vitae tortor condimentum lacinia. Mattis nunc sed blandit libero volutpat sed cras ornare arcu. Vel quam elementum pulvinar etiam non quam lacus. Non odio euismod lacinia at quis risus sed vulputate odio.</P>
  239. </div>
  240.  
  241. </div>
  242. </div>
  243.  
  244. <!-- FOOTER ////////// DON'T EDIT -->
  245. <p class="text-muted mt-2" style="font-size: 0.8rem; text-align: center;">Specimen data &#169; Gremcorporation.</p>
  246.  
  247. </div>
  248.  
  249. <!-- CODE CREDIT ////////// DO NOT REMOVE. -->
  250. <div class="col-lg-6 p-0 mb-5" style="margin: auto; text-align: left;"><a href="https://toyhou.se/hatchl/" title="Code credit: Hatchl"><i class="fa fa-link"></i></a></div>
Add Comment
Please, Sign In to add comment