Advertisement
rpcrandom

Roxy

May 3rd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 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:#1d3b55;
  13. font: 0px 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://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.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 {position:absolute;
  59. left:320;
  60. top:78;
  61. border:10px solid #333333;
  62. }
  63.  
  64. #title {
  65. position:absolute;
  66. font-size:150px;
  67. font-family:Ginette;
  68. color:#FFFFFF;
  69. left:655;
  70. top:60;
  71. text-transform:lowercase;
  72. }
  73.  
  74. #title2 {
  75. position:absolute;
  76. font-size:50px;
  77. font-family:Bebas Neue;
  78. color:#FFFFFF;
  79. left:660;
  80. top:170;
  81. text-transform:uppercase;
  82. }
  83.  
  84. @font-face{font-family:Ginette;src:url(http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf);}
  85.  
  86. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  87.  
  88.  
  89. #box {background-color:3b5d79;
  90. vertical-align: center;
  91. text-transform: none;
  92. color:#FFFFFF;
  93. font-size:11px;
  94. font-family:tinytots;
  95. text-align: justify;
  96. position: absolute;
  97. width:300;
  98. height:90;
  99. left:650px;
  100. top: 240px;
  101. letter-spacing:0px;
  102. line-height: 10px;
  103. padding: 10px;
  104. margin: 1px;
  105. overflow:hidden;
  106. border:10px solid #333333;
  107. }
  108.  
  109. #box2 {background-color:3b5d79;
  110. vertical-align: center;
  111. text-transform: none;
  112. color:#FFFFFF;
  113. font-size:11px;
  114. font-family:tinytots;
  115. text-align: right;
  116. position: absolute;
  117. width:300;
  118. height:100;
  119. left:650px;
  120. top: 380px;
  121. letter-spacing:0px;
  122. line-height: 10px;
  123. padding: 10px;
  124. margin: 1px;
  125. overflow:auto;
  126. border:10px solid #333333;
  127. }
  128.  
  129. #box3 {background-color:3b5d79;
  130. vertical-align: center;
  131. text-transform: none;
  132. color:#FFFFFF;
  133. font-size:8px;
  134. font-family:tinytots;
  135. text-align: justify;
  136. position: absolute;
  137. width:300;
  138. height:90;
  139. left:650px;
  140. top: 530px;
  141. letter-spacing:0px;
  142. line-height: 10px;
  143. padding: 10px;
  144. margin: 1px;
  145. border:10px solid #333333;
  146. }
  147.  
  148. #box3 img {
  149. width:80;
  150. height:80;
  151. border:5px solid #333333;
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. -ms-transition: all 0.5s ease-in-out;
  156. transition: all 0.5s ease-in-out;
  157. }
  158.  
  159. box3 img:hover {
  160. border:5px solid #2A0C0E;
  161. -webkit-transition: all 0.5s ease-in-out;
  162. -moz-transition: all 0.5s ease-in-out;
  163. -o-transition: all 0.5s ease-in-out;
  164. -ms-transition: all 0.5s ease-in-out;
  165. transition: all 0.5s ease-in-out;
  166. }
  167.  
  168. #credit {
  169. position:fixed;
  170. bottom:0;
  171. right:0;
  172. }
  173.  
  174. </style>
  175. <div id="whole" oncontextmenu="return false;">
  176.  
  177. <div id="credit">
  178. <img src="http://i.picpar.com/lIrb.png" width="100">
  179. </div>
  180.  
  181. <div id="title">
  182.  
  183. </div>
  184. <div id="title2">
  185.  
  186. </div>
  187.  
  188. <div id="image">
  189. <img src="http://i.imgbox.com/AZy7mdC7.png" height="561px" width="300px">
  190. </div>
  191.  
  192. <div id="box">
  193. Name: Roxanne<br>
  194. AKA: Roxy, Bitch<br>
  195. Gender: Female<br>
  196. Age: Dead?<br>
  197. Height: 5'6<br>
  198. Weight: 128 lbs.<br>
  199. Occupation: FUCKING DEAD<br>
  200. Orientation: Everything<br>
  201. Kinks: <br>
  202.  
  203. </div>
  204.  
  205. <div id="box2">
  206. <u>OOC</u><br><br>
  207. 1. PM friendly, if I don't respond I'm probably AFK or feeling pissy. <br>
  208. 2. OOC =/= IC; Use brackets or something to let me know. <br>
  209. 3. Open to both clean and smut orientated scene's, this does not mean you are guaranteed either. <br>
  210. 4. Real life happens, for me as it will for you. If something does come up let me know and I'll do the same.<br>
  211. 5. If you do not have a profile, I'm probably not going to reply. <br>
  212.  
  213.  
  214. </div>
  215.  
  216. <div id="box3">
  217. <marquee direction="left" behavior="scroll" width="300" scrollamount="5" onmouseover="this.stop()" onmouseout="this.start()">
  218.  
  219. <a href="http://i.imgbox.com/jMqXJqNJ.jpg" target="_blank">
  220. <img src="http://1.t.imgbox.com/jMqXJqNJ.jpg">
  221. </a>
  222.  
  223. <a href="http://i.imgbox.com/9vujB10m.png" target="_blank">
  224. <img src="http://4.t.imgbox.com/9vujB10m.jpg">
  225. </a>
  226.  
  227. <a href="http://i.imgbox.com/JgxuPy7f.png" target="_blank">
  228. <img src="http://6.t.imgbox.com/JgxuPy7f.jpg">
  229. </a>
  230.  
  231. <a href="http://i.imgbox.com/gCeBTcpS.jpg" target="_blank">
  232. <img src="http://3.t.imgbox.com/OpWgdSot.jpg">
  233. </a>
  234.  
  235.  
  236. </marquee>
  237. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement