Advertisement
journeys

tit-36.txt

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