Advertisement
cat_inthe_cradle

pokemon female trainer

Jan 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. <style>
  2. body { background:none; }
  3. #scroller { padding: 35px 0; box-sizing: border-box; }
  4. #profile-container { width:750px;background:#333; }
  5. #profile-container {background:none;}
  6.  
  7.  
  8.  
  9.  
  10.  
  11. .pfor{display:none;}
  12. #profile{border:none;background: transparent;}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. /* BODY */
  19. ::-webkit-scrollbar-thumb:vertical {
  20. background-color: #dbe9bf;
  21. height: 50px;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. height: 10px;
  26. width: 3px;
  27. background-color: #f0ebea;
  28. }
  29.  
  30. body {
  31. background-image: url("http://68.media.tumblr.com/tumblr_m6gsx9kY2q1qdwkufo6_1280.png");
  32. background-attachment: fixed;
  33. background-color: #ffffff;
  34. margin: 0;
  35. }
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. a:link {text-decoration: none; color: #a8c5ea;}
  44.  
  45.  
  46. a:visited {color:a8c5ea;}
  47.  
  48.  
  49.  
  50. a:hover{color:#e3e0e1; font-style: italic;}
  51.  
  52.  
  53. body, a:hover {cursor: url(), progress !important;}
  54.  
  55. #name {
  56. position:fixed;
  57. font-family:Italianno;
  58. font-size:18px;
  59. top:217px;
  60. left:230px;
  61. color:#fff;
  62. text-shadow:0px 0px 1px #000;
  63. z-index:999999;
  64. }
  65.  
  66.  
  67.  
  68. #name1 {
  69. position:fixed;
  70. font-family:Italianno;
  71. font-size:30px;
  72. top:232px;
  73. left:210px;
  74. color:#751414;
  75. text-shadow:0px 0px 1px #000;
  76. z-index:999999;
  77. }
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. a:link {text-decoration: none; color: #a8c5ea;}
  87. a:visited {color:#a8c5ea;}
  88. a:hover{color:#e3e0e1; font-style: italic;}
  89. b {
  90. text-transform: ;
  91. font-size: px;
  92. font-weight: ;
  93. color: #664737;
  94. background: #fff;
  95. letter-spacing: px;
  96. padding: 1px 2px 1px 3px;
  97. margin-right: 2px;}
  98. u {
  99. text-transform: ;
  100. font-size: ;
  101. font-weight: ;
  102. color: #000;
  103. background: #;
  104. letter-spacing: 1px;
  105. padding: 1px 2px 1px 3px;
  106. margin-right: 2px;
  107. border-bottom: dotted 1px #000;}
  108. i {
  109. font-size: px;
  110. font-weight: ;
  111. color: #000;
  112. letter-spacing: 1px;
  113. padding: 1px 2px 1px 3px;
  114. margin-right: 2px;}
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. .hoverbox1 {
  127. position: fixed;
  128. background-color: # ;
  129. opacity: 0;
  130. border-top: 1px solid #fff;
  131. width: 80px;
  132. height: 200px;
  133. padding: 5px;
  134. left: 5px;
  135. top: 285px;
  136. font-family: arial;
  137. font-size: 9px;
  138. color: #;
  139. letter-spacing: 0px;
  140. -webkit-transition: all .7s ease-in-out;
  141. }
  142. .hoverbox1:hover {
  143. opacity: 1;
  144. top: 305px;
  145.  
  146. }
  147. .hoverbox1 b {
  148. color: # ;
  149. font-family: calibri;
  150. font-size: 10px;
  151. line-height: 10px;
  152. text-transform: ;
  153. }
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. .hoverbox2 {
  161. position: fixed;
  162. background-color: #37384a ;
  163. opacity: 0;
  164. border-top: 1px solid #fff;
  165. width: 200px;
  166. height: 100px;
  167. padding: 5px;
  168. left: 243px;
  169. top: 290px;
  170. font-family: arial;
  171. font-size: 9px;
  172. color: #;
  173. letter-spacing: 0px;
  174. -webkit-transition: all .7s ease-in-out;
  175. }
  176. .hoverbox2:hover {
  177. opacity: 0.8;
  178. top: 315px;
  179.  
  180. }
  181. .hoverbox2 b {
  182. color: # ;
  183. font-family: calibri;
  184. font-size: 10px;
  185. line-height: 10px;
  186. text-transform: ;
  187. }
  188.  
  189.  
  190.  
  191. .metrion {border-radius: 100%; width: 15vh; left:570px; height: 15vh;border: 1px solid #ffffff;background-color:#a9a303;position:absolute; bottom:37vh; right:8vw;animation-name: zinthos; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear;}
  192.  
  193. @keyframes zinthos {from { transform: scale(1); opacity: 1; box-shadow: 0px 0px 10px 2px #fff;}to { transform: scale(4); opacity: 0; box-shadow: 0px 0px 10px 6px #fff;}}
  194.  
  195.  
  196. </style>
  197.  
  198.  
  199.  
  200. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 185px; left: 100px; overflow: auto; text-align: left; border-radius: ; border: 0px solid #3f3c3c;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/MDuc.png" alt="" width="350" height="" /> </span></div>
  201.  
  202.  
  203. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 250px; ; position: absolute; top: 350px; left: 385px; overflow: auto; text-align: left; background-color: #fff; border: 0px solid #3f3c3c;"><span style="font-family: agency fb; font-size: 135; color: #e3855c;">
  204.  
  205.  
  206.  
  207. </span></div>
  208.  
  209.  
  210. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 220px; left: 395px; overflow: auto; text-align: left; border-radius: ; border: 0px solid #3f3c3c;"><span style="font-family: agency fb; font-size: 138; color: #fff;">
  211.  
  212. mija
  213.  
  214. </span></div>
  215. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 225px; left: 400px; overflow: auto; text-align: left; border-radius: ; border: 0px solid #3f3c3c;"><span style="font-family: agency fb; font-size: 135; color: #e3855c;">
  216.  
  217. mija
  218.  
  219. </span></div>
  220.  
  221.  
  222. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 250px; ; position: absolute; top: 390px; left: 405px; overflow: auto; text-align: left; background-color: #; border: 0px solid #3f3c3c;">
  223. <b><span style="font-family: agency fb; font-size: 15; color: #e3855c;">
  224. name. <br />
  225. gender.<br />
  226. hometown.<br />
  227. class. <br />
  228. starter.<br />
  229. hair.<br />
  230. eyes. <br />
  231. sexuality.<br />
  232. marital.<br />
  233. </b>
  234. </div>
  235.  
  236.  
  237.  
  238.  
  239. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 200px; height: 250px; ; position: absolute; top: 390px; left: 365px; overflow: auto; text-align: right; background-color: #; border: 0px solid #3f3c3c;"><span style="font-family: agency fb; font-size: 15; color: #e3855c;">
  240.  
  241. mija ikari <br />
  242. feminine<br />
  243. ula'ula island <br />
  244. trainer <br />
  245. mimikyu<br />
  246. blonde<br />
  247. violet <br />
  248. heterosexual<br />
  249. solitude<br />
  250.  
  251. </div>
  252.  
  253.  
  254.  
  255.  
  256.  
  257. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 160px; height: 10px; ; position: absolute; top: 570px; left: 405px; overflow: auto; text-align: right; background-color: #; border-top: 10px solid #e3855c;"><span style="font-family: agency fb; font-size: 15; color: #e3855c;">
  258. </div>
  259.  
  260.  
  261. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 160px; height: 50px; ; position: absolute; top: 560px; left: 444px; overflow: auto; text-align: left; background-color: #; border-top: px solid #e3855c;"><span style="font-family: agency fb; font-size: 22; color: #fff;">
  262.  
  263. complexity
  264.  
  265. </div>
  266. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 160px; height: 50px; ; position: absolute; top: 560px; left: 446px; overflow: auto; text-align: left; background-color: #; border-top: px solid #e3855c;"><span style="font-family: agency fb; font-size: 22; color: #fff;">
  267.  
  268. complexity
  269.  
  270. </div>
  271. <div style="letter-spacing: px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 160px; height: 50px; ; position: absolute; top: 560px; left: 445px; overflow: auto; text-align: left; background-color: #; border-top: px solid #e3855c;"><span style="font-family: agency fb; font-size: 22; color: #e3855c;">
  272.  
  273. complexity
  274.  
  275. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement