Advertisement
journeys

tit-132

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