MCDogWarrior

Syt Character [Custom]

Mar 24th, 2022 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. <div class="container text-white my-3" style="width:1100px; font-family: terminal, monaco">
  2. <!-- Image background (you can replace, although I'd reccomend the current image by default: https://unsplash.com/photos/Zm2n2O7Fph4) -->
  3. <div class="card p-3 border-0" style="background-image:url( https://images.unsplash.com/photo-1495107334309-fcf20504a5ab?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80 ); background-size:cover; background-position: center; height:280px; background-attachment: fixed; border-radius:50px; height:560px">
  4. <div class="row">
  5. <div class="col-5">
  6. <!-- Reference image (or large pagedoll) -->
  7. <img class="m-auto" style="max-height:530px;" src=" IMGHERE ">
  8. </div>
  9. <div class="col-7">
  10. <!-- Main box (right) -->
  11. <div class="card bg-faded rounded-0" style="background-color:rgba(0,0,0,0.8); height:520px; border-bottom-right-radius:45px; border-top-right-radius:45px; margin-top:10px; border:5px solid #694b46">
  12. <!-- Syt name/ML box -->
  13. <div class="card border-0 rounded-0 mt-3 ml-5" style="height:90px; width:480px; font-size:24px; clip-path:polygon(100% 0%,0% 0%,0% 0%,0% 0%,0% 50%,0% 100%,85% 100%); background-color:#694b46;">
  14. <p class="mr-5" style="text-align:right"><span style="font-size: 35px;">SYT NAME HERE</span> <br>
  15. <span class="mr-4" style="font-size: 15px;">ML #000</span></p>
  16. </div>
  17. <!-- Icon/PFP -->
  18. <div class="card rounded-circle ml-3" style="background-image:url( IMGHERE ); background-size:cover; background-position: center; height:170px; width:170px; margin-top:-130px; border:5px solid #694b46">
  19. </div>
  20.  
  21. <!-- Basic info -->
  22. <div class="row no-gutters mt-2">
  23. <div class="col-6">
  24. <div class="p-1">
  25. <!-- Age -->
  26. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  27. <span style="color:#a6766d">Age</span>
  28. <i>content</i></p>
  29. </div>
  30. </div>
  31.  
  32. <div class="col-6">
  33. <div class="p-1">
  34. <!-- Gender -->
  35. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  36. <span style="color:#a6766d">Gender</span>
  37. <i>content</i></p>
  38. </div>
  39. </div>
  40.  
  41. <div class="col-6">
  42. <div class="p-1">
  43. <!-- Occupation/job/role (role being "NPC" if you're not a moderator) -->
  44. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  45. <span style="color:#a6766d">Occupation</span>
  46. <i>content</i></p>
  47. </div>
  48. </div>
  49.  
  50. <div class="col-6">
  51. <div class="p-1">
  52. <!-- Orientation -->
  53. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  54. <span style="color:#a6766d">Orientation</span>
  55. <i>content</i></p>
  56. </div>
  57. </div>
  58.  
  59. <!-- Species related info -->
  60. <div class="col-6 mt-2">
  61. <div class="p-1">
  62. <!-- Rarity (depending on the MYO or what traits are used in an adopt: C, uC, R, SR) -->
  63. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  64. <span style="color:#bf8075">Rarity</span>
  65. <i>content</i></p>
  66. </div>
  67. </div>
  68.  
  69. <div class="col-6 mt-2">
  70. <div class="p-1">
  71. <!-- Designer (creator of original design/redesign) -->
  72. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  73. <span style="color:#bf8075">Designer</span>
  74. <i>@ username</i></p>
  75. </div>
  76. </div>
  77.  
  78. <div class="col-6">
  79. <div class="p-1">
  80. <!-- Owner (your username basically if you own the character rn) -->
  81. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  82. <span style="color:#bf8075">Owner </span>
  83. <i>@ username</i></p>
  84. </div>
  85. </div>
  86.  
  87. <div class="col-6">
  88. <div class="p-1">
  89. <!-- Masterlist folder (you can't directly link the ML post, however, you can click on one of the four subfolders to link to the specific rarity) -->
  90. <p class="col-12 justify-content-between" style="text-align: center; font-size: 16px;">
  91. <span style="color:#bf8075">Masterlist location</span>
  92. <i><a href="https://toyhou.se/~world/92462.the-syt-ranch/characters/folder:2606499">Folder</a></i></p>
  93. </div>
  94. </div>
  95. </div>
  96.  
  97. <!-- Text box -->
  98. <div class="card mt-2 p-3 border-0" style="background-color:rgba(0,0,0,0); height:200px; overflow:auto; border-bottom-right-radius:45px;">
  99.  
  100. <p style="font-size: 15px; text-align:justify">text here
  101. <br>more text here
  102. </p>
  103. <!-- To replace with a list, start at the first P and then right above this line, paste in place of all that with this instead:
  104.  
  105. <p class="mt-1 ml-2" style="font-size: 17px; color:#a6766d"> NOTES</p>
  106. <ul style="font-size: 15px;">
  107. <li>things to</li>
  108. <li>note about</li>
  109. <li>the character</li>
  110. </ul>
  111.  
  112. -->
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. <!--code credit (do not remove/alter)-->
  119. <span class="ml-5"><a style="font-size:13px; color:#a6766d" href="https://toyhou.se/MCDogResource"><i class="fas fa-bullseye"></i> Code & Species by maniCARNY</a>
  120. </div>
Add Comment
Please, Sign In to add comment