Advertisement
bythestars

HP Code - Hollis

May 1st, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
  4.  
  5. body {background: #040406;}
  6. ::-webkit-scrollbar {display:none}
  7.  
  8. h1 {color: #151515; font-size: 10px; text-transform: uppercase; text-align: right; font-style: italic; letter-spacing: 3px; text-shadow: 0px 0px 5px #666050; margin-top: 0px;}
  9. b {color: #666050;}
  10. c {font-style: italic; color: #666050;}
  11. a {text-decoration:none; color: #9CA789;}
  12. a:hover {color: #666050;}
  13.  
  14. .image {position: fixed;
  15. background: url('https://i.imgur.com/xwLFWR8.jpg') no-repeat;
  16. background-size: 950px;
  17. background-position: 0px -40px;
  18. height: 550px;
  19. width: 800px;
  20. margin: auto;
  21. left: 0px;
  22. right: 0px;
  23. top: 0px;
  24. bottom: 0px;
  25. box-shadow: 0px 0px 100px #666050;
  26. }
  27.  
  28. .name {position: absolute;
  29. font-family: 'Playfair Display', serif;
  30. font-size: 80px;
  31. color: #666050;
  32. letter-spacing: -2px;
  33. left: 25px;
  34. top: 50px;
  35. }
  36. .name2 {position: absolute;
  37. font-family: 'Playfair Display', serif;
  38. font-size: 60px;
  39. color: #8D886D;
  40. letter-spacing: -3px;
  41. left: 0px;
  42. top: 55px;
  43. }
  44.  
  45. .dod {position: absolute;
  46. padding: 10px;
  47. font-family: 'Playfair Display', serif;
  48. font-size: 10px;
  49. color: #8D886D;
  50. font-variant: small-caps;
  51. word-spacing: -2px;
  52. letter-spacing: 1px;
  53. text-align: center;
  54. width: 195px;
  55. left: 0px;
  56. top: 75px;
  57. border-bottom: 1px solid #36362C;
  58. }
  59.  
  60. .text {position: absolute;
  61. overflow: auto;
  62. font-family: 'Playfair Display', serif;
  63. font-size: 12px;
  64. color: #8D886D;
  65. text-align: justify;
  66. letter-spacing: 0px;
  67. line-height: 16px;
  68. height: 230px;
  69. width: 210px;
  70. left: 2px;
  71. top: 120px;
  72. }
  73.  
  74. .ooc {position: absolute;
  75. padding: 10px;
  76. font-family: 'Playfair Display', serif;
  77. font-size: 7px;
  78. color: #8D886D;
  79. text-align: center;
  80. text-transform: uppercase;
  81. letter-spacing: 6px;
  82. width: 208px;
  83. left: 0px;
  84. bottom: -315px;
  85. border-top: 1px solid #36362C;
  86. }
  87.  
  88. .quote {position: absolute;
  89. font-family: 'Playfair Display', serif;
  90. font-size: 14px;
  91. color: #8D886D;
  92. text-align: center;
  93. font-variant: small-caps;
  94. width: 800px;
  95. left: 0px;
  96. bottom: -50px;
  97. }
  98.  
  99. </style>
  100.  
  101. <div class="image">
  102.  
  103. <div class="name"><i>hollis</i>
  104. <div class="name2">fitzgerald
  105. <div class="dod"></div>
  106.  
  107. <div class="text">
  108. <h1></h1>
  109. <font style=float:left><span><b>Name:</b></span></font> <font style=float:right>Hollis Fitzgerald</font><br>
  110. <font style=float:left><span><b>Alias:</b></span></font> <font style=float:right>Fitz</font><br>
  111. <font style=float:left><span><b>Birth Date:</b></span></font> <font style=float:right>September 13, 1999</font><br><br>
  112.  
  113. <font style=float:left><span><b>Blood Status:</b></span></font> <font style=float:right>Half-Blood</font><br>
  114. <font style=float:left><span><b>Occupation:</b></span></font> <font style=float:right>Healer @ Hogwarts</font><br>
  115. <font style=float:left><span><b>Alumni:</b></span></font> <font style=float:right>Ravenclaw ('16)</font><br><br>
  116.  
  117. <font style=float:left><span><b>Wand:</b></span></font> <font style=float:right> Hawthorn, 12", Unicorn</font><br>
  118. <font style=float:left><span><b>Familiar:</b></span></font> <font style=float:right> None</font><br>
  119. <font style=float:left><span><b>Patronus:</b></span></font> <font style=float:right> White Mare </font><br>
  120. <font style=float:left><span><b>Boggart:</b></span></font> <font style=float:right> Imprisonment</font><br>
  121. <font style=float:left><span><b>Amortentia:</b></span></font> <font style=float:right> Woods, Petrichor</font><br><br>
  122.  
  123. <br><br>
  124. This is <B>Bold</b>, <i>Italics</i>, and a <a>Link</a>.
  125. </div>
  126.  
  127. <div class="ooc"><a target="_blank" href="https://roleplay.chat/profile.php?user=words">words</a></div>
  128. </div></div>
  129.  
  130. <div class="quote">“there was no sun; there was no light. i was dying. i couldn't remember what the sky looked like. but i didn't die. <br>i was lost to a sea of cold, and then i was reborn into a world of warmth.” <c>― Maggie Stiefvater, Shiver</c>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement