journeys

tit-57.txt

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