owltrash

Michiru's profile (punpun's code)

Aug 20th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Montserrat);
  3. @import url(https://fonts.googleapis.com/css?family=Playfair Display SC);
  4. @import url(https://fonts.googleapis.com/css?family=Questrial);
  5. @import url(https://fonts.googleapis.com/css?family=Roboto);
  6. @import url(https://fonts.googleapis.com/css?family=Merriweather);
  7. @import url(https://fonts.googleapis.com/css?family=Oxygen);
  8.  
  9. /*coded by [punpun]. do not steal the concept. do not remove the credit. do not remove this.*/
  10. ::-webkit-scrollbar-thumb {background-color: #8B9BA8; width: 1px; }
  11. ::-webkit-scrollbar {background-color: transparent; width: 1px;}
  12.  
  13. body {background: linear-gradient(to bottom, #eee 0%,#cccccc 250%); cursor:url(http://media.tumblr.com/tumblr_lqcmexUvFW1qfc7qm.png), auto !important; }
  14.  
  15. a {
  16. color: #aeaeae;
  17. text-decoration: none;
  18. transition: all 0.4s ease-in-out;
  19. -moz-transition: all 0.4s ease-in-out;
  20. -webkit-transition: all 0.4s ease-in-out;}
  21. a:hover {
  22. color: #ffffff;background-color: #000; cursor:url(http://media.tumblr.com/d867d8c0827140bcce868f3bdbbd5e4f/tumblr_inline_mwwd9dv65Z1srowmh.png), auto !important;
  23. text-decoration: none;
  24. transition: all 0.4s ease-in-out;
  25. -moz-transition: all 0.4s ease-in-out;
  26. -webkit-transition: all 0.4s ease-in-out;}
  27.  
  28. .tatami1
  29. { position: fixed; margin: auto; right: 0px; left:0; top: 0; bottom: 0;
  30. height: 145px;
  31. width: 145px;
  32. border: 7px solid #eee;
  33. z-index:10;
  34. background-image: url('');
  35. background-repeat: no-repeat;
  36. background-size: 270px; /*width, height*/
  37. background-position: -80px 0px;
  38. -webkit-filter: grayscale(0%);
  39. filter: grayscale(0%);
  40. opacity:0.75;
  41. transition:all 0.3s ease-out;
  42. }
  43. .text1
  44. { position: fixed; margin: auto; right: 0px; left:0; top: 0; bottom: 0;
  45. height: 105px;
  46. width: 105px;
  47. border: 0px solid #eee;
  48. z-index:9;
  49. font-size:19px;
  50. background:#f3f3f3;
  51. line-height:5;
  52. border-right: 2px solid #eee;
  53. border-left: 2px solid #eee;
  54. padding:30px;
  55. color: #aeaeae;
  56. letter-spacing: 0.3px;
  57. text-align: justify;
  58. font-family: roboto;
  59. overflow-y:auto;
  60. overflow-x:hidden;
  61. opacity:0.2;
  62. -webkit-transition: all 0.3s ease-out;
  63. transition: all 0.3s ease-out;
  64. }
  65. .tatami1:hover {opacity:0;}
  66.  
  67.  
  68.  
  69.  
  70. .tatami2
  71. { position: fixed; margin: auto; right: 157px; left:0; top: 0; bottom: 315;
  72. height: 145px;
  73. width: 303px;
  74. border: 7px solid #eee;
  75. z-index:10;
  76. background-image: url('https://i.imgur.com/kUh1RZb.jpg');
  77. background-repeat: no-repeat;
  78. background-size: 400px; /*width, height*/
  79. background-position: -15px -30px;
  80. -webkit-filter: grayscale(10%);
  81. filter: grayscale(10%);
  82. opacity:0.75;
  83. transition:all 0.3s ease-out;
  84. }
  85.  
  86.  
  87.  
  88. .tatami3
  89. { position: fixed; margin: auto; right: 0; left:157px; top: 315; bottom: 0;
  90. height: 145px;
  91. width: 303px;
  92. border: 7px solid #eee;
  93. z-index:10;
  94. background-image: url('https://i.imgur.com/fPcke0H.png');
  95. background-repeat: no-repeat;
  96. background-size: 400px; /*width, height*/
  97. background-position: -15px -50px;
  98. -webkit-filter: hue-rotate(0deg);
  99. filter: hue-rotate(0deg);
  100. opacity:0.75;
  101. transition:all 0.3s ease-out;}
  102.  
  103. .tatami4
  104. { position: fixed; margin: auto; right: 315px; left:0; top: 160; bottom: 0;
  105. height: 301px;
  106. width: 145px;
  107. border: 7px solid #eee;
  108. z-index:10;
  109. background-image: url('https://i.imgur.com/3hBd9ny.png');
  110. background-repeat: no-repeat;
  111. background-size: 500px; /*width, height*/
  112. background-position: -45px -20px;
  113. -webkit-filter: hue-rotate(30deg);
  114. filter: hue-rotate(30deg);
  115. opacity:0.75;
  116. transition:all 0.3s ease-out;
  117. }
  118.  
  119. .tatami5
  120. { position: fixed; margin: auto; right: 0px; left:315; top: 0; bottom: 159;
  121. height: 301px;
  122. width: 145px;
  123. border: 7px solid #eee;
  124. z-index:10;
  125. background-image: url('https://i.imgur.com/t2FFQwk.png');
  126. background-repeat: no-repeat;
  127. background-size: 550px; /*width, height*/
  128. background-position: -265px 0px;
  129. opacity:0.75;
  130. transition:all 0.3s ease-out;
  131. }
  132.  
  133.  
  134.  
  135. .was {
  136. position: fixed; margin: auto; right: 0px; left:0; top: 0; bottom: 0; width: 100%; height: 100%;
  137. background-color:#f3f3f3;
  138. opacity: 0; border: 20.99px solid #;
  139. z-index: 5;
  140. text-align: justify;
  141. transition: all 0.3s linear;
  142. }
  143.  
  144. .was:target {
  145. z-index: 30;
  146. opacity: 1;
  147. transition: all 0.3s linear;
  148. }
  149.  
  150.  
  151. .container {position: absolute; margin: auto; right: 0px; left:0; top: 0; bottom: 0; width: 100%; height:100%;
  152. background-color:#;
  153. opacity: 0; border: 1px solid #;
  154. z-index: 11;
  155. text-align: justify;
  156. -webkit-transition: all 0.3s ease-out;
  157. transition: all 0.3s ease-out;}
  158.  
  159. .tat1
  160. { position: absolute; margin: auto; right: 0px; left:0; top: 0; bottom: 0;
  161. height: 145px;
  162. width: 145px;
  163. border: 7px solid #eee;
  164. z-index:30;
  165. background-image: url('https://i.imgur.com/Bw9oozY.png');
  166. background-repeat: no-repeat;
  167. background-size: 270px; /*width, height*/
  168. background-position: -80px 0px;
  169. -webkit-filter: grayscale(0%);
  170. filter: grayscale(0%);
  171. opacity:0.75;
  172. transition:all 1.5s ease-out;
  173. }
  174.  
  175.  
  176. .tattxt
  177. {
  178. height: 125px;
  179. width: 215px;
  180. border: px solid #eee;
  181. z-index:30;
  182. font-size:11px;
  183. background:#;
  184. padding:px;
  185. color: #8B9BA8;
  186. letter-spacing: 0.3px;
  187. text-align: justify;
  188. font-family: Questrial;
  189. overflow-y:auto;
  190. overflow-x:hidden;
  191. opacity:0;
  192. -webkit-transition: all 0.3s ease-out;
  193. transition: all 0.3s ease-out;
  194. }
  195. .was:hover .tattxt{opacity:1;}
  196.  
  197.  
  198. .tattxta
  199. {
  200. height: 145px;
  201. width: 105px;
  202. border: px solid #000;
  203. z-index:30;
  204. font-size:11px;
  205. background:#;
  206. padding:10px;
  207. color: #8B9BA8;
  208. letter-spacing: 0.3px;
  209. text-align: justify;
  210. font-family: Questrial;
  211. overflow-y:auto;
  212. overflow-x:hidden;
  213. opacity:0;
  214. -webkit-transition: all 0.3s ease-out;
  215. transition: all 0.3s ease-out;
  216. }
  217. .was:hover .tattxta{opacity:1;}
  218.  
  219. .sts2 {
  220. font-family: Questrial;
  221. font-size: 10px;width:97px; height: 8px;
  222. text-align: left;
  223. font-weight:100;
  224. color: #8B9BA8;
  225. background-color: #;
  226. padding: 3px;
  227. margin-bottom: px;
  228. margin-top: px;
  229. line-height: 10px;
  230. border-bottom: 1px solid #8B9BA8; border-right: 2px solid #8B9BA8;
  231. }
  232. .sts2:hover{ background-color: #000;-webkit-transition: all 0.3s ease-out;
  233. transition: all 0.3s ease-out;}
  234.  
  235. </style>
  236.  
  237. <a href="#1"><div class="tatami1"></div></a>
  238. <a href="#3"><div class="tatami2"></div></a>
  239. <a href="#4"><div class="tatami3"></div></a>
  240. <a href="#2"><div class="tatami4"></div></a>
  241. <a href="#5"><div class="tatami5"></div></a>
  242.  
  243. <div class="text1"><center><i>ENTER</i></center></div>
  244.  
  245.  
  246. <div id="1" class="was">
  247.  
  248. <a href="profile.php?user=Punpun" title="Coded by Punpun" target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
  249. <a href="#"><div class="tat1" ></div></a>
  250. <div class="tattxt" style="position: absolute; margin: auto; right: 0px; left:400; top: 0; bottom: 0;"><b>[ OOC ]</b> Basic rules apply; IC ≠ OOC, real life over roleplay, no means no. I am not a mind reader, so please be upfront if there is something you want or expect. <br><br>
  251.  
  252. <b>Smut</b> allowed <i>if</i> OOC conditions are met (i.e., I am interested and can trust you won’t make things weird.) <br>
  253.  
  254. <b>Combat</b> for story only. </div>
  255.  
  256. <div class="tattxta" style="position: absolute; margin: auto; right: 300px; left:0; top: 20; bottom: 0;">
  257.  
  258. CONTACT INFO:
  259. <div class="sts2">SMUT: ✓* </div>
  260. <div class="sts2">PM-FRIENDLY: ✓</div>
  261. <div class="sts2">DISCORD: ✓ </div>
  262. <div class="sts2">TIMEZONE: EST</div><br>
  263. ALTS:
  264. <a target="_blank" href="https://roleplay.chat/profile.php?user=Charade" title=""><div class="sts2">CHARADE</div></a>
  265. <a target="_blank" href="https://roleplay.chat/profile.php?user=ALIEN+QUEEN" title=""><div class="sts2">ALIEN QUEEN</div></a>
  266. <br>
  267. <a href="#2">◄</a> / <a href="#3">▲</a> / <a href="#4">▼</a> / <a href="#5">►</a>
  268. </div></div>
  269.  
  270. <div id="2" class="was">
  271.  
  272. <a href="profile.php?user=Punpun" title="Coded by Punpun" target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
  273. <a href="#"><div class="tatami4"></div></a>
  274. <div class="tattxt" style="position: absolute; margin: auto; right: 0px; left:100; top: 0; bottom: 0;"><b>[ PERSONALITY ]</b>
  275. At first, Michiru appears quiet and softspoken. Refined. To others she may appear privileged and spoiled, and... They aren’t <i>wrong,</i> per se. She is used to a certain level of comfort most never experience. ‘Generic’ is a dirty word. It is rare to see her pull out her own chairs, or physically open doors for herself; usually, someone does it for her.
  276. <br><i>(cont.)</i>
  277.  
  278. <p>To an even smaller, select group, she is catty and vindictive. </div>
  279.  
  280. <div class="tattxta" style="position: absolute; margin: auto; right: 12px; left:0; top: 300; bottom: 0;">
  281.  
  282. FRIENDS:
  283. <a target="_blank" href="https://roleplay.chat/profile.php?user=Yuna+Usui" title=""><div class="sts2">YUNA USUI</div></a>
  284. <a target="_blank" href="https://roleplay.chat/profile.php?user=Best+Jeanist" title=""><div class="sts2">BEST JEANIST</div></a>
  285. <div class="sts2"><a target="_blank" href="LINK" title="">n/a</a></div>
  286. <br>
  287. OTHER:
  288. <a target="_blank" href="https://roleplay.chat/profile.php?user=Endeavor" title=""><div class="sts2">ENDEAVOR</div></a>
  289. <a target="_blank" href="https://roleplay.chat/profile.php?user=Hawk" title=""><div class="sts2">HAWKS</div></a>
  290. <a href="#1">◥</a> / <a href="#3">▲</a> / <a href="#4">►</a> / <a href="#5">◥</a>
  291. </div></div>
  292.  
  293.  
  294. <div id="3" class="was">
  295.  
  296. <a href="profile.php?user=Punpun" title="Coded by Punpun" target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
  297. <a href="#"><div class="tatami2"></div></a>
  298.  
  299. <div class="tattxt" style="position: absolute; margin: auto; right: 0px; left:0; top: 0; bottom: 20;"><b>[ HISTORY ]</b>
  300. Michiru’s mother married up, ensuring a lavish and comfortable childhood for her daughter. However, she couldn’t quite escape her roots; her brother in particular was a constant source of embarrassment. Still, family was family, so while he was away in jail Michiru’s cousins were sometimes invited over— and Michiru found them both frustrating and fascinating. <i>(cont.)</i>
  301.  
  302. <p>Despite their ‘white trash’ ways and general insanity, Asami and her sisters were a regular presence in Michiru’s life. In fact, it was partly their influence that days before her wedding (an arranged marriage at her father’s behest), she turned her fiancé into a pig. Months of harassment, lectures, and even threats followed before they finally backed off. By the time the dust had settled, she had already her things packed, funds allocated, and a room booked at another hotel.
  303.  
  304. <p>At present she lives with Asami. Though she still harbors some distaste for the rest of their family, she has yet to discard their name, wealth or connections, and likely never will. </div>
  305.  
  306. <div class="tattxta" style="position: absolute; margin: auto; right: 350px; left:0; top: 0; bottom: 0;">
  307.  
  308. NAME:
  309. <div class="sts2">MICHIRU KAIOH</div>
  310. <div class="sts2">AGE —25</div>
  311. <div class="sts2">HEIGHT —5'6</div>
  312. <div class="sts2">NEUTRAL EVIL</div><br>
  313. FAMILY:
  314. <a target="_blank" href="https://roleplay.chat/profile.php?user=Pestilence" title="a pest."><div class="sts2">ASAMI ISHIDA</div></a>
  315. <br>
  316. <a href="#1">◢ </a> / <a href="#2">◣</a> / <a href="#4">▼</a> / <a href="#5">►</a>
  317. </div></div>
  318.  
  319.  
  320. <div id="4" class="was">
  321.  
  322. <a href="profile.php?user=Punpun" title="Coded by Punpun" target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
  323. <a href="#"><div class="tatami3"></div></a>
  324.  
  325. <div class="tattxt" style="position: absolute; margin: auto; right: 0px; left:0; top: 0; bottom: 0;"><b>[ QUIRK: WITCH’S BLOOD ]</b>
  326.  
  327. <p>User takes on a desiccated, corpse-like appearance and gains telekinetic abilities, which they can use to bolster their strength, speed, screams, and even give them the ability to fly (albeit for a short amount of time). Transformations can be deliberate or emotionally triggered. <i>(cont.)</i>
  328.  
  329. <p> <i>Passive.</i> While transformed, the user's blood has a catalyzing quality when used in conjunction with other substances.
  330.  
  331. <p><i>Drawbacks/Limits.</i> Telekinetic abilities are accessible only while user is transformed. Using said telekinesis takes up energy, and some activities (screaming, flight) vastly expend more energy than others (enhancing speed or strength) — cutting her reserves to little more than a few hours (2 - 3) or less. Pushing an ability or stat to the max, or in combination, will also quickly expend energy, cutting down the transformation to an hour or less, even minutes. User is unable to lift extremely fast or heavy objects without considerable strain or training.
  332.  
  333. <p>Power: <b>+2</b> <i>(if speed is also enhanced)</i>
  334. <br>Speed: <b>+1</b> <i>(if physical strength is also enhanced)</i> </div>
  335.  
  336.  
  337. <div class="tattxta" style="position: absolute; margin: auto; right: 0px; left:350; top: 20; bottom: 0;">
  338.  
  339. STATS:
  340. <div class="sts2">POWER —2*/5 </div>
  341. <div class="sts2">SPEED —2*/5 </div>
  342. <div class="sts2">TECHNIQUE —4/5</div>
  343. <div class="sts2">INTELLECT —4/5</div>
  344. <div class="sts2">TEAMWORK —4/5</div><br>
  345. <a href="#1">◤</a> / <a href="#2">◄</a> / <a href="#3">▲</a> / <a href="#5">◥</a>
  346. </div></div>
  347.  
  348.  
  349. <div id="5" class="was">
  350.  
  351. <a href="profile.php?user=Punpun" title="Coded by Punpun" target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; right:10; bottom:0;width:25;"></a>
  352. <a href="#"><div class="tatami5"></div></a>
  353.  
  354. <div class="tattxt" style="position: absolute; margin: auto; right: 80px; left:0; top: 0; bottom: 280;"><b>[ OCCUPATION: PR AGENT ]</b>
  355.  
  356. <br><br><br><center><i>for: <a target="_blank" href="https://roleplay.chat/profile.php?user=Endeavor" title="">Endeavor</a></i></center>
  357.  
  358. <br>Duties include: serving as a liaison to the press; supervision of all official social media accounts; occasionally acting as Endeavor’s spokesperson and providing legal counsel. (She has a degree in law.) </div>
  359.  
  360. <div class="tattxta" style="position: absolute; margin: auto; right: 0px; left:30; top: 20; bottom: 0;">
  361. PLOTS:
  362. <div class="sts2">“HOT WINGS”</div>
  363. <div class="sts2">n/a </div>
  364. <div class="sts2">n/a </div>
  365. <div class="sts2">n/a </div>
  366. <div class="sts2">n/a </div><br>
  367. <a href="#2">◣</a> / <a href="#1">◄</a> / <a href="#3">◤</a> / <a href="#4">▼</a>
  368. </div></div>
  369.  
  370.  
  371. <a href="profile.php?user=Punpun" title="Coded by Punpun." target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; left:10; bottom:0;width:25;-webkit-transform: scaleX(-1); filter: FlipH;"></a>
Advertisement
Add Comment
Please, Sign In to add comment