Advertisement
hanyus

f2u - playlist - (custom colour ver)

May 2nd, 2021
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. <!-- F2U - PLAYLIST
  2.  
  3. CUSTOM COLOURS: find and replace #b052aa !
  4.  
  5. TO ADD / REMOVE A SECTION: highlight from where it says 'BEGINNING [SECTION]' to 'END [SECTION]' then remove or copy as you wish! for example, if i wanted a block of text similar to the backstory section, i'd copy from START BACKSTORY to END BACKSTORY and paste it!
  6.  
  7. TO HAVE A SECTION OPENED BY DEFAULT: where the section you want open says <div class="collapse etc etc">, add 'show'! make sure there's a space between it and previous words or it wont work : )
  8.  
  9. TO HAVE ENTIRE CODE COLLAPSED / ONLY 'PRESS PLAY' SHOWING BY DEFAULT: go to <div class="collapse show p-4" id="play"> (just a few lines down from here!) and remove the 'show'!
  10.  
  11. FOR EASY LIVE EDITING: use th.circlejourney.net !
  12.  
  13. -->
  14.  
  15.  
  16. <div class="container-fluid bg-faded p-3" style="max-width:800px; letter-spacing:1.3px; font-family:tahoma;">
  17. <p>
  18. <a data-toggle="collapse" href="#play" aria-expanded="false" aria-controls="play" style="font-size:18px; letter-spacing:2.5px; color:#b052aa">
  19. <i class="fas fa-play m-2" style=""></i>PRESS PLAY . </a>
  20. <div class="collapse show p-4" id="play">
  21. <div class="row">
  22.  
  23. <!--MAIN IMAGE + CHARACTER NAME-->
  24. <div class="card rounded-0 col-sm-4" style="background:url(IMAGE LINK HERE); min-height:500px; background-repeat:no-repeat; background-size:cover; background-position:center;"></div>
  25. <div class="card rounded-0 col-sm-8 p-3" style="max-height:500px; overflow:auto">
  26. <h1 class="bg-faded p-2">NAME</h1>
  27.  
  28.  
  29. <div class="row p-1" style="font-size:13px">
  30. <div class="container col-sm-6">
  31. <div class="row">
  32.  
  33.  
  34. <div class="container col-sm-5">NAME</div>
  35. <div class="container col-sm-7" style="font-size:12px;">name</div>
  36.  
  37. <div class="container col-sm-5">AGE</div>
  38. <div class="container col-sm-7" style="font-size:12px">age</div>
  39.  
  40. <div class="container col-sm-5">GENDER</div>
  41. <div class="container col-sm-7" style="font-size:12px">gender</div>
  42.  
  43. </div>
  44. </div>
  45.  
  46. <div class="container col-sm-6">
  47. <div class="row">
  48.  
  49.  
  50. <div class="container col-sm-5">PRONOUNS</div>
  51. <div class="container col-sm-7" style="font-size:12px;">pronouns</div>
  52.  
  53. <div class="container col-sm-5">JOB</div>
  54. <div class="container col-sm-7" style="font-size:12px">job</div>
  55.  
  56. <div class="container col-sm-5">HOBBY</div>
  57. <div class="container col-sm-7" style="font-size:12px">hobby</div>
  58.  
  59. </div>
  60. </div>
  61. </div>
  62.  
  63. <h1 class="bg-faded p-2">PLAYLIST</h1>
  64.  
  65.  
  66. <!--START CHARACTER INTRO-->
  67. <a data-toggle="collapse" href="#intro" aria-expanded="false" aria-controls="intro" style="font-size:14px; color:#b052aa">
  68.  
  69. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (INTRO)</a>
  70. <div class="collapse p-3" id="intro" style="font-size:12px">intro stuff here! put as much as you want, the big box scrolls!</div>
  71.  
  72. <!--END INTRO-->
  73.  
  74.  
  75. <!--START CHARACTER TRIVIA + LIKES AND DISLIKES-->
  76. <a data-toggle="collapse" href="#trivia" aria-expanded="false" aria-controls="trivia" style="font-size:14px; color:#b052aa">
  77.  
  78. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (TRIVIA) </a>
  79. <div class="collapse p-3" id="trivia" style="font-size:12px">
  80. <div class="row">
  81. <div class="container col-sm-6 bg-fade p-"><h6>LIKES</h6>
  82. <ul>
  83. <li>1 thing</li>
  84. <li>1 thing</li>
  85. <li>1 thing</li>
  86. </ul>
  87. </div>
  88.  
  89. <div class="container col-sm-6"><h6>DISLIKES</h6>
  90. <ul>
  91. <li>1 thing</li>
  92. <li>1 thing</li>
  93. <li>1 thing</li>
  94. </ul>
  95. </div>
  96. <div class="container"><h6>TRIVIA</h6>
  97. <ul>
  98. <li>trivia</li>
  99. <li>trivia</li>
  100. <li>trivia</li>
  101. </ul>
  102. </div>
  103. </div>
  104.  
  105.  
  106. </div>
  107. <!--END TRIVIA-->
  108.  
  109.  
  110. <!--START BACKSTORY-->
  111. <a data-toggle="collapse" href="#backstory" aria-expanded="false" aria-controls="backstory" style="font-size:14px; color:#b052aa">
  112.  
  113. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (BACKSTORY) </a>
  114. <div class="collapse p-3" id="backstory" style="font-size:12px"><p>backstory here!!!</p>
  115.  
  116. <!--TO ADD ANOTHER PARAGRAPH: <p>paragraph content here</p>-->
  117.  
  118. <p>put as much as you want!</p></div>
  119.  
  120.  
  121. <!--END BACKSTORY-->
  122.  
  123.  
  124. <!--START RELATIONSHIPS-->
  125. <a data-toggle="collapse" href="#relationships" aria-expanded="false" aria-controls="relationships" style="font-size:14px; color:#b052aa">
  126.  
  127. <i class="fas fa-play m-2" style=""></i>-- ARTIST / TITLE (RELATIONSHIPS)</a>
  128. <div class="collapse p-3" id="relationships" style="font-size:12px">
  129. <!--RELATIONSHIP 1-->
  130. <div class="row m-1">
  131. <div class="card rounded-0 col-sm-4" style="background:url(IMAGE URL HERE); height:135px; background-repeat:no-repeat; background-size:cover; background-position:center"></div>
  132. <div class="card rounded-0 col-sm-8 p-2 m-2;" style="max-height:135px; overflow:auto"><h6>NAME</h6>
  133. <p>relationship desc - this scrolls!</p>
  134. </div>
  135. </div>
  136. <!--END RELATIONSHIP 1-->
  137.  
  138. <!--RELATIONSHIP 2-->
  139. <div class="row m-1">
  140. <div class="card rounded-0 col-sm-4" style="background:url(IMAGE URL HERE); height:135px; background-repeat:no-repeat; background-size:cover; background-position:center"></div>
  141. <div class="card rounded-0 col-sm-8 p-2 m-2;" style="max-height:135px; overflow:auto"><h6>NAME</h6>
  142. <p>relationship desc</p>
  143. </div>
  144. </div>
  145. <!--END RELATIONSHIP 2-->
  146.  
  147. <!--ADD MORE RELATIONSHIPS ABOVE THIS LINE! to add a new relationship copy and paste from 'START RELATIONSHIP (NUMBER)' to 'END RELATIONSHIP (number)'!-->
  148.  
  149. </div>
  150. <!--END RELATIONSHIPS-->
  151. </div>
  152. <!--CREDITS / DONT REMOVE!!!!-->
  153. </div>
  154. <a href="/hanyu" class="pull-right" style="font-size:12px; color:#b052aa">code by hanyu</a>
  155. </div>
  156.  
  157. </div>
  158.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement