Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. <!--- CHATANGO HIDE ADS ---!>
  2. <Style> .logo_div { visibility: hidden; } .fpix_header { visibility: hidden; } .topad { visibility: hidden; } .fpix_asl_table { visibility: hidden; } .profile_text { visibility: hidden; } .nc_profile { visibility: visible; } #left_container { visibility: hidden } #profilephoto { visibility: hidden; } #flash_close_butt { visibility: hidden; } #start_chat_but { visibility: hidden; } #fpix_wrap#ead7c9per { visibility: visible; } body { } </style> <style> span {display:text !important;] </style>
  3.  
  4. <!--- TAB TITLE CODE. ---!>
  5. <script language=javascript>document.title=("fishu")</script>
  6.  
  7.  
  8. <!--- FAVICON CODE. ---!>
  9. <link rel="shortcut icon" href="http://eclecticquill.com/assets/favicon-transparent.ico">
  10.  
  11. <!--- FONT ---!>
  12. <link href='http://fonts.googleapis.com/css?family=Laila' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <style>
  16.  
  17. body{
  18. background-image: url('http://www.minimalwall.com/wp-content/themes/imageriver/thumb.php?src=http://www.minimalwall.com/wp-content/uploads/minimal-desktop-wallpaper-ffffff.png&w=590&zc=1&q=85') !important; background-repeat;repeat !important;
  19. background-position:top-center!important;
  20. background-repeat:repeat;
  21. background-attachment:fixed;
  22. }
  23.  
  24. ::selection {
  25. background: #c0bccd;
  26. color:#ffffff;
  27. }
  28.  
  29. ::-moz-selection {
  30. background: #c0bccd;
  31. color:#ffffff;
  32. }
  33.  
  34.  
  35. a:link {
  36. color: #999999;
  37. }
  38.  
  39. a:visited {
  40. color: #999999;
  41. }
  42.  
  43. a:hover {
  44. color: #999999;
  45. }
  46.  
  47. a:active {
  48. color: #999999;
  49. }
  50.  
  51. #fish{
  52. width:350px;
  53. border:1px solid #c0bccd;
  54. overflow:hidden;
  55. height:50px;
  56. position:fixed;
  57. display:block;
  58. left:200px;
  59. top:70px;
  60. -webkit-border-radius: 3px;
  61. -moz-border-radius: 3px;
  62. border-radius: 3px;
  63. }
  64.  
  65. #box{
  66. background-color:#ffffff;
  67. font-family: 'Laila', serif;
  68. border:1px solid #c0bccd;
  69. height:200px;
  70. width:310px;
  71. font-size:9px;
  72. overflow:auto;
  73. padding:20px;
  74. color:#808080;
  75. position:fixed;
  76. top:130px;
  77. left:200px;
  78. -webkit-border-radius: 3px;
  79. -moz-border-radius: 3px;
  80. border-radius: 3px;
  81. }
  82.  
  83.  
  84. .dy{
  85. color:#808080;
  86. font-family:tahoma;
  87. padding-left:10px;
  88. padding-right:27px;
  89. padding-bottom:8px;
  90. font-size:29px;
  91. display:block;
  92. text-decoration:none;
  93. height:35px;
  94. width:8px;
  95. margin-bottom:20px;
  96. border-radius:3px;
  97. background-color:#c0bccd;
  98. color:#c0bccd;
  99. border:1px solid #c0bccd;
  100. z-index:-9999;
  101. }
  102.  
  103. .dy:hover{
  104. z-index:-9999;
  105. -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  106. -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  107. -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  108. transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  109. text-decoration:none;
  110. color:#c0bccd;
  111. background-color:#ffffff;
  112. border-right:60px solid #ffffff;
  113. }
  114.  
  115.  
  116. #player {
  117. z-index:999;
  118. background-color:transparent;
  119. width:50px;
  120. height:23px;
  121. position:fixed;
  122. overflow:hidden;
  123. top:90px;
  124. left:125px;
  125. -webkit-transition: opacity 0.8s linear;
  126. -webkit-transition: all 0.8s ease-in-out;
  127. -moz-transition: all 0.8s ease-in-out;
  128. -o-transition: all 0.8s ease-in-out;
  129. }
  130.  
  131. #icon {
  132. margin-top:3px;
  133. margin-bottom:20px;
  134. margin-left:10px;
  135. font-size:9px;
  136. color:#cccccc;
  137. font-family:san-serif;
  138. -webkit-transition: opacity 0.8s linear;
  139. -webkit-transition: all 0.8s ease-in-out;
  140. -moz-transition: all 0.8s ease-in-out;
  141. -o-transition: all 0.8s ease-in-out;
  142. }
  143.  
  144. #player:hover {
  145. width:50px;
  146. background:#fff;
  147. -moz-border-radius:0px;
  148. border-radius:0px;
  149. }
  150.  
  151. #player:hover #icon {
  152. margin-top:-15px;
  153. margin-bottom:4px;
  154. opacity:0;
  155. }
  156.  
  157.  
  158. h1{
  159. background:#ffffff;
  160. text-transform:uppercase;
  161. margin-bottom:2px;
  162. border-bottom:1px dashed #c0bccd;
  163. color:#c0bccd;
  164. font-size:9px;
  165. font-family: 'Laila', serif;
  166. }
  167.  
  168.  
  169. .link{
  170. letter-spacing:1px;
  171. width:70px;
  172. height:14px;
  173. text-align:center;
  174. display:inline-block;
  175. font-size:9px;
  176. font-family: 'Laila', serif;
  177. border:1px solid #cccccc;
  178. background-color:#ffffff;
  179. color:#999999;
  180. padding-top:3px;
  181. margin-bottom:3px;
  182. margin-right:2px;
  183. }
  184.  
  185. .link:hover{
  186. opacity:0.4;
  187. color:#999999;
  188. }
  189. </style>
  190.  
  191.  
  192. <div style="position:fixed; left:130px; top:130px;">
  193.  
  194. <!--- TAB 1 ---!>
  195. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab1')">1</a>
  196.  
  197.  
  198. <!--- TAB 2 ---!>
  199. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab2')">2</a>
  200.  
  201.  
  202. <!--- TAB 3 ---!>
  203. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab3')">3</a>
  204.  
  205.  
  206. <!--- TAB 4 ---!>
  207. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab4')">4</a>
  208. </div>
  209.  
  210. <!--- "WELCOME" MESSAGE ---!>
  211. <div id="box">
  212.  
  213.  
  214. <!--- TITLE ---!>
  215. <h1>welcome</h1>
  216.  
  217. Navigate using the boxes to the left.</br></br>
  218.  
  219.  
  220. </div>
  221.  
  222. <div id="tab1" style="display:none">
  223.  
  224.  
  225. <!--- TITLE ---!>
  226. <h1>about me</h1>
  227.  
  228. <!--- TAB 1 DESCRIPTION ---!>
  229.  
  230. Hello there!<br><br>Generally, making friends for me is rather difficult, as I am painfully awkward -- I can't be the only one. Anyways, I came to this site because I get bored, I like to write, and I enjoy writing with others who can share a mutual interest of profound pleasure. Of course, my personality can mae many skeptical the first time they cross paths with me, so, I should go ahead and reveal one truth: I promise I'm not boring. I'm just shy, and awkward. Give me time, talk to me, I can be a great friend to have around. Message me, please, I love talking to new people. ♥
  231. </div>
  232.  
  233. <!--- IGNORE ---!>
  234. <script>function changeNavigation(id) {document.getElementById('box').innerHTML=document.getElementById(id).innerHTML}</script>
  235.  
  236. <div id="tab2" style="display:none">
  237.  
  238.  
  239.  
  240. <!--- TITLE ---!>
  241. <h1>friends</h1>
  242.  
  243. <!--- TAB 2 DESCRIPTION---!>
  244. </br>
  245.  
  246. <!--- FRIENDS ---!>
  247. <select style=" height: 20px; width: 150px;color: 808080; font-size: 9px; font-family:trebuchet ms;">
  248.  
  249. <option>friend</option>
  250.  
  251. <option>friend</option>
  252.  
  253. <option>friend</option>
  254.  
  255. <option>friend</option>
  256.  
  257. <option>friend</option>
  258.  
  259. <option>friend</option>
  260.  
  261. <option>friend</option>
  262.  
  263. <option>friend</option>
  264.  
  265. </select>
  266. <p>
  267.  
  268. </div>
  269.  
  270. <div id="tab3" style="display:none">
  271.  
  272.  
  273.  
  274. <!--- TITLE ---!>
  275. <h1>my accounts</h1>
  276.  
  277. <!--- TAB 3 DESCRIPTION ---!>
  278.  
  279. <!--- LINK ---!>
  280. <a class="link" href="http://link.com">Wren</a>
  281.  
  282. <!--- LINK ---!>
  283. <a class="link" href="http://link.com">Juno</a>
  284.  
  285. <!--- LINK ---!>
  286. <a class="link" href="http://link.com">Selene</a>
  287.  
  288. <!--- LINK ---!>
  289. <a class="link" href="http://link.com">account</a>
  290.  
  291. <!--- LINK ---!>
  292. <a class="link" href="http://link.com">account</a>
  293.  
  294. <!--- LINK ---!>
  295. <a class="link" href="http://link.com">account</a>
  296.  
  297. <!--- LINK ---!>
  298. <a class="link" href="http://link.com">account</a>
  299.  
  300. <!--- LINK ---!>
  301. <a class="link" href="http://link.com">account</a>
  302.  
  303. <!--- LINK ---!>
  304. <a class="link" href="http://link.com">account</a>
  305.  
  306. <!--- LINK ---!>
  307. <a class="link" href="http://link.com">account</a>
  308.  
  309. <!--- LINK ---!>
  310. <a class="link" href="http://link.com">account</a>
  311.  
  312. <!--- LINK ---!>
  313. <a class="link" href="http://link.com">account</a>
  314.  
  315.  
  316. <p>
  317.  
  318.  
  319. As a general rule, my characters are based on well thought out concepts. I mostly RP subs, but I also throw in a few dom's. <i>Shrugs</i>. It honestly just depends on what I'm in the mood for.
  320.  
  321.  
  322. </div>
  323.  
  324.  
  325.  
  326.  
  327. <!--- RIGHT IMAGE ---!>
  328. <img src="http://40.media.tumblr.com/3c7a4fdfb251195437c41f3100fb687b/tumblr_mx2sq5sAmC1rpb5h1o1_1280.png" height="100%" width="auto" style="position:fixed;right:350px;z-index:-9999;bottom:0px;"/ >
  329.  
  330.  
  331. <!--- FISH WIDGET ---!>
  332. <div id="fish">
  333. <div style="margin-left:-20px;">
  334. <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor10=F45540&up_fishName=Fish&up_foodColor=E3E3E3&up_fishColor1=FFFFFF&up_fishColor5=FFFFFF&up_fishColor8=FFFFFF&up_fishColor6=E3E3E3&up_fishColor9=F45540&up_fishColor4=E3E3E3&up_fishColor7=FFFFFF&up_fishColor3=FFFFFF&up_backgroundColor=C0BCCD&up_backgroundImage=http://&up_numFish=6&up_fishColor2=E3E3E3&" width="420" height="60"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor10=F45540&up_fishName=Fish&up_foodColor=E3E3E3&up_fishColor1=FFFFFF&up_fishColor5=FFFFFF&up_fishColor8=FFFFFF&up_fishColor6=E3E3E3&up_fishColor9=F45540&up_fishColor4=E3E3E3&up_fishColor7=FFFFFF&up_fishColor3=FFFFFF&up_backgroundColor=C0BCCD&up_backgroundImage=http://&up_numFish=6&up_fishColor2=E3E3E3&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  335. </div>
  336. </div>
  337.  
  338. <div class="gaf210imvustylez_youtubebox" style="width:1px;height:1px;overflow:hidden"><iframe width="300" height="300" src="https://www.youtube.com/embed/1HrZ2CWxx6Y?autoplay=1&amp;loop=1&amp;playlist=1HrZ2CWxx6Y" frameborder="0" allowfullscreen></iframe><!--Youtube player code generated @ http://gaf210.imvustylez.net --></div>
  339. <!--- MUSIC PLAYER CODE (NOT MINE) - REPLACE .mp3 URL ---!>
  340. <div id="player"><center>
  341. <div id="icon"><img src="http://media.tumblr.com/tumblr_m7w28slx3l1r6o8v2.gif"/> </div>
  342. <div> <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/1h5rq1ihe7/Circus_Fish_-_by_Vermillion_Lies.mp3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /> </div>
  343. <div>
  344. </center> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement