Advertisement
OmgImAlexis

Untitled

Jul 18th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.59 KB | None | 0 0
  1. <!--
  2. theme by cuddlings
  3. please dont remove the credit, ok thanks :)
  4. -->
  5.  
  6. <head>
  7.  
  8.  
  9. <script type="text/javascript">
  10. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  11. function tb4_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15.  
  16. tb4_messages = new tb4_makeArray(1);
  17. tb4_messages[0] = "LXSCIVIOUS";
  18. tb4_rptType = 'infinite';
  19. tb4_rptNbr = 5;
  20. tb4_speed = 20;
  21. tb4_inputDelay = 2000;
  22. var tb4_counter = 1;
  23. var tb4_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopwrstuvwxyz.";
  24. var tb4_pogodjenih = 0;
  25. var tb4_stsmsg = "";
  26. var tb4_currMsg = 0;
  27. var tb4_timer = null;
  28. var tb4_mozeDalje=true;
  29. function tb4_addChar(ch){
  30. if (tb4_chars.search(ch) == -1){
  31. tb4_chars=tb4_chars+ch;
  32. }
  33. }
  34. for (var i=0; i<tb4_messages.length; i++){
  35. for (var j=0; j<tb4_messages[i].length; j++)
  36. tb4_addChar(tb4_messages[i].charAt(j));
  37. }
  38. function tb4_shuffle(arr){
  39. var k;
  40. for (i=0; i<arr.length; i++){
  41. k = Math.round(Math.random() * (arr.length - i - 1)) + i;
  42. temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  43. }
  44. return arr;
  45. }
  46. tb4_arr = new tb4_makeArray(tb4_messages[tb4_currMsg].length);
  47. tb4_sts = new tb4_makeArray(tb4_messages[tb4_currMsg].length);
  48. for (var i=0; i<tb4_messages[tb4_currMsg].length; i++){
  49. tb4_arr[i] = i;
  50. }
  51. tb4_arr = tb4_shuffle(tb4_arr);
  52. for (var i=0; i<tb4_messages[tb4_currMsg].length; i++){
  53. tb4_sts[i] = tb4_messages[tb4_currMsg].charAt(tb4_arr[i]);
  54. }
  55. function tb4_setChar(k){
  56. r = Math.round(Math.random() * tb4_chars.length);
  57. tb4_sts[k] = tb4_chars.charAt(r);
  58. tb4_stsmsg = "";
  59. for (var i=0; i<tb4_sts.length; i++)
  60. tb4_stsmsg += tb4_sts[i];
  61. document.title = tb4_stsmsg;
  62. if (tb4_chars.charAt(r) == tb4_messages[tb4_currMsg].charAt(k)){
  63. tb4_stsmsg = "";
  64. for (var i=0; i<tb4_sts.length; i++)
  65. tb4_stsmsg += tb4_sts[i];
  66. document.title = tb4_stsmsg;
  67. tb4_pogodjenih++;
  68. return;
  69. }
  70. setTimeout("tb4_setChar("+k+")", tb4_speed);
  71. }
  72. function tb4_init(k){
  73. if (tb4_mozeDalje){
  74. for (var k=0; k<tb4_messages[tb4_currMsg].length; k++){
  75. tb4_msgchar = tb4_messages[tb4_currMsg].charAt(k);
  76. tb4_setChar(k);
  77. }
  78. tb4_mozeDalje=false;
  79. tb4_delay=200;
  80. }
  81. if (tb4_pogodjenih == tb4_messages[tb4_currMsg].length){
  82. if (tb4_currMsg == tb4_messages.length-1){
  83. if ((tb4_rptType == 'finite') && (tb4_counter==tb4_rptNbr)){
  84. clearTimeout(tb4_timer);
  85. return;
  86. }
  87. tb4_currMsg=0;
  88. tb4_counter++;
  89. }
  90. else{
  91. tb4_currMsg++;
  92. }
  93. tb4_arr = new tb4_makeArray(tb4_messages[tb4_currMsg].length);
  94. tb4_sts = new tb4_makeArray(tb4_messages[tb4_currMsg].length);
  95. for (var i=0; i<tb4_messages[tb4_currMsg].length; i++){
  96. tb4_arr[i] = i;
  97. tb4_mozeDalje=true;
  98. tb4_pogodjenih=0;
  99. tb4_delay=tb4_inputDelay;
  100. }
  101. tb4_arr = tb4_shuffle(tb4_arr);
  102. for (var i=0; i<tb4_messages[tb4_currMsg].length; i++){
  103. tb4_sts[i] = tb4_messages[tb4_currMsg].charAt(tb4_arr[i]);
  104. }
  105. }
  106. tb4_timer = setTimeout("tb4_init(0)", tb4_delay);
  107. }
  108. function tb4_picktitle(){
  109. tb4_init(0);
  110. }
  111. tb4_picktitle()
  112. </script>
  113.  
  114.  
  115. <meta name="color:link" content="#a8c1f0"/>
  116. <meta name="color:hover" content="#c2d9f8"/>
  117. <meta name="color:background" content="#fff"/>
  118. <meta name="image:background image" content="0"/>
  119. <meta name="image:sidebar" content="0"/>
  120. <meta name="image:sidebar" content="0"/>
  121. <meta name="if:sidebar picture" content="1"/>
  122. <meta name="text:Link One Title" content="" />
  123. <meta name="text:Link One" content="" />
  124. <meta name="text:Link Two Title" content="" />
  125. <meta name="text:Link Two" content="" />
  126. <meta name="text:Link Three Title" content="" />
  127. <meta name="text:Link Three" content="" />
  128. <meta name="text:Link Four Title" content="" />
  129. <meta name="text:Link Four" content="" />
  130. <meta name="text:Link Five Title" content="" />
  131. <meta name="text:Link Five" content="" />
  132.  
  133.  
  134.  
  135. <title>{Title}</title>
  136. <link rel="shortcut icon" href="http://www.faviconer.com/uploads/197/329/favicon.png">
  137. {block:Description}
  138. <meta name="description" content="{MetaDescription}"/>
  139. {/block:Description}
  140. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  141.  
  142. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript" src=""></script><script
  143.  
  144. <script language="JavaScript" src="http://static.tumblr.com/bkd4m5b/FB3m42m9e/norightclick.js"></script>
  145.  
  146. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:300,400' rel='stylesheet' type='text/css'>
  147.  
  148. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  149.  
  150. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css"><link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  151.  
  152. <style type="text/css">
  153.  
  154. @font-face { font-family: "derp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  155.  
  156. @font-face {font-family: "consolas";src: url('http://static.tumblr.com/dngf7nm/UxTmqkh7l/consolas.ttf');}
  157.  
  158. #tumblr_controls{
  159. position:fixed !important;
  160. -webkit-filter: invert(100%)
  161. }
  162.  
  163. body {
  164. color: #ccc;
  165. background:{color:background} url({image:background image}) top left fixed no-repeat;
  166. background-size: cover;
  167. line-height:150%;
  168. font-family: 'derp';
  169. font-size: 11px;
  170. }
  171.  
  172.  
  173.  
  174. ::-webkit-scrollbar-thumb:vertical {
  175. background-color:{color:Link};
  176. height:auto;-webkit-border-radius:20px;
  177. }
  178.  
  179. ::-webkit-scrollbar-thumb:horizontal {
  180. background-color:{color:Link};
  181. height:6px !important;-webkit-border-radius:20px;
  182. }
  183.  
  184. ::-webkit-scrollbar {
  185. height:6px;
  186. width:6px;
  187. background-color:{color:Background};
  188. -webkit-border-radius:20px;
  189. }
  190.  
  191.  
  192. #infscr-loading {
  193. position: absolute;
  194. bottom: 0;
  195. left: 25%;
  196. }
  197.  
  198.  
  199. a:link, a:active, a:visited{
  200.  
  201. color:{color:Link};
  202. text-decoration: none;
  203. }
  204.  
  205.  
  206. a:hover {
  207. color:{color:Hover};
  208. text-decoration: none;
  209. }
  210.  
  211.  
  212. #content {
  213. width: 1200px;
  214. margin-top: 3px;
  215. float: right;
  216. margin-right:-275px;
  217. -ms-animation: fadeIn 3s;
  218. -moz-animation: fadeIn 3s;
  219. -webkit-animation: fadeIn 3s;
  220. -webkit-transition: all 1s;
  221. -moz-transition: all 1s;
  222. transition: all 1s;
  223. }
  224.  
  225.  
  226.  
  227. #note3 {
  228. width: 560px;
  229. text-align:left;
  230. }
  231.  
  232.  
  233. #contain {
  234. height:100%;
  235. padding-left:10px;
  236. padding-right:10px;
  237. width: 1100px;
  238. margin: 0px auto;
  239. position: relative;
  240. }
  241.  
  242. #line {
  243. display:block;
  244. position:fixed;
  245. top:0px;
  246. height:100%;
  247. width:2px;
  248. background-color:#eee;
  249. opacity:.6;
  250. {block:indexpage}
  251. margin-left:160px;
  252. {/block:indexpage}
  253. {block:permalinkpage}
  254. display:none;
  255. {/block:permalinkpage}
  256. }
  257.  
  258. #sidebar {
  259. width: 215px;
  260. position: fixed;
  261. margin-top: 115px;
  262. background:#transparent;
  263. padding-top: 10px;
  264. padding-left: 8px;
  265. opacity:.8;
  266. padding-right: 9px;
  267. padding-bottom: 4px;
  268. border:solid 1px #eee;
  269. margin-left:-90px;
  270. }
  271.  
  272.  
  273.  
  274.  
  275.  
  276. ol.notes img {
  277. width: 16px;
  278. display: inline;
  279. position: relative;
  280. top: 3px;
  281. }
  282.  
  283.  
  284. .entry {
  285. float: left;
  286. border:solid 1px #eee;
  287. {block:indexpage}
  288. width: 225px;
  289. margin: 4px;
  290. {/block:indexpage}
  291. {block:permalinkpage}
  292. width: 560px;
  293. margin: 10px;
  294. padding-left:20px;
  295. {/block:permalinkpage}
  296. display: block;
  297. padding: 10px;
  298. background:#transparent;
  299. position: relative;
  300. }
  301.  
  302.  
  303. .entry img {
  304. display: block;
  305. max-width: 100%;
  306. opacity:0.8;
  307. filter:alpha(opacity=80);
  308. -webkit-transition: all ease-in 250ms;
  309. -moz-transition: all ease-in 250ms;
  310. -o-transition: all ease-in 250ms;
  311. -ms-transition: all ease-in 250ms;
  312. transition: all ease-in 250ms;
  313. }
  314.  
  315.  
  316. .entry:hover img {
  317. opacity:1;
  318. filter:alpha(opacity=100);
  319. -webkit-transition: all ease-in 250ms;
  320. -moz-transition: all ease-in 250ms;
  321. -o-transition: all ease-in 250ms;
  322. -ms-transition: all ease-in 250ms;
  323. transition: all ease-in 250ms;
  324. }
  325.  
  326.  
  327. .entry:hover .details {
  328. opacity: 1.0;
  329. margin:12px 0px 0px 0px;
  330. filter: alpha(opacity = 100);
  331. -webkit-transition: all .25s ease-in-out;
  332. -moz-transition: all .25s ease-in-out;
  333. -o-transition: all .25s ease-in-out;
  334. transition: all .25s ease-in-out;
  335. }
  336.  
  337.  
  338. #pagination{
  339. display:none;
  340. }
  341.  
  342. @font-face { font-family: "pauly"; src: url('http://static.tumblr.com/jdjsstr/JGKm7h9ln/neou-thin_1_.otf');}
  343.  
  344. .permalink2 {
  345. color: #000000;
  346. padding-top: 0px;
  347. padding-bottom: 0px;
  348. font-size: 10px;
  349. text-align: center;
  350. opacity: 0;
  351. filter: alpha(opacity = 0);
  352. -webkit-transition: all ease-in 250ms;
  353. -moz-transition: all ease-in 250ms;
  354. -o-transition: all ease-in 250ms;
  355. -ms-transition: all ease-in 250ms;
  356. transition: all ease-in 250ms;
  357. }
  358.  
  359.  
  360. blockquote, q {
  361. padding-left:5px;
  362. padding-top:7px;
  363. padding-right:5px;
  364. padding-bottom:7px;
  365. margin-left:5px;
  366. margin-right:5px;
  367. border-left: 2px solid #ccc;
  368. border-right: 2px solid #ccc;
  369. background-color:#transparent;
  370. }
  371.  
  372.  
  373. #penis{
  374. color:{color:Links};
  375. }
  376.  
  377.  
  378. #penis a {
  379. display:relative;
  380. max-width:350px;
  381. text-align:left;color:{color:Links};
  382. }
  383.  
  384.  
  385. #penis .mohr {
  386. margin-top:-10px;
  387. filter: alpha(opacity = 0);
  388. opacity:0;
  389. -webkit-transition: all 1s ease-out;
  390. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  391. text-align:left;
  392. text-transform:lowercase;
  393. }
  394.  
  395.  
  396. #penis:hover .mohr {
  397. margin-top:5px;
  398. -webkit-transition: all 1s ease-out;
  399. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  400. filter: alpha(opacity = 80);
  401. filter: alpha(opacity = 100);
  402. opacity:100;
  403. }
  404.  
  405.  
  406.  
  407. li.drawer a {
  408. margin: 0px 5px;}
  409.  
  410.  
  411. .label {
  412. text-transform:uppercase;
  413. color:{color:Link}
  414. }
  415.  
  416. .question {
  417. text-align:left;
  418. padding-left:5px;
  419. padding-top:7px;
  420. padding-right:5px;
  421. padding-bottom:7px;
  422. background-color:#fff;
  423. }
  424.  
  425.  
  426. .answer {
  427. text-align:left;
  428. padding-left:5px;
  429. padding-top:7px;
  430. padding-right:5px;
  431. padding-bottom:7px;
  432. background-color:#fff;
  433. }
  434.  
  435.  
  436. .text {
  437. padding: 10px;
  438. background-color:#fff;
  439. }
  440.  
  441.  
  442. .entry:hover .permalink2 {
  443. opacity: 1;
  444. filter: alpha(opacity = 100);
  445. -webkit-transition: all ease-in 250ms;
  446. -moz-transition: all ease-in 250ms;
  447. -o-transition: all ease-in 250ms;
  448. -ms-transition: all ease-in 250ms;
  449. transition: all ease-in 250ms;
  450. }
  451.  
  452.  
  453. #pp {
  454. text-align: center;
  455. width: 100%;
  456. padding-top: 2px;
  457. }
  458.  
  459.  
  460. .perma1{
  461. opacity: 0.0;
  462. filter: alpha(opacity = 0);
  463. position:absolute;
  464. z-index:9999991;
  465. bottom: 10px;
  466. right: 20px;
  467. }
  468.  
  469.  
  470. .entry:hover .perma1 {
  471. -webkit-transition: opacity 0.4s linear;
  472. opacity: 1;
  473. -moz-transition: all 0.4s linear;
  474. transition: all 0.4s linear;
  475. filter: alpha(opacity = 100);
  476. }
  477.  
  478.  
  479. .likep {
  480. width: 21px;
  481. height: 20px;
  482. overflow: hidden;
  483. bottom:10px;
  484. z-index: 9999999;
  485. display: inline-block;
  486. }
  487.  
  488.  
  489. .rep {
  490. width: 24px;
  491. height: 20px;
  492. overflow: hidden;
  493. bottom:10px;
  494. z-index: 9999999;
  495. display: inline-block;
  496. }
  497.  
  498.  
  499. .likep a:hover {
  500. background-position: 0px 0px;
  501. }
  502.  
  503.  
  504. .likep a {
  505. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  506. background-position: 0px 0px;
  507. display: block;
  508. z-index: 9999999;
  509. webkit-transition: all 0s linear;
  510. -webkit-transition: all 0s linear;
  511. -moz-transition: all 0s linear;
  512. transition: all 0s linear;
  513. }
  514.  
  515.  
  516. .likep img {
  517. width: 21px;
  518. height: 20px;
  519. -webkit-filter: invert(100%)
  520. webkit-transition: all 0.2s linear;
  521. -webkit-transition: all 0.2s linear;
  522. -moz-transition: all 0.2s linear;
  523. transition: all 0.2s linear;
  524. }
  525.  
  526.  
  527. .rep img{
  528. width: 24px;
  529. height: 20px;
  530. line-height: 30px;
  531. display: inline;
  532. }
  533.  
  534.  
  535. .not {
  536. display: inline-block;
  537. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  538. height: 20px;
  539. font-size: 10px;
  540. line-height: 20px;
  541. color: #fff;
  542. padding-left: 4px;
  543. padding-right: 4px;
  544. -moz-border-radius: 2px;
  545. border-radius: 2px;
  546. bottom: 8px;
  547. position: relative;
  548. letter-spacing:0px;
  549. }
  550.  
  551. .not a{
  552. color: #fff;
  553. font-family: 'derp';
  554. }
  555.  
  556.  
  557. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  558. opacity: 0.8;
  559. filter: alpha(opacity = 80);
  560. }
  561.  
  562. .not:hover , .rep:hover, .likep:hover {
  563. opacity: 1!important;
  564. filter: alpha(opacity = 100)!important;
  565. }
  566.  
  567.  
  568. .permahover {
  569. text-align: right;
  570. line-height:200%;
  571. opacity: 0.0;
  572. filter: alpha(opacity = 0);
  573. font-size: 9px;
  574. line-height: 9px;
  575. text-transform: uppercase;
  576. }
  577.  
  578.  
  579. .entry:hover .permahover {
  580. text-align: center;
  581. opacity: 1;
  582. filter: alpha(opacity = 50);
  583. }
  584.  
  585.  
  586. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  587. padding-bottom : 0px;}
  588.  
  589.  
  590.  
  591. div.panel {
  592. width: 260px;
  593. padding: 15px 20px;
  594. color: #333;
  595. text-align: center;
  596. line-height: 22px;
  597. display: none;
  598. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  599. }
  600.  
  601.  
  602. div.panel p {
  603. margin: 10px 0;
  604. }
  605.  
  606.  
  607. div.panel p a, div.textPost p a, div.audioPost p a {
  608. color: #333;
  609. text-decoration: none;
  610. border-bottom: 1px dotted;
  611. font-style: italic;
  612. font-weight: bold;
  613. }
  614.  
  615.  
  616. #daemon {
  617. width:30px;
  618. height:30px;
  619. border:5px solid #fff; /* BACKGROUND COLOR*/
  620. background-color:#transparent; /* BACKGROUND COLOR*/
  621. overflow:hidden;
  622. outline:5px solid #transparent; /*BORDER COLOR*/
  623. -webkit-transition: all 0.7s ease;
  624. -moz-transition: all 0.7s ease;
  625. transition: all 0.7s ease;
  626. }
  627.  
  628. #kero {
  629. position:fixed;
  630. bottom:30px;
  631. left:30px;
  632. width:40px;
  633. height:40px;
  634. transform:rotate(45deg);
  635. -moz-transform:rotate(45deg);
  636. -webkit-transform:rotate(45deg);
  637. -webkit-transition: all 0.7s ease;
  638. -moz-transition: all 0.7s ease;
  639. transition: all 0.7s ease;
  640. }
  641.  
  642. #flans {
  643. transform:rotate(-45deg);
  644. -moz-transform:rotate(-45deg);
  645. -webkit-transform:rotate(-45deg);
  646. padding:12px;
  647. margin-left:10px;
  648. margin-top:-4px;
  649. -webkit-transition: all 0.7s ease;
  650. -moz-transition: all 0.7s ease;
  651. transition: all 0.7s ease;
  652. }
  653.  
  654. #kero:hover #daemon{
  655. transition-delay:.7s;
  656. width:200px;
  657. outline:5px solid #cccccc; /*BORDER COLOR ON HOVER*/
  658. }
  659.  
  660. #kero:hover, #kero:hover #flans {
  661. transform:rotate(360deg);
  662. -moz-transform:rotate(360deg);
  663. -webkit-transform:rotate(360deg);
  664. }
  665.  
  666. #kero:hover #flans {
  667. padding:0px;
  668. margin-left:0px;
  669. margin-top:-15px;
  670. }
  671.  
  672. #daemon:hover #arcobaleno{
  673. padding-top:10px;
  674. }
  675.  
  676. #kero:hover #arcobaleno {
  677. transition-delay:.7s;
  678. opacity:1;
  679. }
  680.  
  681. #arcobaleno {
  682. padding-top:20px;
  683. margin-left:2px;
  684. margin-top:-8px;
  685. width:190px;
  686. opacity:0;
  687. -webkit-transition: all 0.7s ease;
  688. -moz-transition: all 0.7s ease;
  689. transition: all 0.7s ease;
  690. }
  691.  
  692.  
  693. </style>
  694.  
  695. <script type="text/javascript"
  696. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  697. </script>
  698. <script type="text/javascript" language="javascript">
  699. $(function () {
  700. $('#scrlBotm').click(function () {
  701. $('html, body').animate({
  702. scrollTop: $(document).height()
  703. },
  704. 1500);
  705. return false;
  706. });
  707.  
  708. $('#scrlTop').click(function () {
  709. $('html, body').animate({
  710. scrollTop: '0px'
  711. },
  712. 1500);
  713. return false;
  714. });
  715. });
  716. </script>
  717.  
  718.  
  719. <script type="text/javascript">
  720. $(window).load(function(){
  721. $("p").remove(":contains('Source:')");
  722. $("p").remove(":contains('via ')");
  723. });
  724. </script>
  725.  
  726. <script>
  727. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  728. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  729. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  730. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  731.  
  732. ga('create', 'UA-42677801-1', 'tumblr.com');
  733. ga('send', 'pageview');
  734.  
  735.  
  736.  
  737. <!-- Start of StatCounter Code for Tumblr -->
  738. <script type="text/javascript">
  739. var sc_project=9631697;
  740. var sc_invisible=1;
  741. var sc_security="64051766";
  742. var scJsHost = (("https:" == document.location.protocol) ?
  743. "https://secure." : "http://www.");
  744. document.write("<sc"+"ript type='text/javascript' src='" +
  745. scJsHost+
  746. "statcounter.com/counter/counter.js'></"+"script>");
  747. </script>
  748. <noscript><div class="statcounter"><a title="hit counter for
  749. tumblr" href="http://statcounter.com/tumblr/"
  750. target="_blank"><img class="statcounter"
  751. src="http://c.statcounter.com/9631697/0/64051766/1/"
  752. alt="hit counter for tumblr"></a></div></noscript>
  753. <!-- End of StatCounter Code for Tumblr -->
  754.  
  755.  
  756.  
  757. </script>
  758.  
  759. <script>window.jQuery || document.write('<script src="http://code.jquery.com/jquery-2.0.3.min.js">\x3C/script>')</script>
  760. <meta name="if:AnonBeGone" content="0" />
  761. {block:IfAnonBeGone}
  762. <script type="text/javascript">
  763. $(document).ready(function() {
  764. var ask_box = $('iframe#ask_form');
  765. ask_box.attr('src', 'http://omgimalexis.github.io/AnonBeGone/');
  766. });
  767. </script>
  768. {/block:IfAnonBeGone}
  769.  
  770.  
  771. </head>
  772.  
  773.  
  774. <body>
  775.  
  776.  
  777. <div id="kero">
  778. <div id="daemon">
  779. <div id="flans">
  780. <img src="http://media.tumblr.com/tumblr_m7w2n46Pdl1r6o8v2.gif">
  781. <div id="arcobaleno">
  782. <!-- MUSIC PLAYER CODE HERE-->
  783. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k007.kiwi6.com/hotlink/f4ccr6xbe5/Promise_Ciara.mp3&t0=Ciara - Promise&f1=http://k007.kiwi6.com/hotlink/bd6j597w3x/Rock_The_Boat_Aaliyah_Aaliyah.mp3&t1=Aaliyah - Rock The Boat&f2=http://k007.kiwi6.com/hotlink/8selwesc0d/Or_Nah_The_Weeknd_Ft._Ty_Dolla_Sign_Jimi_V.mp33&t2=The Weeknd - Or Nah&f3=http://k007.kiwi6.com/hotlink/y5s8kwb1zc/Fancy_Iggy_Azalea_Ft._Charli_XCX.mp3&t3=Iggy Azealea - Fancy&f4=http://k007.kiwi6.com/hotlink/bq35cfi7tq/Bassnectar_Take_You_Down.mp3&t4=Bassnectar - Take You Down&f5=http://k007.kiwi6.com/hotlink/dvlrp2is2e/Numb_Rihanna_Unapologetic.mp3&t5=Rihanna - Numb&f6=http://k007.kiwi6.com/hotlink/u6491e1wcb/Tinashe_Boss_Ryan_Hemsworth_Remix_.mp3&t6=Tinashe - Boss (Remix)&f7=http://www.mechanicaldummy.com/images/mp3/Robin.mp3&t7=Robin Thicke - Sex Therapy&f8=http://a.tumblr.com/tumblr_l199rdvwl71qagzl3o1.mp3&t8=Ciara - Ride&f9=http://k007.kiwi6.com/hotlink/nzlpa5nn30/You_Lloyd_feat_Lil_Wayne.mp3&t9=Lloyd - You&f10=http://k007.kiwi6.com/hotlink/8a18do2key/Ciara_-_Overdose_Dave_Luxe_Remix_Free_Download_.mp3&t10=Ciara - Overdose (Remix)&f11=http://k007.kiwi6.com/hotlink/n75qmun2m9/AlunaGeorge_-_You_Know_You_Like_it_Dj_Snake_Remix_mp3clan.com_.mp3&t11=Dj Snake - You Know You Like it&total=12" quality="high" wmode="transparent" width="200" height="20" name="billy" align="middle" type="application/x-shockwave-flash" />
  784.  
  785. </div>
  786. </div>
  787. </div>
  788. </div>
  789.  
  790.  
  791. <a id="scrlTop" title="back to top" href="#" style="position: fixed; bottom: 0px; right: 0px;"><font size="7px"><img src="http://media.tumblr.com/tumblr_lrc2jexvVd1qzuf77.gif" alt="kitty"></font></a>
  792.  
  793. <div id="contain">
  794.  
  795. <div class="wrapper">
  796. <div id="line"></div>
  797. <div id="sidebar">
  798.  
  799.  
  800. <center>
  801.  
  802. {block:ifsidebarpicture}
  803. <a href="/"><img src="{image:sidebar}" width="210"></a>
  804. {/block:ifsidebarpicture}
  805. <center>
  806.  
  807. <div style="
  808. font-family:derp;
  809. font-size: 11px;
  810. line-height: 100%;
  811. color:#777;
  812. text-transform: none;
  813. width:185px;
  814. padding-top:7px;"><center>
  815.  
  816. {Description}
  817. </div>
  818.  
  819. <div style="
  820. font-family:derp;
  821. font-size: 8px;
  822. letter-spacing:1px;
  823. text-transform:uppercase;
  824. padding-bottom:5px;
  825. "><center>
  826. <br>
  827.  
  828. <a href="/">home</a> ▲
  829. {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a> ▼{/block:ifLinkOneTitle}
  830. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a> ▲{/block:ifLinkTwoTitle}
  831. {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> </br></b>
  832. <script language="JavaScript">
  833. var ref = (''+document.referrer+'');
  834. var w_h = window.screen.width + " x " + window.screen.height;
  835. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3690678&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  836. </script>/
  837. <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2339303&name="></script>
  838. {/block:ifLinkThreeTitle}
  839. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a> ▲{/block:ifLinkFourTitle}
  840. {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a> {/block:ifLinkFiveTitle}
  841.  
  842.  
  843. </center>
  844. </div>
  845.  
  846. </div>
  847.  
  848.  
  849.  
  850.  
  851. <div id="content">
  852. {block:Posts}
  853. <div class="entry">
  854.  
  855. {block:Text}
  856. <div class="text">
  857. <div style="text-transform:uppercase">{block:Title}
  858. <a href="{Permalink}">{Title}</a>
  859. {/block:Title}</div>
  860. {Body}
  861. {block:indexpage}
  862. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  863. {/block:indexpage}
  864.  
  865. </div>
  866. {/block:Text}
  867.  
  868. {block:Photo}
  869. {block:IndexPage}
  870. <div class="perma1">
  871. <div class="likep">
  872. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  873. </div>
  874. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  875. </div>
  876. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  877. </div>
  878. {/block:IndexPage}
  879. {block:indexpage}
  880. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  881. {/block:indexpage}
  882. {block:permalinkpage}
  883. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  884. {/block:permalinkpage}
  885. {/block:Photo}
  886.  
  887. {block:Photoset}
  888. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  889. {block:indexpage}
  890. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  891. {/block:indexpage}
  892. {block:permalinkpage}
  893. {Photoset-500}
  894. {/block:permalinkpage}
  895. {/block:Photoset}
  896.  
  897. {block:Quote}
  898. <div class="text">
  899. "{Quote}"
  900. {block:Source}
  901. <div class="source"><div style="text-align:right">{Source}</div></div>
  902. {/block:Source}
  903. {block:indexpage}
  904. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  905. {/block:indexpage}
  906. </div>{/block:Quote}
  907.  
  908. {block:Link}
  909. <div class="text">
  910. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  911. {block:Description}
  912. <div class="description">{Description}</div>
  913. {/block:Description}
  914. {block:indexpage}
  915. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  916. {/block:indexpage}
  917. </div>{/block:Link}
  918.  
  919. {block:Chat}
  920. <div class="text">
  921. {block:Title}
  922. <a href="{Permalink}">{Title}</a>
  923. {/block:Title}
  924. <ul class="chat">
  925. {block:Lines}
  926. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  927.  
  928. {Line} </li>
  929. {/block:Lines}
  930. </ul>
  931. {block:indexpage}
  932. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  933. {/block:indexpage}
  934. </div>{/block:Chat}
  935.  
  936. {block:Video}
  937. {block:IndexPage}{Video-250}{/block:IndexPage}
  938. {block:indexpage}
  939. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  940. {/block:indexpage}
  941. {block:permalinkpage}
  942. {Video-500}
  943. {/block:permalinkpage}
  944.  
  945. {/block:Video}
  946.  
  947. {block:Audio}
  948. <div class="text">
  949. {AudioPlayerGrey}
  950. {block:Caption}
  951. {Caption}
  952. {/block:Caption}
  953. {block:indexpage}
  954. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  955. {/block:indexpage}
  956. </div>{/block:Audio}
  957.  
  958. {block:Answer}<div class="text">
  959. <div class="question">
  960. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  961. {block:indexpage}
  962. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
  963. {/block:indexpage}
  964. </div>{/block:Answer}
  965.  
  966.  
  967. {block:PermalinkPage}
  968. <div id="note3"><div style="text-align:right">
  969. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  970.  
  971. {block:PostNotes}
  972. {PostNotes}
  973. {/block:PostNotes}
  974. </div>
  975. {/block:PermalinkPage}
  976. </div>
  977. {/block:Posts}
  978. </div>
  979. </div>
  980. {block:Pagination}
  981. <ul id="pagination">
  982. {block:PreviousPage}
  983. <li><a href="{PreviousPage}"></a></li>
  984. {/block:PreviousPage}
  985. {block:JumpPagination length="5"}
  986. {block:CurrentPage}
  987. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  988. {/block:CurrentPage}
  989. {block:JumpPage}
  990. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  991. {/block:JumpPage}
  992. {/block:JumpPagination}
  993. {block:NextPage}
  994. <li><a id="nextPage" href="{NextPage}"></a></li>
  995. {/block:NextPage}
  996. </ul>
  997. {/block:Pagination}
  998.  
  999.  
  1000.  
  1001. <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  1002. <script type="text/javascript" src="http://isotope.metafizzy.co/isotope.pkgd.min.js"></script>
  1003. <script type="text/javascript" src="http://static.tumblr.com/0xll37k/6QRn49wdh/infinitescroll.js"></script>
  1004. <script type="text/javascript" src="http://imagesloaded.desandro.com/imagesloaded.pkgd.min.js"></script>
  1005. <script type="text/javascript">
  1006. $(document).ready(function() {
  1007. //http://www.shambix.com/en/isotope-twitter-bootstrap-infinite-scroll-fluid-responsive-layout/
  1008. var $container = $('#content');
  1009. // Fire Isotope only when images are loaded
  1010. $container.imagesLoaded(function(){
  1011. $container.isotope({
  1012. itemSelector : '.entry',
  1013. masonry: {
  1014. }
  1015. });
  1016. });
  1017.  
  1018. // Infinite Scroll
  1019. $('#content').infinitescroll({
  1020. navSelector : '#pagination',
  1021. nextSelector : '#pagination a',
  1022. itemSelector : '.entry',
  1023. bufferPx : 200,
  1024. loading: {
  1025. finishedMsg: 'We\'re done here.',
  1026. }
  1027. },
  1028.  
  1029. // Infinite Scroll Callback
  1030. function( newElements ) {
  1031. var $newElems = jQuery( newElements ).hide();
  1032. $newElems.imagesLoaded(function(){
  1033. $newElems.fadeIn();
  1034. $container.isotope( 'appended', $newElems );
  1035. });
  1036. });
  1037.  
  1038. if ($('.entry:last').position().top > 200) {
  1039. $('#content').infinitescroll('retrieve');
  1040. }
  1041. });
  1042. </script>
  1043.  
  1044. {/block:IndexPage}
  1045.  
  1046. <script type="text/javascript">
  1047.  
  1048. $('.show').click(function(e){
  1049. e.preventDefault();
  1050. $('.panel').stop(true,true);
  1051. var target = $(this).attr('href');
  1052. if($('.panel').is(':visible')){
  1053. if($(target).is(':visible')){
  1054. $(target).slideUp();
  1055. return false;
  1056. }else{
  1057. $('.panel:visible').slideUp(400, function(){
  1058. $(target).slideDown();
  1059. });
  1060. }
  1061. }else {
  1062. $(target).slideDown();
  1063. }
  1064. });
  1065.  
  1066. </script>
  1067.  
  1068. </body>
  1069.  
  1070. <html xmlns="http://www.w3.org/1999/xhtml"><script type="text/javascript" src=""></script><script
  1071.  
  1072. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement