Advertisement
OmgImAlexis

Untitled

May 25th, 2014
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.75 KB | None | 0 0
  1. <!--
  2.  
  3. HULU THEME V2 - RELEASED 12.10.13
  4. ----------------------------------------
  5. CREATED BY SUNRISEN - THEME BLOG: SUNRISENTHEMES
  6. ----------------------------------------
  7. THIS THEME AND ALL OTHER THEMES BY SUNRISEN
  8. ARE USED SUBJECT TO THE AGREEMENT OF THE TERMS
  9. FOR MORE INFORMATION, VISIT
  10. HTTP://THEMES.SUNRISEN.CO/TERMS
  11.  
  12. -->
  13. <html lang="en">
  14. <head>
  15. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  16. <script type="text/javascript">//** jQuery Scroll to Top Control script- (c) I made this script myself (Kyle Monk) and it is hosted on my personal site so would appreciate if you followed my blog at kylemonk.tumblr.com if you use it or for details on how to change the location.
  17. //** Graphic originally from tumbler dashboard, for details on how to change graphic colour, contact me at kylemonk.tumblr.com
  18. //** v1.1 (April 7th, 10'):
  19. //** 1) Adds ability to scroll to an absolute position (from top of page) or specific element on the page instead.
  20. //** 2) Fixes scroll animation not working in Opera.
  21.  
  22.  
  23. var scrolltotop={
  24. //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control
  25. //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).
  26. setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
  27. controlHTML: '<img src="http://media.tumblr.com/8bdbe6de1674e160de31a867011f5aa7/tumblr_inline_mj3ypw4eco1qz4rgp.png" style="filter:alpha(opacity=70); -moz-opacity:0.7;" width="50"/>', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
  28. controlattrs: {offsetx:50, offsety:5}, //offset of control relative to right/ bottom of window corner
  29. anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links
  30.  
  31. state: {isvisible:false, shouldvisible:false},
  32.  
  33. scrollup:function(){
  34. if (!this.cssfixedsupport) //if control is positioned using JavaScript
  35. this.$control.css({opacity:0}) //hide control immediately after clicking it
  36. var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
  37. if (typeof dest=="string" && jQuery('#'+dest).length==1) //check element set by string exists
  38. dest=jQuery('#'+dest).offset().top
  39. else
  40. dest=0
  41. this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
  42. },
  43.  
  44. keepfixed:function(){
  45. var $window=jQuery(window)
  46. var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
  47. var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
  48. this.$control.css({left:controlx+'px', top:controly+'px'})
  49. },
  50.  
  51. togglecontrol:function(){
  52. var scrolltop=jQuery(window).scrollTop()
  53. if (!this.cssfixedsupport)
  54. this.keepfixed()
  55. this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
  56. if (this.state.shouldvisible && !this.state.isvisible){
  57. this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
  58. this.state.isvisible=true
  59. }
  60. else if (this.state.shouldvisible==false && this.state.isvisible){
  61. this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
  62. this.state.isvisible=false
  63. }
  64. },
  65.  
  66. init:function(){
  67. jQuery(document).ready(function($){
  68. var mainobj=scrolltotop
  69. var iebrws=document.all
  70. mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest //not IE or IE7+ browsers in standards mode
  71. mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
  72. mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
  73. .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
  74. .attr({title:'scroll to top'})
  75. .click(function(){mainobj.scrollup(); return false})
  76. .appendTo('body')
  77. if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='') //loose check for IE6 and below, plus whether control contains any text
  78. mainobj.$control.css({width:mainobj.$control.width()}) //IE6- seems to require an explicit width on a DIV containing text
  79. mainobj.togglecontrol()
  80. $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
  81. mainobj.scrollup()
  82. return false
  83. })
  84. $(window).bind('scroll resize', function(e){
  85. mainobj.togglecontrol()
  86. })
  87. })
  88. }
  89. }
  90.  
  91. scrolltotop.init()</script>
  92.  
  93.  
  94.  
  95. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  96. <html xmlns="http://www.w3.org/1999/xhtml">
  97. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  98. <script type="text/javascript"
  99. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  100.  
  101. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth584.cur), progress !important;}</style>
  102.  
  103. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  104. <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
  105.  
  106. <link href='http://fonts.googleapis.com/css?family=Averia+Sans+Libre|Poiret+One|Carrois+Gothic+SC' rel='stylesheet' type='text/css'>
  107.  
  108.  
  109. <style type="text/css">A:hover{letter-spacing: 2px;}</style>
  110.  
  111.  
  112.  
  113.  
  114. <!-- START of basic tooltip from tutorial-baby! Enjoy-->
  115. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  116. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  117. <script>
  118. (function($){
  119. $(document).ready(function(){
  120. $("a[title]").style_my_tooltips({
  121. tip_follows_cursor:true,
  122. tip_delay_time:90,
  123. tip_fade_speed:600,
  124. attribute:"title"
  125. });
  126. });
  127. })(jQuery);
  128. </script>
  129.  
  130. <!--CUSTOMIZE basic tooltip from tutorial-baby! Enjoy-->
  131. <style>
  132.  
  133. .tooltip{
  134. display: inline;
  135. position: relative;}
  136.  
  137. #s-m-t-tooltip {
  138. opacity:0.8;
  139. max-width:auto; /*how big the tooltip can be at most*/
  140. border-radius: 0px; /*change your border radius*/
  141. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  142. margin:20px 7px -2px 20px; /*distance from word*/
  143. background-color:#ffffff; /*background color*/
  144. border:1px dashed #cccccc; /*border info*/
  145. font-family: 'Carrois Gothic SC', sans-serif; /*tooltip font*/
  146. font-size:10px; /*tooltip font size*/
  147. letter-spacing:1px; /*tooltip letter spacing*/
  148. text-transform:none; /*makes the tooltip title uppercase*/
  149. color:#666666; /*tooltip font color*/
  150. z-index:999999999999999999999999999999999999;}
  151. </style>
  152. <!-- END of basic tooltip from tutorial-baby! Enjoy-->
  153.  
  154.  
  155. <title>{Title}</title>
  156.  
  157. <link rel="shortcut icon" href="{Favicon}">
  158.  
  159. <meta name="color:background" content="#ffffff"/>
  160. <meta name="color:text" content="#000000"/>
  161. <meta name="color:link" content="#000000"/>
  162. <meta name="color:hover" content="#cccccc"/>
  163.  
  164. <meta name="image:header" content=""/>
  165.  
  166. <meta name="if:show header image" content="0"/>
  167. <meta name="if:small posts" content="1"/>
  168. <meta name="if:image fade" content="1"/>
  169. <meta name="if:4 columns" content="0"/>
  170.  
  171. <meta name="text:link one" content=""/>
  172. <meta name="text:link one title" content=""/>
  173. <meta name="text:link two" content=""/>
  174. <meta name="text:link two title" content=""/>
  175. <meta name="text:link three" content=""/>
  176. <meta name="text:link three title" content=""/>
  177. <meta name="text:link four" content=""/>
  178. <meta name="text:link four title" content=""/>
  179. <meta name="text:link five" content=""/>
  180. <meta name="text:link five title" content=""/>
  181.  
  182. <style type="text/css">
  183.  
  184. #tumblr_controls{
  185. position:absolute !important;
  186. -webkit-filter: invert(100%) ;
  187. }
  188.  
  189. ::-webkit-scrollbar-thumb{
  190. background-color: {color:text};
  191. border: 2px solid {color:background};
  192. height:auto;
  193. -moz-border-radius: 10px;
  194. border-radius: 10px;
  195. }
  196.  
  197. ::-webkit-scrollbar {
  198. height:auto;
  199. width:9px;
  200. background-color: #999999;
  201. border: 4px solid {color:background};
  202. }
  203.  
  204. body{
  205. margin:0px;
  206. background-attachment: fixed;
  207. background-repeat: repeat;
  208. background-color:{color:background};
  209. background-attachment: fixed;
  210. background-repeat: repeat;
  211. font-size: 12px;
  212. font-family: 'Averia Sans Libre', cursive;
  213. line-height:12px;
  214. text-transform:none;
  215. color: {color:text};
  216. }
  217.  
  218. a:link, a:active, a:visited{
  219. color: {color:link};
  220. text-decoration: none;
  221. padding-bottom:1px;
  222. -webkit-transition-duration:.2s;
  223. }
  224.  
  225. a:hover{
  226. color: {color:hover};
  227. }
  228.  
  229. #topbar{
  230. padding: 8px;
  231. padding-top:0px;
  232. padding-bottom:0px;
  233. padding-left:0px;padding-right:0px;
  234. position:relative;
  235. {block:ifsmallposts}
  236. {block:if4columns}
  237. width:1000px;
  238. {/block:if4columns}
  239. {block:ifnot4columns}
  240. width:1200px;
  241. {/block:ifnot4columns}
  242. {/block:ifsmallposts}
  243. {block:ifnotsmallposts}
  244. {block:if4columns}
  245. width:1070px;
  246. {/block:if4columns}
  247. {block:ifnot4columns}
  248. width:1330px;
  249. {/block:ifnot4columns}
  250. {/block:ifnotsmallposts}
  251. height:auto;
  252. line-height:12px;
  253. font-size:12px;
  254. letter-spacing:1px;
  255. text-transform:none;
  256. font-family: 'Averia Sans Libre', cursive;
  257. background:none;
  258. z-index:100;
  259. opacity:1;
  260. margin-top:0px;
  261. padding-top:2px;
  262. padding-bottom:3px;
  263. margin-left:0px;
  264. opacity:1;
  265. {block:permalinkpage}
  266. width:520px;
  267. {/block:permalinkpage}
  268. -webkit-transition-duration:.8s;
  269. }
  270.  
  271. .entry {
  272. margin:8px;
  273. padding: 0px;
  274. margin-bottom:5px;
  275. float:left;
  276. padding-bottom:0px;
  277. background-color:none;
  278. {block:IndexPage}
  279. {block:ifsmallposts}
  280. width:200px;
  281. margin:20px;
  282. margin-bottom:17px;
  283. {/block:ifsmallposts}
  284. {block:ifnotsmallposts}
  285. width:250px;
  286. {/block:ifnotsmallposts}
  287. {/block:IndexPage}
  288. {block:PermalinkPage}
  289. width:500px;
  290. {/block:PermalinkPage}
  291. font-family: 'Averia Sans Libre', cursive;
  292. font-size: 12px;
  293. letter-spacing:0px;
  294. text-transform:none;
  295. line-height:14px;
  296. overflow:hidden;
  297. }
  298. .entry img{max-width:100%;}
  299. .photo a, .photo a:hover{background:none;border:none;}
  300.  
  301. .wrapper{{block:indexpage}{block:ifsmallposts}{block:if4columns}width:1000px;{/block:if4columns}{block:ifnot4columns}width:1200px;{/block:ifnot4columns}{/block:ifsmallposts}{block:ifnotsmallposts}{block:if4columns}width:1070px;{/block:if4columns}{block:ifnot4columns}width:1330px;{/block:ifnot4columns}{/block:ifnotsmallposts}{/block:indexpage}{block:permalinkpage}width:520px;{/block:permalinkpage}margin:0px auto;}
  302.  
  303. #posts {
  304. width:100%;
  305. margin-left:0px;
  306. padding-top:10px;
  307. padding-bottom:250px;
  308. {block:permalinkpage}
  309. width:580px;
  310. margin:0px auto;
  311. {/block:permalinkpage}
  312. z-index:2;
  313. }
  314.  
  315. #infscr-loading{
  316. bottom: -10px;
  317. position: absolute;
  318. left: 50%;
  319. margin-left:-8px;
  320. width:16px;
  321. height:16px;
  322. overflow:hidden;
  323. margin-bottom: 50px;
  324. }
  325.  
  326. .img{{block:indexpage}{block:ifimagefade}opacity:.8;{/block:ifimagefade}{/block:indexpage}-webkit-transition-duration:.8s;
  327. }
  328.  
  329. .img:hover, .entry:hover .img{opacity:1;}
  330.  
  331. .blogtitle{
  332. font-family: 'Averia Sans Libre', cursive;
  333. font-size:40px;
  334. text-align:center;
  335. letter-spacing:0px;
  336. line-height:50px;
  337. text-transform:none;
  338. }
  339.  
  340. .title{
  341. font-family: 'Poiret One', cursive;
  342. font-size: 14px;
  343. font-weight:bold;
  344. line-height:12px;
  345. letter-spacing:1px;
  346. text-transform:uppercase;
  347. }
  348.  
  349. blockquote{
  350. padding:0px 0px 2px 5px;
  351. margin:2px 0px 2px 1px;
  352. border-left: 1px solid #cccccc;}
  353. blockquote p, ul{margin:0px; padding:0px;}
  354.  
  355. .chat .line{
  356. background-color:#ffffff;
  357. margin: 0 0 1px;
  358. padding: 5px;
  359. }
  360. .chat .line.odd{
  361. background-color:#e3e3e3;
  362. }
  363.  
  364. .label {font-weight:bold; color:{color:text}}
  365.  
  366. a img{border: 0px;}
  367.  
  368. .p { padding-top: 5px; }
  369. .ol, ul { margin-left: 10px; padding: 5px; }
  370. .ul { list-style-type: square; }
  371.  
  372. .albumart { margin-bottom: 0px; }
  373. .albumart img, .audio embed { width: 55px; padding-right: 5px;}
  374. .notes img{width:20px; position:left; top:5px;border-radius:100px;}
  375. .notes{line-height:17px;text-transform:none;font-family: 'Averia Sans Libre', cursive;font-size:12px;letter-spacing:1px;text-align:left;}
  376.  
  377. .perm{margin-top:5px;font-family: 'Carrois Gothic SC', sans-serif;font-size:12px;letter-spacing:1px;text-transform:none;opacity:1;text-align:right;border-top:1px solid #555555;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3 ease-in-out;}
  378.  
  379. .entry:hover .perm{margin-top:5px;opacity:1;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
  380.  
  381. .ig{opacity:.8;-webkit-transition-duration:.8s;}.ig:hover, .entry:hover .ig{opacity:1;}
  382.  
  383. .perma {position:absolute; text-decoration:none; margin-top:-20px; margin-left:0px; padding:1px; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family: 'Carrois Gothic SC', sans-serif;width:75px;text-align:center;background:#ffffff;padding-top:5px;padding-bottom:5px;font-size:11px;letter-spacing:0px;}
  384. .perma a {text-decoration:none;text-transform:none;}
  385. .entry:hover .perma {-webkit-transition: 0.4s ease-in; position:absolute; margin-top:0px; margin-left:0px; width:75px; background:#ffffff; opacity:0.9;}
  386.  
  387.  
  388. .nav{font-family: 'Poiret One', cursive;font-size:16px;font-weight:bold;letter-spacing:1px;text-align:center;text-transform:uppercase;}
  389. .nav a{padding:3px;padding-top:0px;margin:5px;border-top:0px solid {color:background};-webkit-transition-duration:.5s;}
  390. .nav a:hover{border-top:0px solid {color:link};}
  391.  
  392. {CustomCSS}
  393.  
  394. #cube3{
  395. border-radius: 5px;
  396. border:1px dashed #cccccc;
  397. border-color: #cccccc;
  398. position:fixed !important;
  399. left:5px; padding-top:11px;
  400. bottom:5px;
  401. padding-bottom:14px;
  402. text-align:center;
  403. height:7px;
  404. width:100px;
  405. overflow:hidden;
  406. background:transparent;
  407. z-index:9999;}
  408.  
  409. #cube3:hover{
  410. border-radius: 5px;
  411. border:1px dashed #cccccc;
  412. border-color: #cccccc;
  413. padding:7.5px;
  414. height:auto;
  415. width:300px;
  416. z-index:999999999;
  417. background:#fff;}
  418.  
  419.  
  420.  
  421.  
  422. #elevator {
  423. z-index:1000;
  424. height: 96.3%; /*height of tab*/
  425. position: fixed;
  426. text-align: center;
  427. -webkit-transition-duration: 1.5s; /*how long it takes for it to go up*/
  428. -moz-transition-duration: 1.5s; /*how long it takes for it to go up*/
  429. -o-transition-duration: 1.5s; /*how long it takes for it to go up*/
  430. transition-duration: 1.5s; /*how long it takes for it to go up*/
  431. }
  432.  
  433. #elevator:hover {
  434. z-index:1000;
  435. bottom: 1202px;
  436. left: 5px;
  437. }
  438.  
  439. #room {
  440. bottom: -1200px;
  441. position: absolute;
  442. width: 350px; /*width of tab*/
  443. height: 100%;
  444. overflow: hidden; /*chang to scroll if you want a scrollbar*/
  445. padding: 10px;
  446. background: #fff; /*tab background color*/
  447. opacity: 1; /*opacity of tab*/
  448. line-height: 13px;
  449. -moz-box-shadow: 0px 0px 3px 1px #cccccc; /*tab shadow border*/
  450. -webkit-box-shadow: 0px 0px 3px 1px #cccccc; /*tab shadow border*/
  451. box-shadow: 0px 0px 3px 1px #cccccc; /*tab shadow border*/
  452. -webkit-border-radius: 10px; /*rounds tab corners*/
  453. -moz-border-radius: 10px; /*rounds tab corners*/
  454. border-radius: 10px; /*rounds tab corners*/
  455. border: 1px solid black; /*tab border*/
  456. text-align: center;
  457. font-family: 'Averia Sans Libre', cursive;
  458. font-size:12px;
  459. }
  460.  
  461. .button {
  462. display: block;
  463. position: fixed;
  464. left: 5px; /*distance from the left side*/
  465. top: 5px; /*distance from the top*/
  466. padding: 3px;
  467. width: 60px; /*width of button*/
  468. height: 100px; /*height of button*/
  469. background-color: transparent; /*background color*/
  470. border-radius: 5px; /*the lower it is, the less round it'll be*/
  471. border: 3px double transparent; /*button border*/
  472. overflow: hidden;
  473. }
  474.  
  475. .dividers {
  476. border: 3px double #000; /*borders for dividesr*/
  477. width: 95%; /*width of dividers*/
  478. height: 21px; /*height of dividesr*/
  479. padding: 3px;
  480. margin: auto;
  481. line-height: 20px;
  482. background: transparent; /*background color of dividers*/
  483. color: #000; /*font color of dividers*/
  484. font-weight: bold; /*font weight (none or bold)*/
  485. font-family: 'Poiret One', cursive;
  486. }
  487.  
  488.  
  489.  
  490.  
  491. #ocehans1{
  492. height:95px;
  493. text-align:center;
  494. overflow:hidden;
  495. margin-top:-1px;
  496. border-bottom:0px solid #cccccc;
  497. text-transform:uppercase;
  498. letter-spacing:1px;
  499. font-size:12px;
  500. line-height:17px;
  501. z-index:999999999999999999999;
  502. -webkit-transition: all 0.5s ease-in-out;
  503. -moz-transition: all 0.5s ease-in-out;
  504. -o-transition: all 0.5s ease-in-out;
  505. }
  506. #ocehans1:hover{
  507. height:95px;
  508. -webkit-transition: all 0.5s ease-in-out;
  509. -moz-transition: all 0.5s ease-in-out;
  510. -o-transition: all 0.5s ease-in-out;
  511. }
  512.  
  513. #ocehans{
  514. text-align:left;
  515. font-size:12px;
  516. text-transform:uppercase;
  517. opacity: 1;
  518. border:1px solid #cccccc;
  519. position:absolute;
  520. font-family: 'Carrois Gothic SC', sans-serif;
  521. right:3px;
  522. background-color:#fff;
  523. letter-spacing:1px;
  524. width:185px;
  525. z-index:9999;
  526. padding:4px;
  527. top:50px;
  528.  
  529. }
  530.  
  531.  
  532.  
  533.  
  534. #asinglenotice {
  535. display:block;
  536. height:12px;
  537. width:60px;
  538. font-size:10px; /* font size */
  539. text-transform:uppercase; /* uppercase */
  540. position:fixed;
  541. background:#fff; /* background colour */
  542. padding:3px 3px 1px 2px;
  543. text-align:center; /* text align */
  544. top:190px; /* position from top */
  545. right:3px; /* position from left */
  546. /* NOTE - if you want the box on the left change the leftto right */
  547. z-index:9999999;
  548. font-family: 'Carrois Gothic SC', sans-serif; /* font family */
  549. border:1px solid #cccccc; /* border width and colour */
  550. overflow:hidden;
  551. -moz-transition-duration:0.6s;
  552. -webkit-transition-duration:0.6s;
  553. -o-transition-duration:0.6s;}
  554. #asinglenotice:hover {
  555. padding-top:3px;
  556. height:250px; /* height after hovering */
  557. width:215px; /* width after hovering */}
  558. #asinglenotice a{
  559. text-decoration:none; /* link underline */}
  560. #asinglenotice a:hover{
  561. text-decoration:none; /* no underline after hovering over link */}
  562.  
  563. #bsinglenotice {
  564. display:block;
  565. height:12px;
  566. width:60px;
  567. font-size:10px; /* font size */
  568. text-transform:uppercase; /* uppercase */
  569. position:fixed;
  570. background:#fff; /* background colour */
  571. padding:3px 3px 1px 2px;
  572. text-align:center; /* text align */
  573. top:215px; /* position from top */
  574. right:3px; /* position from left */
  575. /* NOTE - if you want the box on the left change the leftto right */
  576. z-index:9999999;
  577. font-family: 'Carrois Gothic SC', sans-serif; /* font family */
  578. border:1px solid #cccccc; /* border width and colour */
  579. overflow:hidden;
  580. -moz-transition-duration:0.6s;
  581. -webkit-transition-duration:0.6s;
  582. -o-transition-duration:0.6s;}
  583. #bsinglenotice:hover {
  584. padding-top:3px;
  585. height:390px; /* height after hovering */
  586. width:215px; /* width after hovering */}
  587. #bsinglenotice a{
  588. text-decoration:none; /* link underline */}
  589. #bsinglenotice a:hover{
  590. text-decoration:none; /* no underline after hovering over link */}
  591.  
  592. #csinglenotice {
  593. display:block;
  594. height:12px;
  595. width:60px;
  596. font-size:10px; /* font size */
  597. text-transform:uppercase; /* uppercase */
  598. position:fixed;
  599. background:#fff; /* background colour */
  600. padding:3px 3px 1px 2px;
  601. text-align:center; /* text align */
  602. top:240px; /* position from top */
  603. right:3px; /* position from left */
  604. /* NOTE - if you want the box on the left change the leftto right */
  605. z-index:9999999;
  606. font-family: 'Carrois Gothic SC', sans-serif; /* font family */
  607. border:1px solid #cccccc; /* border width and colour */
  608. overflow:hidden;
  609. -moz-transition-duration:0.6s;
  610. -webkit-transition-duration:0.6s;
  611. -o-transition-duration:0.6s;}
  612. #csinglenotice:hover {
  613. padding-top:3px;
  614. height:280px; /* height after hovering */
  615. width:310px; /* width after hovering */}
  616. #csinglenotice a{
  617. text-decoration:none; /* link underline */}
  618. #csinglenotice a:hover{
  619. text-decoration:none; /* no underline after hovering over link */}
  620.  
  621. a.btn{position:absolute;z-index:2;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;}
  622.  
  623.  
  624. </style>
  625. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  626. {block:IndexPage}
  627. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  628. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  629. <script type="text/javascript">
  630. $(window).load(function () {
  631. var $content = $('#posts');
  632. $content.masonry({itemSelector: '.entry'}),
  633. $content.infinitescroll({
  634. navSelector : 'div#pagination',
  635. nextSelector : 'div#pagination a#nextPage',
  636. itemSelector : '.entry',
  637. loading: {
  638. finishedMsg: '',
  639. img: 'http://static.tumblr.com/apahx90/gbVmpo84y/ajax-loader-1.gif'
  640. },
  641. bufferPx : 600,
  642. debug : false,
  643. },
  644. // call masonry as a callback.
  645. function( newElements ) {
  646. var $newElems = $( newElements );
  647. $newElems.hide();
  648. // ensure that images load before adding to masonry layout
  649. $newElems.imagesLoaded(function(){
  650. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(1300);} );
  651. });
  652. });
  653. });
  654. </script>
  655.  
  656. {/block:IndexPage}
  657. <meta name="viewport" content="width=800" />
  658.  
  659. </head><body>
  660.  
  661. <div id="elevator">
  662.  
  663. <span class="button">
  664. <img src="http://i1360.photobucket.com/albums/r651/crystalrose93/mhgfvjhghj_zps64b45c87.png" height="100px">
  665. </span>
  666.  
  667. <div id="room">
  668. <div class="dividers"><b> H E L L O - T H E R E :) </b></div><br>
  669.  
  670. ✿ <script language="JavaScript" src="http://freehostedscripts.net/countdown.php?y=2014&m=11&d=17&ev=till my 21st"></script> ✿
  671. <br><br>
  672.  
  673. Crystal Rose, 20 years old, Melbourne Australia.
  674. <br><br>
  675. <b><u>CURRENTLY WATCHING</u></b> <br>Doctor Who: Classic Series,
  676. <br>Season 1 (1963)
  677.  
  678. <br><br>
  679. <div class="dividers"><b> U P D A T E S </b></div><br>
  680.  
  681. Queue is on between 2pm-12am and 2am-12pm AEST.
  682. <br><br>
  683. <b>24th April 2014:</b> I'm back at school; meaning that I probably won't be as active with all of my followers :( but don't worry, my posts will stay the same as I am constantly on queue nowadays.
  684. <br><br><hr><br>
  685. THIS WEEKS BIGGEST FAN IS <a href="http://foxe-z.tumblr.com/">FOXE-Z</a>
  686.  
  687. <br><br>
  688. <div class="dividers"><b> Q U I C K - L I N K S </b></div><br>
  689.  
  690. <a href="http://lustful-banners.tumblr.com/">BANNERS/HTML</a> ✦
  691. <a href="http://a-beautiful-nobody.tumblr.com/"> BOTM </a> ✦
  692. <a href="http://kreatur-e.tumblr.com/">VINTAGE BLOG</a>
  693. <br>
  694. <a href="http://shvdowolf.tumblr.com/">GRUNGE FASHION BLOG</a>
  695. <br><br>
  696.  
  697. <a href="http://wonderland-university.tumblr.com/" title="Wonderland University">x</a> |
  698. <a href="http://grunge-q-directory.tumblr.com/" title="The Grunge Queue Directory">x</a> |
  699. <a href="http://fuckers-in-wonderland.tumblr.com/" title="Fuckers In Wonderland">x</a> |
  700. <a href="http://rainbowbloggersnetwork.tumblr.com/" title="Rainbow Bloggers Network">x</a> |
  701. <a href="http://thebitchcraftnetwork.tumblr.com/" title="The Bitchcraft Network">x</a> |
  702. <a href="http://thesssisterhood.tumblr.com/" title="The Seattle Sound Sisterhood">x</a> |
  703. <a href="http://theauzzienetwork.tumblr.com/" title="The Aussie Network">x</a> |
  704. <a href="http://worldof-tblr.tumblr.com/" title="The World Of Tumblr">x</a> |
  705. <a href="http://wall-flowers-group.tumblr.com/" title="Wallflowers">x</a> |
  706. <a href="http://ryders-network.tumblr.com/" title="Ryders">x</a> |
  707. <a href="http://tumbling-gods.tumblr.com/" title="Tumbling Gods">x</a>
  708.  
  709. <br><br>
  710. <div class="dividers"><b> G I F - O F - T H E - W E E K </b></div><br>
  711.  
  712. <a href="https://31.media.tumblr.com/c0df8717bc53ba1a6a370053dec5fb79/tumblr_n5n1twAyXW1tsvpieo1_400.gif" title="click for a larger view!"><img src="https://31.media.tumblr.com/c0df8717bc53ba1a6a370053dec5fb79/tumblr_n5n1twAyXW1tsvpieo1_400.gif" height="135"></a>
  713.  
  714. </div></div>
  715.  
  716.  
  717.  
  718.  
  719. <div id="ocehans"><center>
  720. <div id="ocehans1">
  721. <div style="font-size:12px; color:#84c7dc; font-weight:normal;">STATISTICS</div><div style="padding-top:1px; text-transform:none; opacity:.9; font-family: 'Carrois Gothic SC', sans-serif; font-size:10px; line-height:12px; text-align:center; color:#84c7dc;">
  722.  
  723. I track the tag: velv3tinsanity<br>
  724.  
  725. <br><!-- BEGIN: Powered by Supercounters.com -->
  726. <center><script type="text/javascript" src="http://widget.supercounters.com/online_t.js"></script><script type="text/javascript">sc_online_t(586751,"searching","#bd9fb8");</script><br><noscript><a href="http://www.supercounters.com/">Users Online Counter</a></noscript>
  727. </center>
  728. <!-- END: Powered by Supercounters.com --><!-- BEGIN: Powered by Supercounters.com -->
  729. <center><script type="text/javascript" src="http://widget.supercounters.com/texthit.js"></script><script type="text/javascript">var sc_texthit_var = sc_texthit_var || [];sc_text_hit(612262,"have been found","#bd9fb8");</script><br><noscript><a href="http://www.supercounters.com/hitcounter">Free Hit Counter</a></noscript>
  730. </center>
  731. <!-- END: Powered by Supercounters.com -->
  732.  
  733. <br>Tracking since May 26, 2013
  734.  
  735. <br><br></div></div></div></div></div></div>
  736.  
  737.  
  738.  
  739.  
  740. <div id="csinglenotice">AD<br><br>
  741. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  742. <!-- Ad1 REC -->
  743. <ins class="adsbygoogle"
  744. style="display:inline-block;width:300px;height:250px"
  745. data-ad-client="ca-pub-5402834702823270"
  746. data-ad-slot="1921715141"></ins>
  747. <script>
  748. (adsbygoogle = window.adsbygoogle || []).push({});
  749. </script>
  750. </div>
  751.  
  752. <div id="bsinglenotice">FAVE STORES<br><br>
  753. <a href="/tagged/sponsorship">Click Here</a> | <a href="http://www.6ks.com/?fromcode=29">6KS</a> | <a href="http://www.chicnova.com/">Chic Nova</a>
  754. <br><br>
  755. <a href="http://www.rosewholesale.com/?lkid=92728" title="Rose Wholesale"><img src="http://www.rosewholesale.com/uploads/banner/apparel/gorgeous/300a.jpg" height="85"></a>
  756. <br>
  757. <a href="http://www.sheinside.com/?url_from=tumblrvelv3t-insanity" title="Sheinside"><img src="http://www.sheinside.com/images/one_3.jpg" alt="Sheinside - Your Online Fashion Wardrobe" height="112"></a>
  758. <a href="http://www.ringsandtings.com/" title="Rings and Tings" rel="nofollow" ><img src="http://1.bp.blogspot.com/-2G114CJKSEI/UxAxTtRSxrI/AAAAAAAACBI/ArBOZe6vPwk/s1600/output_814mYY.gif" width="85" /></a>
  759. <br>
  760. <a href="http://www.youreyeslie.com/" title="YOUR EYES LIE"><img src="http://www.youreyeslie.com/public-feeds/300x300-30.jpg" alt="YOUREYESLIE" width="130" /></a>
  761. </div>
  762.  
  763. <div id="asinglenotice">PROMO'S<br><br>
  764. <b>You must be following me, I will be checking :)</b>
  765. <br><br>
  766. Follow <a href="http://a-beautiful-nobody.tumblr.com/">Olivia</a>, <a href="http://deputes.tumblr.com/">Mitch</a>, <a href="http://fvallinq.co.vu/">Naomi</a> or <a href="http://execvtion.tk/">Rachyl</a> then message me for a screenie!
  767. <br><br>
  768. Follow my "<a href="http://foxe-z.tumblr.com/">this weeks biggest fan</a>" or <a href="">BOTM</a> for a solo!
  769. <br><br>
  770. Follow my <a href="http://kreatur-e.tumblr.com/">Vintage</a> or my <a href="http://shvdowolf.tumblr.com/">Grunge Fashion</a> side blogs then message me for a 10 liner!
  771. <br><br>
  772. Like/Reblog any of <a href="/sponsorship">these posts</a> then message me which one(s) for a 7 liner!
  773. <br><br>
  774. <b>Want any promo of your choice? <br>Message me a :)</b>
  775. </div>
  776.  
  777.  
  778.  
  779.  
  780. <div class="wrapper">
  781. <div id="topbar">
  782. {block:ifshowheaderimage}
  783. <center><a href="/"><img src="{image:header}" style="width:400px;"/></a></center>
  784. {/block:ifshowheaderimage}
  785. {block:ifnotshowheaderimage}
  786. <div class="blogtitle"><a href="/">{title}</a></div>
  787. {/block:ifnotshowheaderimage}
  788. <br><center>{description}<br>
  789. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  790. <!-- Ad 2 REC -->
  791. <ins class="adsbygoogle"
  792. style="display:inline-block;width:728px;height:90px"
  793. data-ad-client="ca-pub-5402834702823270"
  794. data-ad-slot="4875181547"></ins>
  795. <script>
  796. (adsbygoogle = window.adsbygoogle || []).push({});
  797. </script></center><br>
  798. <div class="nav">
  799. <a href="/">home</a>{block:AskEnabled}<a href="/fask">message</a></a>{/block:AskEnabled}{block:iflinkonetitle}<a href="{text:link one}">{text:link one title}</a>{block:iflinkonetitle}{block:iflinktwotitle}<a href="{text:link two}">{text:link two title}</a>{block:iflinktwotitle}{block:iflinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{block:iflinkthreetitle}{block:iflinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{block:iflinkfourtitle}{block:iflinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{block:iflinkfivetitle}<a href="/submit">submit</a><a href="/archive">archive</a><a href="http://sunrisen.tumblr.com/">theme</a>
  800. </div>
  801. </div>
  802.  
  803. <div class="autopagerize_page_element">
  804. <div id="posts">
  805.  
  806. {block:Posts}
  807. <div class="entry">
  808.  
  809. {block:Text}
  810. {block:Title}<div class="title">{Title}</div>{/block:Title}
  811. {Body}
  812. {block:IndexPage}
  813. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  814. {/block:IndexPage}
  815. {/block:Text}
  816.  
  817. {block:Link}
  818. <a href="{URL}" class="title">{Name}</a>
  819. {block:Description}{Description}{/block:Description}
  820. {block:IndexPage}
  821. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  822. {/block:IndexPage}
  823. {block:Link}
  824.  
  825. {block:Photo}
  826. <div class="img">
  827. {block:IndexPage}
  828. <div class="perma"><a href="{reblogurl}" target="_blank" title="reblog">↺</a> // <a href="{permalink}" title="permalink">NOTES</a></div>
  829. {/block:IndexPage}
  830. {block:IndexPage}<a href="{Permalink}" style="background-color:transparent;">
  831. <img src="{PhotoURL-HighRes}" width="100%" class="border"></img></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" width="500px" class="border"></img>{/block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  832. </div>
  833. {/block:Photo}
  834.  
  835. {block:Answer}
  836. {block:IndexPage}
  837. {/block:IndexPage}
  838. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;border-radius:100px;"/>
  839. <b>{Asker}</b>: <b>{Question}</b>{Answer}
  840. {block:IndexPage}<div class="perm"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  841. {/block:IndexPage}
  842. {/block:Answer}
  843.  
  844. {block:Photoset}
  845. <div class="img">
  846. {block:IndexPage}<a href="{permalink}">{block:Photos}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{block:ifsmallposts}200px{/block:ifsmallposts}{block:ifnotsmallposts}250px{/block:ifnotsmallposts}"/>{/block:Photos}<div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div></a>{/block:IndexPage}
  847. {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage}
  848. </div>
  849. {block:IndexPage}
  850. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  851. {/block:IndexPage}
  852. {/block:Photoset}
  853.  
  854. {block:Quote}
  855. {Quote}
  856. {block:IndexPage}
  857. <div class="perm"> - <a href="{permalink}">{Source}</a></div>
  858. {/block:IndexPage}
  859. {/block:Quote}
  860.  
  861. {block:Audio}
  862. {block:indexpage}
  863. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}" style="width:100%;height:auto;position:relative;" class="ig">{/block:AlbumArt}</div><div style="float:left;text-align:left;width:100%;height:27px;padding-top:5px;padding-bottom:5px;margin-top:0px;margin-bottom:0px;{block:albumart}margin-bottom:0px;margin-top:-3px;width:100%;{/block:albumart}float:right;overflow:hidden;background-color:#e3e3e3;">{AudioPlayerGrey}
  864. {block:ExternalAudio}{/block:ExternalAudio}</div>
  865. <div class="perm" style="border-top:0px;{block:albumart}border-top:1px solid #dddddd;{/block:albumart}">
  866. <a href="{permalink}">{block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</a>
  867. </div>
  868. {/block:indexpage}
  869. {block:permalinkpage}
  870. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}" style="width:47px;height:47px;position:relative;">{/block:AlbumArt}</div><div style="float:left;text-align:left;width:450px;height:27px;padding-top:10px;padding-bottom:10px;margin-top:-51px;float:right;background-color:#000000;">{AudioPlayerBlack}
  871. {block:ExternalAudio}{/block:ExternalAudio}</div>
  872. {/block:permalinkpage}
  873. {/block:Audio}
  874.  
  875. {block:video}
  876. {block:indexpage}
  877. <a href="{permalink}">view video</a>
  878. {block:indexpage}
  879. {block:permalinkpage}
  880. {video-500}
  881. {/block:permalinkpage}
  882. {block:IndexPage}
  883. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  884. {/block:IndexPage}
  885. {/block:video}
  886.  
  887. {block:Chat}
  888. {block:Title}<div class="title"><center>{Title}</center></div>{/block:Title}
  889. <div class="chat">
  890. <div class="lines">
  891. {block:Lines}
  892. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  893. {/block:Lines}
  894. </div>
  895. </div>
  896. {block:IndexPage}
  897. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  898. {/block:IndexPage}
  899. {/block:Chat}
  900.  
  901. {block:IndexPage}
  902. <div style="display:none;">
  903. {block:ContentSource}
  904. <a href="{SourceURL}">
  905. {lang:Source}:
  906. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  907. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  908. </a>via {ReblogParentName}{block:RebloggedFromReblog}{/block:RebloggedFromReblog}{/block:ContentSource}</div>
  909. {/block:IndexPage}
  910.  
  911. {block:PermalinkPage}
  912. <center>
  913. {block:Date}
  914. <center>
  915. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  916. <br>{block:Caption}{Caption}{/block:Caption}
  917. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="http://tumblr.com/{Tag}" target="blank">#{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  918. {/block:Date}
  919. {block:RebloggedFrom}
  920. <center>{via: <a href="{ReblogParentURL}">{ReblogParentName}</a>}
  921. </center>
  922. {/block:RebloggedFrom}
  923. {/block:PermalinkPage}
  924.  
  925. {block:PostNotes}<div class="notes">{PostNotes}</div>
  926. {/block:PostNotes}
  927. </div>
  928.  
  929.  
  930. {/block:Posts}
  931. </div>
  932. </div></div>
  933. <div class="right">
  934. </div>
  935. <div class="footer">
  936. <br>
  937. </div>
  938. </div>
  939. </body>
  940. </html>
  941. <div style="position:fixed;right:0px;bottom:-425px;">
  942. {block:IndexPage}
  943. {block:Pagination}
  944. <div id="pagination">
  945. {block:NextPage}
  946. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  947. {/block:NextPage}
  948. {block:PreviousPage}
  949. <a href="{PreviousPage}">&larr;&nbsp;</a>
  950. {/block:PreviousPage}
  951. </div>
  952. {/block:Pagination}
  953. {/block:IndexPage}</div>
  954.  
  955. <div id="cube3">
  956. <div style="font-size: 14px;"> I LOVE YOU </div><br>
  957. <div id="box">
  958.  
  959. ♚ Hello Princess! ♚<br><br>
  960. This is your Wife speaking! I just wanted to write you a cute, permanent note that will stay on your blog forever - to remind you every single day how much I love you.<br><br>
  961.  
  962. You have been there for me forever, through everything and I cannot thank you enough. You've saved me, you've healed me and you've made me the happiest girl in the world! You're so beautiful, so perfect and so amazing that I just cannot resist bragging about you every day ^-^ <br><br>
  963.  
  964. You're also the best friend I could ever ask for, and I just want you to know that I am always here for you and no matter I will never leave your side. It's you and me forever, it's us against the world boo! :)<br><br>
  965.  
  966. I know times can be rough and I know things can be hard but just know I am always here.<br><br>
  967.  
  968. I love you Crystal - Rose Cain.<br>
  969. forever and always!! <br>
  970. - your loving <a href="http://a-beautiful-nobody.tumblr.com/">wife</a>, xo
  971.  
  972.  
  973. </div>
  974. </div></div>
  975.  
  976. </body>
  977.  
  978. <script language="JavaScript">
  979. // FHS Tumblr follower counter and tracker
  980. var height = '160';
  981. document.write('<script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=velv3t-insanity.tk&name=Followers&s=1&h=' + height + '"><\/script>');
  982. </script>
  983.  
  984.  
  985. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement