Advertisement
journeys

tit-55.txt

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