Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. <!--- TAB TITLE CODE. ---!>
  2. <script language=javascript>document.title=("seren♥")</script>
  3.  
  4.  
  5. <!--- FAVICON CODE. ---!>
  6. <link rel="shortcut icon" href="http://eclecticquill.com/assets/favicon-transparent.ico">
  7.  
  8. <!--- FONT ---!>
  9. <link href='http://fonts.googleapis.com/css?family=Laila' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <style>
  13.  
  14. body{
  15. 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;
  16. background-position:top-center!important;
  17. background-repeat:repeat;
  18. background-attachment:fixed;
  19. }
  20.  
  21. ::selection {
  22. background: #c0bccd;
  23. color:#ffffff;
  24. }
  25.  
  26. ::-moz-selection {
  27. background: #c0bccd;
  28. color:#ffffff;
  29. }
  30.  
  31.  
  32. a:link {
  33. color: #999999;
  34. }
  35.  
  36. a:visited {
  37. color: #999999;
  38. }
  39.  
  40. a:hover {
  41. color: #999999;
  42. }
  43.  
  44. a:active {
  45. color: #999999;
  46. }
  47.  
  48. #fish{
  49. width:350px;
  50. border:1px solid #c0bccd;
  51. overflow:hidden;
  52. height:50px;
  53. position:fixed;
  54. display:block;
  55. left:200px;
  56. top:70px;
  57. -webkit-border-radius: 3px;
  58. -moz-border-radius: 3px;
  59. border-radius: 3px;
  60. }
  61.  
  62. #box{
  63. background-color:#ffffff;
  64. font-family: 'Laila', serif;
  65. border:1px solid #c0bccd;
  66. height:200px;
  67. width:310px;
  68. font-size:9px;
  69. overflow:auto;
  70. padding:20px;
  71. color:#808080;
  72. position:fixed;
  73. top:130px;
  74. left:200px;
  75. -webkit-border-radius: 3px;
  76. -moz-border-radius: 3px;
  77. border-radius: 3px;
  78. }
  79.  
  80.  
  81. .dy{
  82. color:#808080;
  83. font-family:tahoma;
  84. padding-left:10px;
  85. padding-right:27px;
  86. padding-bottom:8px;
  87. font-size:29px;
  88. display:block;
  89. text-decoration:none;
  90. height:35px;
  91. width:8px;
  92. margin-bottom:20px;
  93. border-radius:3px;
  94. background-color:#c0bccd;
  95. color:#c0bccd;
  96. border:1px solid #c0bccd;
  97. z-index:-9999;
  98. }
  99.  
  100. .dy:hover{
  101. z-index:-9999;
  102. -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  103. -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  104. -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  105. transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
  106. text-decoration:none;
  107. color:#c0bccd;
  108. background-color:#ffffff;
  109. border-right:60px solid #ffffff;
  110. }
  111.  
  112.  
  113. #player {
  114. z-index:999;
  115. background-color:transparent;
  116. width:50px;
  117. height:23px;
  118. position:fixed;
  119. overflow:hidden;
  120. top:90px;
  121. left:125px;
  122. -webkit-transition: opacity 0.8s linear;
  123. -webkit-transition: all 0.8s ease-in-out;
  124. -moz-transition: all 0.8s ease-in-out;
  125. -o-transition: all 0.8s ease-in-out;
  126. }
  127.  
  128. #icon {
  129. margin-top:3px;
  130. margin-bottom:20px;
  131. margin-left:10px;
  132. font-size:9px;
  133. color:#cccccc;
  134. font-family:san-serif;
  135. -webkit-transition: opacity 0.8s linear;
  136. -webkit-transition: all 0.8s ease-in-out;
  137. -moz-transition: all 0.8s ease-in-out;
  138. -o-transition: all 0.8s ease-in-out;
  139. }
  140.  
  141. #player:hover {
  142. width:50px;
  143. background:#fff;
  144. -moz-border-radius:0px;
  145. border-radius:0px;
  146. }
  147.  
  148. #player:hover #icon {
  149. margin-top:-15px;
  150. margin-bottom:4px;
  151. opacity:0;
  152. }
  153.  
  154.  
  155. h1{
  156. background:#ffffff;
  157. text-transform:uppercase;
  158. margin-bottom:2px;
  159. border-bottom:1px dashed #c0bccd;
  160. color:#c0bccd;
  161. font-size:9px;
  162. font-family: 'Laila', serif;
  163. }
  164.  
  165.  
  166. .link{
  167. letter-spacing:1px;
  168. width:70px;
  169. height:14px;
  170. text-align:center;
  171. display:inline-block;
  172. font-size:9px;
  173. font-family: 'Laila', serif;
  174. border:1px solid #cccccc;
  175. background-color:#ffffff;
  176. color:#999999;
  177. padding-top:3px;
  178. margin-bottom:3px;
  179. margin-right:2px;
  180. }
  181.  
  182. .link:hover{
  183. opacity:0.4;
  184. color:#999999;
  185. }
  186. </style>
  187.  
  188.  
  189. <div style="position:fixed; left:130px; top:130px;">
  190.  
  191. <!--- TAB 1 ---!>
  192. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab1')">1</a>
  193.  
  194.  
  195. <!--- TAB 2 ---!>
  196. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab2')">2</a>
  197.  
  198.  
  199. <!--- TAB 3 ---!>
  200. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab3')">3</a>
  201.  
  202.  
  203. <!--- TAB 4 ---!>
  204. <a class="dy" style="cursor:pointer;" onMouseover="cursor:pointer';" onClick="changeNavigation ('tab4')">4</a>
  205. </div>
  206.  
  207. <!--- "WELCOME" MESSAGE ---!>
  208. <div id="box">
  209.  
  210.  
  211. <!--- TITLE ---!>
  212. <h1>welcome</h1>
  213.  
  214. Navigate using the boxes to the left.</br></br>
  215.  
  216.  
  217. </div>
  218.  
  219. <div id="tab1" style="display:none">
  220.  
  221.  
  222. <!--- TITLE ---!>
  223. <h1>about me</h1>
  224.  
  225. <!--- TAB 1 DESCRIPTION ---!>
  226.  
  227. 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. ♥
  228. </div>
  229.  
  230. <!--- IGNORE ---!>
  231. <script>function changeNavigation(id) {document.getElementById('box').innerHTML=document.getElementById(id).innerHTML}</script>
  232.  
  233. <div id="tab2" style="display:none">
  234.  
  235.  
  236.  
  237. <!--- TITLE ---!>
  238. <h1>friends</h1>
  239.  
  240. <!--- TAB 2 DESCRIPTION---!>
  241. </br>
  242.  
  243. <!--- FRIENDS ---!>
  244. <select style=" height: 20px; width: 150px;color: 808080; font-size: 9px; font-family:trebuchet ms;">
  245.  
  246. <option>friend</option>
  247.  
  248. <option>friend</option>
  249.  
  250. <option>friend</option>
  251.  
  252. <option>friend</option>
  253.  
  254. <option>friend</option>
  255.  
  256. <option>friend</option>
  257.  
  258. <option>friend</option>
  259.  
  260. <option>friend</option>
  261.  
  262. </select>
  263. <p>
  264.  
  265. </div>
  266.  
  267. <div id="tab3" style="display:none">
  268.  
  269.  
  270.  
  271. <!--- TITLE ---!>
  272. <h1>my accounts</h1>
  273.  
  274. <!--- TAB 3 DESCRIPTION ---!>
  275.  
  276. <!--- LINK ---!>
  277. <a class="link" href="http://link.com">Wren</a>
  278.  
  279. <!--- LINK ---!>
  280. <a class="link" href="http://link.com">Juno</a>
  281.  
  282. <!--- LINK ---!>
  283. <a class="link" href="http://link.com">Selene</a>
  284.  
  285. <!--- LINK ---!>
  286. <a class="link" href="http://link.com">account</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.  
  313. <p>
  314.  
  315.  
  316. 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.
  317.  
  318.  
  319. </div>
  320.  
  321.  
  322.  
  323.  
  324. <!--- RIGHT IMAGE ---!>
  325. <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;"/ >
  326.  
  327.  
  328. <!--- FISH WIDGET ---!>
  329. <div id="fish">
  330. <div style="margin-left:-20px;">
  331. <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>
  332. </div>
  333. </div>
  334.  
  335. <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>
  336. <!--- MUSIC PLAYER CODE (NOT MINE) - REPLACE .mp3 URL ---!>
  337. <div id="player"><center>
  338. <div id="icon"><img src="http://media.tumblr.com/tumblr_m7w28slx3l1r6o8v2.gif"/> </div>
  339. <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>
  340. <div>
  341. </center> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement