artbymaxm

[F2U] SUGARCOAT

Jul 16th, 2023 (edited)
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: SUGARCOAT by artbymaxm
  4.  
  5. TOU: (see full here: https://bit.ly/artbymaxm-tos)
  6.  
  7. > TURN WYSIWIG OFF IN SETTINGS AND TURN ON CODE EDITOR BEFORE USING THIS THEME!
  8. > DO NOT REMOVE OR MOVE THE CREDIT AND DO NOT REDISTRIBUTE
  9. > Use Circlejourney (https://th.circlejourney.net/) to see the changes you make in real time.
  10. > I've done my best to make this easy to understand and edit, but if you have any questions (that Google isn't answering), feel free to message me!
  11.  
  12. DONATE: https://ko-fi.com/artbymaxm
  13.  
  14. ///
  15.  
  16. Use CTRL+H to replace the following colors:
  17. Quote/dark: #000217
  18. Main text: #fff
  19. Accent color: rgba(0,2,23,0.3) (basically rgba of the quote color, to make it low opacity)
  20. Background: #870C0D
  21.  
  22. -->
  23.  
  24. <!-- OVERALL CONTAINER -->
  25. <div class="container">
  26.  
  27. <!-- QUOTE 1 -->
  28. <div class="col-md-8 mx-auto m-2 display-flex align-items-center mb-1">
  29. <h1 style="font-family: georgia, serif; color: #000217; text-transform: lowercase;">lorem ipsum <i>dolor</i>, sit amet</h1>
  30. <!-- This is the line/dash that goes after the quote. You can change the border-top properties, but be careful with the margins and flex. -->
  31. <div style="border-top: 2px solid #000217; flex-grow: 1; margin: 0 10px;"></div>
  32. </div>
  33. <!-- END QUOTE 1 -->
  34.  
  35. <!-- MAIN BODY -->
  36. <div class="col-md-8 mx-auto p-3" style="background-color: #870C0D; color: #fff; border-radius: 3px 25px;">
  37. <div class="row no-gutters">
  38.  
  39. <div class="col-sm-5"
  40. style="background-image: url(https://64.media.tumblr.com/5f3770de0c3ebe2e27c9cebf9019fc8c/2e30609ffc575b1b-fa/s1280x1920/4a8a535aca5390b33310814c1c4aa43a9cd85c8d.jpg);
  41. background-size: cover;
  42. background-position: center top;
  43. border-radius: 3px 20px;
  44. height: 530px;">
  45. <!-- CREDITS -->
  46. <div style="position: absolute; right: 5px; bottom: 1px; color: #000217;">
  47. <!-- IMG SOURCE -->
  48. <a style="color: #000217;" href="URL" data-toggle="tooltip" title="photo by SOURCE"><i class="fas fa-image"></i></a>
  49. |
  50. <!-- CODE CREDIT - you can edit/move it, but please don't remove it! -->
  51. <a style="color: #000217;" href="https://toyhou.se/22486548" data-toggle="tooltip" title="code by artbymaxm"><i class="fas fa-cat"></i><i class="fas fa-stars"></i></a>
  52. </div>
  53.  
  54. </div>
  55.  
  56. <!-- BASIC INFO -->
  57. <div class="col-sm-7 pr-1">
  58. <h1 class="text-right" style="font-family: georgia, serif; font-weight: bold; font-style: italic; font-size: 2.5em;">name</h1>
  59.  
  60. <div class="col-12 p-2 m-2 text-right" style="background-color: rgba(0,2,23,0.3);">
  61. <b>age:</b> content
  62. </div>
  63.  
  64. <div class="col-12 p-2 m-2 text-right">
  65. <b>pronouns:</b> content
  66. </div>
  67.  
  68. <div class="col-12 p-2 m-2 text-right" style="background-color: rgba(0,2,23,0.3);">
  69. <b>species:</b> content
  70. </div>
  71.  
  72. <!-- MUSIC PLAYER -->
  73. <div class="col-12 p-2 m-2 text-right">
  74. <b>now playing:</b> sugarcoat - natty
  75. <a class="mx-2">
  76. <!-- This uses YT and plays while on the page! Simply replace "VIDEOID" with the code after "watch?v=" in a regular YT url -->
  77. <iframe allowfullscreen class="m-auto" frameborder="0" style="height:45px; width:45px; opacity:0.001; position:absolute; z-index:1000;" src="https://www.youtube.com/embed/VIDEOID?controls=0"></iframe>
  78.  
  79. <!-- This is the actual play "button." You can replace it with any icon from fontawesome. -->
  80. <i class="fa-solid fa-compact-disc fa-spin" style="color: #fff;"></i>
  81. </a>
  82. </div>
  83. <!-- END MUSIC PLAYER -->
  84.  
  85. <!-- MAIN TEXT - It scrolls, but it's not meant to hold too much text. -->
  86. <div class="col-md-12 p-2 m-2" style="background-color: rgba(0,2,23,0.3); height: 300px; overflow: auto;">
  87. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit amet massa sit amet lacus dignissim pulvinar eget sed risus. Cras pharetra finibus nulla, vitae congue mauris tincidunt lobortis. Suspendisse potenti. Donec tincidunt, eros a molestie ultrices, felis lorem consectetur nisi, ac feugiat sem odio at est. Nam varius nisl a suscipit convallis. Pellentesque cursus nibh varius nisi convallis ullamcorper. Phasellus nec vehicula risus. Donec posuere ullamcorper purus, scelerisque mollis massa blandit varius. Curabitur eu enim pellentesque, ultricies ipsum non, feugiat justo.</p>
  88. </div>
  89.  
  90. </div>
  91.  
  92. </div>
  93. </div>
  94.  
  95. <!-- QUOTE 2 -->
  96. <div class="col-md-8 mx-auto m-2 display-flex align-items-center mb-1">
  97. <!-- This is the line/dash that goes before the quote. You can change the border-top properties, but be careful with the margins and flex. -->
  98. <div style="border-top: 2px solid #000217; flex-grow: 1; margin: 0 10px;"></div>
  99. <h1 class="text-right" style="font-family: georgia, serif; color: #000217; text-transform: lowercase;">consectetur <i>adipiscing</i> elit</h1>
  100. </div>
  101. <!-- END QUOTE 2 -->
  102.  
  103. </div>
  104. <!-- END OVERALL CONTAINER -->
  105. <!-- END CODE -->
Add Comment
Please, Sign In to add comment