owltrash

Dragonstriker's original profile

Jul 9th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. <style>
  2. @import url(http://fonts.googleapis.com/css?family=Lobster+Two);
  3. @import url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
  4. .pfor {display: none;}
  5. body {background: #FFF; overflow: hidden;}
  6. /* The Supreme @ RPC */
  7. #profile {border: 0px; background: transparent;}
  8. body, a:hover
  9. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  10.  
  11. ::-webkit-scrollbar {background: transparent; width: 5px}
  12. ::-webkit-scrollbar-thumb:vertical {background: #444444;}
  13.  
  14. ::selection {background: #BBBBBB; }
  15. ::-moz-selection {background: transparent; }
  16.  
  17. #box{
  18. position: fixed;
  19. margin: auto;
  20. top: 0px;
  21. right: 0px;
  22. bottom: 0px;
  23. left: 0px;
  24. width: 618px;
  25. height: 380px;
  26. background: #fff;
  27. }
  28.  
  29. #left{
  30. position: absolute;
  31. width: 140px;
  32. height: 380px;
  33. text-align: left;
  34. }
  35.  
  36. #right{
  37. position: absolute;
  38. margin-left: 480px;
  39. width: 140px;
  40. height: 380px;
  41. text-align: left;
  42. }
  43.  
  44. #middle{
  45. position: absolute;
  46. margin-top: 18px;
  47. margin-left: 138px;
  48. width: 340px;
  49. height: 340px;
  50. background: #111111;
  51. border: #333333 1px solid;
  52. overflow: hidden;
  53. text-align: left;
  54. }
  55.  
  56. .icon{
  57. float: left;
  58. width: 100px;
  59. height: 100px;
  60. background: #FFFFFF;
  61. margin-top: 18px;
  62. margin-left: 18px;
  63. border: #FFFFFF 1px solid;
  64. text-align: left;
  65. }
  66.  
  67. .icon img{
  68. position: absolute;
  69. margin-top: 10px;
  70. margin-left: 10px;
  71. width: 78px;
  72. border: #333333 1px solid;
  73. box-shadow: 0px 0px 7px #FFF, 0px 0px 7px #FFF;
  74. }
  75.  
  76. .icon a{
  77. position: absolute;
  78. margin-top: 16px;
  79. margin-left: 16px;
  80. width: 68px;
  81. height: 68px;
  82. opacity: 0;
  83. background-color: rgba(0, 0, 0, 0.9);
  84. color: #BBBBBB;
  85. text-decoration: none;
  86. font-family: Lobster Two;
  87. font-size: 18px;
  88. font-weight: bold;
  89. line-height: 68px;
  90. text-align: center;
  91. transition: opacity 0.5s ease-in-out;
  92. }
  93.  
  94. .icon a:hover{
  95. opacity: 1;
  96. transition: opacity 0.5s ease-in-out;
  97. }
  98.  
  99. .text{
  100. position: absolute;
  101. margin-top: 10px;
  102. margin-left: 10px;
  103. padding: 10px;
  104. width: 300px;
  105. height: 300px;
  106. overflow: auto;
  107. background: #000000;
  108. opacity: 0;
  109. color: #0D9CF2;
  110. text-align: justify;
  111. font-family: tahoma;
  112. font-size: 11px;
  113. line-height: 10px;
  114. transition: 0.9s;
  115. }
  116.  
  117. .text:target{
  118. opacity: 1;
  119. background-color: rgba(0, 0, 0, .9);
  120. transition: 0.9s;
  121. z-index: 1;
  122. }
  123.  
  124. a {color:#65B0DD;
  125. text-decoration: none;
  126. -webkit-transition: all 0.5s ease-in-out;
  127. -moz-transition: all 0.5s ease-in-out;
  128. -o-transition: all 0.5s ease-in-out;
  129. -ms-transition: all 0.5s ease-in-out;
  130. transition: all 0.5s ease-in-out;
  131. }
  132.  
  133. a:hover {color: #0EA4FF;
  134. text-decoration: none;
  135. -webkit-transition: all 0.5s ease-in-out;
  136. -moz-transition: all 0.5s ease-in-out;
  137. -o-transition: all 0.5s ease-in-out;
  138. -ms-transition: all 0.5s ease-in-out;
  139. transition: all 0.5s ease-in-out;
  140. }
  141.  
  142. b{
  143. color: #999;
  144. letter-spacing: 1px;
  145. font-size: 10px;
  146. }
  147.  
  148. i{
  149. color: #B2B2B2;
  150. letter-spacing: 1px;
  151. font-size: 12px;
  152. }
  153.  
  154.  
  155.  
  156. #sound{
  157. float: left;
  158. width: 280px;
  159. height: 70px;
  160. padding: 10px;
  161. text-align: left;
  162. }
  163.  
  164. #player{
  165. position: absolute;
  166. width: 70px;
  167. height: 70px;
  168. background: #444444;
  169. overflow: hidden;
  170. text-align: left;
  171. }
  172.  
  173. .play{
  174. position: absolute;
  175. width: 30px;
  176. height: 70px;
  177. text-align: center;
  178. line-height: 60px;
  179. color: black;
  180. font-size: 50px;
  181. }
  182.  
  183. .play a{
  184. text-decoration: none;
  185. color: black;
  186. }
  187.  
  188. .album{
  189. position: absolute;
  190. width: 70px;
  191. height: 70px;
  192. transition: 0.7s;
  193. }
  194.  
  195. #player:hover .album{
  196. margin-left: 28px;
  197. transition: 0.7s;
  198. }
  199.  
  200. #track{
  201. position: absolute;
  202. width: 200px;
  203. height: 70px;
  204. padding-left: 5px;
  205. margin-left: 75px;
  206. background: #444444;
  207. font-family: trebuchet ms;
  208. font-size: 10px;
  209. color: #999999;
  210. line-height: 14px;
  211. text-shadow: #000000 2px 2px 3px, #000000 2px 2px 3px, #000000 2px 2px 3px;
  212. box-shadow: inset #666666 0px 0px 0px 1px;
  213. }
  214.  
  215. </style>
  216.  
  217. <div id="whole" oncontextmenu="return false;">
  218.  
  219. <div id="box">
  220. <div id="left">
  221. <div class="icon"><img src="http://i.imgur.com/62nTqR9.jpg"><a href="#001">info</a></div>
  222. <div class="icon"><img src="http://i.imgur.com/d4X4zX1.png"><a href="#002">etc.</a></div>
  223. <div class="icon"><img src="http://i.imgur.com/5EmLhav.jpg"><a href="#003">logs</a></div>
  224. </div>
  225.  
  226.  
  227. <div id="right">
  228. <div class="icon"><img src="http://i.imgur.com/Fk1nA5I.jpg"><a href="#004">friends</a></div>
  229. <div class="icon"><img src="http://i.imgur.com/yRaXHG1.png"><a href="#005">playlist</a></div>
  230. <div class="icon"><img src="http://i.imgur.com/8eipKg1.png"><a href="#006">ooc</a></div>
  231. </div>
  232.  
  233. <div id="middle">
  234. <img src="http://i.imgur.com/hMtAHr0.png" style="width: 340px; position: absolute;">
  235.  
  236. <div id="001" class="text" style="text-align: center;">
  237.  
  238. <p>-
  239.  
  240. <p><i>“With every death, comes honor. With honor, redemption.”</i>
  241.  
  242. <p>-
  243.  
  244. <p><a target="_blank" href="http://overwatch.gamepedia.com/Hanzo" target="_blank">hanzo shimada</a>. 38.
  245. <br><b>overwatch</b>.
  246.  
  247. <p>-
  248.  
  249. <p>[ ow rp only ]
  250.  
  251. <p>-
  252.  
  253. <p>art by <a target="_blank" href="http://dilfosaur.tumblr.com" target="_blank">dilfosaur</a>, <a target="_blank" href="http://vimeddiart.tumblr.com" target="_blank">vimeddiee</a>, <a target="_blank" href="http://ssaravinter.tumblr.com" target="_blank">ssaravinter</a>
  254. <br><a target="_blank" href="http://rowenheaven.tumblr.com" target="_blank">júlia de miranda</a> and various artists.
  255.  
  256. </div>
  257.  
  258.  
  259. <div id="002" class="text">
  260.  
  261. <p>- lightweight; easily drunk
  262. <br>- petty / possessive / jealous binch
  263. <br>- enjoys bubble tea
  264. <br>- owns a kitten
  265. <br>- ghibli snob
  266. <br>- no chill
  267.  
  268. <p>-
  269.  
  270. <p>
  271. <center>
  272.  
  273. • <a target="_blank" href="http://mchanzo.tumblr.com/image/160317596969" target="_blank">the cat</a> •
  274. <br>• <a target="_blank" href="http://swarnpert.tumblr.com/post/160217611530" target="_blank">chillin in bed</a> •
  275. <br>• <a target="_blank" href="http://thetiniestcicada.tumblr.com/post/157470808866/a-silly-comic-about-hanzo-bad-at-making-friends" target="_blank">bad at making friends</a> •
  276. <br>• <a target="_blank" href="http://z-meow.tumblr.com/post/158543772188/zombiescratch-this-was-funnier-in-my-head-zzz" target="_blank">what the fuck are you wearing</a> •
  277. <br>• <a target="_blank" href="https://www.youtube.com/watch?v=N8D2czIKfPs" target="_blank">neutral face of displeasure</a> •
  278. <br>• <a target="_blank" href="http://dilfosaur.tumblr.com/post/159350157218" target="_blank">i deserve this</a> •
  279. <br>• <a target="_blank" href="https://s-media-cache-ak0.pinimg.com/736x/5c/a8/59/5ca8591b6f5caad491e68bd4cdde06f9.jpg" target="_blank">pow</a> •
  280.  
  281. </center>
  282.  
  283. <p>-
  284.  
  285. <p>...and
  286. <br><a target="_blank" href="http://2static.fjcdn.com/pictures/Shimada_4fe7c8_6105811.jpg" target="_blank">noodle dragons</a>.
  287.  
  288. </div>
  289.  
  290.  
  291. <div id="003" class="text" style="text-align: center;">
  292.  
  293. <p>• [3.11] Shopping with <a target="_blank" href="https://roleplay.chat/profile.php?user=Devi" target="_blank">Symmetra</a> and <a target="_blank" href="https://roleplay.chat/profile.php?user=Liao" target="_blank">Liao</a>.
  294.  
  295. <p>• [3.13] Drinks with everyone.
  296.  
  297. <p>• [3.15] Found a kitten. <a target="_blank" href="https://roleplay.chat/profile.php?user=Devi" target="_blank">Symmetra</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Zenyatta" target="_blank">Zenyatta</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Fareeha" target="_blank">Pharah</a> and <a target="_blank" href="https://roleplay.chat/profile.php?user=Jessie McCree" target="_blank">McCree</a> assist.
  298.  
  299. <p>• [3.??] Drinks with <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>.
  300.  
  301. <p>• [4.17] Taco run with <a target="_blank" href="https://roleplay.chat/profile.php?user=araignee du soir" target="_blank">Widowmaker</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Azucar" target="_blank">Sombra</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Tracer" target="_blank">Tracer</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=La%20Calavera" target="_blank">Reaper</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Zenyatta" target="_blank">Zenyatta</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Shimada Hanzo" target="_blank">younger Hanzo</a> and <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>.
  302.  
  303. <p>• [4.21] Trip to McDonald’s with <a target="_blank" href="https://roleplay.chat/profile.php?user=Hana Song" target="_blank">D.Va</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Zenyatta" target="_blank">Zenyatta</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Tracer Rounds" target="_blank">Tracer</a> and <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>.
  304.  
  305. <p>• [4.23] Discussion about love and accountability with <a target="_blank" href="https://roleplay.chat/profile.php?user=Devi" target="_blank">Symmetra</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Fareeha" target="_blank">Pharah</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Zenyatta" target="_blank">Zenyatta</a> and <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>.
  306.  
  307. <p>• [4.24] Selfies with <a target="_blank" href="https://roleplay.chat/profile.php?user=Hana Song" target="_blank">D.Va</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Cyborg Ninja" target="_blank">Genji</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Zenyatta" target="_blank">Zenyatta</a>, <a target="_blank" href="https://roleplay.chat/profile.php?user=Devi" target="_blank">Symmetra</a> and <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>. (Thank you, <a target="_blank" href="https://roleplay.chat/profile.php?user=Cosette" target="_blank">Cosette</a>.)
  308.  
  309. <p>• [4.25] DTR discussion with <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>.
  310.  
  311. <p>• [5.7] Serenaded by <a target="_blank" href="https://roleplay.chat/profile.php?user=Jesse McCree" target="_blank">McCree</a>.
  312.  
  313. <p>• [5.8] Bought a child from <a target="_blank" href="https://roleplay.chat/profile.php?user=Jamison" target="_blank">Junkrat</a>.
  314.  
  315. </div>
  316.  
  317.  
  318. <div id="004" class="text" style="text-align: center;">
  319.  
  320. <p>
  321. <a href="profile.php?user=Shimada Genji" target="_blank">
  322. <img src="http://i.imgur.com/0otgnsB.gif" style="width: 50px; height: 50px;">
  323. </a>
  324. <a href="profile.php?user=Devi" target="_blank">
  325. <img src="http://i.imgur.com/CNx4r3x.gif" style="width: 50px; height: 50px;">
  326. </a>
  327. <a href="profile.php?user=Jesse McCree" target="_blank">
  328. <img src="http://i.imgur.com/EjcMZRX.jpg" style="width: 50px; height: 50px;">
  329. </a>
  330. <a href="profile.php?user=Zenyatta" target="_blank">
  331. <img src="http://i.imgur.com/mTFjGcG.gif" style="width: 50px; height: 50px;">
  332. </a>
  333.  
  334. <a href="profile.php?user=Fareeha" target="_blank">
  335. <img src="http://i.imgur.com/F2vZTQW.jpg" style="width: 50px; height: 50px;">
  336. </a>
  337. <a href="profile.php?user=barmherzig" target="_blank">
  338. <img src="http://i.imgur.com/1JZqffr.gif" style="width: 50px; height: 50px;">
  339. </a>
  340. <a href="profile.php?user=cauchemar" target="_blank">
  341. <img src="http://i.imgur.com/zDbQrby.gif" style="width: 50px; height: 50px;">
  342. </a>
  343. <a href="profile.php?user=Azucar" target="_blank">
  344. <img src="http://i.imgur.com/yc65Nni.gif" style="width: 50px; height: 50px;">
  345. </a>
  346.  
  347. <a href="profile.php?user=Tracer Rounds" target="_blank">
  348. <img src="http://i.imgur.com/lWxHow7.gif" style="width: 50px; height: 50px;">
  349. </a>
  350.  
  351.  
  352. </div>
  353.  
  354.  
  355. <div id="005" class="text">
  356.  
  357. <div id="sound">
  358. <div id="player">
  359. <div class="play"><a href="LINK" target="_blank">▸</a></div>
  360. <div class="album"><img src="IMAGE" width="70" height="70"></div>
  361. </div>
  362.  
  363. <div id="track"><br>
  364. <b>TRACK:</b> title<br>
  365. <b>ARTIST:</b> artist<br>
  366. <b>ALBUM:</b> <i>album</i><br>
  367. </div>
  368. </div>
  369.  
  370. </div>
  371.  
  372.  
  373. <div id="006" class="text" style="text-align: center;">
  374.  
  375. <p>-
  376.  
  377. <p><b>ooc</b>
  378.  
  379. <p>-
  380.  
  381. <p>• PM friendly–
  382. <br>as in I'm always up for a chat.
  383. <br>• No Shimadacest pls but I wish you well.
  384. <br>• I do not want your McCree.
  385. <br>I have my own.
  386. <br>Relax.
  387.  
  388. <p>-
  389.  
  390. <p>[ <b>timezone:</b> eastern daylight ]
  391.  
  392. </div>
  393.  
  394.  
  395. </div>
  396. </div>
Advertisement
Add Comment
Please, Sign In to add comment