MCDogWarrior

Character Warning (bs)

Jul 15th, 2021 (edited)
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. <div class="container-fluid my-1" style="color:#ffffff;width:1000px;">
  2. <!--Main warning box-->
  3. <div class="card bg-danger rounded-0" style="border-top-right-radius:15px; border-top-left-radius:15px; height:50px;">
  4. <p style="font-size: 30px; text-align: center; letter-spacing: 2px"> <i class="fad fa-exclamation-triangle"></i>&nbsp;<strong>CONTENT WARNING</strong>&nbsp;<i class="fad fa-exclamation-triangle"></i></p>
  5. </div>
  6. <div class="card rounded-0 p-2 bg-faded" style="max-height:150px; overflow:auto;">
  7. <!--Disclaimer + list-->
  8. <p style="text-align: left; font-size: 16px;">When you view this character, make sure to expect...</p>
  9. <ul class="text-info" style="list-style-type: circle; font-size: 15px;">
  10. <li>something that may be sensitive content</li>
  11. <li>anything that you think may upset someone</li>
  12. <li>list them here basically</li>
  13. <li>and yes the box scrolls</li>
  14. </ul>
  15. </div>
  16. <div class="row">
  17. <!--Allowed box-->
  18. <div class="col-6">
  19. <div class="card bg-success rounded-0 mt-2" style="height:50px;">
  20. <!--Disclaimer + list-->
  21. <p style="font-size: 30px; text-align: center;"> <i class="fad fa-check-circle"></i>&nbsp;<strong>Stuff I allow</strong>&nbsp;<i class="fad fa-check-circle"></i></p>
  22. </div>
  23. <div class="card rounded-0 p-2 bg-faded" style="max-height:150px; overflow:auto;">
  24. <ul style="list-style-type: circle; font-size: 15px;">
  25. <li>something you are okay with</li>
  26. <li>people doing with this character</li>
  27. <li>and of course the box scrolls</li>
  28. </ul>
  29. </div>
  30. </div>
  31. <!--Unpermitted box-->
  32. <div class="col-6">
  33. <div class="card bg-warning rounded-0 mt-2" style="height:50px;">
  34. <!--Disclaimer + list-->
  35. <p style="font-size: 30px; text-align: center;"> <i class="fad fa-times-circle"></i>&nbsp;<strong>Stuff I don't encourage</strong>&nbsp;<i class="fad fa-times-circle"></i></p>
  36. </div>
  37. <div class="card rounded-0 p-2 bg-faded" style="max-height:150px; overflow:auto;">
  38. <ul style="list-style-type: circle; font-size: 15px;">
  39. <li>things that you do not want from your character</li>
  40. <li>maybe if someone draws them or something</li>
  41. <li>same case, box scrolls</li>
  42. </ul>
  43. </div>
  44. </div>
  45. </div>
  46. <!--Etc box-->
  47. <div class="card bg-secondary rounded-0 mt-2" style="height:50px;">
  48. <p style="font-size: 30px; text-align: center;"><i class="fad fa-plus-square"></i>&nbsp;<strong>OTHER INFO...</strong>&nbsp;<i class="fad fa-plus-square"></i></p>
  49. </div>
  50. <div class="card rounded-0 p-2 bg-faded" style="max-height:200px; overflow:auto; border-bottom-right-radius:15px; border-bottom-left-radius:15px;">
  51. <!--Extra info area-->
  52. <p style="text-align: justify; font-size: 15px;" class="my-1 p-1"><span>Some other brief things that you would like to note about this character. Maybe details you couldn't include that are VERY important (not) to be drawn. Box does indeed scroll</span></p>
  53. </div>
  54. <!--Code credit (don't remove pls and ty)-->
  55. <p style="text-align: right;"><span style="font-size: 9px;">Code by <a href="https://toyhou.se/MCDogResource" id="">MCDogWarrior</a></span></p>
  56. </div>
Add Comment
Please, Sign In to add comment