Advertisement
Guest User

For Lizza

a guest
Jan 19th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none; visibility: hidden;}
  3. #profile {background-color:;}
  4. #profile {border:;}
  5. body
  6. {overflow-x:hidden;
  7. background-image:
  8. url('');
  9. background-repeat:repeat;
  10. background-position:;
  11. background-attachment: fixed;
  12. background-color:#111;
  13. font: 12px arial;
  14. color: black;}
  15. #profile {background-color: transparent;
  16. border:0px;
  17. }
  18.  
  19. ::-webkit-scrollbar {
  20. width: 5px;
  21. height: 0px;
  22. background:;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. background-color:black;
  27. -webkit-border-radius: 10px;
  28. border-radius: 10px;
  29. }
  30.  
  31. a {color:;
  32. text-decoration: none;
  33. -webkit-transition: all 0.5s ease-in-out;
  34. -moz-transition: all 0.5s ease-in-out;
  35. -o-transition: all 0.5s ease-in-out;
  36. -ms-transition: all 0.5s ease-in-out;
  37. transition: all 0.5s ease-in-out;
  38. }
  39.  
  40. a:hover {color: black;
  41. text-decoration: none;
  42. -webkit-transition: all 0.5s ease-in-out;
  43. -moz-transition: all 0.5s ease-in-out;
  44. -o-transition: all 0.5s ease-in-out;
  45. -ms-transition: all 0.5s ease-in-out;
  46. transition: all 0.5s ease-in-out;
  47. }
  48.  
  49. *{cursor: url('http://68.media.tumblr.com/tumblr_m2wiy7v2eS1qfamg6.png'), default;
  50. }
  51.  
  52. @font-face {font-family: "tinytots";src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04B_03_.TTF?dl=1'); format("truetype");}
  53.  
  54.  
  55. #whole{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  56.  
  57.  
  58. #image {background-image:
  59. url('http://i67.tinypic.com/d8bi9.jpg');
  60. background-size:260px;
  61. background-repeat:no-repeat;
  62. background-position:top center;
  63. background-attachment: absolute;
  64. position:fixed;
  65. left:380;
  66. top:301;
  67. width:200;
  68. height:250;
  69. -webkit-filter:;
  70. border:5px solid #333;
  71.  
  72. }
  73.  
  74. #box {background-color:white;
  75. vertical-align: center;
  76. text-transform: none;
  77. color:black;
  78. font-size:8px;
  79. font-family:tinytots;
  80. text-align: justify;
  81. position: fixed;
  82. width:200;
  83. height:345;
  84. left: 600px;
  85. top: 300px;
  86. letter-spacing:0px;
  87. line-height: 10px;
  88. padding: 10px;
  89. margin: 1px;
  90. border:5px solid #333;
  91. }
  92.  
  93. #image2 {background-image:
  94. url('https://s-media-cache-ak0.pinimg.com/originals/90/c5/83/90c58338a13d50658fadce673e62ff33.gif');
  95. background-size:250px;
  96. background-repeat:no-repeat;
  97. background-position:20% 0%;
  98. background-attachment: absolute;
  99. position:fixed;
  100. left:845;
  101. top:418;
  102. width:200;
  103. height:250;
  104. -webkit-filter:;
  105. border:5px solid #333;
  106. }
  107.  
  108. #navi {
  109. vertical-align: center;
  110. text-align: center;
  111. position: absolute;
  112. left:375;
  113. top:570;
  114. letter-spacing:0px;
  115. line-height: 10px;
  116. padding: 5px;
  117. margin: 1px;
  118. }
  119.  
  120. #navi a {
  121. padding: 7px;
  122. width: 193px;
  123. font-family: tinytots;
  124. font-size: 8px;
  125. text-transform:uppercase;
  126. letter-spacing: 1px;
  127. display: inline-block;
  128. text-align: center;
  129. color:black;
  130. background-color: #333;
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;
  136. border: 1px solid black;
  137. }
  138.  
  139. #navi a:hover {background-color:#fff;
  140. -webkit-transition: all 0.5s ease-in-out;
  141. -moz-transition: all 0.5s ease-in-out;
  142. -o-transition: all 0.5s ease-in-out;
  143. -ms-transition: all 0.5s ease-in-out;
  144. transition: all 0.5s ease-in-out;
  145. border: 1px solid #333;
  146. }
  147.  
  148. #link {
  149. vertical-align: center;
  150. text-align: center;
  151. position: absolute;
  152. left:837;
  153. top:295;
  154. letter-spacing:0px;
  155. line-height: 10px;
  156. padding: 5px;
  157. margin: 1px;
  158. }
  159.  
  160. #link a {
  161. padding: 7px;
  162. width: 193px;
  163. font-family: tinytots;
  164. font-size: 8px;
  165. text-transform:uppercase;
  166. letter-spacing: 1px;
  167. display: inline-block;
  168. text-align: center;
  169. color:black;
  170. background-color: #333;
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. -o-transition: all 0.5s ease-in-out;
  174. -ms-transition: all 0.5s ease-in-out;
  175. transition: all 0.5s ease-in-out;
  176. border: 1px solid black;
  177. }
  178.  
  179. #link a:hover {background-color:#fff;
  180. -webkit-transition: all 0.5s ease-in-out;
  181. -moz-transition: all 0.5s ease-in-out;
  182. -o-transition: all 0.5s ease-in-out;
  183. -ms-transition: all 0.5s ease-in-out;
  184. transition: all 0.5s ease-in-out;
  185. border: 1px solid #333;
  186. }
  187.  
  188. #credit {position:fixed;
  189. right:0;
  190. bottom:0;
  191. }
  192.  
  193. h1{
  194. border-bottom:1px solid #333;
  195. color:#eee;
  196. font-size:12px;
  197. line-height: 12px;
  198. font-family:times;
  199. text-align: right;
  200. text-transform:;
  201. letter-spacing:5px;
  202. margin: 0px 5px 5px;
  203. text-shadow: 1px 0px 0px #111,
  204. 0px 1px 0px #111,
  205. -1px 0px 0px #111,
  206. 0px -1px 0px #111;
  207. }
  208.  
  209. </style>
  210. <div id="whole" oncontextmenu="return false;">
  211. <div id="credit">
  212. <img src="http://i.picpar.com/Yfqb.png" width="100">
  213. </div>
  214.  
  215. <div id="image">
  216. </div>
  217. <div id="image2">
  218. </div>
  219.  
  220. <div id="navi">
  221.  
  222. <a href="#one">odin</a>
  223. <br><br>
  224. <a href="#two">dva</a>
  225. <br><br>
  226. <a href="#three">tri</a>
  227.  
  228. </div>
  229.  
  230. <div id="link">
  231. <a href="" target="_blank">comrade</a>
  232. <br><br>
  233. <a href="" target="_blank">comrade</a>
  234. <br><br>
  235. <a href="" target="_blank">comrade</a>
  236. </div>
  237.  
  238.  
  239. <div id="box">
  240. <div style="width:200; height:345; overflow-y: hidden;">
  241. <a name="one"></a>
  242. <div style="width:200; height:345; overflow-y: auto;">
  243.  
  244. <h1>Cheza </h1>
  245.  
  246. <li>I AM TAKEN. You're beat as fuck. I wouldn't try much</li>
  247.  
  248. <li>long term rp over short term</li>
  249.  
  250. <li>pretty pm friendly</li>
  251.  
  252. <li>my character, so bug off.</li>
  253. <br>
  254.  
  255. ↓ [pronounced: CHEZ-AH]
  256. <br><br>
  257.  
  258. nickname(s); <font style=float:right>Chez</font>
  259. <br><br>
  260. age;<font style=float:right>20's</font>
  261. <br><br>
  262. sun sign;<font style=float:right>virgo</font>
  263. <br><br>
  264. gender;<font style=float:right>female</font>
  265. <br><br>
  266. height;<font style=float:right>4'10</font>
  267. <br><br>
  268. weight;<font style=float:right>120</font>
  269. <br><br>
  270. ethnicity;<font style=float:right>russian</font>
  271. <br><br>
  272. orientation;<font style=float:right>bruh</font>
  273. <br><br>
  274. occupation;<font style=float:right>witch. botanist</font>
  275. <br><br>
  276. eye color;<font style=float:right>crystal blue, green inner rim</font>
  277. <br><br>
  278. hair color;<font style=float:right>dyed pink, natural brown</font>
  279. <br><br>
  280. skin tone;<font style=float:right>fair</font>
  281. <br><br>
  282. scent;<font style=float:right>an odd mixture of smoke and roses</font>
  283. <br><br>
  284. inventory;<font style=float:right>some crystals, her wallet & her ring
  285. <br><br>
  286. piercings;<font style=float:right>none
  287. <br><br>
  288. tattoos;<font style=float:right>scorpio alignment on the back of her neck with a full moon beneath and a Misfits skull under her left inner elbow. Looking to get more.
  289. <br><br>
  290. interests;<font style=float:right>books, astrology, crystals, animals
  291. <br><br>
  292. dislikes;<font style=float:right>everything
  293.  
  294. <br>
  295. </div>
  296.  
  297. <a name="two"></a>
  298. <div style="width:200; height:345; overflow-y: auto;">
  299. <i>personality</i> <br><br>
  300. Eats. Like, <i>a lot.</i> Is just a big lover of food.--People are okay too, but honestly. Food is where it's at.
  301. <br> Troublemaker. <br> Seems to ignore a lot of things, or is possibly down right oblivious. Doesn't really know how to "make friends."
  302. <br><br>
  303. <i>powers</i>
  304. <br><br>
  305. Supernatural detection.
  306. <br><br>
  307. pain induction - Causing another great pain psychologically.
  308. <br><br>
  309. Psychometry - The ability to gain foresight by touching objects.
  310. <br><br>
  311. Telepathy - The ability to read another person's or animal's thoughts or communicate with another's mind.
  312. <br><br>
  313. Healing Magic - With the help of crystals, she is able to accelerate healing processes. Her skin turns from a pearl color to iridescent during this process. Currently she is learning how to do so without the use of the crystals.
  314. <br><br>
  315. ...Tends to literally light herself (and others) on fire. Still trying to master.
  316. </div>
  317.  
  318. <a name="three"></a>
  319. <div style="width:200; height:345; overflow-y: auto;">
  320. <i>...</i> <br><br>
  321. under reconstruction.
  322. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement