Advertisement
Derpagonair

Hotel Kumasutra Transcript (Toyhouse)

Jun 21st, 2020
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.47 KB | None | 0 0
  1. <!--
  2.    A code based off the Hotel Kumasutra transcripts on the Danganronpa wikia.
  3.        https://danganronpa.fandom.com/wiki/Hotel_Kumasutra
  4.    
  5.        • Mobile-friendly, I'm pretty sure.
  6.        • Fit as many dialogue boxes as you need.
  7.        • Change the color of the character name label! :)
  8.  
  9.        • I recommend editing on https://th.circlejourney.net ! No clue what'll happen with WYSIWYG.
  10.        • I also made this a basic tab on my character's main page, but it can also be attached on!
  11.        
  12.    Replace #808cd1 with another color to change the heading.
  13.    
  14.    No credit necessary, but it'd help other Danganronpa fans find this code! <3
  15.    - derpagonair
  16. -->
  17.  
  18. <a name="top"></a>
  19. <table class="mw-collapsible d-flex article-table" style="margin: 0 auto; max-width:900px;">
  20. <tbody><tr>
  21. <th colspan="2" class="text-white" style="background:#808cd1; text-align:center;">
  22.     Character Name
  23. </th></tr>
  24.  
  25. <!-- begin dialogue boxes
  26.  
  27.    these are the things you wanna copy & paste! -->
  28.  
  29. <tr style="display: table-row;"><td style="width:100px"><img src="
  30.    https://cdn.discordapp.com/attachments/359564957198581762/723425021711745084/unknown.png" style="width:75px; height:75px;"></td><td style="max-width:825px;"><span style="color:#3F97A0">
  31.     Every time I come here, I play the role of their "ideal." Like some shared fantasy. I wonder what Haru's fantasy is, constantly fleeting between people...
  32. </span></td></tr>
  33. <tr style="display: table-row;"><td><img src="
  34.    https://cdn.discordapp.com/attachments/359564957198581762/723424827846688808/unknown.png" style="width:75px; height:75px;"></td><td><span style="">
  35.     Blah blah blah... dialogue and such goes here.<br>
  36.     If you wanna change text color, do it in the (span style="") above.
  37. </span></td></tr>
  38. <tr style="display: table-row;"><td><img src="
  39.    https://cdn.discordapp.com/attachments/359564957198581762/723427507394576454/unknown.png" style="width:75px; height:75px;"></td><td><span style="">
  40.     And change faces via image link above this line!
  41. </span></td></tr>
  42. <tr style="display: table-row;"><td><img src="
  43.    https://cdn.discordapp.com/attachments/359564957198581762/723425021711745084/unknown.png" style="width:75px; height:75px;"></td><td><span style="">
  44.    Sample box. Add more below above the line (end of dialogue boxes).
  45. </span></td></tr>
  46.  
  47. <!-- end of dialogue boxes -->
  48.  
  49. <tr style="display: table-row;">
  50. <th colspan="2" style="text-align:center;"><a href="#top" title="Hotel Kumasutra">Return To Top</a>
  51. </th></tr></tbody></table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement