Advertisement
journeys

tit-72.txt

Aug 20th, 2012
11,489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="font:body" content="Arial, Helvetica, sans-serif"/>
  6. <meta name="color:text" content="#000000"/>
  7. <meta name="color:link" content="#000000"/>
  8. <meta name="color:title" content="#000000"/>
  9. <meta name="color:hover" content="#000000"/>
  10. <meta name="color:shadow" content="#000000"/>
  11. <meta name="color:menu background" content="#efefef"/>
  12. <meta name="color:menu link color" content="#000000"/>
  13. <meta name="color:menu hover" content="#e2e2e2"/>
  14. <meta name="color:background color" content="#ffffff"/>
  15. <meta name="color:border color" content="#cccccc"/>
  16. <meta name="color:blockquote" content="#ebebeb"/>
  17. <meta name="image:sidebar" content="0"/>
  18. <meta name="image:header" content="0"/>
  19. <meta name="image:background image" content="0"/>
  20. <meta name="if:sidebar right" content="1"/>
  21. <meta name="if:sidebar middle" content="1"/>
  22. <meta name="if:sidebar top" content="0"/>
  23. <meta name="if:sidebar bottom" content="0"/>
  24. <meta name="if:infinite scroll" content="1"/>
  25. <meta name="if:show title" content="1"/>
  26. <meta name="if:top button" content="1"/>
  27. <meta name="if:title font" content="0"/>
  28. <meta name="if:title font 2" content="0"/>
  29. <meta name="if:title font 3" content="0"/>
  30. <meta name="if:title font 4" content="0"/>
  31. <meta name="if:title font 5" content="0"/>
  32. <meta name="if:title font 6" content="0"/>
  33. <meta name="if:rainbow links" content="0"/>
  34. <meta name="if:faded images" content="0"/>
  35. <meta name="if:show tags" content="0"/>
  36. <meta name="if:caption" content="0"/>
  37. <meta name="if:animation" content="1"/>
  38. <meta name="if:header" content="0"/>
  39. <meta name="text:font size" content="11px"/>
  40. <meta name="text:line height" content="18px"/>
  41. <meta name="text:title font size" content="35px"/>
  42. <meta name="text:post title font size" content="18px"/>
  43. <meta name="text:ask label" content="message"/>
  44. <meta name="text:home label" content="home"/>
  45. <meta name="text:link 1" content=""/>
  46. <meta name="text:link 1 url" content=""/>
  47. <meta name="text:link 2" content=""/>
  48. <meta name="text:link 2 url" content=""/>
  49. <meta name="text:link 3" content=""/>
  50. <meta name="text:link 3 url" content=""/>
  51. <meta name="text:link 4" content=""/>
  52. <meta name="text:link 4 url" content=""/>
  53. <meta name="text:link 5" content=""/>
  54. <meta name="text:link 5 url" content=""/>
  55. <meta name="text:link 6" content=""/>
  56. <meta name="text:link 6 url" content=""/>
  57. <meta name="text:link 7" content=""/>
  58. <meta name="text:link 7 url" content=""/>
  59. <meta name="text:link 8" content=""/>
  60. <meta name="text:link 8 url" content=""/>
  61. <meta name="text:previous" content=">"/>
  62. <meta name="text:next" content="<"/>
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <!-- random files -->
  72. <script src="http://static.tumblr.com/uiqhh9x/61sm66w66/jquery.min.js" type="text/javascript"></script>
  73. <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
  74. <script src="http://static.tumblr.com/uiqhh9x/oDnm68mht/theme.js" type="text/javascript"></script>
  75. <script src="http://static.tumblr.com/uiqhh9x/gdJm68o3x/easing.js" type="text/javascript"></script>
  76. {block:ifrainbowlinks}
  77. <script src="http://static.tumblr.com/uiqhh9x/6SMm4pws7/rainbow.js" type="text/javascript"></script>
  78. {/block:ifrainbowlinks}
  79. <script type="text/javascript">
  80. $(document).ready(function () {
  81. $('li.drawer div:nth-child(2)').hide();
  82. $('li.drawer h5').click(function () {
  83. if ($(this).hasClass('open')) {
  84. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  85. else {
  86. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  87. $(this).next().slideDown();
  88. $(this).addClass('open');}
  89. });
  90. });
  91. </script>
  92. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel|Italianno|Bilbo|Italiana|Fredericka+the+Great|Amatic+SC' rel='stylesheet' type='text/css'>
  93.  
  94. <!-- css reset -->
  95. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  96.  
  97. <style type="text/css">
  98. * {
  99. font-family: {font:body};
  100. {block:ifanimation}
  101. -webkit-transition: all 0.3s ease;
  102. -moz-transition: all 0.3s ease;
  103. transition: all 0.3s ease;
  104. -o-transition: all 0.3s ease;
  105. {/block:ifanimation}
  106. }
  107.  
  108. body {
  109. color: {color:text};
  110. background:{color:background color} url({image:background image});
  111. font-family: {font:body};
  112. font-size: {text:font size};
  113. line-height: {text:line height};
  114. }
  115.  
  116. a, a:link, a:active, a:visited{
  117. color:{color:Link};
  118. text-decoration: none;
  119. }
  120.  
  121. a:hover, h1 a:hover, h3 a:hover {
  122. {block:ifnotrainbowlinks}
  123. color:{color:Hover}!important;
  124. {/block:ifnotrainbowlinks}
  125. text-decoration: none;
  126. }
  127.  
  128. #infscr-loading {
  129. position: absolute!important;
  130. width: 16px!important;
  131. height: 11px!important;
  132. bottom: 0px;
  133. left: 50%;
  134. margin-top: 10px;
  135. margin-bottom: 5px;
  136. }
  137.  
  138. #header {
  139. width: 502px;
  140. margin-top: 2px;
  141. {block:ifsidebarright}
  142. float: left;
  143. {/block:ifsidebarright}
  144. {block:ifnotsidebarright}
  145. float: right;
  146. {/block:ifnotsidebarright}
  147. text-align: center;
  148. }
  149.  
  150. #header img {
  151. max-width: 100%;
  152. display: inline-block;
  153. }
  154.  
  155. #content {
  156. width: 502px;
  157. margin-top: 1px;
  158. {block:ifsidebarright}
  159. float: left;
  160. {/block:ifsidebarright}
  161. {block:ifnotsidebarright}
  162. float: right;
  163. {/block:ifnotsidebarright}
  164.  
  165. }
  166.  
  167. #contain {
  168. width: 822px;
  169. margin: 0px auto;
  170. }
  171.  
  172.  
  173. #side {
  174. width: 300px;
  175. position: fixed;
  176. text-align: center;
  177. {block:ifsidebarright}
  178. margin-left: 522px;
  179. {/block:ifsidebarright}
  180. {block:ifsidebarbottom}
  181. bottom: 2px;
  182. {/block:ifsidebarbottom}
  183. {block:ifsidebartop}
  184. top: 2px;
  185. {/block:ifsidebartop}
  186. {block:ifsidebarmiddle}
  187. margin-top: 140px;
  188. {/block:ifsidebarmiddle}
  189. }
  190.  
  191. ol.notes img {
  192. width: 16px;
  193. display: inline;
  194. position: relative;
  195. top: 3px;
  196. }
  197.  
  198. #side img {
  199. display: block;
  200. max-width: 100%;
  201. }
  202.  
  203. .entry {
  204. margin: 1px;
  205. {block:indexpage}
  206. width: 500px;
  207. {/block:indexpage}
  208. {block:permalinkpage}
  209. width: 500px;
  210. {/block:permalinkpage}
  211. padding: 0px;
  212. display: block;
  213. position: relative;
  214. {block:ifsidebarright}
  215. float: right;
  216. {/block:ifsidebarright}
  217. {block:ifnotsidebarright}
  218. float: left;
  219. {/block:ifnotsidebarright}
  220. }
  221.  
  222. .entry img {
  223. display: block;
  224. max-width: 100%;
  225. {block:indexpage}
  226. {block:iffadedimages}
  227. opacity: .75;
  228. filter: alpha(opacity = 75);
  229. {/block:iffadedimages}
  230. {/block:indexpage}
  231. }
  232.  
  233.  
  234. .entry:hover img {
  235. max-width: 100%;
  236. {block:indexpage}
  237. {block:iffadedimages}
  238. opacity: 1.0;
  239. filter: alpha(opacity = 100);
  240. {/block:iffadedimages}
  241. {/block:indexpage}
  242. }
  243.  
  244. blockquote, q {
  245. quotes: "«" "»" "'" "'";
  246. padding-left: 5px;
  247. border-left: 1px solid {color:border color};
  248. background: {color:blockquote};
  249. }
  250.  
  251.  
  252. p {
  253. margin: 5px 0px;
  254. }
  255.  
  256. h1, h1 a {
  257. font-size:{text:title font size};
  258. line-height:{text:title font size};
  259. {block:iftitlefont}
  260. font-family: 'Lovers Quarrel', cursive;
  261. {/block:iftitlefont}
  262. {block:iftitlefont2}
  263. font-family: 'Italianno', cursive;
  264. {/block:iftitlefont2}
  265. {block:iftitlefont3}
  266. font-family: 'Bilbo', cursive;
  267. {/block:iftitlefont3}
  268. {block:iftitlefont4}
  269. font-family: 'Italiana', serif;
  270. {/block:iftitlefont4}
  271. {block:iftitlefont5}
  272. font-family: 'Fredericka the Great', cursive;
  273. {/block:iftitlefont5}
  274. {block:iftitlefont6}
  275. font-family: 'Amatic SC', cursive;
  276. {/block:iftitlefont6}
  277. }
  278.  
  279. h3, h3 a {
  280. font-size:{text:post title font size};
  281. line-height:{text:post title font size};
  282. color: {color:title}!important;
  283. }
  284.  
  285. p.tags a {
  286. opacity: 0.50;
  287. filter: alpha(opacity = 50);
  288. }
  289.  
  290. p.tags a:hover {
  291. opacity: 1.0;
  292. filter: alpha(opacity = 100);
  293. }
  294. p.tags {
  295. border-top: 1px solid {color:border color};
  296. padding: 0px;
  297. margin: 0px;
  298. font-size: 8px;
  299. text-transform: uppercase;
  300. }
  301.  
  302.  
  303.  
  304. .nav a{
  305. color: {color:menu link color};
  306. }
  307.  
  308. .nav {
  309. display: inline-block;
  310. text-align: center;
  311. text-transform: uppercase;
  312. width: 56px;
  313. margin: 0px;
  314. font-size: 8px;
  315. line-height: 16px;
  316. height: 16px;
  317. background: {color:menu background};
  318. }
  319.  
  320. .nav:hover {
  321. background: {color:menu hover};
  322. }
  323.  
  324. #bite .death {
  325. margin-top: -15px;
  326. filter: alpha(opacity = 0);
  327. opacity: 0;
  328. -webkit-transition: all 0.3s ease-out;
  329. -moz-transition: all 0.3s ease-out;
  330. transition: all 0.3s ease-out;
  331. }
  332. #titexcel {
  333. position: absolute;
  334. right: 3px;
  335. top: 26px;
  336. }
  337.  
  338.  
  339. #pagination{
  340. display:none;
  341. }
  342.  
  343.  
  344.  
  345. .perma {
  346. opacity: 0.0;
  347. filter: alpha(opacity = 0);
  348. z-index:9999991;
  349. display: inline-block;
  350. position: absolute;
  351. text-align: left;
  352. top: 5px;
  353. left: 5px;
  354. width: 100%;
  355. }
  356.  
  357. .entry:hover .perma {
  358. opacity: 1;
  359. filter: alpha(opacity = 100);
  360. }
  361.  
  362. .likep {
  363. width: 21px;
  364. height: 20px;
  365. overflow: hidden;
  366. z-index: 9999999;
  367. display: inline-block;
  368. }
  369.  
  370. .rep {
  371. width: 24px;
  372. height: 20px;
  373. overflow: hidden;
  374. z-index: 9999999;
  375. display: inline-block;
  376. }
  377.  
  378. .likep a:hover {
  379. background-position: 0px 0px;
  380. }
  381.  
  382. .likep a {
  383. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  384. background-position: 0px 0px;
  385. display: block;
  386. z-index: 9999999;
  387. }
  388.  
  389. .likep img {
  390. width: 21px;
  391. height: 20px;
  392. }
  393.  
  394. .rep img{
  395. width: 24px;
  396. height: 20px;
  397. line-height: 30px;
  398. display: inline;
  399. }
  400.  
  401. .not { display: inline-block;
  402. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  403. height: 20px;
  404. top: -6px;
  405. font-size: 11px;
  406. line-height: 20px;
  407. color: #fff;
  408. padding-left: 4px;
  409. padding-right: 4px;
  410. -moz-border-radius: 2px;
  411. border-radius: 2px;
  412. position: relative;
  413. }
  414.  
  415. .not a, .not:hover, .not a:hover {
  416. color: #ffffff!important;
  417. font-weight: bold;
  418. font-family: Arial, Helvetica, sans-serif;
  419. }
  420.  
  421. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  422. opacity: 0.8;
  423. filter: alpha(opacity = 80);
  424. margin-right: 0;
  425. }
  426.  
  427. .not:hover , .rep:hover, .likep:hover {
  428. opacity: 1!important;
  429. filter: alpha(opacity = 100)!important;
  430. }
  431.  
  432. .t {
  433. text-align: right;
  434. opacity: .5;
  435. filter: alpha(opacity = 50);
  436. }
  437.  
  438. .t {
  439. font-size: 10px;
  440. line-height: 13px;
  441. height: 13px;
  442. }
  443.  
  444.  
  445.  
  446. .entry:hover .t {
  447. opacity: 1;
  448. filter: alpha(opacity = 100);
  449. }
  450.  
  451. #toTop {
  452. display:none;
  453. text-decoration:none;
  454. position:fixed;
  455. bottom:10px;
  456. right:10px;
  457. overflow:hidden;
  458. width:21px;
  459. height:21px;
  460. border:none;
  461. text-indent:100%;
  462. background:url(http://static.tumblr.com/uiqhh9x/sy6m6hy4k/up.png) no-repeat left top;
  463. opacity: .5;
  464. filter: alpha(opacity = 50);
  465. }
  466.  
  467. #toTopHover {
  468. width:21px;
  469. height:21px;
  470. display:block;
  471. overflow:hidden;
  472. float:left;
  473. opacity: 0;
  474. -moz-opacity: 0;
  475. filter:alpha(opacity=0);
  476. }
  477.  
  478. #toTop:hover {
  479. opacity: 1;
  480. filter: alpha(opacity = 100);
  481. }
  482.  
  483. #toTop:active, #toTop:focus {
  484. outline:none;
  485. }
  486.  
  487. p.c {
  488. display: block;
  489. margin: 0px 0px 1px 0px;
  490. height: 18px;
  491. line-height: 20px;
  492. text-transform: uppercase;
  493. text-align: right;
  494. font-size: 9px;
  495. border-top: 1px solid {color:border color};
  496. }
  497.  
  498. .li, h5, li.drawer {
  499. list-style-type: none;
  500. -webkit-transition: all 0s ease;
  501. -moz-transition: all 0s ease;
  502. transition: all 0s ease;
  503. -o-transition: all 0s ease;
  504. }
  505. .a {
  506. padding-bottom: 2px;
  507. border-bottom: 1px dotted {color:border color};
  508. margin-bottom: 2px;
  509. }
  510. {CustomCSS}
  511. </style>
  512. </head>
  513. <body>
  514. <div id="contain">
  515. <div id="side"><div class="a">
  516. <div class="nav"><a href="/">{text:home label}</a></div>
  517. <div class="nav"><a href="/ask">{text:ask label}</a></div>
  518. {block:HasPages}
  519. {block:Pages}
  520. <div class="nav"><a href="{URL}">{Label}</a></div>
  521. {/block:Pages}
  522. {/block:HasPages}
  523. {block:iflink1}
  524. <div class="nav"><a href="{text:link 1 url}">{text:link 1}</a></div>{/block:iflink1}
  525. {block:iflink2}
  526. <div class="nav"><a href="{text:link 2 url}">{text:link 2}</a></div>{/block:iflink2}
  527. {block:iflink3}
  528. <div class="nav"><a href="{text:link 3 url}">{text:link 3}</a></div>{/block:iflink3}
  529. {block:iflink4}
  530. <div class="nav"><a href="{text:link 4 url}">{text:link 4}</a></div>{/block:iflink4}
  531. {block:iflink5}
  532. <div class="nav"><a href="{text:link 5 url}">{text:link 5}</a></div>{/block:iflink5}
  533. {block:iflink6}
  534. <div class="nav"><a href="{text:link 6 url}">{text:link 6}</a></div>{/block:iflink6}
  535. {block:iflink7}
  536. <div class="nav"><a href="{text:link 7 url}">{text:link 7}</a></div>{/block:iflink7}
  537. {block:iflink8}
  538. <div class="nav"><a href="{text:link 8 url}">{text:link 8}</a></div>{/block:iflink8}</div>
  539. {block:ifshowtitle}
  540. <div class="title"><h1><a href="/">{title}</a></h1></div>
  541. {/block:ifshowtitle}
  542. <center>
  543. <a href="/"><img src="{image:sidebar}"/></a>
  544. </center>
  545. {block:description}
  546. <p>{description}</p>
  547. {/block:description}
  548.  
  549. {block:IfNotInfiniteScroll}<div id="pp"><p>
  550. {block:PreviousPage}
  551. <a href="{PreviousPage}">{text:previous}</a>
  552. {/block:PreviousPage}
  553.  
  554. {block:NextPage}
  555. <a href="{NextPage}">{text:next}</a>
  556. {/block:NextPage}</p>
  557. </div>
  558. {/block:IfNotInfiniteScroll}
  559. </div>
  560.  
  561. {block:indexpage}
  562. {block:ifheader}
  563. <div id="header">
  564. <a href="/"><img src="{image:header}"/></a>
  565. </div>
  566. {/block:ifheader}
  567. {/block:indexpage}
  568.  
  569. <div id="content">
  570. {block:Posts}
  571. <div class="entry">
  572. {block:Text}
  573. {block:Title}
  574. <h3><a href="{Permalink}">{Title}</a></h3>
  575. {/block:Title}
  576. {Body}
  577. {block:indexpage}
  578. <div class="t">+ <a href="{Permalink}">{NoteCount}</a></div>
  579. {/block:indexpage}
  580. {/block:Text}
  581.  
  582. {block:Photo}
  583. {block:IndexPage}
  584. <div class="perma">
  585. <div class="likep">
  586. <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>
  587. </div>
  588. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  589. </div>
  590. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  591. </div>
  592. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}
  593. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  594. {/block:IndexPage}
  595. {block:PermalinkPage}
  596. {LinkOpenTag}
  597. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="810"/></a>
  598. {LinkCloseTag}
  599. {/block:PermalinkPage}
  600. {/block:Photo}
  601.  
  602. {block:Photoset}
  603. {block:IndexPage}
  604. <div class="perma">
  605. <div class="likep">
  606. <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>
  607. </div>
  608. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  609. </div>
  610. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  611. </div>
  612. <center>{Photoset-500}</center>
  613. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  614. {/block:IndexPage}
  615. {block:permalinkpage}
  616. {Photoset-500}
  617. {/block:permalinkpage}
  618.  
  619. {/block:Photoset}
  620.  
  621. {block:Quote}
  622. "{Quote}"
  623. {block:Source}
  624. <div class="source">{Source}</div>
  625. {/block:Source}
  626. {block:indexpage}
  627. <div class="t">+ <a href="{Permalink}">{NoteCount}</a></div>
  628. {/block:indexpage}
  629. {/block:Quote}
  630.  
  631. {block:Link}
  632. <a href="{URL}" class="link" {Target}>{Name}</a>
  633. {block:Description}
  634. <div class="description">{Description}</div>
  635. {/block:Description}
  636. {block:indexpage}
  637. <div class="t">+ <a href="{Permalink}">{NoteCount}</a></div>
  638. {/block:indexpage}
  639. {/block:Link}
  640.  
  641. {block:Chat}
  642. {block:Title}
  643. <h3><a href="{Permalink}">{Title}</a></h3>
  644. {/block:Title}
  645. <ul class="chat">
  646. {block:Lines}
  647. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  648. {Line} </li>
  649. {/block:Lines}
  650. </ul>
  651. {block:indexpage}
  652. <div class="t">+ <a href="{Permalink}">{NoteCount}</a></div>
  653. {/block:indexpage}
  654. {/block:Chat}
  655.  
  656. {block:Video}
  657. {block:IndexPage}
  658. <div class="perma">
  659. <div class="likep">
  660. <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>
  661. </div>
  662. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  663. </div>
  664. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  665. </div>
  666. <center>{Video-500}<center>
  667. {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
  668. {/block:IndexPage}
  669. {block:permalinkpage}
  670. {Video-500}
  671. {/block:permalinkpage}
  672. {/block:Video}
  673.  
  674. {block:Audio}
  675. {AudioPlayerBlack}
  676. {block:indexpage}
  677. {block:Caption}
  678. {Caption}
  679. {/block:Caption}
  680. <div class="t">+ <a href="{Permalink}">{NoteCount}</a></div>
  681. {/block:indexpage}
  682. {/block:Audio}
  683.  
  684.  
  685. {block:permalinkpage}
  686. {block:Caption}{Caption}{/block:Caption}
  687. {block:PostNotes}<p class="c"><a href="{Permalink}">{NoteCountWithLabel}</a> - <a href="{Permalink}">{DayOfMonth} {month}, {Year}</a></p>{/block:PostNotes}
  688. {block:RebloggedFrom}<p class="c">Reblogged from - <a href="{ReblogParentURL}">{ReblogParentTitle}</a></p>{/block:RebloggedFrom}
  689. {block:ContentSource}<p class="c">Source - <a href="{SourceURL}" target="_blank">{SourceTitle}</a></p>{/block:ContentSource}
  690. {/block:permalinkpage}
  691.  
  692. {block:ifshowtags}
  693. {block:HasTags}<p class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
  694. {/block:ifshowtags}
  695.  
  696.  
  697. {block:ContentSource}
  698. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  699. {/block:ContentSource}
  700.  
  701.  
  702. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  703.  
  704. {block:PostNotes}{PostNotes}{/block:PostNotes}
  705. </div>
  706. {/block:Posts}
  707. <div class="clear"></div>
  708. </div>
  709. </div>
  710. {block:Pagination}
  711. <ul id="pagination">
  712. {block:PreviousPage}
  713. <li><a href="{PreviousPage}"></a></li>
  714. {/block:PreviousPage}
  715. {block:JumpPagination length="5"}
  716. {block:CurrentPage}
  717. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  718. {/block:CurrentPage}
  719. {block:JumpPage}
  720. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  721. {/block:JumpPage}
  722. {/block:JumpPagination}
  723. {block:NextPage}
  724. <li><a id="nextPage" href="{NextPage}"></a></li>
  725. {/block:NextPage}
  726. </ul>
  727. {/block:Pagination}
  728.  
  729.  
  730. <script src="http://static.tumblr.com/uiqhh9x/ym6m9j1lg/jquery.infinitescroll.min.js"></script>
  731. {block:IndexPage}{block:ifinfinitescroll}
  732. <script type="text/javascript">
  733. $(window).load(function () {
  734. var $content = $('#content');
  735. $content.infinitescroll({
  736. navSelector : '#pagination',
  737. nextSelector : '#pagination a#nextPage',
  738. itemSelector : '.entry',
  739. loading: {
  740. finishedMsg: '',
  741. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  742. },
  743. bufferPx : 200,
  744. debug : false,
  745. });
  746. });
  747. </script>{/block:ifinfinitescroll}
  748. {/block:IndexPage}
  749. {block:iftopbutton}
  750. <script type="text/javascript">
  751. $(document).ready(function() {
  752. /*
  753. var defaults = {
  754. containerID: 'toTop', // fading element id
  755. containerHoverID: 'toTopHover', // fading element hover id
  756. scrollSpeed: 1200,
  757. easingType: 'linear'
  758. };
  759. */
  760.  
  761. $().UItoTop({ easingType: 'easeOutQuart' });
  762.  
  763. });
  764. </script>
  765. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  766. {/block:iftopbutton}
  767. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  768. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  769. </body>
  770. </html>
  771. {block:IndexPage}{block:ifinfinitescroll}
  772. <script type="text/javascript">
  773. $(window).load(function () {
  774. var $content = $('#content');
  775. $content.infinitescroll({
  776. navSelector : '#pagination',
  777. nextSelector : '#pagination a#nextPage',
  778. itemSelector : '.entry',
  779. loading: {
  780. finishedMsg: '',
  781. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  782. },
  783. bufferPx : 200,
  784. debug : false,
  785. });
  786. });
  787. </script>{/block:ifinfinitescroll}
  788. {/block:IndexPage}
  789. {block:iftopbutton}
  790. <script type="text/javascript">
  791. $(document).ready(function() {
  792. /*
  793. var defaults = {
  794. containerID: 'toTop', // fading element id
  795. containerHoverID: 'toTopHover', // fading element hover id
  796. scrollSpeed: 1200,
  797. easingType: 'linear'
  798. };
  799. */
  800.  
  801. $().UItoTop({ easingType: 'easeOutQuart' });
  802.  
  803. });
  804. </script>
  805. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  806. {/block:iftopbutton}
  807. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  808. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  809. </body>
  810. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement