Advertisement
journeys

tit-47.txt

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