Advertisement
Badweather4cast

[F2U] Skyline v3: Horizons (Classic)

Mar 12th, 2024 (edited)
531
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. <!--
  2.  
  3. ♥ SKYLINE v3: Horizons [CLASSIC EDITION] ♥
  4. -by BW4
  5.  
  6. RULES:
  7.  
  8. ♥ Please do not redistribute or sell this code as yours.
  9. ♥ Do NOT remove my li'l credit link.
  10. ♥ Please leave a comment on this code's page if you decide to use, and link to where you used it if possible! I'd love to see how it looks with your character. ;D
  11.  
  12. OTHER:
  13.  
  14. ♥ Hue/Transperency of boxes can be altered: adjust the values within each ' rgba(91, 0, 55, 0.65) ' ... the last value is the level of transparency (0.1-0.7 reccomended).
  15. ♥ Most important areas are marked, but please let me know if you need further assistance!
  16. ♥ VERY mobile-friendly!
  17. ♥ Beginner-friendly!
  18.  
  19. UPDATES FROM 2.0:
  20.  
  21. ♥ Cleaner, sleeker code
  22. ♥ Likes/dislikes boxes formatted properly on mobile
  23. ♥ Improved notes/default settings for character image customization
  24.  
  25. Have fun! ;D
  26.  
  27. -->
  28.  
  29. <!-- BEGIN -->
  30. <!-- BACKGROUND IMAGE -->
  31. <!-- Change ' https://i.pinimg.com/originals/81/34/08/81340844a99a35cc7993166cbd9b5866.gif ' to your image/gif! -->
  32. <!-- Image address MUST be direct (right-click -> copy image *address*) -->
  33. <!-- If you would like your image to be static, remove ' background-attachment:fixed ' -->
  34. <!-- If your image is a tileable pattern, remove ' background-repeat:none ' and ' background-size:cover; ' -->
  35. <div class="container px-0" style="max-width:795px; background-image:url(https://i.pinimg.com/originals/81/34/08/81340844a99a35cc7993166cbd9b5866.gif); background-repeat:none; background-size:cover; background-position:center center; border-style:none; border-radius:1em; background-attachment:fixed; color:white;">
  36.  
  37. <div class="row no-gutters">
  38.  
  39. <!-- LEFT SIDE (CHARACTER IMAGE) -->
  40. <!-- ' text-align: center ' centers the image horizontally. Change ' center ' to ' left ' or ' right ' as you see fit. -->
  41. <div class="col-md-6" style="text-align:center">
  42. <!-- CHARACTER IMAGE -->
  43. <!-- Change ' https://i.imgur.com/isAiWvm.png ' to the DIRECT link to your image
  44. Width set to *378* by default, height automatically changes to mantain the image's ratio; adjust for your image as necessary.
  45. You can also remove the width attribute altogether if you want the image to scale with the div; I would recommend that you
  46. resize the image in a photo editing software beforehand, however.
  47. (Transparency is recommended.) -->
  48. <IMG src="https://i.imgur.com/isAiWvm.png" width="378">
  49. </div>
  50.  
  51. <!-- RIGHT SIDE (TEXT) -->
  52. <div class="col-md-6 p-2">
  53. <div class="row no-gutters">
  54.  
  55. <!-- NAME BOX -->
  56. <div class="col-md-12 p-2">
  57. <div class="p-2" style="text-align:center; background: rgba(91, 0, 55, 0.65); border-style:none; border-radius:1em;">
  58. <!-- NAME -->
  59. <span style="letter-spacing:3mm; font-size:28px; font-weight:lighter;">NAME</span>
  60. <br>
  61. <!-- INFORMATION -->
  62. <span style="letter-spacing:2px; font-size:smaller;">species • pro/nouns • sexuality</span>
  63. </div>
  64. </div>
  65.  
  66. <!-- DESCRIPTION BOX -->
  67. <div class="col-md-12 p-2">
  68. <div class="p-2" style="background: rgba(91, 0, 55, 0.65); border-style:none; border-radius:1em; letter-spacing:1px; font-size:smaller;">
  69. <div class="p-2" style="overflow-x: hidden; height:130px;">
  70. <p>Write a description of your character here! Extra-long descriptions work too, this box will scroll. ^-^</p>
  71. <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
  72. <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
  73. </div>
  74. </div>
  75. </div>
  76.  
  77. <!-- LIKES BOX -->
  78. <div class="col-md-6 p-2">
  79. <div class="p-3 h-100" style="background: rgba(91, 0, 55, 0.65); border-style:none; border-radius:1em;">
  80. <div style="letter-spacing:3px;">LIKES<span class="pull-right"><i class="fas fa-check-circle"></i></span></div>
  81. <ul style="margin-bottom: 0; padding-left: 20px;">
  82. <li>Like</li>
  83. <li>Like</li>
  84. <li>Like</li>
  85. <li>Like</li>
  86. <li>Like</li>
  87. </ul>
  88. </div>
  89. </div>
  90.  
  91. <!-- DISLIKES BOX -->
  92. <div class="col-md-6 p-2">
  93. <div class="p-3 h-100" style="background: rgba(91, 0, 55, 0.65); border-style:none; border-radius:1em;">
  94. <div style="letter-spacing:3px;">DISLIKES<span class="pull-right"><i class="fas fa-times-circle"></i></span></div>
  95. <ul style="margin-bottom: 0; padding-left: 20px;">
  96. <li>Dislike</li>
  97. <li>Dislike</li>
  98. <li>Dislike</li>
  99. <li>Dislike</li>
  100. <li>Dislike</li>
  101. </ul>
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108.  
  109. <!-- CREDIT -->
  110. <div class="mt-1" style="max-width:795px; margin-left: auto; margin-right: auto;">
  111. <span style="letter-spacing:3px; font-size:small;">
  112. <!-- CHARACTER IMAGE CREDIT -->
  113. <a href="https://toyhou.se/Badweather4cast"><i class="fa-solid fa-paw tooltipster" title="character image by badweather4cast"></i></a>
  114. /
  115. <!-- BG CREDIT -->
  116. <a href="https://www.artstation.com/james_d"><i class="fas fa-image tooltipster" title="pixel bg by james doyle"></i></a>
  117. <!-- CODE CREDIT . . . DO NOT REMOVE! -->
  118. <span class="pull-right"><a href="https://toyhou.se/Badweather4cast"><i class="fas fa-code tooltipster" title="code by badweather4cast"></i></a></span>
  119. </span>
  120. </div>
  121.  
  122. <!-- END -->
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement