Advertisement
journeys

tit-46.txt

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