Badweather4cast

[F2U] Skyline v2

Feb 27th, 2020 (edited)
15,813
0
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. <!--
  2.  
  3. ♥ SKYLINE v2 ♥
  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! 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(0,39,91,0.55) ' ... the last value is the level of transparency (0.1-0.6 reccomended).
  15. ♥ Most important areas are marked, but please let me know if you need help!
  16. ♥ VERY mobile-friendly!
  17. ♥ Beginner-friendly.
  18.  
  19. Have fun! ;D
  20.  
  21. -->
  22.  
  23. <!-- BEGIN -->
  24. <!-- BACKGROUND IMAGE -->
  25. <!-- Change ' https://i.pinimg.com/originals/61/c9/85/61c98528873cce6a7ddcc7760a26a4fa.gif ' to your image/gif! -->
  26. <!-- Image address MUST be direct (right-click -> copy image address) -->
  27. <!-- If you would like your image not to be fixed, remove ' background-attatchment:fixed ' -->
  28. <div class="container px-0" style="max-width:795px; background-image:url(https://i.pinimg.com/originals/61/c9/85/61c98528873cce6a7ddcc7760a26a4fa.gif); background-repeat:auto; background-position:center center; border-style:none; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-right-radius:15px; border-bottom-left-radius:15px; background-attachment:fixed;">
  29. <div class="row no-gutters">
  30. <!-- CHARACTER IMAGE -->
  31. <!-- Change ' https://i.imgur.com/naQtbPj.png ' to the DIRECT link to your image -->
  32. <!-- 8 x 10 inches recommended, transperency (.png) recommended -->
  33. <div class="col-md-6"><img src="https://i.imgur.com/naQtbPj.png"></div>
  34. <div class="col-md-6 p-3">
  35. <!-- NAME BOX -->
  36. <div class="col-12 text-white p-2" align="center" style="background: rgba(0,39,91,0.55); border-style:none; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-right-radius:15px; border-bottom-left-radius:15px;">
  37. <div class="mb-2">
  38. <!-- NAME -->
  39. <span style="letter-spacing:3mm; font-size:28px; font-weight:lighter;">NAME</span>
  40. <br>
  41. <!-- INFO -->
  42. <span style="letter-spacing:2px; font-size:smaller;">species • pro/nouns • sexuality</span>
  43. </div>
  44. </div>
  45. <!-- DESCRIPTION BOX -->
  46. <div class="col-12 text-white p-2 mt-3 mb-3" align="left" style="background: rgba(0,39,91,0.55); border-style:none; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-right-radius:15px; border-bottom-left-radius:15px; height:150px;">
  47. <div class="p-2" style="overflow-x: hidden; height:130px;">
  48. <!-- DESCRIPTION -->
  49. <!-- Use the <br> tag within your text to break. -->
  50. <span style="letter-spacing:1px; font-size:smaller;">Write a description of your character here! Extra-long descriptions work too, this box will scroll. ^-^</span>
  51. </div>
  52. </div>
  53. <!-- LIKES/DISLIKES BOXES -->
  54. <div class="row">
  55. <div class="col-md-6 text-white" align="left">
  56. <div style="background: rgba(0,39,91,0.55); border-style:none; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-right-radius:15px; border-bottom-left-radius:15px; height:170px;">
  57. <div class="p-3">
  58. <!-- LIKES -->
  59. <span style="letter-spacing:3px; font-size:small;">LIKES<span class="pull-right"><i class="fas fa-check-circle"></i></span></span><br>
  60. <span style="letter-spacing:1px; font-size:smaller;">• Like</span><br>
  61. <span style="letter-spacing:1px; font-size:smaller;">• Like</span><br>
  62. <span style="letter-spacing:1px; font-size:smaller;">• Like</span><br>
  63. <span style="letter-spacing:1px; font-size:smaller;">• Like</span><br>
  64. <span style="letter-spacing:1px; font-size:smaller;">• Like</span>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="col-md-6 text-white" align="left">
  69. <div style="background: rgba(0,39,91,0.55); border-style:none; border-top-right-radius:15px; border-top-left-radius:15px; border-bottom-right-radius:15px; border-bottom-left-radius:15px; height:170px;">
  70. <div class="p-3">
  71. <!-- DISLIKES -->
  72. <span style="letter-spacing:3px; font-size:small;">DISLIKES<span class="pull-right"><i class="fas fa-times-circle"></i></span></span><br>
  73. <span style="letter-spacing:1px; font-size:smaller;">• Dislike</span><br>
  74. <span style="letter-spacing:1px; font-size:smaller;">• Dislike</span><br>
  75. <span style="letter-spacing:1px; font-size:smaller;">• Dislike</span><br>
  76. <span style="letter-spacing:1px; font-size:smaller;">• Dislike</span><br>
  77. <span style="letter-spacing:1px; font-size:smaller;">• Dislike</span>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <!-- CREDITS -->
  86. <div class="container px-0" style="max-width:795px;">
  87. <span style="letter-spacing:3px; font-size:small;">
  88. <!-- CHARACTER IMAGE CREDIT -->
  89. <a href="https://vk.com/adhell_forest"><i class="fas fa-portrait tooltipster" title="character image by ADLEENE"></i></a>
  90. /
  91. <!-- BG CREDIT -->
  92. <a href="https://twitter.com/1041uuu"><i class="fas fa-image tooltipster" title="pixel bg by toyoi yuuta"></i></a>
  93. <!-- CODE CREDIT . . . DO NOT REMOVE -->
  94. <span class="pull-right"><a href="https://toyhou.se/Badweather4cast"><i class="fas fa-code tooltipster" title="code by badweather4cast"></i></a></span>
  95. </span>
  96. </div>
Comments
Add Comment
Please, Sign In to add comment