chihi

hey!!!!

Nov 1st, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. .pfor {
  4. display: none;
  5. }
  6.  
  7. ::-webkit-scrollbar-thumb:vertical {background-color:#00ffa6;}
  8. ::-webkit-scrollbar {height:0px;width:5px;background-color:#ffffff;}
  9.  
  10.  
  11. img
  12. {margin-bottom:-3px;}
  13.  
  14. body
  15. {
  16. background-color:;
  17. background-image:url(http://i.picpar.com/X7Pb.png);
  18. background-position: fixed;
  19. background-attachment:fixed;
  20. background-repeat:repeat;
  21. }
  22.  
  23. #profile {
  24. background-color: transparent;
  25. border: 0px;
  26. }
  27.  
  28. a
  29. {text-decoration:none;
  30. color:#ff7300;
  31. -webkit-transition: opacity 0.7s linear;
  32. -webkit-transition: all 0.7s ease-in-out;
  33. -moz-transition: all 0.7s ease-in-out;
  34. -o-transition: all 0.7s ease-in-out;
  35. opacity:1;}
  36.  
  37. a:hover
  38. {text-decoration:none;
  39. color:;
  40. opacity:1;}
  41.  
  42. blockquote
  43. {border-left:2px solid;
  44. padding-left:5px;}
  45.  
  46. .title {letter-spacing:2;
  47. text-align:center;
  48. font-family:consolas;
  49. color:#fff;
  50. position:relative;
  51. top:160px;
  52. right:60px;
  53. }
  54.  
  55. .title:a {
  56. font-size:12pt;
  57. -webkit-transition: opacity 0.7s linear;
  58. -webkit-transition: all 0.7s ease-in-out;
  59. -moz-transition: all 0.7s ease-in-out;
  60. -o-transition: all 0.7s ease-in-out;
  61. }
  62.  
  63. .title:hover {opacity:1;
  64. color:#111;
  65. -webkit-transition: opacity 0.7s linear;
  66. -webkit-transition: all 0.7s ease-in-out;
  67. -moz-transition: all 0.7s ease-in-out;
  68. -o-transition: all 0.7s ease-in-out;
  69. }
  70.  
  71. #navi {
  72. position: absolute;
  73. margin-top:65px;
  74. right:0px;
  75. left:0px;
  76. }
  77.  
  78. #navi a {
  79. float: left;
  80. display: block;
  81. width: 10px;
  82. height: 5px;
  83. background: #fff;
  84. padding:2px;
  85. transition:all 1s ease-out;-o-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;
  86. margin-bottom: 5px;
  87. }
  88.  
  89.  
  90. #navi a:hover {
  91. background-color:transparent;
  92. }
  93.  
  94.  
  95.  
  96. #first {
  97. background-color:rgba(99,99,99,0.10);
  98. background-image:url(http://31.media.tumblr.com/55b192e4cfe5e1ee8381b1e0f81fd6cb/tumblr_n9wcosbJcI1qkw2uho4_250.gif);
  99. width:245px;
  100. background-size:120%;
  101. height:245px;
  102. position:fixed;
  103. top:50px;
  104. right:800px;
  105. border:white 6px solid;
  106. }
  107.  
  108. #first:hover #hana {
  109. position: absolute;
  110. top:250px;
  111. right:-6px;
  112. opacity: 0.85;
  113. -webkit-transition:all 1s ease-in-out;
  114. -moz-transition:all 1s ease-in-out;
  115. transition:all 1s ease-in-out;
  116. }
  117.  
  118.  
  119. #hana {
  120. position: absolute;
  121. top:0px;
  122. right:-6px;
  123. height:245px;
  124. width:245px;
  125. opacity: 0;
  126. background:#fff;
  127. -webkit-transition:all 1s ease-in-out;
  128. -moz-transition:all 1s ease-in-out;
  129. transition:all 1s ease-in-out;
  130. color:#111;
  131. text-align:justify;
  132. padding:6px;
  133. font-family:arial;
  134. font-size:9px;
  135. }
  136.  
  137. #page {
  138. width: 240px;
  139. text-align: justify;
  140. height: 240px;
  141. overflow: hidden;
  142. background: transparent; padding: 0px;}
  143.  
  144. .page{
  145. WIDTH: 290px; padding: 0px;
  146. height: 300px; text-align: justify;
  147. overflow: auto; }
  148.  
  149. h1 {font-family:arial bold;
  150. color:#111;
  151. font-size:15px;
  152. text-align:left; }
  153.  
  154. #triangle
  155. {background-color:#7DF9FF; height:150px; width:190px; position:absolute; top:50px; left:320px; color:000; font-family:arial; font-size:7pt; padding:10px;}
  156. .tri { width: 0;
  157. height: 0;
  158. border-top: 10px solid transparent;
  159. border-bottom: 10px solid transparent;
  160.  
  161. border-right:10px solid #7DF9FF; position:absolute; left:310px; top:120px;}
  162.  
  163. i{font-family:BELL MT;font-size:7pt;color:111;}
  164. b{font-family:BELL MT; font-size:8pt; color:ccc;}
  165.  
  166. {font-family:baskerville;
  167. </style>
  168. <div id="first"><div class="title">fate
  169. </div>
  170. <div id="navi">
  171. <a href="#1" title="story." id="links"></a>
  172. <a href="#2" title="stats." id="links"></a>
  173. <a href="#3" title="relationships." id="links"></a>
  174. <a href="#4" title="ooc." id="links"></a>
  175. </div>
  176. <div id="hana">
  177. <div id="page"><a name="1"></a>
  178. <div class="page">
  179. <h1>STORY</h1>
  180. <p>it began as flecks of a dream-like world, foggy images when suzume was awake. as a child, she would tell her grandmother things about strangers in grocery stores that didn't quite make sense. "she has a baby." referring to a sole teenager that didn't look pregnant, but would be two weeks from then. whispers of jumbled numbers and letters danced around her ears during exams in middle school, she never made below a 95%. her first boyfriend would cheat on her with the most popular girl in school, but she ended up dumping him first out of fear. from okinawa to sapporo, people have either called or visited suzume in her tiny flat in shinjuku-ku, tokyo. they came for their fortunes to be accurately told, even skeptical customers turning to vouch for her and spread the name. she opened a chat site called: 運命チャットルーム, or fate chatroom which at first seemed generic enough, people only entering to ridicule yet another fake psychic. her readings were free, and her accuracy caused the word to spread. but it spread to places that were an enigma and possibly even unwanted, confusing: the yakuza.</p>
  181. </div>
  182.  
  183. <div id="page"><a name="2"></a>
  184. <div CLASS="page">
  185. <h1>STATISTICS</h1>
  186. name: yoneda suzume
  187. <br>nicknames: yone ( rice )
  188. <br>age: 24
  189. <br>gender: female
  190. <br>height: 5'4"
  191. <br>weight: 135lb
  192. <br>shape: out of it
  193. <br>hair: dark brown
  194. <br>eyes: dark brown
  195. <br>ethnicity: japanese
  196. <br>orientation: heterosexual
  197. <br>occupation: part-time bank teller, full time clairvoyant/empath
  198. <br>health: social anxiety disorder
  199. <br>personality: reserved, intelligent, clumsy, awkward, selfless
  200. </div></div>
  201.  
  202. <div id="page"><a name="3"></a>
  203. <div class="page">
  204.  
  205.  
  206. </div></div>
  207.  
  208.  
  209. <div id="page"><a name="4"></a>
  210. <div class="page"><h1>OUT OF CHARACTER</h1>
  211. - <p>this profile in no way parodies or makes fun of those who truly do have or think they might have social anxiety disorder. in fact, i chose to make this character with social anxiety disorder to educate and possibly enlighten people who do not understand it or how it feels to live with it. people with social anxiety can rise, function, and succeed in society - i completely believe this.</p>
  212. </i>
  213. <div class="tri"></div>
  214. <div id="triangle">
  215. <p><i>disclaimer on playing with a psychic:</i> people hate it when others conveniently know information prior to a character conveying it to them directly. it ruins an element of surprise, and can even make one feel like they have the upper hand in a plot twist. in this case, writing with me can and will have this happen. it is literally the concept of my character, it's a given. <i>however,</i> i will always talk to you through predictions she might have to make sure you're alright with it.</div>
  216. </div></div>
  217. </div>
Advertisement
Add Comment
Please, Sign In to add comment