Advertisement
journeys

tit-50.txt

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