Advertisement
Guest User

erq

a guest
Sep 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 KB | None | 0 0
  1. <style>@import url('https://fonts.googleapis.com/css?family=Questrial');
  2. @import url('https://fonts.googleapis.com/css?family=Abel');
  3. @import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700,900);
  4. @import url('https://fonts.googleapis.com/css?family=Playfair Display SC');
  5. /*968583*/
  6.  
  7. /*coded by [punpun]. do not steal the characters. do not remove this. do not remove the credits.*/
  8.  
  9.  
  10. body {
  11. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9bebd+0,cab3b1+40,936661+100 */
  12. background: #EFEFEF;
  13. overflow-y:hidden;
  14. overflow-x:hidden;}
  15.  
  16.  
  17.  
  18. ::-webkit-scrollbar-thumb {
  19. width: 3px;
  20. background-color: #trans;}
  21. ::-webkit-scrollbar {
  22. width: 3px;
  23. background-color: transparent;}
  24. ::-webkit-scrollbar {
  25. width: 5px;
  26. }
  27.  
  28. ::-webkit-scrollbar-track {
  29. background-color: transparent;
  30. }
  31.  
  32.  
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. background-color: #000;
  36. border: 1px solid #000;
  37. }
  38.  
  39. audio::-webkit-media-controls-play-button { height:100%;
  40. width: 100%; }
  41. audio::-webkit-media-controls-panel { height: 50px;
  42. width: 17%;
  43. opacity: 0; }
  44.  
  45.  
  46. a {
  47. color: #000;
  48. text-decoration: none;
  49. background-color: #F73B4A;
  50. transition: all 0.4s ease-in-out;
  51. -moz-transition: all 0.4s ease-in-out;
  52. -webkit-transition: all 0.4s ease-in-out;}
  53. a:hover {
  54. color: #F73B4A;
  55. background-color: #000;
  56. text-decoration: none;
  57. transition: all 0.4s ease-in-out;
  58. -moz-transition: all 0.4s ease-in-out;
  59. -webkit-transition: all 0.4s ease-in-out;}
  60. a.tab:active, a.tab:link, a.tab:visited {
  61. background-color: #450303;
  62. border: 4px double #968583;
  63. border-radius: 0px;
  64. display: inline-flex;
  65. height: 10px;
  66. text-decoration: none;
  67. width:15px;
  68. -webkit-transition: all 0.4s ease-in;
  69. -moz-transition: all 0.4s ease-in;
  70. -ms-transition: all 0.4s ease-in;
  71. -o-transition: all 0.4s ease-in;
  72. transition: all 0.4s ease-in;
  73. }
  74. a.tab:hover {
  75. background-color: #D68472;
  76. border: 4px double #333333;
  77. }
  78. a.tooltip {outline:none; text-decoration: none; cursor: url(), auto;}
  79. a.tooltip strong {line-height:30px;}
  80. a.tooltip:hover {text-decoration:none; }
  81. a.tooltip span {
  82. z-index:100;display:none; padding:15px 20px;
  83. bottom: 98;right: 657;
  84. width:230px; line-height:16px;
  85. height: 220px;
  86. }
  87. a.tooltip span img { height: 64px;
  88. width: 64px;
  89. padding: 0.5%; }
  90. a.tooltip:hover span{
  91. display:inline; position:fixed; color:#F73B4A;
  92. border:3px solid #000; background:#trans; opacity: 1; }
  93.  
  94. #left {
  95. position: fixed;
  96. right: 385;
  97. bottom: 140;
  98. width: 2px;
  99. height: 0;
  100. background-color: #F73B4A;
  101. border: 0px solid #968583;
  102. z-index: 10;
  103. opacity: 1;
  104. -webkit-transition: all 0.6s ease-out;
  105. -moz-transition: all 1.3s ease-out;
  106. -ms-transition: all 1.3s ease-out;
  107. -o-transition: all 1.3s ease-out;
  108. transition: all 1.3s ease-out;}
  109.  
  110.  
  111. body:hover #left{height: 120;
  112. opacity: 1;
  113. -webkit-transition-delay: 2.4s ;
  114. -moz-transition-delay: 2.4s;
  115. -ms-transition-delay: 2.4s ;
  116. -o-transition-delay: 2.4s ;
  117. transition-delay: 2.4s ;
  118. }
  119.  
  120. #right {
  121. position: fixed;
  122. right: 613px;
  123. bottom: 140;
  124. width: 2px;
  125. height: 1;
  126. background-color: #F73B4A;
  127. border: 0px solid #968583;
  128. z-index: 20;
  129. opacity: 1;-webkit-transition: all 0.6s ease-out;
  130. -moz-transition: all 1.3s ease-out;
  131. -ms-transition: all 1.3s ease-out;
  132. -o-transition: all 1.3s ease-out;
  133. transition: all 1.3s ease-out;}
  134.  
  135. body:hover #right{height: 120;
  136. opacity: 1;
  137. -webkit-transition-delay: 2.4s ;
  138. -moz-transition-delay: 2.4s;
  139. -ms-transition-delay: 2.4s ;
  140. -o-transition-delay: 2.4s ;
  141. transition-delay: 2.4s ;
  142. }
  143. #bottom{
  144. position: fixed;
  145. right: 428px;
  146. bottom: 108;
  147. width: 1;
  148. height: 1;
  149. background-color: #4A0000;
  150. border: 0px solid #968583;
  151. z-index: 20;
  152. opacity: 1;
  153. -webkit-transition: all 0.6s ease-out;
  154. -moz-transition: all 1.3s ease-out;
  155. -ms-transition: all 1.3s ease-out;
  156. -o-transition: all 1.3s ease-out;
  157. transition: all 1.3s ease-out;}
  158.  
  159. body:hover #bottom{width:140px;
  160. opacity: 1;
  161. -webkit-transition-delay: 2.4s ;
  162. -moz-transition-delay: 2.4s;
  163. -ms-transition-delay: 2.4s ;
  164. -o-transition-delay: 2.4s ;
  165. transition-delay: 2.4s ;
  166. }
  167.  
  168. /*968583*/
  169.  
  170. .be{
  171. margin-top: 5px;
  172. height: 115px;
  173. width: 70px;
  174. margin-right: 1px;
  175. border: #D68472 2px solid;
  176. -webkit-filter: grayscale(100%);
  177. -moz-filter: grayscale(100%);
  178. -o-filter: grayscale(100%);
  179. filter: grayscale(100%);
  180. -webkit-transition: all 0.6s ease-out;
  181. -moz-transition: all 0.6s ease-out;
  182. -ms-transition: all 0.6s ease-out;
  183. -o-transition: all 0.6s ease-out;}
  184.  
  185. .be:hover {border: #000 2px solid;
  186. -webkit-filter: grayscale(0%);
  187. -moz-filter: grayscale(0%);
  188. -o-filter: grayscale(0%);
  189. filter: grayscale(0%);}
  190.  
  191.  
  192. #ufuk2 {position: fixed;right: -2%;bottom: 0%;z-index:-10; opacity: 1;}
  193. #ufuk2 img {width: auto;height: 80%;}
  194.  
  195. /*frist things first*/
  196.  
  197. .head {
  198. position: fixed;
  199. right: 369;
  200. bottom: 305;
  201. color: #F73B4A;
  202. font-family: Playfair Display SC;
  203. font-size: 30px;opacity: 0;
  204. -webkit-transition: all 0.6s ease-out;
  205. -moz-transition: all 0.6s ease-out;
  206. -ms-transition: all 0.6s ease-out;
  207. -o-transition: all 0.6s ease-out;
  208. transition: all 0.6s ease-out;}
  209.  
  210.  
  211. body:hover .head{opacity: 1;
  212. -webkit-transition-delay: 1.6s ;
  213. -moz-transition-delay: 1.6s ;
  214. -ms-transition-delay: 1.6s ;
  215. -o-transition-delay: 1.6s ;
  216. transition-delay: 1.6s ;
  217. }
  218. .head2 {
  219. position: fixed;
  220. right: 445;
  221. bottom: 305;
  222. color: #F73B4A;
  223. font-family: Questrial;opacity: 0;
  224. font-size: 20px;
  225. -webkit-transition: all 0.6s ease-out;
  226. -moz-transition: all 0.6s ease-out;
  227. -ms-transition: all 0.6s ease-out;
  228. -o-transition: all 0.6s ease-out;
  229. transition: all 0.6s ease-out;}
  230.  
  231. body:hover .head2{
  232. bottom: 285;opacity: 1;
  233. -webkit-transition-delay: 2.4s ;
  234. -moz-transition-delay: 2.4s;
  235. -ms-transition-delay: 2.4s ;
  236. -o-transition-delay: 2.4s ;
  237. transition-delay: 2.4s ;
  238. }
  239.  
  240. #botline {
  241. width: 1px;height: 7px;
  242. background: #000;
  243. position: fixed;
  244. bottom: 306;right: 373;
  245. display:block;
  246. -webkit-transition: all 1.6s ease-out;
  247. -moz-transition: all 1.6s ease-out;
  248. -ms-transition: all 1.6s ease-out;
  249. -o-transition: all 1.6s ease-out;
  250. transition: all 1.6s ease-out;}
  251. body:hover #botline{
  252. width: 248px;
  253. }
  254.  
  255. #sprite { position: absolute;
  256. top: 5px;
  257. right: 5px;
  258. background: url(https://img.pokemondb.net/sprites/black-white/anim/normal/loudred.gif) no-repeat;
  259. background-size: contain;
  260. width: 45px;
  261. height: 45px;
  262. -webkit-transition: all 1.6s ease-out;
  263. -moz-transition: all 1.6s ease-out;
  264. -ms-transition: all 1.6s ease-out;
  265. -o-transition: all 1.6s ease-out;
  266. transition: all 1.6s ease-out;
  267. opacity: 0; }
  268. body:hover #sprite { transition-delay: 0.55s;
  269. opacity: 0.85; }
  270.  
  271. .player { height: 100%;
  272. width: 100%;
  273. opacity: 0; }
  274.  
  275.  
  276. /*boxes*/
  277.  
  278. .box {
  279. position: fixed;
  280. right: 390px;
  281. bottom: 120px;
  282. height: 140;
  283. width: 190;
  284. background-color: #transparent;
  285. border-bottom: #000000 10px solid;
  286. border-right: #000000 10px solid;
  287. border-left: #F73B4A 10px solid;
  288. border-top: #F73B4A 10px solid;
  289. box-shadow: #000000 0px 0px 0px 0px;
  290. background-image:url("");
  291. z-index: 5;
  292. color: #F73B4A;
  293. font-family: Palatino Linotype;
  294. font-style: normal;
  295. font-variant: ;
  296. font-weight: 400;
  297. text-align: justify;
  298. overflow-x: hidden;
  299. overflow-y: auto;
  300. font-size: 11px;
  301. padding: 5px;
  302. -webkit-transition: all 0.4s ease-out;
  303. -moz-transition: all 0.4s ease-out;
  304. -ms-transition: all 0.4s ease-out;
  305. -o-transition: all 0.4s ease-out;
  306. transition: all 0.4s ease-out;
  307. opacity: 0;
  308. filter:alpha(opacity=75);
  309. }
  310. body:hover .box{
  311. opacity: 1;
  312. -webkit-transition-delay: 3.6s;
  313. -moz-transition-delay: 3.6s;
  314. -ms-transition-delay: 3.6s;
  315. -o-transition-delay: 3.6s;
  316. transition-delay: 3.6s ;
  317.  
  318.  
  319. </style>
  320.  
  321. <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;z-index:999;"></a>
  322.  
  323.  
  324.  
  325. <div id="left"></div><div id="right"></div><div id="bottom"></div>
  326.  
  327. <div class="head"><i>THE TRAINER.</i></div><div id="topline"></div><div id="botline"></div>
  328. <div class="head2">Katsuyori Shibata.</div>
  329.  
  330. <div id="ufuk2"><img src="http://i.picpar.com/CkVc.jpg"></div>
  331.  
  332. <div class="box">
  333. Name <font style="float:right"><a class="tooltip">Katsuyori Shibata<span>No frills. No nonsense. Shibata believes in the fundamentals.
  334. Some Pokemon didn't respect their trainers. Some had trainers who were too lenient. Shibata changed these disobedient and rowdy Pokemon. Eventually, he was dubbed "the Trainer" after training dozens of Pokemon to become reliable and efficient. He didn't have an affinity for any particular type of Pokemon. He often saw people align with the types they identified with--aesthetically and personality-wise, and he disliked that. Shibata viewed normal-types as the most efficient and pragmatic. He wanted to avoid the pitfall of eccentricity that others fell into.
  335. </span></a></font><br>
  336.  
  337. Nicknamed <font style="float:right;">The Trainer
  338.  
  339.  
  340. </font><br>
  341.  
  342. Personality <font style="float:right;"><a class="tooltip">Pragmatic, assertive
  343.  
  344. <span><font style="color:#E3CFB3;"><i> identify the essential. eliminate the rest. √</I></font> Shibata values simplicity, productivity, and pragmatism above all. He values self-improvement through self-reflection, which often results in him getting rid of what he finds superfluous in life. This includes belongings, Pokemon, and people. The transient nature of life as a traveler meant that Shibata had few connections, so he rarely got attached and often stopped associating with people. He is a natural leader; Shibata's leadership skills were groomed in sports and community roles since he was young. He sometimes comes across as insensitive and tactless in his speech.</span></a></font><br>
  345.  
  346. Age <font style="float:right;">20</font><br>
  347. Occupation <font style="float:right;"><a class="tooltip">Trainer, athlete <span>Shibata is currently traveling from town to town to battle Pokemon and to train the disobedient. He finds adventuring rewarding and a good way of living a simple lifestyle. // When he was younger, he had an affinity for sports and was locally renown for his skill in baseball. He opted out of seeking a professional career, citing fame as being off-putting. He still participates in amateur sports and has a slight sense of kinship with fighting-type Pokemon and their trainers, primarily for their emphasis on athleticism.</span></a></font><br>
  348. Height/Weight <font style="float:right;">6'0 - 175 lbs</font><br>
  349. Type<font style="float:right;"><a class="tooltip">Normal <span><img src="http://orig13.deviantart.net/22a1/f/2010/067/7/b/staraptor_by_kwsmithjr.png">
  350. <img src="https://img.pokemondb.net/sprites/heartgold-soulsilver/shiny/persian.png">
  351. <img src="https://img.pokemondb.net/sprites/platinum/normal/kecleon.png">
  352. <img src="http://pldh.net/media/pokemon/gen4/dp/143.png">
  353. <img src="http://2.bp.blogspot.com/_v9trPFVh9B8/SZN1Gw2xXOI/AAAAAAAAABI/KyukpLfPdO8/s400/Pidgeotto.gif"><br>
  354. <img src="https://img.pokemondb.net/sprites/black-white/anim/normal/loudred.gif">
  355.  
  356. </span></a></font><br>
  357. Orientation <font style="float:right;">Heterosexual<br></font><br>
  358. Remain<font style="float:right;"><a class="tooltip">Abstinent.<span><font style="color:#E3CFB3;">This is<br>
  359. the<br>
  360. ooc<br>
  361. section<br>
  362. ya</font>
  363. </span></a></font><br></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement