Advertisement
journeys

tit-23.txt

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