Advertisement
Guest User

REGRET v.2

a guest
Feb 20th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <style>
  2.  
  3. body {background: #000;}
  4. ::-webkit-scrollbar {display:none}
  5.  
  6. b {color: #686B74;}
  7. i {color: #686B74;}
  8. a {text-decoration: none; color: #682D3F;}
  9. a:hover {color: #686B74;}
  10.  
  11. .image {position: fixed;
  12. background: url('https://i.imgur.com/GoxxIG9.jpg') no-repeat;
  13. background-size: 750px;
  14. background-position: -100px -140px;
  15. height: 500px;
  16. width: 500px;
  17. right: 0px;
  18. bottom: 0px;
  19. }
  20.  
  21. .title {position: absolute;
  22. font-family: Depressionist;
  23. font-size: 60px;
  24. background: -webkit-linear-gradient(#BFC3CE, #000);
  25. -webkit-background-clip: text;
  26. -webkit-text-fill-color: transparent;
  27. letter-spacing: 5px;
  28. left: -100px;
  29. top: 240px;
  30. }
  31.  
  32. .name {position: absolute;
  33. font-family: times;
  34. font-size: 16px;
  35. color: #686B74;
  36. letter-spacing: 3px;
  37. left: -96px;
  38. top: 305px;
  39. }
  40.  
  41. .stats {position: absolute;
  42. font-family: times;
  43. font-size: 11px;
  44. color: #686B74;
  45. letter-spacing: 0px;
  46. font-style: italic;
  47. text-align: center;
  48. width: 192px;
  49. left: 0px;
  50. top: 20px;
  51. }
  52.  
  53. .text {position: absolute;
  54. overflow: auto;
  55. font-family: times;
  56. font-size: 11px;
  57. color: #464950;
  58. letter-spacing: 0px;
  59. line-height: 15px;
  60. font-style: normal;
  61. text-align: justify;
  62. height: 100px;
  63. width: 170px;
  64. left: 10px;
  65. top: 15px;
  66. }
  67.  
  68. .ooc {position: absolute;
  69. font-family: times;
  70. font-size: 10px;
  71. color: #686B74;
  72. letter-spacing: 0px;
  73. line-height: 20px;
  74. font-style: italic;
  75. text-align: center;
  76. width: 192px;
  77. left: 0px;
  78. top: 120px;
  79. border-top: 1px solid #30333A;
  80. }
  81.  
  82. </style>
  83.  
  84. <link href="https://www.themonster.xyz/styles/fancy-fonts.css" rel="stylesheet">
  85.  
  86. <div class="image">
  87. <div class="title">REGRET</div>
  88. <div class="name">LEONARDO SHARPE
  89. <div class="stats">Age. Male. Height. Occupation. <a href="link to kessie's profile here">Status</a>.
  90.  
  91. <div class="text">Hi there. This is where you'd put some information about your character. The box scrolls, so feel free to put in as little or as much information as you want.
  92. <br><br>
  93. This is <b>Bold</b>, <i>Italics</i>, and a <a>Link</a>.
  94. </div>
  95.  
  96. <div class="ooc">short ooc here. | <a href="https://roleplay.chat/profile.php?user=words">coder</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement