Advertisement
journeys

tit-79.txt

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