Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. <!--- TITLE OF PAGE --->
  2.  
  3. <script language=javascript>document.title=(" title goes here ")</script>
  4.  
  5. <!--- DISABLE ADS --->
  6.  
  7. <style type="text/css">
  8. #ad, .topad, #buyers_ad, .bap-trigger,
  9. * body [name*='google_ads_frame1'],
  10. * body [name*='google_ads_frame2'],
  11. #left_container [href*='ad'] {display: none !important;}
  12. .logo_div {display:none !important;visibility:hidden;}
  13. .uppermenu {display:none !important;visibility:hidden;}
  14. .fpix_header {display:none !important;visibility:hidden;}
  15. .fpix_header td {display:none !important;visibility:hidden;}
  16. .fpix_header.topad {display:none !important;visibility:hidden;}
  17. #show_chat_btn {display:none !important;visibility:hidden;}
  18. .profile_text {display:none !important;visibility:hidden;}
  19. #flash_close_butt {display:none !important;visibility:hidden;}
  20. #left_container {display:none !important;visibility:hidden;}
  21. #asltable {display:none !important;visibility:hidden;}
  22. #asltable td {display:none !important;visibility:hidden;}
  23. #asltable.fpix_asl_table {display:none !important;visibility:hidden;}
  24. #buyers_ad {display:none !important;visibility:hidden;}
  25. .bottombar {display:none !important;visibility:hidden;}
  26. </style>
  27.  
  28.  
  29. <!--- IF YOU'D LIKE TO CHANGE AND NEED ASSISTANCE ASK ME --->
  30.  
  31. <html>
  32. <head>
  33. <style>
  34.  
  35. body {
  36.  
  37. background-color:#FFFFFF;
  38.  
  39. }
  40.  
  41. .main {
  42.  
  43. Position:absolute;
  44. Left:280px; Top:100px;
  45.  
  46. Height:300px; Width:500px;
  47.  
  48. Background-color:#FFFFFF;
  49. Border:4px solid #333333;
  50.  
  51. font-family; silkscreen;
  52. font-size:8px;
  53. color:#000000;
  54. text-align:center;
  55.  
  56. z-index:999;
  57.  
  58. }
  59.  
  60. #side {
  61.  
  62. Position:absolute;
  63. Right:30px; top:0px;
  64.  
  65. Height:708px; width:200px;
  66.  
  67. background-color:#333333;
  68. border:2px solid #333333;
  69.  
  70.  
  71. z-index:99;
  72. }
  73.  
  74. #side2 {
  75.  
  76. Position:absolute;
  77. left:30px; top:0px;
  78.  
  79. Height:708px; width:200px;
  80.  
  81. background-color:#333333;
  82. border:2px solid #333333;
  83.  
  84. z-index:99;
  85.  
  86. }
  87.  
  88. #img {
  89.  
  90. Position:absolute;
  91. Right:100px; Bottom:0px;
  92.  
  93. }
  94.  
  95. #Line1 {
  96.  
  97. Position:absolute;
  98. left:400px; top:0px;
  99.  
  100. height:100px; width:8px;
  101.  
  102. background-color:#333333;
  103.  
  104. z-index:2;
  105. }
  106.  
  107. #Line2 {
  108.  
  109. Position:absolute;
  110. left:670px; top:0px;
  111.  
  112. height:100px; width:8px;
  113.  
  114. background-color:#333333;
  115.  
  116. z-index:2;
  117.  
  118. }
  119.  
  120. #player {
  121.  
  122. Position:fixed;
  123. right:100px; bottom:3px;
  124.  
  125. height:25px; width:25px;
  126.  
  127. background-color:#FFFFFF;
  128. border:2px double #000000;
  129. border-radius:50px;
  130.  
  131. Padding-top:5px;
  132. Padding-left:8px;
  133.  
  134. overflow:hidden;
  135.  
  136. z-index:9999;
  137.  
  138. transition:all .7s ease-in-out;
  139. -webkit-transition:all .7s ease-in-out;
  140. -o-transition:all .7s ease-in-out;
  141. -moz-transition:all .7s ease-in-out;
  142.  
  143. }
  144.  
  145. #player:hover {
  146.  
  147. width: 134px;
  148. height: 70px;
  149. border-radius:40%;
  150.  
  151. transition:all .7s ease-in-out;
  152. -webkit-transition:all .7s ease-in-out;
  153. -o-transition:all .7s ease-in-out;
  154. -moz-transition:all .7s ease-in-out;
  155. }
  156.  
  157.  
  158.  
  159. #Credit {
  160.  
  161. Position:fixed;
  162. right:100px; bottom:70px;
  163.  
  164. height:40px; width:40px;
  165.  
  166. background-color:#FFFFFF;
  167. border:2px double #000000;
  168. border-radius:50px;
  169.  
  170. font-family:calibri;
  171. font-size:9px;
  172. color:#000000;
  173.  
  174. Padding-top:0px;
  175. Padding-left:0px;
  176.  
  177. overflow:hidden;
  178.  
  179. z-index:9999;
  180.  
  181. transition:all .7s ease-in-out;
  182. -webkit-transition:all .7s ease-in-out;
  183. -o-transition:all .7s ease-in-out;
  184. -moz-transition:all .7s ease-in-out;
  185.  
  186. }
  187.  
  188. #credit:hover {
  189.  
  190. width: 134px;
  191. height: 80px;
  192. border-radius:35%;
  193.  
  194. transition:all .7s ease-in-out;
  195. -webkit-transition:all .7s ease-in-out;
  196. -o-transition:all .7s ease-in-out;
  197. -moz-transition:all .7s ease-in-out;
  198. }
  199.  
  200. </style>
  201.  
  202. <body>
  203.  
  204. <!--- TEXT BOX --->
  205.  
  206. <div class="main">
  207.  
  208. Name: Axus [no last name]
  209. </br></br>
  210. Age: 20
  211. </br></b>
  212. Gender: Female
  213. </br></br>
  214. Race: Human, mostly.
  215. </br></br>
  216. Class: Mage, summon magic mostly. Some healing and poison.
  217. </br></br>
  218. Height: 5'3''
  219. </br></br>
  220. Weight: 152lbs
  221. </br></br>
  222. Relationship Status: Currently has a rp only mate, is not restricted from other rp's.
  223. </br></br>
  224. Sexual prefrances: She prefers men but some females...gah you best watch it if you meet her qouta ladies.
  225. </br></br>
  226. Personality type: Apparently she is a goddamn Tsundere -3-
  227. </br></br>
  228. Look Preferance,, via male: Long hair, dark colored hair and eyes, taller than her, dom (just because this is her type does not mean she will not like you if you dont meet any of the standards.)
  229. </br></br>
  230. Look Preferance, via female: Lighter colored hair, no blue eyes, shorter than her, sub (just because this is her type does not mean she will not like you if you dont meet any of the standards.)
  231.  
  232. </div>
  233.  
  234.  
  235. <!--- SIDE BARS --->
  236.  
  237. <div id="side"> </div>
  238.  
  239. <div id="side2"> </div>
  240.  
  241.  
  242. <!--- IMAGE YOU CAN CHANGE --->
  243.  
  244. <div id="img"> <img src="http://i1356.photobucket.com/albums/q722/Amber_Rose_Timmons/7fd943a32d181bc45c4ba5c84c6df6b4_zpswxxabuok.jpg"> </div>
  245.  
  246.  
  247. <!--- LINES --->
  248.  
  249. <div id="line1"> </div>
  250.  
  251. <div id="line2"> </div>
  252.  
  253.  
  254. <!--- MUSIC PLAYER --->
  255.  
  256. <div id="player">
  257.  
  258. <img src="http://www.zjhysyxx.com/xsblog/skin/skin_sys45/ynboke/oblog/fm.gif">
  259.  
  260. <br><br>
  261.  
  262. <!--- MUSIC PLAYER CODE GOES HERE --->
  263.  
  264. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://a.tumblr.com/tumblr_m8labhZuyp1r47edyo1.mp3&t0=sea of moonlight&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  265.  
  266. <!--- CREDIT --->
  267. <div id="credit">
  268. <img src="http://users.dakotacom.net/~trish/peachies-collection/peach_files/hamsters/hamst05.gif">
  269. © Kiah made this.
  270. </div>
  271.  
  272.  
  273. </body>
  274. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement