alicescreed

chiharu

Dec 3rd, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 KB | None | 0 0
  1. <html>
  2.  
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
  6.  
  7. <title>{title}</title>
  8. <head>
  9.  
  10. <style type="text/css">
  11.  
  12. @import url('https://fonts.googleapis.com/css2?family=Della+Respira&family=Nunito+Sans:[email protected]&family=Roboto&display=swap');
  13.  
  14. body {
  15. background-color: #ededed;
  16. letter-spacing: 0px;
  17. font-family: 'nunito sans', sans-serif;
  18. color: #3f3434;
  19. letter-spacing: 1px;
  20. font-size: 11pt;
  21. }
  22.  
  23. a {
  24. text-decoration: none;
  25. color: #000;
  26. transition-duration: 0.6s;
  27. -moz-transition-duration: 0.6s;
  28. -webkit-transition-duration: 0.6s;
  29. -o-transition-duration: 0.6s;
  30. }
  31.  
  32. a:hover {
  33. color: #777777;
  34. transition-duration: 0.6s;
  35. -moz-transition-duration: 0.6s;
  36. -webkit-transition-duration: 0.6s;
  37. -o-transition-duration: 0.6s;
  38. }
  39.  
  40. ::-webkit-scrollbar-thumb:vertical {
  41. background-color: transparent;
  42. height:auto;
  43. }
  44.  
  45. ::-webkit-scrollbar-thumb:horizontal {
  46. background-color: transparent;
  47. height:2px;
  48. }
  49.  
  50. ::-webkit-scrollbar {
  51. height:3px;
  52. width:3px;
  53. background-color: transparent;
  54. }
  55.  
  56. #h1 {
  57. font-family: 'Della Respira', serif;
  58. font-size: 26pt;
  59. margin-bottom: 10px;
  60. }
  61.  
  62. #credit {
  63. right:10px;
  64. bottom:7px;
  65. padding:5px;
  66. font-size:10px;
  67. position:fixed;
  68. text-align: center;
  69. font-style: italic;
  70. letter-spacing: 1px;
  71. border: 1px solid #d9cdcd;
  72. padding: 5px;
  73. background-color: #fff;
  74. font-size: 120%;
  75. margin-bottom: 5px;
  76. transition-duration: 0.6s;
  77. -moz-transition-duration: 0.6s;
  78. -webkit-transition-duration: 0.6s;
  79. -o-transition-duration: 0.6s;
  80. }
  81.  
  82. #credit a {
  83. color: #ff8484;
  84. }
  85.  
  86. #sidebar {
  87. width: 500px;
  88. height: 540px;
  89. position: fixed;
  90. margin-top: 25px;
  91. border-right: 1px solid #c1c1c1;
  92. }
  93.  
  94. #pic {
  95. position: float;
  96. }
  97.  
  98. #pic img {
  99. border-radius: 10px;
  100. }
  101.  
  102. #sidedesc {
  103. position: fixed;
  104. width: 400px;
  105. height: 500px;
  106. margin-left: 100px;
  107. margin-top: 15px;
  108. }
  109.  
  110. #bio {
  111. width: 500px;
  112. height: 450px;
  113. margin-left: 590px;
  114. margin-top: 60px;
  115. position: absolute;
  116. overflow: auto;
  117. text-align: left;
  118. }
  119.  
  120. #name {
  121. font-family: 'Della Respira', serif;
  122. font-size: 26pt;
  123. text-align: center;
  124. }
  125.  
  126. #minibio {
  127. width: 200px;
  128. text-align: right;
  129. border-bottom: 1px solid #fff;
  130. padding-bottom: 10px;
  131. font-size: 8pt;
  132. margin-top: 5px;
  133. height: 20px;
  134. overflow: auto;
  135. }
  136.  
  137. #icon {
  138. margin-top: 505px;
  139. margin-left: 330px;
  140. position: fixed;
  141. }
  142.  
  143. #icon img {
  144. width: 60px;
  145. border-radius: 100px;
  146. }
  147.  
  148. #links {
  149. width: 300px;
  150. text-align: right;
  151. margin-top: 10px;
  152. }
  153.  
  154. </style>
  155.  
  156. </head>
  157.  
  158. <body>
  159.  
  160. <div id="sidebar">
  161.  
  162. <div id="sidedesc">
  163.  
  164. <div id="pic">
  165. <img src="https://i.imgur.com/YTlI8n5.png">
  166. </div>
  167. <div id="name">chiharu kitagawa.</div>
  168. <div id="minibio">
  169. Chiharu is the younger sister to her sibling, Ayane, who has been heralded as the golden child by their entire family. Ayane is a well-paid nurse with a loving husband and a toddler-aged child (the family’s standard for 'success’) while Chiharu has yet to accomplish much beyond earning her degree. Right after college, she landed a job as a bioengineer and was paid well, but that opportunity was derailed due to Chiharu’s relapse. It caused her to lose her job.
  170. </div>
  171.  
  172. <div id="links">
  173. <a href="/">home</a>.
  174. <a href="http://tumblr.com">back to dashboard</a>.
  175. <a href="/">visuals</a>.
  176. <a href="/">aesthetic</a>.
  177. <a href="/">headcanons</a>.
  178. </div>
  179.  
  180. </div>
  181. </div>
  182.  
  183.  
  184.  
  185. <div id="bio">
  186. <div id="h1">statistics.</div>
  187. <ul><li>Age: 30 (July 1)</li><li>Pronouns: She/her</li><li>Residence: Las Vegas, Nevada</li><li>Hometown: Shibuya City, Tokyo, Japan</li><li>Primary occupation: Unemployed</li><li>Secondary occupation: Former bioengineer</li><li>Personality traits: Scrappy, loyal, fickle, standoffish</li><li>FC: Sonoya Mizuno</li><li>Nicknames: Haru, Cheech (a favorite)</li></ul>
  188.  
  189. <div id="h1">biography.</div>
  190. <p>TW: Substance abuse.</p>
  191. <p>Chiharu is the younger sister to her sibling, Ayane, who has been heralded as the golden child by their entire family. Ayane is a well-paid nurse with a loving husband and a toddler-aged child (the family’s standard for 'success’) while Chiharu has yet to accomplish much beyond earning her degree. Right after college, she landed a job as a bioengineer and was paid well, but that opportunity was derailed due to Chiharu’s relapse. It caused her to lose her job. </p><p>Ever since she was about 15 years old, Chiharu has been on and off drugs. It started as smoking pot to deal with depression and anxiety, and it only escalated to harder substances at an alarming rate. Her parents have admitted her to rehab twice before, and cut her off (both from money and communication) whenever she is experiencing a relapse. Most recently, however, Chiharu has been sober for a year and is looking for another job. </p><p>Her relationship with her family is torn to say the least, since they know her for her cycle of doing drugs, disappearing, and then reaching out only when she needed money. She spends a lot of her time with her sister and her family trying to make amends. </p>
  192.  
  193.  
  194. </div>
  195.  
  196. <div id="credit">
  197. <a href="https://anahilation.tumblr.com/" title="theme by ana"><span class="material-symbols-outlined">gesture</span></a>
  198. </div>
  199.  
  200.  
  201. </body>
  202.  
  203. </html>
  204.  
Advertisement
Add Comment
Please, Sign In to add comment