Advertisement
UnspeakableUwU

Toyhouse page code

Mar 24th, 2021
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.53 KB | None | 0 0
  1. <!--------- [HTML] SOFT SKY BY XYITH & QUYLLI
  2.  
  3. i n f o
  4.  
  5. - feel free to message Quylli with any questions you have!
  6. - make sure to turn off WYSIWYG!
  7. - you're welcome to modify this code however you like but the credit to me MUST remain!
  8. - do not redistribute this code! these are for the buyer's use only, I have a list of people with access to the code. Let me know if you have multiple accounts you'll be using it on.
  9. - mobile friendly
  10. - may not be able to be used with CSS
  11. - I don't recommend cutting parts out of the code unless you're 110% sure you've got it right ^^"
  12.  
  13. ------------->
  14. <!--------------
  15.  
  16. BACKGROUND
  17.  
  18. - UNSPLASH.COM is a great resource for free background images.
  19. - Want to change the position of the background image on the page? Find the part that says "background-position: center center" and play around between the words top, bottom, and center. The first center is on the vertical axis; the second center is on the horizontal axis.
  20. - For example, to keep the image horizontally centered but show the top part of the image, you can change the "center center" to "top center".
  21.  
  22. ---------->
  23. <div style="position:fixed; top:0; bottom:0; left:0; width:100%;
  24. background-image:url(https://f2.toyhou.se/file/f2-toyhou-se/images/32875269_sdCMktzQuPFkHuH.png);
  25. background-position: center center;
  26. background-size: cover;
  27. background-attachment: fixed;">
  28. <br>
  29. </div>
  30. <div class="justify-content-center">
  31. <div class="col-lg-8 col-md-11" style="max-width: 590px;">
  32. <!--------------
  33.  
  34. MAIN CONTAINER
  35.  
  36. - RGBA: red-green-blue-opacity. To alter the color of the transparent background, get the RGB values and replace the first three numbers. To edit the opacity, change the last number: 0 = fully transparent, 1 = fully opaque.
  37.  
  38. - IMAGE (OPTIONAL): Just if you want to add an additional texture over the background color, like a transparent checkerboard and such! An example of this is visible in the code's custom color example.
  39. - transparenttextures.com is an amazing resource for these
  40. - TO DELETE: just delete the entire line of code that says "background-image:url();" but make sure not to delete anything else.
  41.  
  42. ---------->
  43. <div style="border-radius: .5em;
  44. background:rgba(0, 0, 0,.3);
  45. background-image:url(TEXTURE IMAGE URL HERE, SEE NOTES ABOVE FOR DETAILS);
  46. z-index: 2;">
  47. <!------------
  48.  
  49. MENU BAR
  50.  
  51. -------------->
  52. <div class="mx-0 mt-0 mb-4 bg-faded hidden-sm-down" style="border-radius: .5em; overflow:hidden; box-shadow:0px 0px 5px rgba(0,0,0,.2);">
  53.  
  54. <h1 class="py-2 px-4 m-0 text-center justify-content-between" style="font-size:1rem; letter-spacing:3px;">
  55. <!----------- links: replace all "USERNAME" with your own username. ------------>
  56. <!--bulletins-->
  57. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/bulletins" title="bulletins"><i class="fal fa-thumbtack"></i></a>
  58. <!--characters-->
  59. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/characters" title="characters"><i class="fas fa-users"></i></a>
  60. <!--links-->
  61. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/links" title="links"><i class="fas fa-link"></i></a>
  62. <!--worlds-->
  63. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/worlds" title="worlds"><i class="fas fa-globe"></i></a>
  64. <!--favorites-->
  65. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/favorites" title="favorites"><i class="fas fa-star"></i></a>
  66. <!--designs-->
  67. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/created" title="designs"><i class="fas fa-palette"></i></a>
  68. <!--art-->
  69. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/art" title="art"><i class="fas fa-paint-brush"></i></a>
  70. <!--library-->
  71. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/literatures" title="library"><i class="fas fa-book"></i></a>
  72. <!--comments-->
  73. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/comments" title="comments"><i class="fas fa-comment"></i></a>
  74. <!--stats-->
  75. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/stats" title="stats"><i class="fas fa-chart-bar"></i></a>
  76. <!--message-->
  77. <a data-toggle="tooltip" href="https://toyhou.se/~messages/create/trashkid" title="message"><i class="fas fa-envelope"></i></a>
  78. <!--sub-->
  79. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/subscribe" title="sub"><i class="fas fa-pencil"></i></a>
  80. <!--authorize-->
  81. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/authorize" title="authorize"><i class="fas fa-heart"></i></a>
  82. <!--block-->
  83. <a data-toggle="tooltip" href="https://toyhou.se/trashkid/block" title="block"><i class="fas fa-ban"></i></a>
  84. <!--report-->
  85. <!--you'll have to ask a friend or use an alternate account to get the report link for you by reporting your profile; you can ask me if needed!-->
  86. <a data-toggle="tooltip" href="LINK%20HERE" title="report"><i class="fas fa-exclamation-triangle"></i></a></h1>
  87. </div>
  88. <!----------- menu bar end ------------>
  89. <div class="d-flex w-100 px-3" style="flex-direction:column;">
  90. <!------------
  91.  
  92. FIRST CONTAINER
  93.  
  94. -------------->
  95. <div class="bg-faded my-3 mx-auto text-muted w-100" style="border-radius: .5em; max-width: 400px;">
  96. <!----------- name ------------>
  97. <div class="mt-2" style='font-weight: 100; font-size: 3rem; font-family: "Courier New"; text-align: center;'><img src="https://f2.toyhou.se/file/f2-toyhou-se/images/31835863_CKTjUqFP3bw8jm2.png" class="fr-fic fr-dib" width="400" height="400"><span style='font-family: "comic sans ms", sans-serif;'>trashkid</span></div>
  98. <!---------------- ICON (200x200 BEST) ---------------------------------------------->
  99. <!---------
  100.  
  101. INFO
  102.  
  103. - don't delete the quotation marks below, and keep a space between the beginning/end of the quote and the quotation marks! They aren't the normal quotation marks you see on the keyboard ^^
  104.  
  105. ---------->
  106.  
  107. <p class="my-3 mx-5" style="max-width:300px;">Hello! I&#39;m trashkid, A female 13 year old artist that is obsessed with drawing cute images. I quite often make adorable affordable adopts, YCHs and fan art. I also do commissions and requests once and a while. Make sure to read my T.O.S(Terms of Service).If you need anything or have any questions or concerns please contact me!</p>
  108. <!--Info end-->
  109. <!---------
  110.  
  111. LINKS
  112.  
  113. - to delete one, simply delete its line!
  114. - I get all my icons from fontawesome.com ; if you want to add another one, simply follow the same format with an icon from there ^^
  115.  
  116. --------->
  117.  
  118. <h3 align="center" class="text-uppercase my-4" style="font-size:19px;letter-spacing:8px; padding-bottom: 4px;">
  119. <!--Deviantart-->
  120. <a href="https://www.deviantart.com/ghoststylon"><i class="fab fa-deviantart"></i></a>
  121. <!--Youtube-->
  122. <a href="https://www.youtube.com/channel/UCn9taUqVaMLkbmcpiPNIeFQ/featured"><i class="fab fa-youtube"></i></a><i class="fab fa-youtube">&nbsp;</i></h3>
  123. </div>
  124. <!--First container end-->
  125. <!--Spacer, Ignore-->
  126. <div class="hidden-sm-down my-3">
  127. <br>
  128. </div>
  129. <!------------
  130.  
  131. SECOND CONTAINER
  132.  
  133. -------------->
  134. <div class="bg-faded mt-0 mb-3 mx-auto text-muted w-100" style="border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; border-bottom-left-radius: 0.5em; max-width: 400px; text-align: center;">
  135. <!----------- image ---------->
  136. <img style="max-height: 200px;" class="justify-content-center mx-auto my-2 fr-fic fr-dii" src="https://f2.toyhou.se/file/f2-toyhou-se/images/32825852_p2vvomrwLt9zTGj.png" width="200" height="200">
  137. <!----------- Paragraph ------------>
  138.  
  139. <p class="mx-5 mb-2 mt-1" style="max-width:300px;">Miscellaneous text here! Comms, friends, etc. It can be anything, really.</p>
  140. <!----------- Art Credits ------------>
  141.  
  142. <p class="mb-3" style="font-size:8px;">Icon by LiticaHarmony || Image by N-iryani</p>
  143. </div>
  144. <!--Second Container End-->
  145. <!--Spacer, Ignore-->
  146. <div class="hidden-sm-down my-3">
  147. <br>
  148. </div>
  149. <!--Main Container End-->
  150. <!---------- credits ----------------->
  151. <div class="text-center pt-2 pb-3" style="font-size: 15px; opacity:0.9;">
  152. <!--Pagedoll Credit-->
  153. <a class="pl-2" data-toggle="tooltip" href="ARTIST%20LINK%20HERE" title="pagedoll"><i class="fas fa-star"></i></a>
  154. <!---- Code, DO NOT REMOVE --------->
  155. <a class="pl-2" data-toggle="tooltip" href="https://toyhou.se/9336607.soft-sky-temp-name-" title="code by Xyith"></a>
  156. <!--Background Credit-->
  157. <a class="pl-2" data-toggle="tooltip" href="BACKGROUND%20SITE%20LINK%20HERE" title="background"><i class="fas fa-image"></i></a></div>
  158. <!--Credits end-->
  159. <!-----------
  160.  
  161. PAGEDOLL
  162.  
  163. - to move up/down, edit the bottom:0px. Can be negative.
  164. - to move left/right, edit the left:0px. Can be negative.
  165. - Do not edit right:60%; this resizes it with screen narrowness so it won't cover the text.
  166.  
  167. ------------>
  168.  
  169. <p>
  170. <br>
  171. </p>
  172. <div class="hidden-sm-down" style="position:fixed; z-index:4; right:60%;
  173. bottom:0px;
  174. left:0px;"><img src="https://f2.toyhou.se/file/f2-toyhou-se/images/31944401_W2tKNFc3c1Gj2b8.png" style="max-height: 500px;" class="fr-fic fr-dii" width="548" height="500"></div>
  175.  
  176. <p>
  177. <br>
  178. </p>
  179. </div>
  180. </div>
  181. </div>
  182. </div>
  183.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement